log parray.c @ 103:7fefa3a34461

age author description
Fri, 13 Jan 2012 22:48:08 +0100 David Demelier Remove #ifdef __cplusplus
Fri, 13 Jan 2012 19:43:02 +0100 David Demelier Happy new year
Wed, 04 Jan 2012 13:21:15 +0100 David Demelier Use pointer instead of copying variable in ARRAY_FOREACH, then you can modify it
Tue, 03 Jan 2012 17:54:35 +0100 David Demelier Same thing for parray
Thu, 10 Nov 2011 18:27:04 +0100 David Demelier Modified [p]array_find to return the index for a better usage
Fri, 07 Oct 2011 16:58:58 +0200 David Demelier And last commit applied to parray too
Sun, 02 Oct 2011 17:28:43 +0200 David Demelier Same last commit for array too
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:10:16 +0200 David Demelier Security fix
Sun, 02 Oct 2011 09:55:16 +0200 David Demelier Added parray.c and parray.h: