string.c
Tue, 20 Mar 2007 00:02:18 +0000 glx (svn r9358) [0.5] -Backport from trunk (r9055, r9082, r9083, r9084, r9085, r9086): 0.5
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
Wed, 17 Jan 2007 00:38:27 +0000 Darkvater (svn r8176) -Backport from trunk (r8042, r8089, r8090, r8112): 0.5
Tue, 28 Nov 2006 14:19:18 +0000 Darkvater (svn r7272) -Ok, let's hope this one's correct...stupid msvc
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
Fri, 17 Nov 2006 23:29:22 +0000 Darkvater (svn r7199) -Codechange: [utf8] Make strtolower and str_strip_colours UTF8 aware.
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, 21 Oct 2006 23:36:43 +0000 Darkvater (svn r6886) -Be anal for the time being about string-wannabe-buffer-overflows
Sat, 21 Oct 2006 23:31:34 +0000 Darkvater (svn r6884) -Codechange: Add strict bounds checking in string formatting system.
Thu, 24 Aug 2006 12:08:25 +0000 truelight (svn r6089) -Backport r6088: added -s (source) and -d (destination) to strgen (Darkvater)
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
Tue, 01 Aug 2006 19:19:39 +0000 Darkvater (svn r5697) -Fix [r5684]: tolower() was undefined for certain architectures, strangly VS2003 didn't complain, VS2005 did. Thanks glx
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
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