summaryrefslogtreecommitdiff
path: root/src/comm.c
Commit message (Expand)AuthorAgeFilesLines
...
* comm: ensure that input files are sortedBo Borgerson2008-06-121-20/+148
* use gnulib's progname moduleJim Meyering2008-06-031-4/+1
* declare program_name consistentlyJim Meyering2008-06-021-1/+1
* spell author names consistentlyJim Meyering2008-06-021-1/+1
* adjust copyright datesJim Meyering2008-05-261-1/+1
* convert 2-author programs to use proper_nameJim Meyering2008-05-261-1/+3
* Update all copyright notices to use the newer form.Jim Meyering2007-07-231-5/+4
* Change "version 2" to "version 3" in all copyright notices.Jim Meyering2007-07-101-1/+1
* Help translators include translation team's web or email address.Jim Meyering2007-03-281-1/+1
* Don't include stdio.h; no longer needed.Paul Eggert2005-07-091-1/+0
* Include stdio--.h, not stdio-safer.h.Paul Eggert2005-07-031-4/+2
* Update FSF postal mail address.Jim Meyering2005-05-141-1/+1
* Update FSF postal mail address.Jim Meyering2005-05-141-1/+1
* (compare_files): Remove declaration of unused local.Jim Meyering2005-04-121-1/+0
* Include stdio-safer.h.Paul Eggert2005-04-111-31/+18
* (long_options): Use NULL, not `0'.Jim Meyering2005-03-281-2/+2
* (compare_files): Assume setlocale exists.Paul Eggert2004-12-021-1/+1
* Remove unused "case 0".Paul Eggert2004-09-211-3/+0
* (hard_LC_COLLATE, only_file_1, only_file_2, both, compare_files, main):Paul Eggert2004-07-301-21/+22
* (main): Standardize on the diagnostics given when someone givesJim Meyering2004-06-211-2/+12
* (usage): Tell what comm does when there are no options.Jim Meyering2004-02-211-4/+12
* (usage): Use EXIT_SUCCESS, not 0, for clarity.Jim Meyering2004-01-211-3/+3
* Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS changeJim Meyering2003-10-181-2/+2
* (compare_files): Save errno after input error, to report proper errno value.Jim Meyering2003-09-231-3/+18
* (WRITTEN_BY): Rename from AUTHORS.Jim Meyering2003-09-181-2/+2
* revert previous changeJim Meyering2003-09-181-1/+1
* Update AUTHORS definition to be a comma-separated list of strings and/or updateJim Meyering2003-09-181-1/+1
* Don't include headers already included by system.h:Jim Meyering2003-07-231-1/+0
* Reflect renaming: readline -> readlinebuffer.Jim Meyering2003-06-181-3/+3
* (main): Call initialize_main.Jim Meyering2003-06-171-0/+1
* add semicolonJim Meyering2003-05-101-1/+1
* (main): When failing due to too few arguments, also sayJim Meyering2003-05-101-2/+5
* Change `exit (0)' to `exit (EXIT_SUCCESS)',Jim Meyering2002-08-311-2/+2
* (usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.Jim Meyering2002-07-021-1/+1
* (compare_files): Replace #ifdef ENABLE_NLS with if (HAVE_SETLOCALE).Jim Meyering2002-04-301-9/+2
* Include xmemcoll.h, not memcoll.h.Jim Meyering2002-01-221-3/+3
* (compare_files): Don't assume that the differenceJim Meyering2002-01-211-2/+4
* Reflect renaming to, and new usage of these macros:Jim Meyering2001-12-011-2/+2
* (usage): Use new macros, EMIT_HELP_DESCRIPTION and EMIT_VERSION_DESCRIPTIONJim Meyering2001-12-011-4/+2
* Factor out some common strings to make translation easier.Jim Meyering2001-11-231-2/+4
* (AUTHORS): Mark string for translation, since it contains the English word `a...Jim Meyering2001-08-131-1/+1
* (usage): Correct description of -3.Jim Meyering2001-05-051-2/+2
* fix my grammar error in last changeJim Meyering2000-08-191-3/+3
* (writeline): Correct comments.Jim Meyering2000-08-191-3/+3
* Arrange to call close_stdout upon exit. Don't close stdout explicitly.Jim Meyering2000-05-201-6/+4
* (compare_files):Jim Meyering1999-11-041-4/+4
* (writeline): Constify a char*.Jim Meyering1999-08-221-1/+1
* Include hard-locale.h, memcoll.h.Jim Meyering1999-07-041-5/+23
* (writeline): Lines now contain trailing newline.Jim Meyering1999-07-041-1/+0
* Standardize --help and --version processing.Jim Meyering1999-04-041-4/+6