| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2006-08-21 | Remove from CVS, since the bootstrap script generates them automatically. | Paul Eggert | 1 | -319/+0 | |
| 2006-05-25 | (small_open, large_open): New macros. | Paul Eggert | 1 | -5/+7 | |
| (__open, __open64) [!_LIBC]: Remove. (__gen_tempname): Use small_open and large_open instead of __open and __open64. This fixes a portability bug on HP-UX 11.11i reported by Simon Wing-Tang in <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>. | |||||
| 2005-09-22 | Sync from gnulib. | Paul Eggert | 1 | -1/+1 | |
| 2005-07-02 | Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally. | Jim Meyering | 1 | -3/+1 | |
| 2005-07-01 | Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally, | Jim Meyering | 1 | -3/+1 | |
| and don't include <sys/file.h>). | |||||
| 2005-06-02 | Don't use "path" or "filename" to mean "file name" | Paul Eggert | 1 | -3/+3 | |
| in comments or local variable names. | |||||
| 2005-05-14 | Update FSF postal mail address. | Jim Meyering | 1 | -1/+1 | |
| 2005-04-29 | (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove. | Paul Eggert | 1 | -25/+2 | |
| [!_LIBC] Include "stat-macros.h" instead. | |||||
| 2003-09-13 | Update from gnulib. | Jim Meyering | 1 | -5/+1 | |
| 2003-08-18 | Sync with gnulib. | Jim Meyering | 1 | -1/+1 | |
| 2003-06-06 | Include <stddef.h> unconditionally. | Jim Meyering | 1 | -3/+7 | |
| Include <inttypes.h> as an alternative to <stdint.h>. | |||||
| 2002-12-01 | Update from gnulib (trivial changes). | Jim Meyering | 1 | -13/+14 | |
| 2001-12-02 | Don't declare getenv, thus reverting the change of 2001-11-18. | Jim Meyering | 1 | -7/+0 | |
| It's no longer necessary, now that stdlib.h is always included. | |||||
| 2001-11-27 | Include stdlib.h unconditionally. On some old systems for which | Jim Meyering | 1 | -1/+2 | |
| STDC_HEADERS is 0, it was not included, resulting in a warning about an integer-to-pointer conversion problem with getenv. | |||||
| 2001-11-27 | Merge with version from libc. | Jim Meyering | 1 | -17/+50 | |
| 2001-11-19 | (TMP_MAX): Remove; no longer needed. | Jim Meyering | 1 | -5/+8 | |
| (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 | [!HAVE_DECL_GETENV]: Declare getenv to avoid warning on SunOS4. | Jim Meyering | 1 | -1/+8 | |
| 2001-03-16 | (uint64_t): Define to uintmax_t if | Jim Meyering | 1 | -0/+9 | |
| 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-02 | from GNU libc | Jim Meyering | 1 | -0/+297 | |
