Age | Commit message (Expand) | Author |
2007-07-23 | Update all copyright notices to use the newer form. | Jim Meyering |
2007-07-10 | Change "version 2" to "version 3" in all copyright notices. | Jim Meyering |
2007-03-29 | * src/system.h (GETOPT_SELINUX_CONTEXT_OPTION_DECL): Define. | Jim Meyering |
2007-03-28 | Help translators include translation team's web or email address. | Jim Meyering |
2007-02-18 | Rely on gnulib-generated stdlib.h, not exit.h. | Jim Meyering |
2007-01-26 | Adjust to today's change to gnulib, which added a module for | Paul Eggert |
2006-12-12 | * src/system.h (SETVBUF): Remove definition, now that the | Jim Meyering |
2006-11-16 | * bootstrap.conf (gnulib_modules): Add sys_stat, since we use it directly too. | Paul Eggert |
2006-10-26 | * src/system.h (ftello): Add a compile-time check for the highly | Jim Meyering |
2006-10-25 | Portability to Tru64 V4.0. | Jim Meyering |
2006-10-14 | * src/system.h (EXIT_FAILURE, EXIT_SUCCESS): Remove definitions. | Jim Meyering |
2006-10-03 | * src/system.h (ST_BLKSIZE): Ceiling at SIZE_MAX / 8 + 1, not at 4 | Paul Eggert |
2006-09-03 | Include "dirname.h", since dot_or_dotdot needs it | Paul Eggert |
2006-08-29 | * src/system.h (LOCALEDIR): Remove, since configmake.h now defines | Paul Eggert |
2006-08-28 | Adjust to recent gnulib changes for the gnulib module. | Paul Eggert |
2006-08-28 | Adjust to recent gnulib changes for the inttypes module. | Paul Eggert |
2006-08-27 | * src/system.h (DOT_OR_DOTDOT): Remove macro. Rewrite as a... | Jim Meyering |
2006-08-25 | * .cvsignore: Remove stamp-h1. Add coreutils-*, to ignore | Paul Eggert |
2006-08-23 | * src/system.h (EDQUOT): Define if not already defined. | Paul Eggert |
2006-08-21 | Add a bootstrap procedure, so that the CVS version contains fewer | Paul Eggert |
2006-08-18 | * src/system.h (select_plural): Reduce by 1000000, not 1000, since | Paul Eggert |
2006-08-16 | Fix bugs when printing plurals of numbers that are not | Paul Eggert |
2006-07-11 | Assume <dirent.h> exists, since gnulib assumes this now as well. | Paul Eggert |
2006-07-09 | (_D_EXACT_NAMELEN): Renamed from NLENGTH, for | Paul Eggert |
2006-07-02 | Include <stdint.h> unconditionally, since we | Paul Eggert |
2006-06-28 | * src/system.h (CLOSEDIR): Remove. All uses changed to closedir. | Paul Eggert |
2006-04-12 | (sync) [!HAVE_SYNC]: New macro. | Paul Eggert |
2006-03-12 | (SAME_INODE): Remove definition. | Jim Meyering |
2006-03-06 | (O_NOLINKS): Define to 0 if not already defined. | Paul Eggert |
2006-02-26 | (NOT_AN_INODE_NUMBER, D_INO): Define (moved here from pwd.c). | Jim Meyering |
2006-02-07 | (!defined O_DIRECT): If O_DIRECTIO is defined (as it is on Tru64), | Jim Meyering |
2006-01-11 | (X2NREALLOC): Now that verify_true is no longer void, | Jim Meyering |
2006-01-10 | Sync from gnulib. | Paul Eggert |
2006-01-03 | (O_DIRECTORY) [!defined O_DIRECTORY]: Define. | Jim Meyering |
2005-12-07 | (O_NOATIME): Define to 0 if not already defined. | Paul Eggert |
2005-09-28 | * src/system.h (LONGEST_MODIFIER): Use ULONG_MAX_LT_ULLONG_MAX | Paul Eggert |
2005-09-23 | Don't include utime.h; not needed. | Paul Eggert |
2005-09-22 | (X2NREALLOC, X2REALLOC): Moved here from | Paul Eggert |
2005-08-23 | Remove unnecessary parens in `#if defined (SYMBOL)' expressions. | Jim Meyering |
2005-07-11 | (setmode, fileno): Remove; no longer needed, we think. | Paul Eggert |
2005-07-06 | remove stray `=' from comment | Jim Meyering |
2005-07-05 | (DECIMAL_DIGIT_ACCUMULATE): Generate a hard error | Paul Eggert |
2005-07-05 | (VERIFY_W_TYPEOF): Remove; no longer needed. | Paul Eggert |
2005-07-05 | (VERIFY_W_TYPEOF): Adjust to verify.h change. | Paul Eggert |
2005-07-04 | Include "verify.h". | Jim Meyering |
2005-07-04 | (verify): Rename from VERIFY_EXPR, to be lower case, | Jim Meyering |
2005-07-01 | Assume HAVE_UNISTD_H. | Jim Meyering |
2005-07-01 | Assume HAVE_FCNTL_H (i.e., include <fcntl.h> | Jim Meyering |
2005-06-30 | (VERIFY): Guard definition with #ifndef. | Jim Meyering |
2005-06-29 | Use one fewer helper macro. | Jim Meyering |