summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
1999-01-16(XARGMATCH): Define to return a value once again.Jim Meyering
(XARGCASEMATCH): Likewise.
1999-01-16(ARGMATCH_DIE): Provide default.Jim Meyering
(__xargmatch_internal): New function. s/rogram_name/program_name. From Akim Demaille.
1999-01-14(parse_long_options): Rename `usage' parameterJim Meyering
to avoid shadowing globally scoped function.
1999-01-13.Jim Meyering
1999-01-13.Jim Meyering
1999-01-13.Jim Meyering
1999-01-13new version from glibcJim Meyering
1999-01-13new version from glibcJim Meyering
1999-01-11(quotearg_buffer): Change escape_quoting_style so that it no longer escapes ` '.Jim Meyering
Suggestion from Paul Eggert.
1999-01-11(ARGMATCH_QUOTING_STYLE): Change from c_quoting_style to escape_quoting_style.Jim Meyering
(argmatch_invalid): Now that the quoted quantity is no longer double quoted, remove the code that removed leading and trailing double quotes.
1999-01-11(main) [TEST_CANON_HOST]: Add a simple test driver.Jim Meyering
1999-01-07protoizeJim Meyering
1999-01-05.Jim Meyering
1999-01-04remove strcasecmp.cinJim Meyering
1999-01-02(argmatch_invalid): Remove double quotes from theJim Meyering
offending quoted argument before using it in explanatory diagnostic. Use a single fprintf stmt.
1999-01-02(strcasecmp.c strncasecmp.c): Remove rules.Jim Meyering
1999-01-02.Jim Meyering
1999-01-02.Jim Meyering
1999-01-02(get_version): Adapt to use new interface to XARGMATCH.Jim Meyering
1999-01-02(XARGMATCH): Don't return a value; instead, modify a parameter.Jim Meyering
Add a `Die_stmt' parameter. Add parentheses.
1999-01-02(__xargmatch_internal): Remove now-unused function.Jim Meyering
(argmatch_to_argument): Add `const' attribute to first parameter.
1999-01-02Add #ifdefs so it can be used for strncasecmp, too.Jim Meyering
1999-01-02*** empty log message ***Jim Meyering
1999-01-02Remove definition of setlocale.Jim Meyering
Remove definitions of bindtextdomain and textdomain.
1999-01-02Include locale.h and libintl.h, and define `_()'.Jim Meyering
Mark translatable strings.
1999-01-02(make_dir): New function, factored out of make_path.Jim Meyering
(make_path): Use make_dir rather than open-coding it twice. This effectively reverses the order of the latter pair of stat/mkdir calls and fixes a race condition bug whereby one of two concurrent `mkdir -p' processes could fail with EEXIST.
1999-01-01(quoting_style_vals): New public array.Jim Meyering
1999-01-01Add comments.Jim Meyering
(xcalloc, xmalloc, xrealloc): Remove prototypes. (calloc): Remove `#ifdef NOT_USED' that used to hide this function.
1999-01-01Add comments.Jim Meyering
(PARAMS, XMALLOC, XCALLOC, XREALLOC): Define. Based on changes from Akim Demaille.
1999-01-01remove leading _ from _ARGMATCH_H_Jim Meyering
1999-01-01*** empty log message ***Jim Meyering
1999-01-01.Jim Meyering
1999-01-01.Jim Meyering
1999-01-01(quotearg_n_options): Make `options' parameter be `const'.Jim Meyering
1999-01-01(quotearg_buffer): Cast -1 to size_t before comparing.Jim Meyering
(quotearg_n): Change type of 1st parameter from int to unsigned int. (quotearg_n_options): Likewise. From Akim Demaille.
1999-01-01(humblock): Use ARGMATCH in place of argmatch.Jim Meyering
1999-01-01(get_version): Use XARGCASEMATCH in place of argmatch & co.Jim Meyering
1998-12-31.Jim Meyering
1998-12-31(libfu_a_SOURCES): Remove strcasecmp.c.Jim Meyering
(BUILT_SOURCES): Add strcasecmp.c and strncasecmp.c. (EXTRA_DIST): Add strcasecmp.cin. (strcasecmp.c): New rule. (strncasecmp.c): New rule.
1998-12-31fix typoJim Meyering
1998-12-31white space changesJim Meyering
1998-12-31(strncasecmp): Move to a separate file.Jim Meyering
Add curly braces around some one-stmt-but-multiline blocks.
1998-12-31*** empty log message ***Jim Meyering
1998-12-31remove trailing blanksJim Meyering
1998-12-31lots of changes from Akim Demaille.Jim Meyering
1998-12-31lots of changes from Akim Demaille.Jim Meyering
1998-12-31(addext): Protoize.Jim Meyering
Indent cpp directives to match nesting.
1998-12-31(posix_time_parse): Change type of index `i' from int to unsigned int.Jim Meyering
1998-12-31Fix warnings from gcc -W -WallJim Meyering
(__attribute__): Define. (ATTRIBUTE_UNUSED): Define. (yyerror): Mark parameter as unused with ATTRIBUTE_UNUSED. (MonthDayTable): Add initializers for last entry. (UnitsTable): Likewise. (OtherTable): Likewise. (MilitaryTable): Likewise.
1998-12-19*** empty log message ***Jim Meyering