| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2006-08-21 | Remove from CVS, since the bootstrap script generates them automatically. | Paul Eggert | 1 | -281/+0 | |
| 2005-09-22 | Sync from gnulib. | Paul Eggert | 1 | -1/+1 | |
| 2005-05-14 | Update FSF postal mail address. | Jim Meyering | 1 | -1/+1 | |
| 2005-03-27 | (argmatch): Clarify comment: null-terminated -> NULL-terminated. | Jim Meyering | 1 | -2/+2 | |
| 2004-10-04 | Sync from gnulib, to remove dependencies of other modules on unlocked-io. | Paul Eggert | 1 | -1/+4 | |
| 2004-09-13 | (enum backuptype): Rename none -> no_backups, | Paul Eggert | 1 | -9/+9 | |
| simple -> simple_backups, numbered_existing -> numbered_existing_backups, numbered -> numbered_backups to avoid shadowing problems. All uses changed. | |||||
| 2004-08-02 | (argmatch, __xargmatch_internal, argmatch_invalid): | Paul Eggert | 1 | -10/+11 | |
| Use ptrdiff_t, not int, when counting arguments, to allow more than INT_MAX arguments. Use bool when appropriate. | |||||
| 2004-01-21 | (ARGMATCH_DIE) [! defined ARGMATCH_DIE]: | Jim Meyering | 1 | -3/+4 | |
| Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE. | |||||
| 2003-09-13 | Update from gnulib. | Jim Meyering | 1 | -1/+0 | |
| 2003-09-13 | Include exit.h. | Jim Meyering | 1 | -4/+1 | |
| (EXIT_FAILURE): Remove; now done by exit.h | |||||
| 2003-03-11 | (EXIT_FAILURE): Define if the system doesn't. | Jim Meyering | 1 | -1/+7 | |
| Reported by Bruce Becker; see: http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html | |||||
| 2002-11-22 | Include gettext.h instead of <locale.h> and <libintl.h>. | Jim Meyering | 1 | -43/+13 | |
| Remove case insensitive option matching. (argmatch): Renamed from __argmatch_internal. Remove case_sensitive argument. (argcasematch): Remove function. (__xargmatch_internal): Remove case_sensitive argument. (main): Use XARGMATCH instead of XARGCASEMATCH. | |||||
| 2002-11-21 | Merge argmatch cleanups from Bison. Assume C89. | Jim Meyering | 1 | -11/+6 | |
| Include config.h here, not in argmatch.h. Include stdlib.h, for EXIT_FAILURE. Always include <string.h>, since we assume C89. (EXIT_FAILURE): Remove pre-C89 bug workaround. | |||||
| 2001-11-17 | Include unlocked-io.h. | Jim Meyering | 1 | -0/+1 | |
| 2001-10-11 | (argmatch_invalid): Use quotearg_n_style (0, ... | Jim Meyering | 1 | -2/+2 | |
| and quote_n (1, ... to avoid clobbering a buffer. | |||||
| 2001-05-24 | Include "quote.h". | Jim Meyering | 1 | -4/+6 | |
| (argmatch_invalid): Remove explicit `' quotes. Instead, use the quote function. Reported by Göran Uddeborg. | |||||
| 2000-08-07 | back out Copyright date changes for files with no changes year | Jim Meyering | 1 | -1/+1 | |
| 2000-07-09 | update copyright date | Jim Meyering | 1 | -1/+1 | |
| 1999-08-10 | (ARGMATCH_QUOTING_STYLE): | Jim Meyering | 1 | -15/+5 | |
| Change from escape_quoting_style to locale_quoting_style. (argmatch_invalid): Use new quotearg_style primitive for simplicity. Also, use ARGMATCH_QUOTING_STYLE to quote, instead of quoting ourselves. | |||||
| 1999-01-25 | (program_name): Remove dcl. | Jim Meyering | 1 | -9/+10 | |
| Include error.h. (argmatch_invalid): Use error rather than fprintf. | |||||
| 1999-01-16 | (ARGMATCH_DIE_DECL): Use it. | Jim Meyering | 1 | -0/+4 | |
| 1999-01-16 | s/argmatch_exit_failure/argmatch_die/ | Jim Meyering | 1 | -1/+1 | |
| 1999-01-16 | (EXIT_FAILURE): Define. | Jim Meyering | 1 | -1/+9 | |
| (ARGMATCH_DIE): Use it. | |||||
| 1999-01-16 | (ARGMATCH_DIE): Provide default. | Jim Meyering | 1 | -4/+45 | |
| (__xargmatch_internal): New function. s/rogram_name/program_name. From Akim Demaille. | |||||
| 1999-01-11 | (ARGMATCH_QUOTING_STYLE): Change from c_quoting_style to escape_quoting_style. | Jim Meyering | 1 | -10/+2 | |
| (argmatch_invalid): Now that the quoted quantity is no longer double quoted, remove the code that removed leading and trailing double quotes. | |||||
| 1999-01-02 | (argmatch_invalid): Remove double quotes from the | Jim Meyering | 1 | -8/+13 | |
| offending quoted argument before using it in explanatory diagnostic. Use a single fprintf stmt. | |||||
| 1999-01-02 | (__xargmatch_internal): Remove now-unused function. | Jim Meyering | 1 | -36/+1 | |
| (argmatch_to_argument): Add `const' attribute to first parameter. | |||||
| 1999-01-02 | Remove definition of setlocale. | Jim Meyering | 1 | -6/+1 | |
| Remove definitions of bindtextdomain and textdomain. | |||||
| 1998-12-31 | (strncasecmp): Move to a separate file. | Jim Meyering | 1 | -53/+30 | |
| Add curly braces around some one-stmt-but-multiline blocks. | |||||
| 1998-12-31 | remove trailing blanks | Jim Meyering | 1 | -15/+15 | |
| 1998-12-31 | lots of changes from Akim Demaille. | Jim Meyering | 1 | -28/+271 | |
| 1997-12-29 | (invalid_arg): Use a single fprintf and whole | Jim Meyering | 1 | -13/+6 | |
| format statements to ease translation. Convert from K&R to ANSI function dcls. | |||||
| 1997-05-27 | Update from FSF via patch-2.2.93. | Jim Meyering | 1 | -8/+11 | |
| 1996-09-28 | . | Jim Meyering | 1 | -2/+2 | |
| 1996-07-15 | update FSF address in copyright | Jim Meyering | 1 | -2/+2 | |
| 1995-12-22 | (argmatch): Add const attribute to parameters. | Jim Meyering | 1 | -4/+4 | |
| (invalid_arg): Add const attribute to parameters. | |||||
| 1995-05-13 | (argmatch): Include sys/types.h and declare length argument with type size_t. | Jim Meyering | 1 | -3/+9 | |
| 1992-10-31 | Initial revision | Jim Meyering | 1 | -0/+83 | |
