summaryrefslogtreecommitdiff
path: root/src/diff3.c
Commit message (Expand)AuthorAgeFilesLines
* diff: prefer nullptr to NULLPaul Eggert2023-02-051-2/+2
* maint: update copyright datesJim Meyering2023-01-011-1/+1
* maint: make update-copyrightJim Meyering2022-01-031-1/+1
* diff3: port better to MS-WindowsPaul Eggert2021-08-311-23/+23
* maint: prefer attribute.h attributesPaul Eggert2021-08-301-4/+4
* maint: refactor integer overflow checkingPaul Eggert2021-08-221-11/+4
* diff3: simplify process_diffPaul Eggert2021-08-221-10/+7
* maint: modernize IF_LINT for GCC 11.2.1Paul Eggert2021-08-221-1/+1
* maint: lint → GCC_LINTPaul Eggert2021-08-221-3/+3
* diff: remove printintPaul Eggert2021-08-221-10/+6
* diff3: suppress -fanalyzer alarmsPaul Eggert2021-08-221-0/+8
* diff3: avoid signed int overflowPaul Eggert2021-03-241-10/+13
* maint: update all copyright year number rangesJim Meyering2021-01-011-1/+1
* maint: update all copyright year number rangesJim Meyering2020-01-011-1/+1
* diff: use xstdopen, not stdopenPaul Eggert2019-01-061-4/+2
* maint: convert all TABs to equivalent spaces in indentationJim Meyering2019-01-051-520/+520
* diff: fix cmp, diff3, sdiff with stdin closedPaul Eggert2019-01-051-0/+4
* maint: update all copyright dates via "make update-copyright"Jim Meyering2019-01-011-1/+1
* 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-2/+2
* maint: update gnulib and copyright dates for 2017Jim Meyering2017-01-011-1/+1
* maint: use die rather than errorJim Meyering2016-10-161-9/+7
* build: avoid GCC 7's new warningsJim Meyering2016-10-021-1/+3
* diff: port line numbers to mingw64Paul Eggert2016-08-271-18/+17
* 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
* FIXME: src/diff3: plug a leakJim Meyering2016-01-011-0/+1
* maint: update copyright year, bootstrap, init.shJim Meyering2016-01-011-1/+1
* maint: update copyright year ranges to include 2015; update gnulibJim Meyering2015-01-011-2/+2
* maint: update all copyright year number rangesJim Meyering2013-01-041-1/+1
* main: port subcommands to mingwPaul Eggert2012-05-141-30/+9
* maint: quote 'like this' or "like this", not `like this'Paul Eggert2012-01-251-13/+13
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* build: update to latest gnulib and adaptJim Meyering2011-12-141-1/+1
* maint: remove inclusion of unused header, for "make syntax-check"Jim Meyering2011-07-031-1/+0
* 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-15/+34
* maint: remove all uses of vfork: use fork insteadJim Meyering2011-01-241-3/+3
* maint: avoid new syntax-check failureJim Meyering2011-01-231-1/+1
* 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-3/+3
* maint: remove dead assignment from diff3.cJim Meyering2009-11-201-1/+0
* maint: define/use PROGRAM_NAME and AUTHORS; use propername moduleJim Meyering2009-11-161-2/+8
* 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-3/+2
* maint/sc: use STREQ, not strcmp(a,b) == 0Jim Meyering2009-11-111-2/+2