summaryrefslogtreecommitdiff
path: root/src/diff3.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * COPYING: New file.Paul Eggert2007-07-191-8/+6
* * src/context.c (pr_context_hunk, pr_unidiff_hunk):Paul Eggert2006-05-071-7/+8
* * src/system.h (PARAMS, PROTOTYPES): Remove; no longer needed.Paul Eggert2006-03-131-4/+4
* Update FSF address.Paul Eggert2006-01-051-1/+1
* * src/cmp.c: Don't include <setmode.h>.Paul Eggert2006-01-051-8/+8
* (usage): Mention exit status.Paul Eggert2004-04-121-59/+92
* Include version-etc.h, not freesoft.h.Paul Eggert2002-06-171-10/+2
* (readnum): Fix autoincrement typo.Paul Eggert2002-06-111-2/+2
* Trim trailing white space.Paul Eggert2002-06-111-3/+3
* Include <file-type.h>.Paul Eggert2002-06-111-295/+269
* Include cmpbuf.h.Paul Eggert2002-04-051-18/+12
* (option_help_msgid, usage): Reword for help2man.Paul Eggert2002-03-111-5/+5
* Include c-stack.h, exitfail.h.Paul Eggert2002-02-281-51/+63
* (copyright_string): Update to 2002.Paul Eggert2002-01-241-6/+5
* (DIFF_PROGRAM_OPTION, HELP_OPTION): New constants.Paul Eggert2001-12-241-13/+27
* (main): Initialize xalloc_exit_failure before possibly invoking any memoryPaul Eggert2001-12-111-1/+1
* (read_diff): HAVE_FORK -> HAVE_WORKING_FORK || HAVE_WORKING_VFORK.Paul Eggert2001-12-031-6/+6
* Assume C89 or better.Paul Eggert2001-11-241-308/+245
* Include <config.h> before using "const".Paul Eggert1998-09-141-1/+2
* (quotesys.h): Include.Paul Eggert1998-09-141-3/+3
* (quotearg.h): Include.Paul Eggert1998-09-131-79/+105
* (main): Invoke setlocale first thing, to tell library we're internationalized.Paul Eggert1994-11-141-44/+55
* (read_diff): Quote arguments with system_quote_arg.Paul Eggert1994-10-311-6/+8
* (main): Use strerror (EISDIR) instead of "Is a directory".Paul Eggert1994-10-151-44/+15
* (read_diff): If STAT_BLOCKSIZE yields zero, adjust it to a more reasonablePaul Eggert1994-10-011-2/+3
* <ctype.h> now included by system.h.Paul Eggert1994-09-221-23/+6
* (program_name): Renamed from `program', for consistency.Paul Eggert1994-09-151-10/+12
* Fix copyright notice.Paul Eggert1994-09-121-1/+1
* (try_help, check_stdout): New functions.Paul Eggert1994-09-081-32/+52
* (main): Call initialize_main first.Paul Eggert1994-09-021-15/+80
* (scan_diff_line): Don't rely on promotion to make the old-style parameterPaul Eggert1994-04-151-2/+2