log

age author description
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
Wed, 14 Sep 2011 20:24:14 +0200 David Demelier Added a new function array_swap() that swap elements by index
Fri, 09 Sep 2011 17:32:53 +0200 David Demelier Improve security and FIXED size buffer
Fri, 09 Sep 2011 01:15:25 +0200 David Demelier Add a portable version of stdbool.h
Thu, 08 Sep 2011 18:41:22 +0200 David Demelier Update ARRAY_FOREACH, need a cast now
Thu, 08 Sep 2011 18:28:57 +0200 David Demelier Import portable version of NetBSD functions err(3)
Thu, 08 Sep 2011 16:55:03 +0200 David Demelier Use char * instead of void, MSVC does not like void * arithmetic
Thu, 08 Sep 2011 15:52:42 +0200 David Demelier Added a portable version of sys/queue.h
Thu, 08 Sep 2011 13:34:13 +0200 David Demelier Do not increate buf->size on realloc failure
Wed, 07 Sep 2011 23:32:10 +0200 David Demelier Fix typo
Wed, 07 Sep 2011 22:12:24 +0200 David Demelier Forgot to update ARRAY_FOREACH
Wed, 07 Sep 2011 21:54:15 +0200 David Demelier Fix compiler warning (thanks gcc 4.2.2) and security
Wed, 07 Sep 2011 21:12:48 +0200 David Demelier Added lists.h:
Wed, 07 Sep 2011 20:31:41 +0200 David Demelier Fix security issue