Commit Graph

10 Commits

Author SHA1 Message Date
Rob Landley
5f57bccc41 Redo tail closer to the original design. Add more tests for large data sets. (Still no -f support yet.) 2013-09-09 04:26:03 -05:00
Rob Landley
fe91e68e8d 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(). 2012-11-22 21:18:09 -06:00
Rob Landley
7aa651a6a4 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.
The actual code should be the same afterward, this is just cosmetic refactoring.
2012-11-13 17:14:08 -06:00
Rob Landley
9e2b6db36a Genericize llist code a bit: rename llist_free() to llist_traverse(), and no longer accept NULL as a synonym for free. 2012-07-15 17:22:04 -05:00
Rob Landley
2c48247a01 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. 2012-03-12 00:25:40 -05:00
Rob Landley
53c7504586 Typo fix in comment. 2010-01-05 10:43:36 -06:00
Rob Landley
bdf037ff5e Upgrade patch to detect hunks that start after a false start.
Imagine a hunk that starts with a blank line, but the site to patch starts
with two blank lines.  Before we'd read the first blank line, think it was the
start of the hunk and buffer it, read the second blank line, notice that it
didn't match the second line of the hunk, and discard _both_ buffered lines of
context (writing them to the output file) without checking that one of the
later context lines might have been the real start of the hunk.

Make it re-check the rest of the buffered context for matches each time it
discards a line of buffered context.
2008-10-23 16:44:30 -05:00
Rob Landley
6ef04efa85 Move dlist_add() to lib/llist.c 2008-01-20 17:34:53 -06:00
Rob Landley
0a04b3ef85 Implement which. Add hello world to menuconfig. Wrap the various applet main
functions in main.c with USE() macros so --gc-sections can strip them.
2006-11-03 00:05:52 -05:00
Rob Landley
15bdc11ec8 Linked list functions, forgot to add this to the repository. 2006-11-01 22:28:46 -05:00