summaryrefslogtreecommitdiff
path: root/src/cmp.c
Commit message (Expand)AuthorAgeFilesLines
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* build: update to latest gnulib and adaptJim Meyering2011-12-141-1/+1
* portability: use SET_BINARY rather than xfreopen (NULL, ...Claudio Bley2011-10-041-2/+2
* 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-12/+18
* 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-1/+2
* maint: define/use PROGRAM_NAME and AUTHORS; use propername moduleJim Meyering2009-11-161-5/+9
* 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-4/+2
* maint/sc: use STREQ, not strcmp(a,b) == 0Jim Meyering2009-11-111-2/+2
* * COPYING: New file.Paul Eggert2007-07-191-8/+6
* * bootstrap: Sync from gnulib.Paul Eggert2007-04-041-2/+1
* * src/cmp.c (cmp): The previous fix wasn't quite right either, asPaul Eggert2006-05-091-6/+7
* * src/cmp.c (cmp): Fix bug introduced in 2006-03-09 change.Paul Eggert2006-05-081-2/+2
* * src/system.h (PARAMS, PROTOTYPES): Remove; no longer needed.Paul Eggert2006-03-131-1/+1
* Update code comment to match previous patch.Paul Eggert2006-03-091-1/+2
* (main): Avoid an unnecessary system call introduced in previous patch.Paul Eggert2006-03-091-6/+1
* * src/cmp.c (type_no_stdout): New constant.Paul Eggert2006-03-091-2/+11
* Update FSF address.Paul Eggert2006-01-051-1/+1
* * src/cmp.c: Don't include <setmode.h>.Paul Eggert2006-01-051-11/+13
* Sort includes. Include <exit.h>, <unlocked-io.h>.Paul Eggert2004-04-121-30/+37
* Include version-etc.h, not freesoft.h.Paul Eggert2002-06-171-12/+7
* Include <file-type.h>.Paul Eggert2002-06-111-8/+9
* (cmp): Use block_read instead of read, to work around Tru64 5.1 bug.Paul Eggert2002-04-051-12/+6
* (cmp): Fix typos in previous change.Paul Eggert2002-03-121-5/+5
* Use "byte" rather than "char" if a translation for "byte" is available.Paul Eggert2002-03-121-6/+20
* (specify_comparison_type): New function.Paul Eggert2002-03-121-15/+21
* (usage): Reword for help2man.Paul Eggert2002-03-111-4/+5
* Include c-stack.h, exitfail.h.Paul Eggert2002-02-281-31/+43
* (copyright_string): Update to 2002.Paul Eggert2002-01-241-17/+15
* (valid_suffixes): Add '0', to support suffixes like "MB" and "MiB".Paul Eggert2001-12-241-3/+4
* Include <hard-locale.h>, <setmode.h>.Paul Eggert2001-12-111-40/+77
* (usage): Clarify.Paul Eggert2001-12-031-2/+8
* <xstrtol.h>: Include.Paul Eggert2001-12-031-27/+84
* (option_help_msgid): offsets -> indicesPaul Eggert2001-11-251-4/+4
* Assume C89 or better.Paul Eggert2001-11-241-176/+150
* Include <config.h> before using "const".Paul Eggert1998-09-141-1/+2
* (authorship_msgid): New var.Paul Eggert1998-09-141-2/+2
* (authorship_msgid): New var.Paul Eggert1998-09-131-67/+52
* (main): Invoke setlocale first thing, to tell library we're internationalized.Paul Eggert1994-11-141-45/+60
* Fix comment.Paul Eggert1994-10-311-1/+1
* (main): Align buffer size to word size, in case malloc cares.Paul Eggert1994-10-151-4/+7
* (main): Set xmalloc_exit_failure.David MacKenzie1994-10-121-0/+2
* (word): Don't define if already defined.Paul Eggert1994-09-221-6/+11
* (printc): Don't quote C if isprint(C).Paul Eggert1994-09-151-18/+21
* Fix copyright notice.Paul Eggert1994-09-121-1/+1
* (try_help, check_stdout): New functions.Paul Eggert1994-09-081-26/+40