Age | Commit message (Expand) | Author |
2004-08-08 | (O_BINARY) [!O_BINARY && defined O_BINARY]: | Paul Eggert |
2004-08-04 | (PRIdMAX, PRIoMAX, PRIuMAX, PRIxMAX): | Paul Eggert |
2004-08-02 | (ptr_align): Use size_t; in practice, this is just as | Paul Eggert |
2004-07-30 | (errno, CHAR_BIT): Remove decls; | Paul Eggert |
2004-06-30 | Use "file system" rather than "filesystem" in comments. | Jim Meyering |
2004-06-19 | (case_GETOPT_VERSION_CHAR): Switch back to using GNU_PACKAGE (from | Jim Meyering |
2004-06-08 | (ENOTSUP): Remove. | Jim Meyering |
2004-04-18 | (readdir_ignoring_dot_and_dotdot): New inline function, from remove.c. | Jim Meyering |
2004-04-15 | (gcd, lcm, ptr_align): New functions, moved from od.c. | Jim Meyering |
2004-04-09 | Include stat-macros.h, not file-type.h. | Jim Meyering |
2004-04-09 | Include file-type.h rather than hard-coding all | Jim Meyering |
2004-04-08 | (O_DIRECT, O_DSYNC, O_NDELAY, O_NOFOLLOW, O_RSYNC, O_SYNC): | Jim Meyering |
2004-04-06 | (makedev) [mkdev && !makedev]: Define makedev to mkdev. | Jim Meyering |
2004-02-05 | (ST_TIME_CMP_NS, ST_TIME_CMP): Remove definitions. | Jim Meyering |
2004-02-02 | (TIMESPEC_NS): Define here, instead, now that stat.c also uses this macro. | Jim Meyering |
2004-01-22 | (initialize_exit_failure): New inline function. | Jim Meyering |
2004-01-13 | Include contents of sys2.h. | Jim Meyering |
2003-08-19 | Include stdlib.h unconditionally, | Jim Meyering |
2003-07-12 | * src/sys2.h: Remove alloca-related block. | Jim Meyering |
2003-06-17 | (initialize_main): Define. | Jim Meyering |
2003-06-16 | (O_NDELAY, O_NONBLOCK, O_NOCTTY, EISDIR): New definitions. | Jim Meyering |
2003-06-16 | (ENOSYS, ENOTSUP): Define to -1 if not defined. | Jim Meyering |
2003-06-06 | Include <stdbool.h> unconditionally. | Jim Meyering |
2003-06-02 | Always include <string.h>, since we assume C89. | Jim Meyering |
2003-04-04 | Include "localedir.h". | Jim Meyering |
2002-12-14 | [! HAVE_DECL_MEMRCHR]: Declare memrchr. | Jim Meyering |
2002-10-18 | (ST_BLKSIZE): Correct comment describing how to | Jim Meyering |
2002-10-17 | Fix a problem that could make cat misbehave on systems which | Jim Meyering |
2002-08-31 | Symlinks were always reported as using 0 blocks. | Jim Meyering |
2002-06-20 | Change `defined(X)' syntax to `defined X' in cpp directives. | Jim Meyering |
2002-06-15 | For GNU libc 2.2 and newer, ensure that <sys/types.h> | Jim Meyering |
2002-02-16 | (_POSIX2_VERSION, POSIX2_VERSION): Remove definitions. | Jim Meyering |
2002-02-02 | (OPTARG_POSIX, OBSOLETE_OPTION_WARNINGS): New macros. | Jim Meyering |
2002-01-16 | (_POSIX2_VERSION, POSIX2_VERSION): New macros. | Jim Meyering |
2001-11-27 | (SET_MODE) [O_BINARY]: Call setmode, not set_mode. | Jim Meyering |
2001-09-16 | (SET_MODE): Define. | Jim Meyering |
2001-08-31 | * src/remove.c: Move true/false definitions and include from here... | Jim Meyering |
2001-05-13 | (NODEV): Remove, undoing previous change. | Jim Meyering |
2001-05-13 | (NODEV): New macro, if not already defined. | Jim Meyering |
2000-04-19 | [__BEOS__]: Ignore O_BINARY and O_TEXT. | Jim Meyering |
2000-03-12 | Merge from textutils. | Jim Meyering |
2000-03-04 | copyright | Jim Meyering |
2000-01-30 | (ST_NBLOCKS): Use st_size only for regular files and | Jim Meyering |
1999-12-12 | Move 120+ lines of stat.h-related macros from system.h (not shared) | Jim Meyering |
1999-12-12 | (S_IRUSR, S_IRGRP, S_IWGRP, S_IROTH, S_IWOTH): Define | Jim Meyering |
1999-11-05 | Use HAVE_STRUCT_STAT_ST_BLOCKS, not deprecated HAVE_ST_BLOCKS. | Jim Meyering |
1999-09-28 | Do s/#ifdef HAVE_/#if HAVE_/ -- solely for aesthetics. | Jim Meyering |
1999-05-08 | * src/system.h (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, | Jim Meyering |
1999-04-26 | (S_ISUID, S_ISGID, S_ISVTX, S_IRWXU, S_IRWXG, S_IRWXO): | Jim Meyering |
1999-04-04 | (S_IWUSR): Define if not already defined. | Jim Meyering |