lib/argmatch.c


Log

Author Commit Date CI Message
Jim Meyering 89f2b489 2000-08-07T15:48:18 back out Copyright date changes for files with no changes year
Jim Meyering d349992d 2000-07-09T07:22:43 update copyright date
Jim Meyering 5c363a56 1999-08-10T11:00:12 (ARGMATCH_QUOTING_STYLE): 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.
Jim Meyering d853588f 1999-01-25T14:08:04 (program_name): Remove dcl. Include error.h. (argmatch_invalid): Use error rather than fprintf.
Jim Meyering 1b622d65 1999-01-16T17:18:01 (ARGMATCH_DIE_DECL): Use it.
Jim Meyering 0bee47ab 1999-01-16T15:21:52 s/argmatch_exit_failure/argmatch_die/
Jim Meyering d614f5fa 1999-01-16T15:17:48 (EXIT_FAILURE): Define. (ARGMATCH_DIE): Use it.
Jim Meyering d904f22e 1999-01-16T15:06:41 (ARGMATCH_DIE): Provide default. (__xargmatch_internal): New function. s/rogram_name/program_name. From Akim Demaille.
Jim Meyering 5318db51 1999-01-11T03:10:19 (ARGMATCH_QUOTING_STYLE): Change from c_quoting_style to escape_quoting_style. (argmatch_invalid): Now that the quoted quantity is no longer double quoted, remove the code that removed leading and trailing double quotes.
Jim Meyering 2c6d91f6 1999-01-02T20:35:06 (argmatch_invalid): Remove double quotes from the offending quoted argument before using it in explanatory diagnostic. Use a single fprintf stmt.
Jim Meyering c2acb5f2 1999-01-02T18:32:50 (__xargmatch_internal): Remove now-unused function. (argmatch_to_argument): Add `const' attribute to first parameter.
Jim Meyering 38cd3179 1999-01-02T05:30:07 Remove definition of setlocale. Remove definitions of bindtextdomain and textdomain.
Jim Meyering 901de69f 1998-12-31T18:07:23 (strncasecmp): Move to a separate file. Add curly braces around some one-stmt-but-multiline blocks.
Jim Meyering ccb03e92 1998-12-31T16:19:31 remove trailing blanks
Jim Meyering bcd35974 1998-12-31T16:18:13 lots of changes from Akim Demaille.
Jim Meyering 17c2b29a 1997-12-29T12:02:43 (invalid_arg): Use a single fprintf and whole format statements to ease translation. Convert from K&R to ANSI function dcls.
Jim Meyering 56a7a671 1997-05-27T09:39:25 Update from FSF via patch-2.2.93.
Jim Meyering 0d2b8572 1996-09-28T18:08:03 .
Jim Meyering 6d8337bf 1996-07-15T03:36:16 update FSF address in copyright
Jim Meyering d75cc45b 1995-12-22T05:17:31 (argmatch): Add const attribute to parameters. (invalid_arg): Add const attribute to parameters.
Jim Meyering 3af578d2 1995-05-13T12:55:49 (argmatch): Include sys/types.h and declare length argument with type size_t.
Jim Meyering d87c3946 1992-10-31T20:42:48 Initial revision