summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
1999-03-04Update prototype.Jim Meyering
1999-03-04(_): Define it.Jim Meyering
(parse_long_options): Accept new parameter, authors, and print it.
1999-03-02(read_utmp) [HAVE_UTMPNAME]: Rewrite.Jim Meyering
1999-02-19<alloca.h>: Include if HAVE_ALLOCA_H, not FORCE_ALLOCA_H.Jim Meyering
The FORCE_ALLOCA_H was a relic of the bad old pre-autoconf Emacs days.
1999-02-17tweak commentJim Meyering
1999-02-16new version from UliJim Meyering
1999-02-08Don't include stdio.h.Jim Meyering
1999-02-08Include stdio.h.Jim Meyering
1999-02-08*** empty log message ***Jim Meyering
1999-02-03(ftypelet): Handle doors.Jim Meyering
(S_ISDOOR): Define if missing.
1999-02-01(STRXCASECMP_FUNCTION): Don't increment within macro argument list.Jim Meyering
From Akim Demaille.
1999-01-31Include locale.h.Jim Meyering
[!HAVE_SETLOCALE]: Define-away setlocale. (getloadavg): Ensure the sscanf of /proc/getloadavg data uses the `C' numeric locale. Restore afterwards.
1999-01-31Protoize.Jim Meyering
1999-01-31Declare chown manually.Jim Meyering
1999-01-31.Jim Meyering
1999-01-25(ARRAY_CARDINALITY): Define.Jim Meyering
(ARGMATCH_ASSERT): New macro.
1999-01-25.Jim Meyering
1999-01-25(program_name): Remove dcl.Jim Meyering
Include error.h. (argmatch_invalid): Use error rather than fprintf.
1999-01-25tweak commentJim Meyering
1999-01-25tweak commentJim Meyering
1999-01-25tweak commentJim Meyering
1999-01-25(quotearg_n_options): Revert type of parameter `n'Jim Meyering
(and hence that of the local `n1', too) to `int' at Paul's request.
1999-01-25Add comments.Jim Meyering
1999-01-19(__mktime_internal): Adopt the traditional (andJim Meyering
problematic) notion of what to do when tm_isdst doesn't match. From Paul Eggert.
1999-01-18.Jim Meyering
1999-01-16(ARGMATCH_DIE_DECL): Use it.Jim Meyering
1999-01-16(base_name): Declare.Jim Meyering
1999-01-16(quotearg_n_options): Declare n1 to be of typeJim Meyering
unsigned int, not just int.
1999-01-16(get_version): Adjust prototype.Jim Meyering
(xget_version): Add prototype. (base_name): Remove prototype.
1999-01-16[!HAVE_DECL_GETENV]: Declare getenv.Jim Meyering
(backup_args): Reorder enum members. (backup_types): Likewise. (get_version): Take an additional parameter, `context'. (xget_version): Like get_version, but if the `version' argument is NULL, use the value of the envvar VERSION_CONTROL. (base_name): Declare.
1999-01-16s/argmatch_exit_failure/argmatch_die/Jim Meyering
1999-01-16(EXIT_FAILURE): Define.Jim Meyering
(ARGMATCH_DIE): Use it.
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