summaryrefslogtreecommitdiff
path: root/src/diff.c
Commit message (Expand)AuthorAgeFilesLines
* New option --no-dereference.Bruno Haible2012-01-081-4/+70
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* portability: use SET_BINARY rather than xfreopen (NULL, ...Claudio Bley2011-10-041-3/+3
* diff, sdiff: new option --ignore-trailing-space (-Z)Roland McGrath2011-08-141-3/+10
* diff: --ignore-file-name-case now applies at top level tooTim Waugh2011-08-131-1/+1
* doc: insert comma in --help line for --ignore-space-change (-b)Santiago Vila2011-08-081-1/+1
* 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-56/+69
* docs: diff --help should mention -LEric Blake2011-03-181-1/+1
* maint: avoid new syntax-check failureJim Meyering2011-01-231-1/+1
* maint: update copyright year ranges to include 2011Jim Meyering2011-01-031-1/+1
* diff -r: avoid printing excess slashes in concatenated file namesJim Meyering2010-08-141-3/+4
* portability: avoid "diff - ..." failure at least on *BSD and SolarisJim Meyering2010-02-101-1/+1
* maint: update all FSF copyright year lists to include 2010Jim Meyering2010-01-011-2/+2
* use xfreopen rather than freopenJim Meyering2009-11-201-3/+4
* maint: add an assertion to suppress clang-detected warningJim Meyering2009-11-201-2/+6
* maint: define/use PROGRAM_NAME and AUTHORS; use propername moduleJim Meyering2009-11-161-3/+12
* maint: bug-diffutils@gnu.org is the new bug-reporting addressJim Meyering2009-11-161-2/+1
* 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-6/+2
* maint/sc: use STREQ, not strcmp(a,b) == 0Jim Meyering2009-11-111-3/+3
* maint/sc: remove useless if-before-free testsJim Meyering2009-11-111-4/+2
* * NEWS: New diff option --suppress-blank-empty (no longer -u default).Paul Eggert2009-11-111-0/+7
* * src/diff.c (compare_files): Use last_component rather than base_name,Paul Eggert2009-11-111-1/+1
* * COPYING: New file.Paul Eggert2007-07-191-9/+7
* * bootstrap: Sync from gnulib.Paul Eggert2007-04-041-2/+1
* Update FSF address.Paul Eggert2006-01-051-1/+1
* * src/cmp.c: Don't include <setmode.h>.Paul Eggert2006-01-051-274/+242
* (recursive, new_file, unidirectional_new_file,Paul Eggert2004-09-011-273/+271
* Do not include regex.h, as diff.h does this now.Paul Eggert2004-04-121-64/+78
* Include version-etc.h, not freesoft.h.Paul Eggert2002-06-171-8/+2
* Include <file-type.h>.Paul Eggert2002-06-111-64/+46
* (main): Fix typo that prevented diff -y from working. Bug reported byPaul Eggert2002-03-241-4/+5
* (option_help_msgid): Bring back --horizon-lines documentation.Paul Eggert2002-03-121-0/+1
* (option_help_msgid): Do not document -L, -P, --horizon-lines,Paul Eggert2002-03-121-7/+7
* (option_help_msgid): Reword for help2man.Paul Eggert2002-03-111-4/+6
* (LONG_OPTION, GROUP_FORMAT_OPTION, LINE_FORMAT_OPTION): Remove.Paul Eggert2002-02-281-13/+4
* Include c-stack.h, exitfail.h.Paul Eggert2002-02-281-225/+261
* (copyright_string): Update to 2002.Paul Eggert2002-01-241-3/+3
* (DEFAULT_WIDTH): Remove.Paul Eggert2001-12-241-11/+8
* Include dirname.h, setmode.h.Paul Eggert2001-12-111-80/+79
* (main, compare_files): setmode -> set_binary_mode.Paul Eggert2001-12-031-10/+10
* (option_help_msgid): Don't mention --binary on POSIX hosts.Paul Eggert2001-11-251-2/+0
* Assume C89 or better.Paul Eggert2001-11-241-418/+431
* Include <config.h> before using "const".Paul Eggert1998-09-141-2/+3
* (authorship_msgid): New var.Paul Eggert1998-09-141-3/+3
* (authorship_msgid): New var.Paul Eggert1998-09-131-290/+434
* (main): Invoke setlocale first thing, to tell library we're internationalized.Paul Eggert1994-11-141-95/+111
* (option_list): Quote options with system_quote_arg.Paul Eggert1994-10-311-23/+78
* (add_exclude): Can now assume xrealloc (0, ...) works.Paul Eggert1994-10-151-29/+32