log src/lib/strfuncs.c @ 896:21ffcce83c70 HEAD

age author description
Fri, 03 Jan 2003 17:57:12 +0200 Timo Sirainen Rewrote rfc822-tokenize.c to work one token at a time so it won't uselessly HEAD
Fri, 27 Dec 2002 18:02:25 +0200 Timo Sirainen We weren't using va_list properly, especially gcc/PowerPC didn't like it. HEAD
Sun, 22 Dec 2002 10:18:29 +0200 Timo Sirainen t_strsplit() returns now const char **, which removes a few nasty casts. HEAD
Sun, 22 Dec 2002 09:31:51 +0200 Timo Sirainen _vstrconcat() is now faster HEAD
Sun, 22 Dec 2002 09:06:16 +0200 Timo Sirainen String function cleanups. Allocating 0 bytes of memory is treated as error HEAD
Sun, 22 Dec 2002 08:25:50 +0200 Timo Sirainen Use vsnprintf() always when possible, even if we went through the HEAD
Thu, 19 Dec 2002 03:02:34 +0200 Timo Sirainen Buffer related cleanups. Use PATH_MAX instead of hardcoded 1024 for paths. HEAD
Wed, 18 Dec 2002 17:15:41 +0200 Timo Sirainen Marked all non-trivial buffer modifications with @UNSAFE tag. Several HEAD
Tue, 26 Nov 2002 15:07:53 +0200 Timo Sirainen Renamed largest_t to uintmax_t which already exists in C99. HEAD
Mon, 04 Nov 2002 07:33:48 +0200 Timo Sirainen Added printf_string_fix_format() which currently just replaces %m with HEAD
Wed, 23 Oct 2002 16:19:56 +0300 Timo Sirainen Assert i_snprintf() string lengths to INT_MAX instead of SSIZE_T_MAX since HEAD
Wed, 23 Oct 2002 16:16:50 +0300 Timo Sirainen Check vsnprintf() return values more carefully, thanks to Thomas Wouters HEAD
Sun, 20 Oct 2002 06:19:10 +0300 Timo Sirainen Fail if %ll is used and we don't have long long. HEAD
Sun, 20 Oct 2002 06:15:16 +0300 Timo Sirainen Removed several useless handers of printf_string_upper_bound(), and added a HEAD
Sat, 19 Oct 2002 19:31:46 +0300 Timo Sirainen printf_string_upper_bound(): Instead of just warning we can't handle HEAD
Mon, 16 Sep 2002 06:33:06 +0300 Timo Sirainen previous t_push()/t_pop() changes break things. fixed :) HEAD
Mon, 16 Sep 2002 05:07:17 +0300 Timo Sirainen t_push()/t_pop() around various *sprintf() functions, so "%m" format won't HEAD
Sun, 08 Sep 2002 16:20:28 +0300 Timo Sirainen size_t fixes for lib/. Changed OFF_T_FORMAT to PRIuOFF_T which is more HEAD
Sun, 08 Sep 2002 14:36:03 +0300 Timo Sirainen added dec2str() function and largest_t type, removed itoa() and ltoa() HEAD
Wed, 28 Aug 2002 21:06:44 +0300 Timo Sirainen t_strsplit(): bad typobug.. HEAD
Wed, 28 Aug 2002 07:54:23 +0300 Timo Sirainen added t_strdup_noconst() which can be used instead of (char *) t_strdup(). HEAD
Wed, 28 Aug 2002 07:43:06 +0300 Timo Sirainen casting fixes HEAD
Tue, 27 Aug 2002 22:16:54 +0300 Timo Sirainen Introduced uoff_t which is the unsigned-equilevant of off_t. This was needed HEAD
Thu, 22 Aug 2002 01:45:34 +0300 Timo Sirainen added some extra asserts HEAD
Thu, 22 Aug 2002 01:10:20 +0300 Timo Sirainen Message data is parsed in blocks (no longer entirely mmap()ed). Several HEAD
Fri, 09 Aug 2002 12:15:38 +0300 Timo Sirainen Initial revision HEAD