summaryrefslogtreecommitdiff
path: root/src/sdiff.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-7/+5
* diff: use mempcpyPaul Eggert2021-08-221-12/+9
* sdiff: fix unlikely memory leakPaul Eggert2021-08-221-5/+8
* maint: modernize IF_LINT for GCC 11.2.1Paul Eggert2021-08-221-2/+2
* diff: remove printintPaul Eggert2021-08-221-16/+14
* 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: don’t mistreat -N in arg as a large numberPaul Eggert2019-08-271-5/+5
* diff: use xstdopen, not stdopenPaul Eggert2019-01-061-4/+2
* maint: convert all TABs to equivalent spaces in indentationJim Meyering2019-01-051-447/+447
* 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
* sdiff: port to mingwPaul Eggert2018-04-201-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-4/+4
* maint: update gnulib and copyright dates for 2017Jim Meyering2017-01-011-1/+1
* maint: use die rather than errorJim Meyering2016-10-161-2/+2
* diff: port line numbers to mingw64Paul Eggert2016-08-271-8/+8
* 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
* diff, sdiff: minor integer overflow fixesPaul Eggert2014-02-241-4/+6
* cmp, diff, sdiff: tune by using rawmemchrPaul Eggert2013-08-221-5/+5
* maint: update all copyright year number rangesJim Meyering2013-01-041-1/+1
* main: port subcommands to mingwPaul Eggert2012-05-141-28/+13
* doc: explain -I RE better in --help outputPaul Eggert2012-03-041-1/+1
* sdiff: remove dependency on sigprocmaskPaul Eggert2012-02-121-9/+0
* maint: quote 'like this' or "like this", not `like this'Paul Eggert2012-01-251-11/+11
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* diff, sdiff: new option --ignore-trailing-space (-Z)Roland McGrath2011-08-141-1/+7
* 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-20/+25
* maint: remove all uses of vfork: use fork insteadJim Meyering2011-01-241-36/+7
* maint: update copyright year ranges to include 2011Jim Meyering2011-01-031-1/+1
* build: rely on gnulib's sigprocmask moduleJim Meyering2010-05-091-23/+0
* avoid compilation failure on systems lacking both fork and vforkJuan Manuel Guerrero2010-02-141-1/+1
* maint: update all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* 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-1/+1
* * src/diff.c (compare_files): Use last_component rather than base_name,Paul Eggert2009-11-111-4/+5
* * COPYING: New file.Paul Eggert2007-07-191-9/+7
* * NEWS: Mention new sdiff aliases 1 and 2 for l and r.Paul Eggert2007-06-061-11/+12
* * bootstrap: Sync from gnulib.Paul Eggert2007-04-041-2/+1
* * src/sdiff.c (sigprocmask): Don't dump core if O is null.Paul Eggert2006-11-141-1/+1