Commit Graph

2210 Commits

Author SHA1 Message Date
Jim Meyering 2bcf0bd3f3 Bracket contents of file with #ifndef HASH_H_ ... #endif. 2001-11-22 10:38:49 +00:00
Jim Meyering 23b0d345e9 remove a harmless newline 2001-11-19 13:33:50 +00:00
Jim Meyering d3caacdc49 (Makefile): Depend on $(BUILT_SOURCES), so those
files will be created before anything else.
2001-11-19 13:33:26 +00:00
Jim Meyering 63821aae49 *** empty log message *** 2001-11-19 13:32:29 +00:00
Jim Meyering 500578e250 (mode_adjust): Fix error introduced on 1999-04-26
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 13:32:23 +00:00
Jim Meyering 0fdba7fb2a *** empty log message *** 2001-11-19 11:06:38 +00:00
Jim Meyering 81ca387201 (TMP_MAX): Remove; no longer needed.
(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-19 11:06:32 +00:00
Jim Meyering 2ce61398ce . 2001-11-18 17:59:36 +00:00
Jim Meyering 2e9825b4e7 *** empty log message *** 2001-11-18 10:55:55 +00:00
Jim Meyering c89f42f5b7 *** empty log message *** 2001-11-18 10:55:26 +00:00
Jim Meyering 16aa74d9d2 [!HAVE_DECL_GETENV]: Declare getenv to avoid warning on SunOS4. 2001-11-18 10:54:42 +00:00
Jim Meyering c59588ce72 . 2001-11-17 23:43:36 +00:00
Jim Meyering bd9d31c3f0 *** empty log message *** 2001-11-17 13:51:40 +00:00
Jim Meyering 13d08934ba Remove explicit declarations of xmalloc and xrealloc,
Instead, include "xalloc.h".
2001-11-17 13:51:34 +00:00
Jim Meyering b150c16ebc Include unlocked-io.h after all system headers.
Remove explicit declarations of xmalloc, xrealloc,
and xstrdup.  Instead, include "xalloc.h".
2001-11-17 13:50:40 +00:00
Jim Meyering 76f8ced07d *** empty log message *** 2001-11-17 13:45:34 +00:00
Jim Meyering fd09326a94 *** empty log message *** 2001-11-17 13:31:37 +00:00
Jim Meyering 3eb2a22131 Include unlocked-io.h. 2001-11-17 13:29:42 +00:00
Jim Meyering 476382ce9d . 2001-11-17 11:09:24 +00:00
Jim Meyering fe9777a0bd *** empty log message *** 2001-11-17 10:59:07 +00:00
Jim Meyering 649d8f321e #undef mkstemp.
Include config.h.
(rpl_mkstemp): Rename from mkstemp.
Protoize.
2001-11-17 10:59:01 +00:00
Jim Meyering 9c8f7eb9b7 *** empty log message *** 2001-11-16 09:20:31 +00:00
Jim Meyering e7d469d663 [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
(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-16 09:20:25 +00:00
Jim Meyering 3fb9cf6101 . 2001-11-08 23:24:04 +00:00
Jim Meyering 4aaedfa9d2 *** empty log message *** 2001-11-05 11:20:15 +00:00
Jim Meyering 9f05072b09 (slash_aware_lstat): Correct a misleading comment. 2001-11-05 11:20:02 +00:00
Jim Meyering 2678e964e6 *** empty log message *** 2001-11-03 21:46:35 +00:00
Jim Meyering 2ad3aaaca2 (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
in argmatch_to_argument call.
2001-11-03 21:46:29 +00:00
Jim Meyering 7e1e127680 *** empty log message *** 2001-11-03 18:51:38 +00:00
Jim Meyering 4f2e8e8b2b (dirfd): Reflect the fact that DIR_TO_FD now takes an argument. 2001-11-03 18:50:53 +00:00
Jim Meyering dbc3f75efa *** empty log message *** 2001-11-03 08:24:27 +00:00
Jim Meyering 8cb947f707 (hash_clear): Fix a bug that could lead to an infloop or
e.g., a fault due to an attempt to free a NULL pointer.
2001-11-03 08:23:54 +00:00
Jim Meyering 3e06bb8549 put `const' back, now that the .m4 test works 2001-11-02 07:37:19 +00:00
Jim Meyering 594350107d remove const 2001-11-01 22:16:43 +00:00
Jim Meyering d73c55e449 whoops 2001-11-01 22:14:26 +00:00
Jim Meyering 866d4b9e59 . 2001-11-01 17:58:23 +00:00
Jim Meyering 24e2617917 *** empty log message *** 2001-11-01 17:58:09 +00:00
Jim Meyering 533999f0fe (libfetish_a_SOURCES): Add dirfd.h. 2001-11-01 17:57:56 +00:00
Jim Meyering 9d874c09f6 *** empty log message *** 2001-11-01 17:44:43 +00:00
Jim Meyering b701bf8a30 *** empty log message *** 2001-11-01 16:57:18 +00:00
Jim Meyering 76ffae0660 *** empty log message *** 2001-11-01 15:55:59 +00:00
Jim Meyering 74b63f68dd (hash_print) [TESTING]: Clean up. 2001-11-01 15:55:53 +00:00
Jim Meyering 0b765fd547 . 2001-10-22 08:02:38 +00:00
Jim Meyering e28263f673 (alloca): Define to __builtin_alloca if __GNUC__,
to avoid a warning if -Wall.
2001-10-22 08:01:22 +00:00
Jim Meyering b96c3e6a5d *** empty log message *** 2001-10-22 06:56:44 +00:00
Jim Meyering ddd7e2a0b8 (uintptr_t): Remove macro and decl; it's config.h's job. 2001-10-22 06:56:31 +00:00
Jim Meyering bd0070c191 whoops! fix comment on first line :-) 2001-10-21 15:12:39 +00:00
Jim Meyering a43c0607ac *** empty log message *** 2001-10-21 13:39:20 +00:00
Jim Meyering 2a1279c26d (_): Honor the setting of ENABLE_NLS. Otherwise,
this code would end up calling gettext even in packages built
with --disable-nls.
2001-10-21 13:39:12 +00:00
Jim Meyering 25839c6c48 *** empty log message *** 2001-10-21 10:55:36 +00:00