aboutsummaryrefslogtreecommitdiff
path: root/coreutils/diff.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* find: fix handling of -prunevda2007-04-081-1/+1
* diff: fix segfault on empty dirs (Peter Korsgaard <peter.korsgaard@barco.com>)vda2007-04-051-1/+1
* - fold recurse, depthFirst and dereference params into one param flags.aldot2007-03-291-1/+2
* diff: fix SEGV (NULL deref) in diff -Nvda2007-03-261-9/+18
* fix buglets found by randomconfig runvda2007-03-111-2/+2
* diff: failed to confirm "static bug" in gcc - reinstating statics.vda2007-03-091-74/+79
* diff: make -U0 workvda2007-03-071-1/+1
* diff: fix access past end of arrayvda2007-02-111-36/+13
* suppress warnings about easch <applet>_main() havingvda2007-02-031-0/+1
* - small size tweaksaldot2007-01-201-2/+2
* - FIXME: someone broke diff -raldot2007-01-071-48/+48
* work around gcc's false warningvda2007-01-071-3/+2
* diff: small optimizations; do not try to diff non-seekable streamvda2007-01-071-46/+44
* - minor shrinkage: -25 bytes or so.aldot2007-01-061-12/+14
* 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