summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* build: don't define macros that gnulib providesJim Meyering2010-05-091-13/+0
* build: rely on gnulib's sigprocmask moduleJim Meyering2010-05-091-23/+0
* maint: remove now-useless #if HAVE_HEADER_H guardsJim Meyering2010-04-301-3/+1
* Followon improvements for the fix for Debian bug 577832.Paul Eggert2010-04-161-13/+9
* diff: fix a regression when at least one input lacks a newline-at-EOF,Jim Meyering2010-04-161-1/+10
* diff -F/-p: don't depend on locale-specific white-space definitionJim Meyering2010-04-051-2/+3
* with -F or -p, emit better function lines: no leading white spaceYannick Moy2010-03-181-5/+7
* revert 2002 change that removed "Binary " from "files A and B differ"Jim Meyering2010-02-231-3/+8
* avoid compilation failure on systems lacking both fork and vforkJuan Manuel Guerrero2010-02-142-2/+2
* maint: change use of "|" to more maintainable "||" (no semantic change)Jim Meyering2010-02-101-1/+1
* portability: avoid "diff - ..." failure at least on *BSD and SolarisJim Meyering2010-02-101-1/+1
* build: allow compilation on cygwinEric Blake2010-01-041-1/+2
* maint: update all FSF copyright year lists to include 2010Jim Meyering2010-01-0116-18/+18
* build: enable warnings and -Werror.Jim Meyering2009-11-221-0/+1
* build: fix test run on cygwinEric Blake2009-11-201-1/+1