Age | Commit message (Expand) | Author |
2007-04-08 | find: fix handling of -prune | Denis Vlasenko |
2007-04-05 | diff: fix segfault on empty dirs (Peter Korsgaard <peter.korsgaard@barco.com>) | Denis Vlasenko |
2007-03-29 | - fold recurse, depthFirst and dereference params into one param flags. | Bernhard Reutner-Fischer |
2007-03-26 | diff: fix SEGV (NULL deref) in diff -N | Denis Vlasenko |
2007-03-11 | fix buglets found by randomconfig run | Denis Vlasenko |
2007-03-09 | diff: failed to confirm "static bug" in gcc - reinstating statics. | Denis Vlasenko |
2007-03-07 | diff: make -U0 work | Denis Vlasenko |
2007-02-11 | diff: fix access past end of array | Denis Vlasenko |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko |
2007-01-20 | - small size tweaks | Bernhard Reutner-Fischer |
2007-01-07 | - FIXME: someone broke diff -r | Bernhard Reutner-Fischer |
2007-01-07 | work around gcc's false warning | Denis Vlasenko |
2007-01-07 | diff: small optimizations; do not try to diff non-seekable stream | Denis Vlasenko |
2007-01-06 | - minor shrinkage: -25 bytes or so. | Bernhard Reutner-Fischer |
2006-12-30 | done a dozen of randconfig test. guess what? ALL failed... | Denis Vlasenko |
2006-12-21 | introduce LONE_CHAR (optimized strcmp with one-char string) | Denis Vlasenko |
2006-12-16 | inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] | Denis Vlasenko |
2006-12-16 | diff: fix -q exit code | Denis Vlasenko |
2006-12-14 | - minor shrinkage | Bernhard Reutner-Fischer |
2006-12-13 | - remove warning about unused depth parameter in add_to_dirlist() | Bernhard Reutner-Fischer |
2006-11-27 | style cleanup: return(a) -> return a, part 2 | Denis Vlasenko |
2006-11-27 | style cleanup: return(a) -> return a, part 1 | Denis Vlasenko |
2006-10-27 | recursive_action: add depth param | Denis Vlasenko |
2006-10-14 | add open_read_close() and similar stuff | Denis Vlasenko |
2006-10-08 | attempt to regularize atoi mess. | Denis Vlasenko |
2006-10-05 | build system overhaul | Denis Vlasenko |
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko |
2006-09-17 | whitespace cleanup | Denis Vlasenko |
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley |
2006-07-01 | More removal of "#if 0" content. | "Robert P. J. Day" |
2006-06-07 | - reuse strings and messages. Saves about 600B | Bernhard Reutner-Fischer |
2006-05-29 | - just whitespace | Bernhard Reutner-Fischer |
2006-05-29 | - ls: remove unused variable | Bernhard Reutner-Fischer |
2006-05-19 | - do not use non-standard u_int. | Bernhard Reutner-Fischer |
2006-04-18 | Simplify the GPL boilerplate. | Rob Landley |
2006-04-12 | - add and use bb_opendir(), bb_xopendir(). | Bernhard Reutner-Fischer |
2006-04-06 | - patch from Rob Sullivan to add support for -L | Bernhard Reutner-Fischer |
2006-04-06 | - shrink it a little bit and make it buildable with gcc-2.95 | Bernhard Reutner-Fischer |
2006-04-06 | - remove unused args. | Bernhard Reutner-Fischer |
2006-04-06 | - move code around to avoid the need for the prototypes. | Bernhard Reutner-Fischer |
2006-04-06 | - new applet diff. Rob Sullivan writes: | Bernhard Reutner-Fischer |