src/string_func.h
Sun, 02 Nov 2008 11:05:26 +0000 skidd13 (svn r14553) -Doc: Add some doxygen comments
Wed, 29 Oct 2008 16:30:41 +0000 skidd13 (svn r14546) -Codechange: Unify string(cpy|cat) functions
Tue, 28 Oct 2008 15:47:42 +0000 rubidium (svn r14541) -Fix (r14540): mingw didn't like it :(
Tue, 28 Oct 2008 14:42:31 +0000 rubidium (svn r14540) -Codechange: introduce [v]seprintf which are like [v]snprintf but do return the number of characters written instead of the number of characters that would be written; as size_t is unsigned substraction can cause integer underflows quite quickly.
Sun, 31 Aug 2008 17:34:03 +0000 smatz (svn r14204) -Fix (r7475): when determining length of a string with limited size, first check if we are not out of bounds already
Sun, 24 Aug 2008 17:18:05 +0000 glx (svn r14155) -Fix (r14154): wrong comments
Sun, 24 Aug 2008 17:02:21 +0000 glx (svn r14154) -Fix (r14153): strndup is a GNU extension, so it doesn't exist on all platforms
Tue, 27 May 2008 21:41:00 +0000 rubidium (svn r13301) -Fix [FS#1997]: resolve more MSVC 9 x64 warnings.
Thu, 08 May 2008 13:20:54 +0000 glx (svn r13008) -Fix [FS#1997]: silence some MSVC x64 warnings
Wed, 19 Mar 2008 20:46:56 +0000 peter1138 (svn r12385) -Fix [FS#ln]: Non-breaking spaces should not be broken.
Sat, 15 Mar 2008 13:21:31 +0000 smatz (svn r12368) -Codechange: use explicit body for loops and conditions and remove -Wno-empty-body from the configure script
Fri, 18 Jan 2008 03:48:29 +0000 glx (svn r11914) -Documentation: fix some @file statement
Mon, 07 Jan 2008 14:23:25 +0000 rubidium (svn r11777) -Codechange: split the string header and make do not include it when it's not necessary.