summaryrefslogtreecommitdiff
path: root/src/analyze.c
Commit message (Expand)AuthorAgeFilesLines
* maint: update copyright datesJim Meyering2023-01-011-1/+1
* maint: make update-copyrightJim Meyering2022-01-031-1/+1
* diff: avoid double translationPaul Eggert2021-08-301-2/+2
* maint: zalloc → xzallocPaul Eggert2021-08-221-4/+4
* maint: update all copyright year number rangesJim Meyering2021-01-011-1/+1
* maint: update all copyright year number rangesJim Meyering2020-01-011-1/+1
* maint: convert all TABs to equivalent spaces in indentationJim Meyering2019-01-051-376/+376
* maint: update all copyright dates via "make update-copyright"Jim Meyering2019-01-011-1/+1
* maint: update gnulib and copyright dates for 2018Jim Meyering2018-01-061-1/+1
* maint: update gnulib and copyright dates for 2017Jim Meyering2017-01-011-1/+1
* diff: fix big performance degradation in 3.4Paul Eggert2016-10-251-1/+10
* maint: update copyright year, bootstrap, init.shJim Meyering2016-01-011-1/+1
* diff --brief no longer mistakenly reports diff. with 0-sized /proc/ filesJim Meyering2015-12-061-0/+2
* maint: update copyright year ranges to include 2015; update gnulibJim Meyering2015-01-011-1/+1
* 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
* maint: update all copyright year number rangesJim Meyering2013-01-041-1/+1
* maint: quote 'like this' or "like this", not `like this'Paul Eggert2012-01-251-3/+3
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* maint: update copyright year ranges to include 2011Jim Meyering2011-01-031-1/+1
* revert 2002 change that removed "Binary " from "files A and B differ"Jim Meyering2010-02-231-3/+8
* maint: change use of "|" to more maintainable "||" (no semantic change)Jim Meyering2010-02-101-1/+1
* maint: update all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* admin: update all copyright notices to include the year 2009Jim Meyering2009-11-111-2/+2
* Break out diffseq.h into a separate file, so that gettext can usePaul Eggert2009-11-111-343/+25
* * COPYING: New file.Paul Eggert2007-07-191-7/+5
* * src/analyze.c (build_reverse_script): Fix typo in comment.Paul Eggert2006-11-151-1/+1
* * src/system.h (PARAMS, PROTOTYPES): Remove; no longer needed.Paul Eggert2006-03-131-6/+6
* Update FSF address.Paul Eggert2006-01-051-1/+1
* Do not include regex.h, as diff.h does this now.Paul Eggert2004-04-121-3/+2
* (diag): Return void, not lin, since the returnPaul Eggert2004-03-121-60/+35
* (briefly_report): Don't say "Binary files differ", since onePaul Eggert2002-06-281-8/+3
* Include <file-type.h>.Paul Eggert2002-06-111-0/+1
* Assign PTRDIFF_MAX - 1 to a size_t variable, just in case there's a problemPaul Eggert2002-04-051-2/+3
* (diff_2_files): Avoid arithmetic overflow in buffer size calculation.Paul Eggert2002-02-281-3/+5
* Assume C89 or better.Paul Eggert2001-11-241-222/+191
* (no_discards): Remove.Paul Eggert1998-09-131-104/+106
* (briefly_report): Rewrite `message (A?"B":"C")' asPaul Eggert1994-11-141-5/+15
* (diff_2_files): ignore_regexp_list -> ignore_regexp.fastmapPaul Eggert1994-10-311-3/+3
* error caller changedPaul Eggert1994-10-151-1/+1
* (too_expensive): New variable, for heuristic to limit the worst-casePaul Eggert1993-11-101-121/+245
* (diff_2_files): Work around memcmp bug with size=0.Paul Eggert1993-09-271-3/+4
* (discard_confusing_lines): Make defn static, like declaration.Paul Eggert1993-09-181-1/+1
* (diff_2_files): Use memcmp instead of bcmp.Paul Eggert1993-09-131-6/+6
* Add prototypes to function declarations. Use size_t, not int, when needed.Paul Eggert1993-08-271-30/+30
* (diff_2_files): Change NULL to 0.Paul Eggert1993-05-261-1/+1
* (diff_2_files): With -q, do not report that files differPaul Eggert1993-05-221-51/+66
* entered into RCSPaul Eggert1992-09-301-3/+1
* *** empty log message ***David MacKenzie1992-09-151-1/+1
* *** empty log message ***Paul Eggert1992-09-061-195/+205