Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-11-23 | *** empty log message *** | Jim Meyering | |
2001-11-23 | (struct hash_table): Don't define here. Merely declare it. | Jim Meyering | |
2001-11-23 | (struct hash_table): Define it here instead. | Jim Meyering | |
2001-11-22 | . | Jim Meyering | |
2001-11-22 | Bracket contents of file with #ifndef HASH_H_ ... #endif. | Jim Meyering | |
2001-11-19 | remove a harmless newline | Jim Meyering | |
2001-11-19 | (Makefile): Depend on $(BUILT_SOURCES), so those | Jim Meyering | |
files will be created before anything else. | |||
2001-11-19 | *** empty log message *** | Jim Meyering | |
2001-11-19 | (mode_adjust): Fix error introduced on 1999-04-26 | Jim Meyering | |
that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable rather than group writable. Patch by Juan F. Codagnone. | |||
2001-11-19 | *** empty log message *** | Jim Meyering | |
2001-11-19 | (TMP_MAX): Remove; no longer needed. | Jim Meyering | |
(TEMPORARIES): New macro. (__gen_tempname): Use TEMPORARIES rather than TMP_MAX. This removes an artificial limitation (e.g. HP-UX 10.20, where TMP_MAX is 17576). | |||
2001-11-18 | . | Jim Meyering | |
2001-11-18 | *** empty log message *** | Jim Meyering | |
2001-11-18 | *** empty log message *** | Jim Meyering | |
2001-11-18 | [!HAVE_DECL_GETENV]: Declare getenv to avoid warning on SunOS4. | Jim Meyering | |
2001-11-17 | . | Jim Meyering | |
2001-11-17 | *** empty log message *** | Jim Meyering | |
2001-11-17 | Remove explicit declarations of xmalloc and xrealloc, | Jim Meyering | |
Instead, include "xalloc.h". | |||
2001-11-17 | Include unlocked-io.h after all system headers. | Jim Meyering | |
Remove explicit declarations of xmalloc, xrealloc, and xstrdup. Instead, include "xalloc.h". | |||
2001-11-17 | *** empty log message *** | Jim Meyering | |
2001-11-17 | *** empty log message *** | Jim Meyering | |
2001-11-17 | Include unlocked-io.h. | Jim Meyering | |
2001-11-17 | . | Jim Meyering | |
2001-11-17 | *** empty log message *** | Jim Meyering | |
2001-11-17 | #undef mkstemp. | Jim Meyering | |
Include config.h. (rpl_mkstemp): Rename from mkstemp. Protoize. | |||
2001-11-16 | *** empty log message *** | Jim Meyering | |
2001-11-16 | [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>. | Jim Meyering | |
(physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to determine the amount of total physical memory, use pstat_getstatic. HPUX-11 doesn't define _SC_PHYS_PAGES. (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]: If sysconf couldn't be used to determine the amount of available physical memory, use both pstat_getstatic and pstat_getdynamic. Based on a patch from Bob Proulx. | |||
2001-11-08 | . | Jim Meyering | |
2001-11-05 | *** empty log message *** | Jim Meyering | |
2001-11-05 | (slash_aware_lstat): Correct a misleading comment. | Jim Meyering | |
2001-11-03 | *** empty log message *** | Jim Meyering | |
2001-11-03 | (ARGMATCH_TO_ARGUMENT): Remove casts of first two args | Jim Meyering | |
in argmatch_to_argument call. | |||
2001-11-03 | *** empty log message *** | Jim Meyering | |
2001-11-03 | (dirfd): Reflect the fact that DIR_TO_FD now takes an argument. | Jim Meyering | |
2001-11-03 | *** empty log message *** | Jim Meyering | |
2001-11-03 | (hash_clear): Fix a bug that could lead to an infloop or | Jim Meyering | |
e.g., a fault due to an attempt to free a NULL pointer. | |||
2001-11-02 | put `const' back, now that the .m4 test works | Jim Meyering | |
2001-11-01 | remove const | Jim Meyering | |
2001-11-01 | whoops | Jim Meyering | |
2001-11-01 | . | Jim Meyering | |
2001-11-01 | *** empty log message *** | Jim Meyering | |
2001-11-01 | (libfetish_a_SOURCES): Add dirfd.h. | Jim Meyering | |
2001-11-01 | *** empty log message *** | Jim Meyering | |
2001-11-01 | *** empty log message *** | Jim Meyering | |
2001-11-01 | *** empty log message *** | Jim Meyering | |
2001-11-01 | (hash_print) [TESTING]: Clean up. | Jim Meyering | |
2001-10-22 | . | Jim Meyering | |
2001-10-22 | (alloca): Define to __builtin_alloca if __GNUC__, | Jim Meyering | |
to avoid a warning if -Wall. | |||
2001-10-22 | *** empty log message *** | Jim Meyering | |
2001-10-22 | (uintptr_t): Remove macro and decl; it's config.h's job. | Jim Meyering | |