aboutsummaryrefslogtreecommitdiff
path: root/editors/diff.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* more tweak for bionicDenys Vlasenko2011-07-081-1/+3
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* reformime: do not require \r\nDenys Vlasenko2011-05-221-2/+2
* move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga2011-04-031-0/+22
* diff: optimize diffing of files with the same metadataRoman Borisov2011-03-271-0/+25
* diff: return 1 when skipping directories with -r, but without -NAlexander Shishkin2011-01-261-3/+6
* whitespace cleanupDenys Vlasenko2010-10-291-1/+1
* *: introduce and use xmkstemp. -65 bytes.Alexander Shishkin2010-10-221-3/+2
* typo fix in commentDenys Vlasenko2010-08-301-1/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* diff: make diff -r much less eager to recurse into directoriesDenys Vlasenko2010-07-101-1/+22
* diff: cosmetic change on top of last commitDenys Vlasenko2010-07-091-1/+1
* diff: fix "diff dir1 dir2/". Closes bug 2203Matheus Izvekov2010-07-091-2/+4
* diff: more compiler compat fixes. no code changesDan Fandrich2010-02-041-8/+9
* diff: make code more portableDan Fandrich2010-02-041-27/+40
* diff: fix flag -B, cleanups and a couple more tests V2Matheus Izvekov2010-01-221-54/+40
* *: small code shrinks and compile fix for unicodeDenys Vlasenko2010-01-201-4/+5
* diff: don't exit in case we can't open input files. -2 bytesMatheus Izvekov2010-01-201-3/+3
* diff: don't use FILE_and_pos_t where it's not needed. -31 bytesMatheus Izvekov2010-01-201-16/+11
* diff: correct handling of labels. -10 bytesMatheus Izvekov2010-01-201-7/+2
* diff: support long optionsMatheus Izvekov2010-01-201-0/+25
* diff: implement flag -B (Ignore changes whose lines are all blank)Matheus Izvekov2010-01-201-11/+17
* diff: honor flag -i (ignore case differences)Matheus Izvekov2010-01-201-1/+4
* diff: add NOINLINEDenys Vlasenko2010-01-181-2/+4
* diff: defeat gcc's optimizationDenys Vlasenko2010-01-181-1/+4
* diff: rewrite. much smaller and more correctMatheus Izvekov2010-01-181-1131/+709
* libbb: robustify isXXXX(). +39 bytesDenys Vlasenko2009-11-181-1/+1
* diff: debug macros; one trivial size optimizationDenys Vlasenko2009-09-211-4/+16
* diff: fix bug 613 (diff -ub segfaults)Denys Vlasenko2009-09-211-38/+25
* diff: tiny compat tweakDenys Vlasenko2009-06-091-0/+3
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-2/+2
* diff: emit /dev/null if diff -rN diffs a file against /dev/nullDenis Vlasenko2008-11-231-9/+7
* volume identification: abolish /proc/partitions and /proc/cdromsDenis Vlasenko2008-10-191-1/+1
* libbb: introduce and use xrealloc_vectorDenis Vlasenko2008-07-081-2/+2
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-3/+3
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-1/+1
* fix breakage found by randomconfigDenis Vlasenko2008-06-231-2/+2
* *: use llist_pop for traverse-and-free list operationDenis Vlasenko2008-06-151-7/+2
* grep: make "-f -" work (+ testsuite)Denis Vlasenko2008-06-071-2/+3
* diff: improve comments (no code chages)Denis Vlasenko2008-03-241-10/+13
* diff: exclude D_EMPTY code if there is no support for -rDenis Vlasenko2008-03-241-16/+22
* diff: fix small bug; don't make a copy for "/dev/null" caseDenis Vlasenko2008-03-241-4/+10
* diff: reordering and renaming of variablesDenis Vlasenko2008-03-241-67/+66
* diff: make a few variables localDenis Vlasenko2008-03-241-6/+3
* diff: make it work on pipes etc (needed for kernel compile)Denis Vlasenko2008-03-241-51/+88
* diff: shrinkDenis Vlasenko2008-03-241-104/+126
* *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko2008-03-171-6/+3
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-1/+1
* libbb: inntroduce and use bb_pstrcmp() and qsort_string_vector()Denis Vlasenko2008-03-021-7/+1
* *: add optimization barrier to all "G trick" locationsDenis Vlasenko2008-02-271-1/+1