]> git.ozlabs.org Git - ccan/commitdiff
From: Joseph Adams <joeyadams3.14159@gmail.com>
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 28 May 2009 03:56:51 +0000 (13:26 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 28 May 2009 03:56:51 +0000 (13:26 +0930)
I have given my array module a makeover (see attached
array-0.1.tar.bz2 ).  Major changes are:

* All the macros have been renamed to flat array_* names.  Instead of
Array, AInit, AAppend, etc., it is now array, array_init,
array_append, etc..  This will obviously break any applications
already using the array module (if any); 'renames' is the list of sed
commands I used to make the name changes.
* array (by default) now uses talloc functions instead of regular
malloc/realloc/free.
* All of the array macros have tests now.


No differences found