log src/lib/mempool-alloconly.c @ 941:4d6b69558add HEAD

age author description
Fri, 10 Jan 2003 22:58:28 +0200 Timo Sirainen Added old_size parameter to p_realloc() - we rarely need it and this way HEAD
Sun, 05 Jan 2003 15:09:51 +0200 Timo Sirainen Naming style changes, finally got tired of most of the typedefs. Also the HEAD
Fri, 27 Dec 2002 16:01:42 +0200 Timo Sirainen Removed pool->realloc_min() which nothing used. A few small fixes to HEAD
Sun, 22 Dec 2002 09:06:16 +0200 Timo Sirainen String function cleanups. Allocating 0 bytes of memory is treated as error HEAD
Sat, 21 Dec 2002 15:12:16 +0200 Timo Sirainen DEBUG: warn when growing pool HEAD
Sat, 21 Dec 2002 15:08:49 +0200 Timo Sirainen We don't have separate read-write pools, so renamed pool_create(.., FALSE) 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 22:04:08 +0200 Timo Sirainen Use more warnings with GCC by default. Fixed several warnings. HEAD
Tue, 26 Nov 2002 21:17:54 +0200 Timo Sirainen Don't do void* arithmetics. HEAD
Mon, 14 Oct 2002 23:26:45 +0300 Timo Sirainen p_realloc() was buggy HEAD
Sun, 13 Oct 2002 18:52:19 +0300 Timo Sirainen Check return values for malloc()s and calloc()s. HEAD
Sun, 29 Sep 2002 20:47:41 +0300 Timo Sirainen more ANSI-C fixes. 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
Wed, 28 Aug 2002 21:46:23 +0300 Timo Sirainen Still memaligns HEAD
Wed, 28 Aug 2002 20:56:41 +0300 Timo Sirainen Allocated memory wasn't aligned according to MEM_ALIGN_SIZE. HEAD
Fri, 09 Aug 2002 12:15:38 +0300 Timo Sirainen Initial revision HEAD