liblist

log

age author description
4 weeks ago Nathan Phillip Brink Fix typo: s/list_delete/list_remove_curr/.default tip
4 weeks ago Nathan Phillip Brink Add support for deleting list items as part of list_traverse(). This means that the return values of the traversal callback are more well defined (and less backwards-compatible) but that systematic removal of items from a list doesn't have to be awkward.
2 months ago Nathan Phillip Brink Added tag liblist-2.3.1 for changeset c2511e368ec9
2 months ago Nathan Phillip Brink liblist-2.3.1liblist-2.3.1
2 months ago Nathan Phillip Brink add 2.3 to README and bumpd ABI version
2 months ago Nathan Phillip Brink Added tag liblist-2.3 for changeset 439ef3ad17a6
2 months ago Nathan Phillip Brink liblist-2.3liblist-2.3
2 months ago Nathan Phillip Brink Use #defines to avoid symbol collisions with libmysqlclient.so: http://bugs.mysql.com/52725
2 months ago Nathan Phillip Brink Add QUEUE to the oldapi tests.
2 months ago Nathan Phillip Brink Add STACK to the oldapi test
2 months ago Nathan Phillip Brink Added test which checks that the old api works
2 months ago Nathan Phillip Brink use more modern macros
2 months ago Nathan Phillip Brink Complete permeation of new API with #defines for queue_t, queue_element_t, stack_t, and stack_element_t
3 months ago Nathan Phillip Brink remove LIST and LIST_ELEMENT from list.c
3 months ago Nathan Phillip Brink Moved struct declarations into non-installed list_private.h, replace LIST and LIST_ELEMENT with list_t and list_element_t
4 months ago Nathan Phillip Brink Added a basic functionality test
5 months ago Binki fix LIST_DEALLOC and LIST_NODEALLOC usage in list_free(), bump ABI version
6 months ago Binki fix version tags
7 months ago Binki ChangeLog fix/typo
7 months ago Binki Added tag 2.2.1 for changeset 38ff416a8610
7 months ago Binki liblist-2.2.12.2.1
7 months ago Binki use more configure substitutions in liblist.pc
7 months ago Binki prefix manpages with `l' to prevent conflict (suggested by nerdboy)
7 months ago Binki missing Makefile dependency
7 months ago Binki Added tag 2.2 for changeset 7551cb09a31b
7 months ago Binki liblist-2.22.2
7 months ago Binki install pkg-config support
7 months ago Binki pkg-config support
7 months ago Binki modernize prototypes in stack(3)
7 months ago Binki modernize protoypes in queue(3)
7 months ago Binki modernized prototypes in list(3) manpage, more char* converted to void*
7 months ago Binki corrected fix to cache(3)'s synopsys
7 months ago Binki fixed cache(3)'s synopsis
7 months ago Binki cache example: modernized prototype style
7 months ago Binki use PACKAGE_STRING and PACKAGE_VERSION
7 months ago Binki VPATH'' and EXTRA_DIST fixes
7 months ago Binki set list figure's font to default
7 months ago Binki upgrade list figure from FIG2.0 to FIG3.2
7 months ago Binki EOF newline
7 months ago Binki autotools, updated README, AUTHORS
7 months ago Binki update paper to modern latex and mpost, remove pointless files
7 months ago Binki use void * in queue and stack manpages
7 months ago Binki fix clean target
7 months ago Binki fix list interface prototypes, use modern style and void *
7 months ago Binki root out USE_MACROS and preprocessing of list.h and manpages
7 months ago Binki wrapped headers in traditional #ifndef ... #endif
15 months ago sarnold applied another fix for gcc warnings
15 months ago sarnold applied fixes for some gcc warnings
15 months ago sarnold updated makefiles for packaging
15 months ago sarnold initial import of liblist 2.1