index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
llist.c
Age
Commit message (
Expand
)
Author
2016-06-19
Last commit depends on new lib code I forgot to check in. (Oops.)
Rob Landley
2014-05-29
Switch mtab_list to doubly linked so we can traverse in either order. Convert...
Rob Landley
2014-05-21
Add free functions for predefined llist types.
Rob Landley
2013-09-09
Adjust patch to use dlist_pop()
Rob Landley
2013-09-09
Redo tail closer to the original design. Add more tests for large data sets. ...
Rob Landley
2012-11-22
Remove readlink -m for being poorly defined ("readlink -m /dev/null/and/more"...
Rob Landley
2012-11-13
Reindent to two spaces per level. Remove vi: directives that haven't worked r...
Rob Landley
2012-07-15
Genericize llist code a bit: rename llist_free() to llist_traverse(), and no ...
Rob Landley
2012-03-12
Redo tail to use optargs and optionally support lseek. Add support to optargs...
Rob Landley
2010-01-05
Typo fix in comment.
Rob Landley
2008-10-23
Upgrade patch to detect hunks that start after a false start.
Rob Landley
2008-01-20
Move dlist_add() to lib/llist.c
Rob Landley
2006-11-03
Implement which. Add hello world to menuconfig. Wrap the various applet main
Rob Landley
2006-11-01
Linked list functions, forgot to add this to the repository.
Rob Landley