summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
1997-10-25Include xalloc.h.Jim Meyering
Change VOID to void. (xalloc_exit_failure): Renamed extern. (xalloc_msg_memory_exhausted): New extern. (xalloc_fail_func): New extern. (fixup_null_alloc): Use new variables.
1997-10-25.Jim Meyering
1997-10-24Use unsigned int, not just unsigned.Jim Meyering
1997-10-22update from FSFJim Meyering
1997-10-07.Jim Meyering
1997-10-06(make_path): Print verbose message using fprintf, not error.Jim Meyering
1997-10-06(make_path): Print message IFF the directory wasJim Meyering
just created and the format string is non-NULL.
1997-10-06(noinst_HEADERS): Add savedir.h.Jim Meyering
1997-10-04(savedir): Declare DIR parameter to be const.Jim Meyering
Include savedir.h.
1997-10-04.Jim Meyering
1997-09-30.Jim Meyering
1997-09-21(IN_CTYPE_DOMAIN): Define.Jim Meyering
(ISSPACE): Guard with IN_CTYPE_DOMAIN. (ISDIGIT): Guard with IN_CTYPE_DOMAIN. (TOUPPER): Guard with IN_CTYPE_DOMAIN. From Bruno Haible.
1997-09-21(IN_CTYPE_DOMAIN): Define.Jim Meyering
(ISSPACE): Define. (ISDIGIT): Define. (TOLOWER): Define.
1997-09-21(IN_CTYPE_DOMAIN): Define.Jim Meyering
(ISSPACE): Define. (readname): Use ISSPACE, not isspace.
1997-09-21(libfu_a_SOURCES): Use hash.c, not oa-hash.c.Jim Meyering
(noinst_HEADERS): Use hash.h, not oa-hash.h.
1997-09-21(hash_free_0): Remove prototype.Jim Meyering
Move function to precede first use.
1997-09-20(ZALLOC): Take Ht parameter instead of relying on one being in scope.Jim Meyering
1997-09-20*** empty log message ***Jim Meyering
1997-09-20*** empty log message ***Jim Meyering
1997-09-20*** empty log message ***Jim Meyering
1997-09-17.Jim Meyering
1997-09-17use malloc, not xmalloc in obstack #defineJim Meyering
use Uli's prime code, not near-prime (hash_initialize): don't require prime table size as input (hash_insert_if_absent): When rehashing, choose new size that is 2N+1, not 2N.
1997-09-17use HASH_H, not _hash_h_ in #ifndefJim Meyering
fix comment: hash_rehash does *not* use hash_key_freer (HASH_INSERT_NEW_ITEM): Take new arg: Failp.
1997-09-17from ti/hdlsvJim Meyering
1997-09-17update from FSF .../copiesJim Meyering
1997-09-15.Jim Meyering
1997-09-15declare mallocJim Meyering
1997-09-15.Jim Meyering
1997-09-15.Jim Meyering
1997-09-15.Jim Meyering
1997-09-15(EXTRA_DIST): Add realloc.c.Jim Meyering
1997-09-14(PARAMS): Define.Jim Meyering
Guard prototype with PARAMS.
1997-09-14[HAVE_CONFIG_H]: Include config.h.Jim Meyering
1997-09-14Use `1' not `+1' -- some compilers (sunos' cc) can't parse it.Jim Meyering
1997-09-14[HAVE_CONFIG_H]: Include config.h.Jim Meyering
1997-09-14Include config.h.Jim Meyering
1997-09-02.Jim Meyering
1997-09-02(EXTRA_DIST): Remove mvdir.c and rmdir.c.Jim Meyering
Add lstat.c and stat.c.
1997-09-02.Jim Meyering
1997-09-02update from libcJim Meyering
1997-09-02.Jim Meyering
1997-09-01.Jim Meyering
1997-08-31.Jim Meyering
1997-08-31*** empty log message ***Jim Meyering
1997-08-31.Jim Meyering
1997-08-31Ifdef out dcl of now-unused nogroup_alist.Jim Meyering
1997-08-31.Jim Meyering
1997-08-31.Jim Meyering
1997-08-31(libfu_a_SOURCES): Add oa-hash.c.Jim Meyering
(noinst_HEADERS): Add oa-hash.h.
1997-08-22update from glibcJim Meyering