summaryrefslogtreecommitdiff
path: root/coreutils/diff.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* More removal of "#if 0" content."Robert P. J. Day"2006-07-011-18/+0
* - reuse strings and messages. Saves about 600BBernhard Reutner-Fischer2006-06-071-7/+2
* - just whitespaceBernhard Reutner-Fischer2006-05-291-731/+741
* - ls: remove unused variableBernhard Reutner-Fischer2006-05-291-8/+6
* - do not use non-standard u_int.Bernhard Reutner-Fischer2006-05-191-6/+6
* Simplify the GPL boilerplate.Rob Landley2006-04-181-18/+2
* - add and use bb_opendir(), bb_xopendir().Bernhard Reutner-Fischer2006-04-121-2/+2
* - patch from Rob Sullivan to add support for -LBernhard Reutner-Fischer2006-04-061-36/+64
* - shrink it a little bit and make it buildable with gcc-2.95Bernhard Reutner-Fischer2006-04-061-35/+46
* - remove unused args.Bernhard Reutner-Fischer2006-04-061-12/+13
* - move code around to avoid the need for the prototypes.Bernhard Reutner-Fischer2006-04-061-587/+557
* - new applet diff. Rob Sullivan writes:Bernhard Reutner-Fischer2006-04-061-0/+1277