summaryrefslogtreecommitdiff
path: root/src/sys2.h
AgeCommit message (Expand)Author
2003-11-05(case_GETOPT_VERSION_CHAR): Cast NULL to `(char *)' inJim Meyering
2003-10-18Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS changeJim Meyering
2003-09-28(ASSIGN_STRDUPA):Jim Meyering
2003-09-18(case_GETOPT_VERSION_CHAR): Rename parameter, Authors, to Written_by.Jim Meyering
2003-09-18revert previous changeJim Meyering
2003-09-18(case_GETOPT_VERSION_CHAR): Append NULL to version_etc argument list.Jim Meyering
2003-08-18(textdomain, bindtextdomain) [! ENABLE_NLS]: Define away,Jim Meyering
2003-08-17(strtoull): Remove unused declaration.Jim Meyering
2003-07-12tweak spacingJim Meyering
2003-07-12 * src/sys2.h: Remove alloca-related block.Jim Meyering
2003-05-06(CHAR_BIT): Remove duplicate definition.Jim Meyering
2003-03-10(INT_MIN): Define, if necessary.Jim Meyering
2002-12-15(PARAMS): Remove definition.Jim Meyering
2002-10-01(SSIZE_MAX): Define.Jim Meyering
2002-09-17(PRIdMAX, PRIoMAX, PRIuMAX, PRIxMAX): Define if necessary.Jim Meyering
2002-06-15(S_ISNAM): Add to list of S_IS* macros.Jim Meyering
2002-05-25fix 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-25Remove ENABLE_NLS-related code.Jim Meyering
2002-01-22remove the parens I just added to Paul's patchJim Meyering
2002-01-22(EOVERFLOW, fseeko): New macros.Jim Meyering
2002-01-16(ISDIGIT, S_ISVTX, S_IXUGO): Comment fix.Jim Meyering
2001-12-01Rename 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-15Include "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-30Include <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 enumJim Meyering
2000-11-13(ST_TIME_CMP_NS): Fix typo: ST_MTIM_NSEC shouldJim 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-27Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.Jim Meyering
2000-02-27Use `#if !HAVE_DECL...' instead of `#ifndef HAVE_DECL...'Jim Meyering