Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-11-03 | (xalloc_fail): Renamed from fixup_null_alloc. | Jim Meyering | |
(xcalloc): #ifdef-out unused function. (xrealloc): Remove code to work around deficient versions of realloc. Now we have an autoconf-enabled replacement version. (xmalloc): Remove code to work around deficient versions of malloc. Now we have an autoconf-enabled replacement version. | |||
1997-11-03 | *** empty log message *** | Jim Meyering | |
1997-11-03 | *** empty log message *** | Jim Meyering | |
1997-10-27 | add comment | Jim Meyering | |
1997-10-27 | Convert to upper case before comparing. | Jim Meyering | |
This makes join -i work with sort -f. | |||
1997-10-26 | (xalloc_fail_func): Initialize to 0, not NULL. | Jim Meyering | |
1997-10-26 | . | Jim Meyering | |
1997-10-26 | (EXTRA_DIST): Add malloc.c. | Jim Meyering | |
1997-10-26 | . | Jim Meyering | |
1997-10-26 | . | Jim Meyering | |
1997-10-26 | (noinst_HEADERS): Add xalloc.h. | Jim Meyering | |
1997-10-25 | Include 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-24 | Use unsigned int, not just unsigned. | Jim Meyering | |
1997-10-22 | update from FSF | Jim 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 was | Jim 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-17 | use malloc, not xmalloc in obstack #define | Jim 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-17 | use HASH_H, not _hash_h_ in #ifndef | Jim Meyering | |
fix comment: hash_rehash does *not* use hash_key_freer (HASH_INSERT_NEW_ITEM): Take new arg: Failp. | |||
1997-09-17 | from ti/hdlsv | Jim Meyering | |
1997-09-17 | update from FSF .../copies | Jim Meyering | |
1997-09-15 | . | Jim Meyering | |
1997-09-15 | declare malloc | Jim 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-14 | Use `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-14 | Include 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 | |