aboutsummaryrefslogtreecommitdiff
path: root/lib/llist.c
AgeCommit message (Expand)Author
2021-05-15Convert utf8towc from wchar_t to unsigned (to match wctoutf8).Rob Landley
2019-12-28Allow dlist_terminate() to be called repeatedly on same list.Rob Landley
2019-07-10Add dlist_lpop() to remove last entry (use dlist as stack).Rob Landley
2019-06-20Teach dlist_pop() to work on a dlist_terminate()d listRob Landley
2016-06-19Last commit depends on new lib code I forgot to check in. (Oops.)Rob Landley
2014-05-29Switch mtab_list to doubly linked so we can traverse in either order. Convert...Rob Landley
2014-05-21Add free functions for predefined llist types.Rob Landley
2013-09-09Adjust patch to use dlist_pop()Rob Landley
2013-09-09Redo tail closer to the original design. Add more tests for large data sets. ...Rob Landley
2012-11-22Remove readlink -m for being poorly defined ("readlink -m /dev/null/and/more"...Rob Landley
2012-11-13Reindent to two spaces per level. Remove vi: directives that haven't worked r...Rob Landley
2012-07-15Genericize llist code a bit: rename llist_free() to llist_traverse(), and no ...Rob Landley
2012-03-12Redo tail to use optargs and optionally support lseek. Add support to optargs...Rob Landley
2010-01-05Typo fix in comment.Rob Landley
2008-10-23Upgrade patch to detect hunks that start after a false start.Rob Landley
2008-01-20Move dlist_add() to lib/llist.cRob Landley
2006-11-03Implement which. Add hello world to menuconfig. Wrap the various applet mainRob Landley
2006-11-01Linked list functions, forgot to add this to the repository.Rob Landley