Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-03-17 | (is_prime): Return bool rather than int. | Jim Meyering | |
1999-03-15 | tweak comments | Jim Meyering | |
add curlies use assert(0) in place of abort | |||
1999-03-15 | Revamp to allow fine-tuning to control when and by how | Jim Meyering | |
much the table grows and shrinks. (next_prime): Don't assert. (hash_reset_tuning): New function. (check_tuning): New function. (hash_initialize): Accept and use new tuning parameter. (hash_rehash): Rewrite, updating for tuning. (hash_insert): Honor tuning semantics. (hash_delete): Likewise. From Fran�ois Pinard. | |||
1999-03-15 | (struct hash_tuning): Define. | Jim Meyering | |
(struct hash_table) [tuning]: Add member. (hash_initialize): Add `tuning' parameter. | |||
1999-03-15 | (hash_insert): Update prototype. | Jim Meyering | |
1999-03-15 | (hash_insert): Remove last parameter and change semantics. | Jim Meyering | |
(hash_insert): Don't increment n_entries unconditionally -- otherwise, we'd do so even when the insertion failed. From Fran�ois Pinard. | |||
1999-03-13 | *** empty log message *** | Jim Meyering | |
1999-03-13 | (base_name): If NAME is all slashes, return `/' (in | Jim Meyering | |
conformance with the single unix spec). Reported by Peter Moulder. | |||
1999-03-10 | (canon_host): Don't use he->h_addr directly. | Jim Meyering | |
Based on a patch from Savochkin Andrey Vladimirovich. | |||
1999-03-10 | (getugroups): Take new parameter, gid. | Jim Meyering | |
Add gid to the list of groups. From Ulrich Drepper. | |||
1999-03-09 | fix typo in comment. | Jim Meyering | |
1999-03-09 | fix small thinko | Jim Meyering | |
1999-03-09 | (getugroups): Take new parameter, gid. | Jim Meyering | |
Add gid to the list of groups. From Ulrich Drepper. | |||
1999-03-09 | protoize | Jim Meyering | |
1999-03-08 | (xalloc_fail): Use "%s" format so the message doesn't | Jim Meyering | |
have to be scanned for % signs. Suggestion from Fran�ois Pinard. | |||
1999-03-07 | restore blank lines in --version output | Jim Meyering | |
1999-03-07 | (parse_long_options): Include `Copyright...' line in --version output. | Jim Meyering | |
1999-03-07 | (parse_long_options): Add the `...NO warranty...' message. | Jim Meyering | |
1999-03-06 | . | Jim Meyering | |
1999-03-04 | Update 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-17 | tweak comment | Jim Meyering | |
1999-02-16 | new version from Uli | Jim Meyering | |
1999-02-08 | Don't include stdio.h. | Jim Meyering | |
1999-02-08 | Include 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-31 | Include 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-31 | Protoize. | Jim Meyering | |
1999-01-31 | Declare 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-25 | tweak comment | Jim Meyering | |
1999-01-25 | tweak comment | Jim Meyering | |
1999-01-25 | tweak comment | Jim 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-25 | Add comments. | Jim Meyering | |
1999-01-19 | (__mktime_internal): Adopt the traditional (and | Jim 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 type | Jim 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-16 | s/argmatch_exit_failure/argmatch_die/ | Jim Meyering | |