Tue, 20 Feb 2007 14:39:47 +0000(svn r8824) -Fix (r8821): don't use MSVC2005 runtime library-only _snwprintf_s function, but use 'insecure/deprecated' version and zero-terminate string ourselves. Thanks for testing glx.
Darkvater [Tue, 20 Feb 2007 14:39:47 +0000] rev 6415
(svn r8824) -Fix (r8821): don't use MSVC2005 runtime library-only _snwprintf_s function, but use 'insecure/deprecated' version and zero-terminate string ourselves. Thanks for testing glx.

Tue, 20 Feb 2007 09:46:10 +0000(svn r8823) -Fix (r8821): wrapping opendir to ottd-specific function failed on non-windows because this wrapper was only active for win32 (thx Rubidium)
Darkvater [Tue, 20 Feb 2007 09:46:10 +0000] rev 6414
(svn r8823) -Fix (r8821): wrapping opendir to ottd-specific function failed on non-windows because this wrapper was only active for win32 (thx Rubidium)

Tue, 20 Feb 2007 06:39:09 +0000(svn r8822) -Fix
tron [Tue, 20 Feb 2007 06:39:09 +0000] rev 6413
(svn r8822) -Fix

Variable scope, const

Tue, 20 Feb 2007 00:09:23 +0000(svn r8821) -Regression: Unable to browse directories on *nix if the filesystem is not in UTF-8 charset and special characters are used. The string passed to opendir() which is UTF-8 was not parsed back to the filesystem format. Use a wrapper called ttd_opendir() instead of redefining opendir itself.
Darkvater [Tue, 20 Feb 2007 00:09:23 +0000] rev 6412
(svn r8821) -Regression: Unable to browse directories on *nix if the filesystem is not in UTF-8 charset and special characters are used. The string passed to opendir() which is UTF-8 was not parsed back to the filesystem format. Use a wrapper called ttd_opendir() instead of redefining opendir itself.

Tue, 20 Feb 2007 00:01:54 +0000(svn r8820) -Codechange (r8807, r8806): Remove the unneeded calloc/free allocation of GRFConfig and turn it into a simple variable (it's supposed to be data-only). Thanks Tron.
Darkvater [Tue, 20 Feb 2007 00:01:54 +0000] rev 6411
(svn r8820) -Codechange (r8807, r8806): Remove the unneeded calloc/free allocation of GRFConfig and turn it into a simple variable (it's supposed to be data-only). Thanks Tron.

Mon, 19 Feb 2007 21:18:39 +0000(svn r8819) [Config] -Documentation: added why we need CC_HOST for linking on PSP
truelight [Mon, 19 Feb 2007 21:18:39 +0000] rev 6410
(svn r8819) [Config] -Documentation: added why we need CC_HOST for linking on PSP

Mon, 19 Feb 2007 21:11:44 +0000(svn r8818) -Codechange: remove the #ifdef _cplusplus remnants.
rubidium [Mon, 19 Feb 2007 21:11:44 +0000] rev 6409
(svn r8818) -Codechange: remove the #ifdef _cplusplus remnants.

Mon, 19 Feb 2007 20:10:46 +0000(svn r8816) [Config] -Fix: if you disable stripping, don't detect strip at all
truelight [Mon, 19 Feb 2007 20:10:46 +0000] rev 6408
(svn r8816) [Config] -Fix: if you disable stripping, don't detect strip at all

Mon, 19 Feb 2007 19:59:19 +0000(svn r8814) [Config] -Add: added --awk and detect_awk. We now try to find an awk on the user system which allows gsub(). If not found, you can define one yourself, or it tells you versions you might want to install
truelight [Mon, 19 Feb 2007 19:59:19 +0000] rev 6407
(svn r8814) [Config] -Add: added --awk and detect_awk. We now try to find an awk on the user system which allows gsub(). If not found, you can define one yourself, or it tells you versions you might want to install

Mon, 19 Feb 2007 18:58:28 +0000(svn r8813) -Fix r8812: fixed one GNU depending grep statement with an other ;) Switched to egrep, which should work just fine.
truelight [Mon, 19 Feb 2007 18:58:28 +0000] rev 6406
(svn r8813) -Fix r8812: fixed one GNU depending grep statement with an other ;) Switched to egrep, which should work just fine.