log src/lib/data-stack.c @ 1329:ae229b7acb4c HEAD

age author description
Wed, 26 Mar 2003 16:58:33 +0200 Timo Sirainen When data stack grew larger than two blocks, t_pop()ing crashed when trying HEAD
Mon, 27 Jan 2003 02:46:29 +0200 Timo Sirainen Allow calling t_push() before data_stack_init(). 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:28:43 +0200 Timo Sirainen t_try_realloc() wasn't working right with DISABLE_DATA_STACK. 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
Wed, 18 Dec 2002 17:15:41 +0200 Timo Sirainen Marked all non-trivial buffer modifications with @UNSAFE tag. Several HEAD
Wed, 18 Dec 2002 03:31:53 +0200 Timo Sirainen Use a bit larger initial data stack size when DEBUG is set - current one is HEAD
Sun, 08 Dec 2002 07:23:07 +0200 Timo Sirainen Added buffer API. Point is to hide all buffer writing behind this API which HEAD
Tue, 03 Dec 2002 15:20:33 +0200 Timo Sirainen DEBUG: Don't send shrink messages, they could cause infinite loop. HEAD
Sun, 01 Dec 2002 19:58:19 +0200 Timo Sirainen crashfix when DEBUG was set. HEAD
Sun, 01 Dec 2002 17:45:49 +0200 Timo Sirainen DEBUG: we get warnings when growing/shrinking data stack. HEAD
Tue, 29 Oct 2002 07:12:50 +0200 Timo Sirainen DEBUG: when t_pop()ing, fill the free'd memory area with 0xde bytes. HEAD
Mon, 28 Oct 2002 06:50:14 +0200 Timo Sirainen changed t_push() and t_pop() to return unsigned int. added global HEAD
Mon, 14 Oct 2002 02:49:11 +0300 Timo Sirainen Split IOBuffer into mmaped IBuffer, file IBuffer, memory data IBuffer and HEAD
Wed, 09 Oct 2002 23:49:07 +0300 Timo Sirainen s/t_try_grow/t_try_realloc/ HEAD
Wed, 09 Oct 2002 20:44:04 +0300 Timo Sirainen s/temporary memory pool/data stack/ which is the correct name for it. HEAD