summaryrefslogtreecommitdiff
path: root/coreutils/diff.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix buglets found by randomconfig runDenis Vlasenko2007-03-111-2/+2
* diff: failed to confirm "static bug" in gcc - reinstating statics.Denis Vlasenko2007-03-091-74/+79
* diff: make -U0 workDenis Vlasenko2007-03-071-1/+1
* diff: fix access past end of arrayDenis Vlasenko2007-02-111-36/+13
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* - small size tweaksBernhard Reutner-Fischer2007-01-201-2/+2
* - FIXME: someone broke diff -rBernhard Reutner-Fischer2007-01-071-48/+48
* work around gcc's false warningDenis Vlasenko2007-01-071-3/+2
* diff: small optimizations; do not try to diff non-seekable streamDenis Vlasenko2007-01-071-46/+44
* - minor shrinkage: -25 bytes or so.Bernhard Reutner-Fischer2007-01-061-12/+14
* done a dozen of randconfig test. guess what? ALL failed...Denis Vlasenko2006-12-301-1/+1
* introduce LONE_CHAR (optimized strcmp with one-char string)Denis Vlasenko2006-12-211-1/+1
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]Denis Vlasenko2006-12-161-5/+5
* diff: fix -q exit codeDenis Vlasenko2006-12-161-70/+72
* - minor shrinkageBernhard Reutner-Fischer2006-12-141-4/+6
* - remove warning about unused depth parameter in add_to_dirlist()Bernhard Reutner-Fischer2006-12-131-2/+5
* style cleanup: return(a) -> return a, part 2Denis Vlasenko2006-11-271-8/+8
* style cleanup: return(a) -> return a, part 1Denis Vlasenko2006-11-271-15/+15
* recursive_action: add depth paramDenis Vlasenko2006-10-271-3/+3
* add open_read_close() and similar stuffDenis Vlasenko2006-10-141-3/+3
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-1/+1
* build system overhaulDenis Vlasenko2006-10-051-3/+2
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-2/+2
* whitespace cleanupDenis Vlasenko2006-09-171-2/+2
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-29/+12
* 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