log lib/llist.c @ 1321:4d898affda0c draft

age author description
Thu, 29 May 2014 05:22:02 -0500 Rob Landley Switch mtab_list to doubly linked so we can traverse in either order. Convert umount and df. Add dlist_terminate() to break lists for traversal in either direction. draft
Wed, 21 May 2014 06:57:43 -0500 Rob Landley Add free functions for predefined llist types. draft
Mon, 09 Sep 2013 05:26:52 -0500 Rob Landley Adjust patch to use dlist_pop() draft
Mon, 09 Sep 2013 04:26:03 -0500 Rob Landley Redo tail closer to the original design. Add more tests for large data sets. (Still no -f support yet.) draft
Thu, 22 Nov 2012 21:18:09 -0600 Rob Landley Remove readlink -m for being poorly defined ("readlink -m /dev/null/and/more" answers what question, exactly?), rewrite xabspath() to work right and not depend on realpath, fix subtle longstanding bug in llist_traverse().
Tue, 13 Nov 2012 17:14:08 -0600 Rob Landley Reindent to two spaces per level. Remove vi: directives that haven't worked right in years (ubuntu broke its' vim implementation). Remove trailing spaces. Add/remove blank lines. Re-wordwrap in places. Update documentation with new coding style.
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.