Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-01-01 | (quoting_style_vals): New public array. | Jim Meyering | |
1999-01-01 | Add comments. | Jim Meyering | |
(xcalloc, xmalloc, xrealloc): Remove prototypes. (calloc): Remove `#ifdef NOT_USED' that used to hide this function. | |||
1999-01-01 | Add comments. | Jim Meyering | |
(PARAMS, XMALLOC, XCALLOC, XREALLOC): Define. Based on changes from Akim Demaille. | |||
1999-01-01 | remove 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-31 | fix typo | Jim Meyering | |
1998-12-31 | white space changes | Jim 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-31 | remove trailing blanks | Jim Meyering | |
1998-12-31 | lots of changes from Akim Demaille. | Jim Meyering | |
1998-12-31 | lots 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-31 | Fix warnings from gcc -W -Wall | Jim 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 | |
1998-12-19 | break long line | Jim Meyering | |
1998-12-19 | break long line | Jim Meyering | |
1998-12-19 | split long line | Jim Meyering | |
1998-12-19 | . | Jim Meyering | |
1998-12-13 | Don't include stdlib.h and declare malloc and free. | Jim Meyering | |
This works around Solaris 2.7's conflicting prototype. Reported by Karl Berry. | |||
1998-12-13 | (EXTRA_DIST): Add xstat.in. | Jim Meyering | |
1998-12-12 | . | Jim Meyering | |
1998-12-12 | *** empty log message *** | Jim Meyering | |
1998-12-12 | (lstat.c): Add rule to generate this from xstat.in. | Jim Meyering | |
(stat.c): Likewise. | |||
1998-12-12 | *** empty log message *** | Jim Meyering | |
1998-12-12 | . | Jim Meyering | |
1998-12-11 | (quotearg_buffer): Use `7' as the mask, not `3'. | Jim Meyering | |
From Bruno Haible. | |||
1998-12-07 | . | Jim Meyering | |
1998-12-07 | (dir_name): Rename from dirname. | Jim Meyering | |
Make argument `const'. Include "dirname.h" | |||
1998-12-07 | (noinst_HEADERS): Add dirname.h. | Jim Meyering | |
1998-12-07 | . | Jim Meyering | |
1998-12-07 | (rpmatch) [!ENABLE_NLS]: Hard-code tests to use `^[yY]' and `^[nN]'. | Jim Meyering | |
From Karl Heuer. | |||
1998-12-07 | ansideclify | Jim Meyering | |
1998-12-06 | Redefine putenv before including stdlib.h to work | Jim Meyering | |
around Solaris 2.7's conflicting prototype. Reported by Karl Berry. | |||
1998-11-15 | (error): Don't use strerror_r's return value. | Jim Meyering | |
1998-11-14 | revert-to-4.0-b7 | Jim Meyering | |
1998-11-14 | revert-last-change | Jim Meyering | |
1998-11-11 | back out last change: there is a better way | Jim Meyering | |
1998-11-11 | (BACKUPFILE_EXIT_FAILURE): Define. | Jim Meyering | |
(get_version): Use it in place of EXIT_FAILURE. | |||
1998-11-10 | [EXIT_FAILURE]: Define. | Jim Meyering | |
(get_version): Use EXIT_FAILURE as exit status rather than hard-coding `2'. From François Pinard. | |||
1998-11-08 | [lstat]: Remove #undef. | Jim Meyering | |
(rpl_lstat): Protoize. Use ENOENT, not EINVAL, to be consistent with lib/stat.c. |