aboutsummaryrefslogtreecommitdiff
path: root/coreutils/diff.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* done a dozen of randconfig test. guess what? ALL failed...vda2006-12-301-1/+1
* introduce LONE_CHAR (optimized strcmp with one-char string)vda2006-12-211-1/+1
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]vda2006-12-161-5/+5
* diff: fix -q exit codevda2006-12-161-70/+72
* - minor shrinkagealdot2006-12-141-4/+6
* - remove warning about unused depth parameter in add_to_dirlist()aldot2006-12-131-2/+5
* style cleanup: return(a) -> return a, part 2vda2006-11-271-8/+8
* style cleanup: return(a) -> return a, part 1vda2006-11-271-15/+15
* recursive_action: add depth paramvda2006-10-271-3/+3
* add open_read_close() and similar stuffvda2006-10-141-3/+3
* attempt to regularize atoi mess.vda2006-10-081-1/+1
* build system overhaulvda2006-10-051-3/+2
* getopt_ulflags -> getopt32.vda2006-10-031-2/+2
* whitespace cleanupvda2006-09-171-2/+2
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-031-29/+12
* More removal of "#if 0" content.rpjday2006-07-011-18/+0
* - reuse strings and messages. Saves about 600Baldot2006-06-071-7/+2
* - just whitespacealdot2006-05-291-731/+741
* - ls: remove unused variablealdot2006-05-291-8/+6
* - do not use non-standard u_int.aldot2006-05-191-6/+6
* Simplify the GPL boilerplate.landley2006-04-181-18/+2
* - add and use bb_opendir(), bb_xopendir().aldot2006-04-121-2/+2
* - patch from Rob Sullivan to add support for -Laldot2006-04-061-36/+64
* - shrink it a little bit and make it buildable with gcc-2.95aldot2006-04-061-35/+46
* - remove unused args.aldot2006-04-061-12/+13
* - move code around to avoid the need for the prototypes.aldot2006-04-061-587/+557
* - new applet diff. Rob Sullivan writes:aldot2006-04-061-0/+1277