Darkvater [Tue, 20 Feb 2007 09:46:10 +0000] rev 6088
(svn r8823) -Fix (r8821): wrapping opendir to ottd-specific function failed on non-windows because this wrapper was only active for win32 (thx Rubidium)
tron [Tue, 20 Feb 2007 06:39:09 +0000] rev 6087
(svn r8822) -Fix
Variable scope, const
Darkvater [Tue, 20 Feb 2007 00:09:23 +0000] rev 6086
(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:01:54 +0000] rev 6085
(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.
truelight [Mon, 19 Feb 2007 21:18:39 +0000] rev 6084
(svn r8819) [Config] -Documentation: added why we need CC_HOST for linking on PSP
rubidium [Mon, 19 Feb 2007 21:11:44 +0000] rev 6083
(svn r8818) -Codechange: remove the #ifdef _cplusplus remnants.
truelight [Mon, 19 Feb 2007 20:10:46 +0000] rev 6082
(svn r8816) [Config] -Fix: if you disable stripping, don't detect strip at all
truelight [Mon, 19 Feb 2007 19:59:19 +0000] rev 6081
(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 18:58:28 +0000] rev 6080
(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:47:55 +0000] rev 6079
(svn r8812) -Revert r7880: those changes assumed a GNU-grep, which isn't always available. Reverted back to a bit more ugly way of writing greps, but at least they are not bound to the laws of GNU.