log

age author description
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
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