summaryrefslogtreecommitdiff
path: root/src/system.h
AgeCommit message (Expand)Author
2005-04-04(USAGE_BUILTIN_WARNING): remove trailing newlineJim Meyering
2005-04-04(USAGE_BUILTIN_WARNING): New macro.Jim Meyering
2005-03-29(ptr_align): Declare `ptr' parameter to be aJim Meyering
2005-03-29Remove #if-0'd-out code.Jim Meyering
2005-03-28(GETOPT_HELP_OPTION_DECL): Use NULL, not `0'.Jim Meyering
2005-03-25(DECIMAL_DIGIT_ACCUMULATE): Reverse the sense ofJim Meyering
2005-03-18comment tweakJim Meyering
2005-03-18Add comments for new macros.Jim Meyering
2005-03-17Make __typeof__-using code depend on HAVE_TYPEOF, not __GNUC__,Jim Meyering
2005-03-17spacing nitJim Meyering
2005-03-17Fix typo.Jim Meyering
2005-03-17(DECIMAL_DIGIT_ACCUMULATE): The use of __typeof__ must be conditional.Jim Meyering
2005-03-17(VERIFY, VERIFY_EXPR, DECIMAL_DIGIT_ACCUMULATE): New macros.Jim Meyering
2005-03-09Include intprops.h.Paul Eggert
2005-02-03Include "memrchr.h".Paul Eggert
2005-01-24Use S_BLKSIZE value for ST_NBLOCKSIZE where available.Jim Meyering
2005-01-03* m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.Paul Eggert
2005-01-03If PRIdMAX, PRIoMAX, PRIuMAX, and PRIxMAX areJim Meyering
2004-12-02Assume locale.h exists.Paul Eggert
2004-11-03Don't #define and #undef getopt around <stdlib.h>,Paul Eggert
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 asPaul Eggert
2004-07-30(errno, CHAR_BIT): Remove decls;Paul Eggert
2004-06-30Use "file system" rather than "filesystem" in comments.Jim Meyering
2004-06-19(case_GETOPT_VERSION_CHAR): Switch back to using GNU_PACKAGE (fromJim 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-09Include stat-macros.h, not file-type.h.Jim Meyering
2004-04-09Include file-type.h rather than hard-coding allJim 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-13Include contents of sys2.h.Jim Meyering
2003-08-19Include 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-06Include <stdbool.h> unconditionally.Jim Meyering
2003-06-02Always include <string.h>, since we assume C89.Jim Meyering
2003-04-04Include "localedir.h".Jim Meyering
2002-12-14[! HAVE_DECL_MEMRCHR]: Declare memrchr.Jim Meyering
2002-10-18(ST_BLKSIZE): Correct comment describing how toJim Meyering
2002-10-17Fix a problem that could make cat misbehave on systems whichJim Meyering
2002-08-31Symlinks were always reported as using 0 blocks.Jim Meyering
2002-06-20Change `defined(X)' syntax to `defined X' in cpp directives.Jim Meyering