| Age | Commit message (Expand) | Author | Files | Lines |
| 2003-05-06 | (CHAR_BIT): Remove duplicate definition. | Jim Meyering | 1 | -4/+0 |
| 2003-03-10 | (INT_MIN): Define, if necessary. | Jim Meyering | 1 | -0/+4 |
| 2002-12-15 | (PARAMS): Remove definition. | Jim Meyering | 1 | -8/+0 |
| 2002-10-01 | (SSIZE_MAX): Define. | Jim Meyering | 1 | -0/+4 |
| 2002-09-17 | (PRIdMAX, PRIoMAX, PRIuMAX, PRIxMAX): Define if necessary. | Jim Meyering | 1 | -0/+17 |
| 2002-06-15 | (S_ISNAM): Add to list of S_IS* macros. | Jim Meyering | 1 | -52/+88 |
| 2002-05-25 | fix typo: s/S_TYPEISTMO/S_TYPEISMQ/ | Jim Meyering | 1 | -2/+2 |
| 2002-05-22 | (S_ISREG, S_ISDIR): Define if not already defined. | Jim Meyering | 1 | -0/+21 |
| 2002-05-21 | (S_ISLNK, S_ISFIFO, S_ISSOCK, S_ISCHR, S_ISBLK, S_ISDOOR): Define here instead. | Jim Meyering | 1 | -0/+28 |
| 2002-04-30 | (HAVE_SETLOCALE): Define to 0 if not defined. | Jim Meyering | 1 | -0/+4 |
| 2002-04-25 | Remove ENABLE_NLS-related code. | Jim Meyering | 1 | -18/+5 |
| 2002-01-22 | remove the parens I just added to Paul's patch | Jim Meyering | 1 | -1/+1 |
| 2002-01-22 | (EOVERFLOW, fseeko): New macros. | Jim Meyering | 1 | -0/+10 |
| 2002-01-16 | (ISDIGIT, S_ISVTX, S_IXUGO): Comment fix. | Jim Meyering | 1 | -6/+5 |
| 2001-12-01 | Rename just-added macros. Here are the new names: | Jim Meyering | 1 | -4/+4 |
| 2001-12-01 | (EMIT_HELP_DESCRIPTION): New macro. | Jim Meyering | 1 | -0/+5 |
| 2001-11-11 | (alloca) [__GNUC__]: Define only if not already defined. | Jim Meyering | 1 | -1/+3 |
| 2001-10-22 | (alloca): Define to __builtin_alloca if __GNUC__, | Jim Meyering | 1 | -1/+3 |
| 2001-07-15 | Include "unlocked-io.h", rather than hard-coding the HAVE_*_UNLOCKED macros. | Jim Meyering | 1 | -59/+2 |
| 2001-05-12 | (base_name): Remove decl; now in dirname.h. | Jim Meyering | 1 | -2/+0 |
| 2001-03-17 | (INT_STRLEN_BOUND): New macro. | Jim Meyering | 1 | -0/+5 |
| 2001-01-17 | (case_GETOPT_VERSION_CHAR): Use PACKAGE, not GNU_PACKAGE. | Jim Meyering | 1 | -1/+1 |
| 2001-01-03 | (dcgettext): New macro. | Jim Meyering | 1 | -0/+5 |
| 2000-12-23 | [HAVE_INTTYPES_H]: Include <inttypes.h>.FILEUTILS-4_0_34 | Jim Meyering | 1 | -0/+4 |
| 2000-12-19 | (UINTMAX_MAX): New macro, taken from C99. | Jim Meyering | 1 | -0/+4 |
| 2000-12-03 | (CHAR_BIT): Define. | Jim Meyering | 1 | -0/+4 |
| 2000-12-03 | (OFF_T_MIN): Define. | Jim Meyering | 1 | -0/+8 |
| 2000-11-30 | Include <stdint.h> if HAVE_STDINT_H. | Jim Meyering | 1 | -2/+6 |
| 2000-11-30 | (SIZE_T_MAX): Define. | Jim Meyering | 1 | -0/+4 |
| 2000-11-19 | (GETOPT_HELP_CHAR, GETOPT_VERSION_CHAR): Now enum | Jim Meyering | 1 | -2/+8 |
| 2000-11-13 | (ST_TIME_CMP_NS): Fix typo: ST_MTIM_NSEC should | Jim Meyering | 1 | -1/+1 |
| 2000-09-08 | (S_IRWXUGO): Define here, instead. | Jim Meyering | 1 | -0/+4 |
| 2000-07-30 | (ISPRINT): Undef before defining to avoid warning. | Jim Meyering | 1 | -0/+3 |
| 2000-07-23 | [!HAVE_DECL_GETPWUID]: Declare getpwuid. | Jim Meyering | 1 | -0/+12 |
| 2000-07-23 | (ASSIGN_STRDUPA): New macro (moved here from remove.c). | Jim Meyering | 1 | -0/+15 |
| 2000-05-09 | (case_GETOPT_VERSION_CHAR): Don't call close_stdout. | Jim Meyering | 1 | -1/+0 |
| 2000-05-03 | (!HAVE_DECL_STRNDUP): Declare strndup. | Jim Meyering | 1 | -0/+4 |
| 2000-03-02 | (getlogin, ttyname, geteuid): Declare them here, if needed. | Jim Meyering | 1 | -0/+12 |
| 2000-02-27 | Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'. | Jim Meyering | 1 | -1/+1 |
| 2000-02-27 | Use `#if !HAVE_DECL...' instead of `#ifndef HAVE_DECL...' | Jim Meyering | 1 | -10/+10 |
| 2000-01-22 | [! HAVE_DECL_STRTOUL]: Declare strtoul. | Jim Meyering | 1 | -0/+10 |
| 1999-12-12 | Move 120+ lines of stat.h-related macros from system.h (not shared) | Jim Meyering | 1 | -0/+130 |
| 1999-10-04 | (__attribute__): Wrap with #ifndef __attribute__. | Jim Meyering | 1 | -2/+4 |
| 1999-10-04 | (__attribute__): Define to empty if GCC claims to | Jim Meyering | 1 | -1/+1 |
| 1999-09-28 | Do s/#ifdef HAVE_/#if HAVE_/ -- solely for aesthetics. | Jim Meyering | 1 | -12/+12 |
| 1999-09-19 | (__attribute__): Define. | Jim Meyering | 1 | -3/+9 |
| 1999-08-22 | (ATTRIBUTE_NORETURN): Define. | Jim Meyering | 1 | -0/+6 |
| 1999-08-22 | (IF_LINT): Define new macro. | Jim Meyering | 1 | -0/+7 |
| 1999-07-30 | (PID_T_MAX): Define. | Jim Meyering | 1 | -0/+4 |
| 1999-07-12 | (mempcpy): Define only if not already defined. | Jim Meyering | 1 | -1/+1 |