log

age author description
Fri, 07 Oct 2011 16:58:58 +0200 David Demelier And last commit applied to parray too
Fri, 07 Oct 2011 16:47:55 +0200 David Demelier Use enum array_type instead of int
Fri, 07 Oct 2011 16:46:31 +0200 David Demelier Update of array and cosmetic in ARRAY_ macros
Fri, 07 Oct 2011 16:10:33 +0200 David Demelier Some change in buffer
Wed, 05 Oct 2011 19:46:31 +0200 David Demelier Better buffer_clear bis
Wed, 05 Oct 2011 12:10:55 +0200 David Demelier Do not free data in buffer_clear, we may want reusing
Sun, 02 Oct 2011 19:57:07 +0200 David Demelier For parray, added a better PARRAY_INDEX that evaluate to the following:
Sun, 02 Oct 2011 17:28:43 +0200 David Demelier Same last commit for array too
Sun, 02 Oct 2011 11:26:30 +0200 David Demelier Remove FreeBSD specific macros in queue.h
Sun, 02 Oct 2011 11:17:36 +0200 David Demelier Little update for buffer
Sun, 02 Oct 2011 10:59:09 +0200 David Demelier Added a convenient macro PARRAY_FLUSH to free all objects
Sun, 02 Oct 2011 10:55:00 +0200 David Demelier Organise like parray
Sun, 02 Oct 2011 10:53:48 +0200 David Demelier Modified FOREACH function for more security
Sun, 02 Oct 2011 10:10:16 +0200 David Demelier Security fix
Sun, 02 Oct 2011 09:55:16 +0200 David Demelier Added parray.c and parray.h:
Fri, 30 Sep 2011 20:17:37 +0200 David Demelier Remove tests garbage
Fri, 30 Sep 2011 16:38:40 +0200 David Demelier For array.c:
Sun, 25 Sep 2011 19:16:21 +0200 David Demelier Return a module instead of an int
Sun, 25 Sep 2011 19:15:55 +0200 David Demelier Use __attribute__ ((noreturn)) on err(x) functions
Fri, 23 Sep 2011 08:58:23 +0200 David Demelier vim :%s fail
Fri, 23 Sep 2011 08:57:26 +0200 David Demelier Rename SIZE -> OFFSET
Thu, 22 Sep 2011 21:07:51 +0200 David Demelier Security fixes for array
Thu, 22 Sep 2011 13:03:27 +0200 David Demelier Buffer security fix. Also switched to == NULL statement instead of ! as
Wed, 21 Sep 2011 12:03:23 +0200 David Demelier Added ARRAY_FOREACH_R. Same functionality as ARRAY_FOREACH but reversal.
Sun, 18 Sep 2011 14:09:37 +0200 David Demelier Code cosmetic
Thu, 15 Sep 2011 17:53:43 +0200 David Demelier Switch to void * thus the user do not need to cast
Thu, 15 Sep 2011 14:31:52 +0200 David Demelier Added module.c and module.h portable way to manipulate DSO
Wed, 14 Sep 2011 20:24:40 +0200 David Demelier Remove empty line