summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* diff: fix UMR with --strip-trailing-crPaul Eggert2018-12-281-24/+15
* build: avoid build failure with --enable-gcc-warnings and latest gccJim Meyering2018-12-231-0/+3
* cmp: fix bug in -b diagnosticPaul Eggert2018-07-241-0/+2
* doc: prepend "GNU" to NAME in man pagesPaul Eggert2018-05-144-4/+4
* sdiff: port to mingwPaul Eggert2018-04-201-1/+1
* maint: update gnulib and copyright dates for 2018Jim Meyering2018-01-0617-17/+17
* maint: update to work with GCC7's -Werror=implicit-fallthrough=Jim Meyering2017-05-187-11/+19
* cmp: improve EOF diagnosticPaul Eggert2017-05-051-21/+37
* diff: describe each --help option with a single stringBenno Schulenberg2017-05-041-4/+4
* cmp: report prefix length when one file is shorterPaul Eggert2017-05-041-2/+18
* diff: don't crash if regexp is invalidPaul Eggert2017-04-271-1/+1
* diff: avoid UMR with ---presume-output-ttyJim Meyering2017-01-311-0/+1
* maint: update gnulib and copyright dates for 2017Jim Meyering2017-01-0117-17/+17
* diff: fix big performance degradation in 3.4Paul Eggert2016-10-251-1/+10
* maint: use die rather than errorJim Meyering2016-10-167-29/+60
* build: avoid GCC 7's new warningsJim Meyering2016-10-022-2/+4
* diff: don't assume ptrdiff_t <= long long intPaul Eggert2016-08-281-5/+7
* diff: port line numbers to mingw64Paul Eggert2016-08-279-64/+82
* diff: avoid duplicate definition of presume_output_ttyHanno Böck2016-08-161-2/+0
* diff3: fix leaks, for realJim Meyering2016-08-131-4/+52
* diff3: fix heap use-after-free; add minimal diff3 test coverageBastian Beischer2016-08-131-1/+0
* maint: diff3: remove an unreachable statementJim Meyering2016-08-131-1/+0
* diff: disable colorization for TERM=dumbJim Meyering2016-08-081-0/+7
* diff: --color: fix an infinite recursion bugGiuseppe Scrivano2016-03-063-2/+16
* FIXME: src/diff3: plug a leakJim Meyering2016-01-011-0/+1
* maint: update copyright year, bootstrap, init.shJim Meyering2016-01-0116-21/+22
* diff --brief no longer mistakenly reports diff. with 0-sized /proc/ filesJim Meyering2015-12-062-1/+5
* diff: add --paletteGiuseppe Scrivano2015-11-293-7/+426
* diff: add support for --colorGiuseppe Scrivano2015-11-296-58/+450
* diff: Improve help text of option --labelAndreas Grünbacher2015-09-241-1/+1
* 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