Paul Eggert
2d0c5eefd0
Sync from gnulib.
2005-09-22 06:05:39 +00:00
Jim Meyering
410f98fc2b
Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
2005-07-02 08:41:46 +00:00
Jim Meyering
58076430c3
Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
...
and don't include <sys/file.h>).
2005-07-01 20:55:29 +00:00
Paul Eggert
ab2edb9e33
Don't use "path" or "filename" to mean "file name"
...
in comments or local variable names.
2005-06-02 05:05:29 +00:00
Jim Meyering
116e6fb244
Update FSF postal mail address.
2005-05-14 07:58:06 +00:00
Paul Eggert
a516ac8256
(S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
...
[!_LIBC] Include "stat-macros.h" instead.
2005-04-29 05:34:55 +00:00
Jim Meyering
dce9582d2c
Update from gnulib.
2003-09-13 22:01:20 +00:00
Jim Meyering
b1b4af8047
Sync with gnulib.
2003-08-18 09:44:49 +00:00
Jim Meyering
f43ec51105
Include <stddef.h> unconditionally.
...
Include <inttypes.h> as an alternative to <stdint.h>.
2003-06-06 22:34:04 +00:00
Jim Meyering
43aee8594d
Update from gnulib (trivial changes).
2002-12-01 10:41:09 +00:00
Jim Meyering
4542868aea
Don't declare getenv, thus reverting the change of 2001-11-18.
...
It's no longer necessary, now that stdlib.h is always included.
2001-12-02 19:59:39 +00:00
Jim Meyering
65d5eb615d
Include stdlib.h unconditionally. On some old systems for which
...
STDC_HEADERS is 0, it was not included, resulting in a warning
about an integer-to-pointer conversion problem with getenv.
2001-11-27 12:55:16 +00:00
Jim Meyering
0bb8253d33
Merge with version from libc.
2001-11-27 12:54:58 +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
16aa74d9d2
[!HAVE_DECL_GETENV]: Declare getenv to avoid warning on SunOS4.
2001-11-18 10:54:42 +00:00
Jim Meyering
75b98a1845
(uint64_t): Define to uintmax_t if
...
not defined, and if UINT64_MAX is not defined.
Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
Reported by John David Anglin.
2001-03-16 12:02:22 +00:00
Jim Meyering
b11665966d
from GNU libc
2001-03-02 03:13:34 +00:00