log lib/llist.c @ 624:1e8b9acdafeb

age author description
Sun, 15 Jul 2012 17:22:04 -0500 Rob Landley Genericize llist code a bit: rename llist_free() to llist_traverse(), and no longer accept NULL as a synonym for free.
Mon, 12 Mar 2012 00:25:40 -0500 Rob Landley Redo tail to use optargs and optionally support lseek. Add support to optargs and llist.c, plus add a test suite entry. Still no -f support though.
Tue, 05 Jan 2010 10:43:36 -0600 Rob Landley Typo fix in comment.
Thu, 23 Oct 2008 16:44:30 -0500 Rob Landley Upgrade patch to detect hunks that start after a false start.
Sun, 20 Jan 2008 17:34:53 -0600 Rob Landley Move dlist_add() to lib/llist.c
Fri, 03 Nov 2006 00:05:52 -0500 Rob Landley Implement which. Add hello world to menuconfig. Wrap the various applet main
Wed, 01 Nov 2006 22:28:46 -0500 Rob Landley Linked list functions, forgot to add this to the repository.