| Age | Commit message (Expand) | Author | Lines |
| 2006-02-26 | (NOT_AN_INODE_NUMBER, D_INO): Define (moved here from pwd.c). | Jim Meyering | -0/+12 |
| 2006-02-07 | (!defined O_DIRECT): If O_DIRECTIO is defined (as it is on Tru64), | Jim Meyering | -0/+5 |
| 2006-01-11 | (X2NREALLOC): Now that verify_true is no longer void, | Jim Meyering | -4/+5 |
| 2006-01-10 | Sync from gnulib. | Paul Eggert | -4/+4 |
| 2006-01-03 | (O_DIRECTORY) [!defined O_DIRECTORY]: Define. | Jim Meyering | -1/+5 |
| 2005-12-07 | (O_NOATIME): Define to 0 if not already defined. | Paul Eggert | -0/+4 |
| 2005-09-28 | * src/system.h (LONGEST_MODIFIER): Use ULONG_MAX_LT_ULLONG_MAX | Paul Eggert | -1/+1 |
| 2005-09-23 | Don't include utime.h; not needed. | Paul Eggert | -14/+0 |
| 2005-09-22 | (X2NREALLOC, X2REALLOC): Moved here from | Paul Eggert | -1/+14 |
| 2005-08-23 | Remove unnecessary parens in `#if defined (SYMBOL)' expressions. | Jim Meyering | -1/+1 |
| 2005-07-11 | (setmode, fileno): Remove; no longer needed, we think. | Paul Eggert | -39/+11 |
| 2005-07-06 | remove stray `=' from comment | Jim Meyering | -1/+1 |
| 2005-07-05 | (DECIMAL_DIGIT_ACCUMULATE): Generate a hard error | Paul Eggert | -2/+7 |
| 2005-07-05 | (VERIFY_W_TYPEOF): Remove; no longer needed. | Paul Eggert | -20/+13 |
| 2005-07-05 | (VERIFY_W_TYPEOF): Adjust to verify.h change. | Paul Eggert | -1/+1 |
| 2005-07-04 | Include "verify.h". | Jim Meyering | -21/+1 |
| 2005-07-04 | (verify): Rename from VERIFY_EXPR, to be lower case, | Jim Meyering | -16/+23 |
| 2005-07-01 | Assume HAVE_UNISTD_H. | Jim Meyering | -3/+1 |
| 2005-07-01 | Assume HAVE_FCNTL_H (i.e., include <fcntl.h> | Jim Meyering | -5/+1 |
| 2005-06-30 | (VERIFY): Guard definition with #ifndef. | Jim Meyering | -5/+8 |
| 2005-06-29 | Use one fewer helper macro. | Jim Meyering | -4/+4 |
| 2005-06-29 | (VERIFY): Rewrite to use string-concatenation | Jim Meyering | -1/+5 |
| 2005-06-10 | (VERIFY_W_TYPEOF): Add parentheses. | Jim Meyering | -1/+1 |
| 2005-06-02 | Don't use "path" or "filename". | Paul Eggert | -2/+2 |
| 2005-05-30 | Don't bother mentioning _POSIX_VERSION in comment. | Paul Eggert | -2/+0 |
| 2005-05-14 | Update FSF postal mail address. | Jim Meyering | -1/+1 |
| 2005-05-14 | Update FSF postal mail address. | Jim Meyering | -1/+1 |
| 2005-04-09 | Readability nit: | Jim Meyering | -1/+1 |
| 2005-04-09 | (RETSIGTYPE): Remove; no longer needed. All uses replaced with void. | Paul Eggert | -4/+0 |
| 2005-04-04 | (USAGE_BUILTIN_WARNING): remove trailing newline | Jim Meyering | -2/+1 |
| 2005-04-04 | (USAGE_BUILTIN_WARNING): New macro. | Jim Meyering | -0/+9 |
| 2005-03-29 | (ptr_align): Declare `ptr' parameter to be a | Jim Meyering | -4/+4 |
| 2005-03-29 | Remove #if-0'd-out code. | Jim Meyering | -17/+0 |
| 2005-03-28 | (GETOPT_HELP_OPTION_DECL): Use NULL, not `0'. | Jim Meyering | -2/+19 |
| 2005-03-25 | (DECIMAL_DIGIT_ACCUMULATE): Reverse the sense of | Jim Meyering | -8/+6 |
| 2005-03-18 | comment tweak | Jim Meyering | -1/+1 |
| 2005-03-18 | Add comments for new macros. | Jim Meyering | -3/+5 |
| 2005-03-17 | Make __typeof__-using code depend on HAVE_TYPEOF, not __GNUC__, | Jim Meyering | -4/+4 |
| 2005-03-17 | spacing nit | Jim Meyering | -1/+1 |
| 2005-03-17 | Fix typo. | Jim Meyering | -1/+1 |
| 2005-03-17 | (DECIMAL_DIGIT_ACCUMULATE): The use of __typeof__ must be conditional. | Jim Meyering | -1/+7 |
| 2005-03-17 | (VERIFY, VERIFY_EXPR, DECIMAL_DIGIT_ACCUMULATE): New macros. | Jim Meyering | -0/+24 |
| 2005-03-09 | Include intprops.h. | Paul Eggert | -12/+1 |
| 2005-02-03 | Include "memrchr.h". | Paul Eggert | -4/+2 |
| 2005-01-24 | Use S_BLKSIZE value for ST_NBLOCKSIZE where available. | Jim Meyering | -1/+5 |
| 2005-01-03 | * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX. | Paul Eggert | -15/+5 |
| 2005-01-03 | If PRIdMAX, PRIoMAX, PRIuMAX, and PRIxMAX are | Jim Meyering | -5/+15 |
| 2004-12-02 | Assume locale.h exists. | Paul Eggert | -10/+2 |
| 2004-11-03 | Don't #define and #undef getopt around <stdlib.h>, | Paul Eggert | -3/+0 |
| 2004-08-08 | (O_BINARY) [!O_BINARY && defined O_BINARY]: | Paul Eggert | -1/+3 |