summaryrefslogtreecommitdiff
path: root/src/cmp.c
Commit message (Expand)AuthorAgeFilesLines
* diff: prefer nullptr to NULLPaul Eggert2023-02-051-1/+1
* maint: update copyright datesJim Meyering2023-01-011-1/+1
* maint: make update-copyrightJim Meyering2022-01-031-1/+1
* maint: prefer attribute.h attributesPaul Eggert2021-08-301-3/+2
* maint: modernize IF_LINT for GCC 11.2.1Paul Eggert2021-08-221-1/+1
* cmp: avoid reading uninitialized memoryJim Meyering2021-07-311-0/+5
* cmp: avoid reading uninitialized memoryBruno Haible2021-07-281-0/+4
* cmp: revert preceding changeJim Meyering2021-07-281-2/+0
* cmp: avoid reading uninitialized memoryJim Meyering2021-07-271-0/+2
* maint: update all copyright year number rangesJim Meyering2021-01-011-1/+1
* maint: update all copyright year number rangesJim Meyering2020-01-011-1/+1
* cmp: fix -l width bugPaul Eggert2019-10-011-1/+2
* diff: don’t mistreat -N in arg as a large numberPaul Eggert2019-08-271-13/+14
* diff: use xstdopen, not stdopenPaul Eggert2019-01-061-4/+2
* maint: convert all TABs to equivalent spaces in indentationJim Meyering2019-01-051-235/+235
* diff: fix cmp, diff3, sdiff with stdin closedPaul Eggert2019-01-051-14/+14
* maint: update all copyright dates via "make update-copyright"Jim Meyering2019-01-011-1/+1
* cmp: fix bug in -b diagnosticPaul Eggert2018-07-241-0/+2
* doc: prepend "GNU" to NAME in man pagesPaul Eggert2018-05-141-1/+1
* maint: update gnulib and copyright dates for 2018Jim Meyering2018-01-061-1/+1
* maint: update to work with GCC7's -Werror=implicit-fallthrough=Jim Meyering2017-05-181-1/+1
* cmp: improve EOF diagnosticPaul Eggert2017-05-051-21/+37
* cmp: report prefix length when one file is shorterPaul Eggert2017-05-041-2/+18
* maint: update gnulib and copyright dates for 2017Jim Meyering2017-01-011-1/+1
* maint: use die rather than errorJim Meyering2016-10-161-9/+9
* maint: update copyright year, bootstrap, init.shJim Meyering2016-01-011-2/+2
* maint: update copyright year ranges to include 2015; update gnulibJim Meyering2015-01-011-2/+2
* cmp, diff, sdiff: tune by using rawmemchrPaul Eggert2013-08-221-59/+29
* maint: update all copyright year number rangesJim Meyering2013-01-041-1/+1
* Use binary mode when testing for binary files.Paul Eggert2012-05-141-1/+1
* maint: quote 'like this' or "like this", not `like this'Paul Eggert2012-01-251-10/+10
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* build: update to latest gnulib and adaptJim Meyering2011-12-141-1/+1
* portability: use SET_BINARY rather than xfreopen (NULL, ...Claudio Bley2011-10-041-2/+2
* build: ccache works better without embedded version stringsJim Meyering2011-06-131-1/+1
* cmp, diff, diff3, sdiff: edit and align --help text.Karl Berry2011-06-081-12/+18
* maint: update copyright year ranges to include 2011Jim Meyering2011-01-031-1/+1
* maint: update all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* use xfreopen rather than freopenJim Meyering2009-11-201-1/+2
* maint: define/use PROGRAM_NAME and AUTHORS; use propername moduleJim Meyering2009-11-161-5/+9
* maint: bug-diffutils@gnu.org is the new bug-reporting addressJim Meyering2009-11-161-3/+3
* admin: update all copyright notices to include the year 2009Jim Meyering2009-11-111-2/+2
* build: rely on gnulib's progname moduleJim Meyering2009-11-111-4/+2
* maint/sc: use STREQ, not strcmp(a,b) == 0Jim Meyering2009-11-111-2/+2
* * COPYING: New file.Paul Eggert2007-07-191-8/+6
* * bootstrap: Sync from gnulib.Paul Eggert2007-04-041-2/+1
* * src/cmp.c (cmp): The previous fix wasn't quite right either, asPaul Eggert2006-05-091-6/+7
* * src/cmp.c (cmp): Fix bug introduced in 2006-03-09 change.Paul Eggert2006-05-081-2/+2
* * src/system.h (PARAMS, PROTOTYPES): Remove; no longer needed.Paul Eggert2006-03-131-1/+1
* Update code comment to match previous patch.Paul Eggert2006-03-091-1/+2