string.h
Mon, 19 Mar 2007 21:42:05 +0000 glx (svn r9354) [0.5] -Backport from trunk (r8975, r9003, r9011, r9012): 0.5
Wed, 17 Jan 2007 01:17:44 +0000 Darkvater (svn r8180) -Backport from trunk (r8093, r8094, r8105, r8106, (r8107), r8111, r8165): 0.5
Sun, 10 Dec 2006 21:39:38 +0000 peter1138 (svn r7475) -Fix (r7348): sanity check NewGRF action 8 strings for null terminator
Tue, 28 Nov 2006 14:12:09 +0000 Darkvater (svn r7271) -Codechange: Revert the strtolower part of r7199 as it can actually become broken due to
Thu, 16 Nov 2006 22:05:33 +0000 peter1138 (svn r7182) -Feature: Merge utf8 branch. This brings us support for Unicode/UTF-8 and the option for fonts rendered by FreeType. Language changes to come.
Thu, 16 Nov 2006 17:41:24 +0000 Darkvater (svn r7172) -Fix [r6931]: The console showed '?' characters instead of colours. Now strip all
Sat, 19 Aug 2006 10:00:30 +0000 truelight (svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
Sat, 19 Aug 2006 09:31:22 +0000 truelight (svn r5944) -Merge TGP (r5578, r5579, r5724, r5726): -Feature: filter for textboxes to only
Mon, 31 Jul 2006 22:11:34 +0000 Darkvater (svn r5684) - Codechange: create an strtolower() function that uses tolower() on a whole string and apply it in the places this was used.
Tue, 20 Dec 2005 20:52:05 +0000 Darkvater (svn r3322) - Fix: Network window crash when it receives invalid information for example from the integrated nightly, so validate the network-input when it is received
Sun, 18 Sep 2005 20:56:44 +0000 Darkvater (svn r2962) - const correctness for all Get* functions and most Draw* functions that don't change their pointer parameters
Fri, 29 Jul 2005 21:52:20 +0000 tron (svn r2754) Move str_fmt into string.[ch]
Sun, 24 Jul 2005 14:12:37 +0000 tron (svn r2701) Insert Id tags into all source files
Sun, 06 Feb 2005 13:41:02 +0000 tron (svn r1821) Move generic string handling functions to string.[ch] and introduce stre{cpy,cat}, see string.h for their semantics