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