summaryrefslogtreecommitdiff
path: root/src/sdiff.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't assume SIGPIPE exists, and that sigblock and sigsetmaskPaul Eggert2006-11-141-4/+10
* * src/sdiff.c (sigprocmask) [! HAVE_SIGPROCMASK]: Cast 2nd arg toPaul Eggert2006-11-051-1/+3
* * src/system.h (PARAMS, PROTOTYPES): Remove; no longer needed.Paul Eggert2006-03-131-3/+2
* Update FSF address.Paul Eggert2006-01-051-1/+1
* * src/cmp.c: Don't include <setmode.h>.Paul Eggert2006-01-051-7/+7
* (usage): Mention exit status.Paul Eggert2004-04-121-41/+56
* Include version-etc.h, not freesoft.h.Paul Eggert2002-06-171-10/+2
* Include <file-type.h>.Paul Eggert2002-06-111-39/+37
* (option_help_msgid, usage): Reword for help2man.Paul Eggert2002-03-111-5/+5
* Include c-stack.h, exitfail.h. Do not include signal.h.Paul Eggert2002-02-281-34/+43
* (copyright_string): Update to 2002.Paul Eggert2002-01-241-11/+15
* (interact): After extracting rlen from the editor command, test for aPaul Eggert2001-12-311-1/+1
* (not_found, execdiff): Remove.Paul Eggert2001-12-241-58/+76
* Include <dirname.h>.Paul Eggert2001-12-111-5/+6
* (diffpid, cleanup, main, edit): HAVE_FORK -> HAVE_WORKING_FORK ||Paul Eggert2001-12-031-29/+27
* (STRIP_TRAILING_CR_OPTION): New constant.Paul Eggert2001-11-251-5/+15
* Assume C89 or better.Paul Eggert2001-11-241-375/+261
* (lf_snarf): Fix bug when help line wrapped around the input buffer.Paul Eggert1998-12-121-3/+1
* 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-167/+281
* (version_string): Fix typo in declaration: `const' was missing.Paul Eggert1994-11-141-60/+79
* (trapsigs): Don't check signal return value, since it's bogus under djgpp.Paul Eggert1994-11-091-3/+2
* (main): Use system_quote_arg to compute command.Paul Eggert1994-10-311-5/+5
* (xmalloc): Remove.Paul Eggert1994-10-151-38/+21
* (private_tempnam): Use tmpnam if HAVE_TMPNAM; this simplifies porting.Paul Eggert1994-10-011-4/+11
* (exists, private_tempname): Adopt latest GNU libc algorithm.Paul Eggert1994-09-241-100/+46
* isspace -> ISSPACE, etc.Paul Eggert1994-09-221-25/+20
* (program_name): Renamed from `program', for consistency.Paul Eggert1994-09-151-7/+8
* Fix copyright notice.Paul Eggert1994-09-121-2/+2
* (try_help): New function.Paul Eggert1994-09-081-62/+43