summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* maint: update copyright year ranges to include 2015; update gnulibJim Meyering2015-01-0116-26/+26
* diff: skip test if seek is not possible on OS/2 kLIBCKO Myung-Hun2014-12-121-0/+7
* diff: fix integer overflow problem with --tabsizePaul Eggert2014-10-271-5/+10
* diff: fix bug with diff -B and incomplete linesPaul Eggert2014-09-031-2/+4
* diff: fix performance bug with prefix computationPaul Eggert2014-09-031-3/+5
* diff: fix two "..." typos in --help outputPaul Eggert2014-03-261-1/+1
* diff, sdiff: minor integer overflow fixesPaul Eggert2014-02-244-14/+22
* diff: fix bug with -I and overlapping hunksPaul Eggert2014-02-241-4/+3
* diff: remove TOO_EXPENSIVE heuristicPaul Eggert2014-02-231-9/+1
* diff: exit with status 1, not 2, when binary files differPaul Eggert2014-01-311-19/+9
* cmp, diff, sdiff: tune by using rawmemchrPaul Eggert2013-08-223-72/+50
* cmp: tune 'cmp a b' for GCC x86Paul Eggert2013-08-121-2/+4
* diff: fix bug with Asian file namesPaul Eggert2013-04-031-2/+6
* diff: remove unnecessary declPaul Eggert2013-04-031-1/+0
* diff: tune compare_names_for_qsortPaul Eggert2013-04-031-18/+31
* maint: update all copyright year number rangesJim Meyering2013-01-0416-16/+16
* maint: use xasprintf in place of xmalloc+sprintfJim Meyering2012-09-101-3/+2
* diff: encode file names with special charactersAndreas Gruenbacher2012-09-103-12/+104
* diff: silence GCC warning instead of slowing downPaul Eggert2012-08-301-1/+6
* diff: avoid possible longjmp-triggered misbehaviorJim Meyering2012-08-281-1/+1
* main: port subcommands to mingwPaul Eggert2012-05-143-67/+32
* Use binary mode when testing for binary files.Paul Eggert2012-05-143-9/+24
* diff: fix a typo that was always disabling the same_special_file macroJim Meyering2012-05-051-1/+1
* usage: improve wording of --ignore-matching-linesEric Blake2012-03-071-2/+2
* doc: explain -I RE better in --help outputPaul Eggert2012-03-042-2/+2
* sdiff: remove dependency on sigprocmaskPaul Eggert2012-02-121-9/+0
* diff: -N, --unidirectional-new-file now compare to "-" tooPaul Eggert2012-02-041-9/+7
* maint: quote 'like this' or "like this", not `like this'Paul Eggert2012-01-2513-91/+91
* maint: avoid new syntax-check failureJim Meyering2012-01-121-1/+1
* New option --no-dereference.Bruno Haible2012-01-082-4/+74
* maint: update all copyright year number rangesJim Meyering2012-01-0116-16/+16
* build: update to latest gnulib and adaptJim Meyering2011-12-146-8/+8
* portability: use SET_BINARY rather than xfreopen (NULL, ...Claudio Bley2011-10-042-5/+5
* maint: avoid new "make sytnax-check" failure.Jim Meyering2011-08-151-1/+1
* * src/io.c (find_and_hash_each_line): Refactor for brevity.Paul Eggert2011-08-141-158/+77
* diff, sdiff: new option --ignore-trailing-space (-Z)Roland McGrath2011-08-145-55/+150
* diff: --ignore-file-name-case now applies at top level tooTim Waugh2011-08-133-1/+48
* doc: insert comma in --help line for --ignore-space-change (-b)Santiago Vila2011-08-081-1/+1
* maint: remove inclusion of unused header, for "make syntax-check"Jim Meyering2011-07-032-2/+0
* build: ccache works better without embedded version stringsJim Meyering2011-06-136-4/+27
* cmp, diff, diff3, sdiff: edit and align --help text.Karl Berry2011-06-084-103/+146
* diff: don't use locales after local-specific sorting failsPaul Eggert2011-05-271-3/+1
* maint: prepare for the tight-scope checkJim Meyering2011-05-182-39/+45
* docs: diff --help should mention -LEric Blake2011-03-181-1/+1
* maint: remove all uses of vfork: use fork insteadJim Meyering2011-01-244-52/+14
* maint: avoid new syntax-check failureJim Meyering2011-01-232-2/+2
* maint: update copyright year ranges to include 2011Jim Meyering2011-01-0316-16/+16
* maint: avoid shadowing warningJim Meyering2010-09-041-3/+3
* diff -r: avoid printing excess slashes in concatenated file namesJim Meyering2010-08-143-16/+4
* diff: avoid spurious diffs when two distinct dir entries compare equalPaul Eggert2010-08-121-2/+39