tail: -50 text bytes
[oweals/busybox.git] / coreutils / diff.c
2006-12-21 Denis Vlasenkointroduce LONE_CHAR (optimized strcmp with one-char...
2006-12-16 Denis Vlasenkoinline strcmp(s, "-") [actually macro-ize it for now...
2006-12-16 Denis Vlasenkodiff: fix -q exit code
2006-12-14 Bernhard Reutner... - minor shrinkage
2006-12-13 Bernhard Reutner... - remove warning about unused depth parameter in add_to...
2006-11-27 Denis Vlasenkostyle cleanup: return(a) -> return a, part 2
2006-11-27 Denis Vlasenkostyle cleanup: return(a) -> return a, part 1
2006-10-27 Denis Vlasenkorecursive_action: add depth param
2006-10-14 Denis Vlasenkoadd open_read_close() and similar stuff
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-10-05 Denis Vlasenkobuild system overhaul
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-09-17 Denis Vlasenkowhitespace cleanup
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-01 "Robert P. J. Day"More removal of "#if 0" content.
2006-06-07 Bernhard Reutner... - reuse strings and messages. Saves about 600B
2006-05-29 Bernhard Reutner... - just whitespace
2006-05-29 Bernhard Reutner... - ls: remove unused variable
2006-05-19 Bernhard Reutner... - do not use non-standard u_int.
2006-04-18 Rob LandleySimplify the GPL boilerplate.
2006-04-12 Bernhard Reutner... - add and use bb_opendir(), bb_xopendir().
2006-04-06 Bernhard Reutner... - patch from Rob Sullivan to add support for -L
2006-04-06 Bernhard Reutner... - shrink it a little bit and make it buildable with...
2006-04-06 Bernhard Reutner... - remove unused args.
2006-04-06 Bernhard Reutner... - move code around to avoid the need for the prototypes.
2006-04-06 Bernhard Reutner... - new applet diff. Rob Sullivan writes: