Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-07 | (flags, usage): Add support for noatime flag. | Paul Eggert | |
2005-12-07 | (O_NOATIME): Define to 0 if not already defined. | Paul Eggert | |
2005-12-07 | * coreutils.texi (dd invocation): New noatime flag. | Paul Eggert | |
2005-12-07 | (dd invocation): New noatime flag. | Paul Eggert | |
2005-12-07 | Mention dd's new noatime flag. | Paul Eggert | |
2005-12-07 | * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for | Paul Eggert | |
TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3 porting problem reported by Georg Schwarz in <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>. * m4/stat-time.m4 (gl_STAT_TIME): Likewise. | |||
2005-12-07 | *** empty log message *** | Jim Meyering | |
2005-12-07 | (EXTRA_DIST): Add build-aux/cvsu. | Jim Meyering | |
2005-12-07 | (CVS_LIST): Use build-aux/cvsu, now that we have our own copy of cvsu. | Jim Meyering | |
2005-12-07 | *** empty log message *** | Jim Meyering | |
2005-12-07 | From Debian unstable: /usr/bin/cvsu. | Jim Meyering | |
2005-12-07 | *** empty log message *** | Jim Meyering | |
2005-12-07 | *** empty log message *** | Jim Meyering | |
2005-12-07 | exit-77 before the trap, not after, if we fail | Jim Meyering | |
to create a temporary directory on another partition. | |||
2005-12-06 | *** empty log message *** | Jim Meyering | |
2005-12-06 | Cross-reference to dirname and readlink. | Jim Meyering | |
2005-12-06 | Cross-reference to basename and readlink. | Jim Meyering | |
2005-12-05 | Mention reporters for "none" and "proc" mounts. | Paul Eggert | |
2005-12-04 | *** empty log message *** | Jim Meyering | |
2005-12-04 | *** empty log message *** | Jim Meyering | |
2005-12-04 | (fchown) [!HAVE_FCHOWN]: Define fchown(...) to -1. | Jim Meyering | |
(set_owner, preserve_author): New functions, factored out of copy_reg. (copy_reg): Use them. (copy_internal): Use them here, too. From Andreas Gruenbacher. | |||
2005-12-04 | *** empty log message *** | Jim Meyering | |
2005-12-04 | (EXPECTED_ERRNO): Add ENOSYS, for Solaris 8. | Jim Meyering | |
Paul Eggert reported that unlink/rmdir vs. e.g., /proc/self/fd/N/FILE fails with ENOSYS. This makes openat revert to using save-cwd.c functions in that case. | |||
2005-12-04 | *** empty log message *** | Jim Meyering | |
2005-12-04 | (usage): Say what happens with two or more arguments. | Jim Meyering | |
2005-12-03 | *** empty log message *** | Jim Meyering | |
2005-12-03 | (print_uptime): Move decl of local `upsecs' into scope where it's used. | Jim Meyering | |
2005-12-03 | . | Jim Meyering | |
2005-12-03 | *** empty log message *** | Jim Meyering | |
2005-12-03 | *** empty log message *** | Jim Meyering | |
2005-12-03 | (long_options): Change the name of each undocumented, for- | Jim Meyering | |
testing-only option to start with `-', so that it cannot render ambiguous any prefix it happens to share with some other option name. | |||
2005-12-03 | (long_opts): Change the name of each undocumented, for- | Jim Meyering | |
testing-only option to start with `-', so that it cannot render ambiguous any prefix it happens to share with some other option name. | |||
2005-12-03 | Update uses of undocumented, for- testing-only --presume* options | Jim Meyering | |
to start with `---'. | |||
2005-12-02 | Mention change to jm-macros.m4. | Paul Eggert | |
2005-12-02 | (gl_MACROS): Adjust to renaming of gl_SOCKLEN_T to gl_TYPE_SOCKLEN_T. | Paul Eggert | |
2005-12-02 | Fix typo in previous log entry. | Paul Eggert | |
2005-12-02 | * (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T. | Paul Eggert | |
Use implementation from Albert Chin, with some comments/corrections by Stepan Kasal and myself. | |||
2005-12-02 | *** empty log message *** | Jim Meyering | |
2005-12-02 | Import from gnulib. | Paul Eggert | |
2005-12-02 | (gl_REGEX): Check whether off_t can be used in a switch | Paul Eggert | |
statement, to work around an HP-UX 10.20 compiler bug reported by Peter O'Gorman. | |||
2005-11-30 | *** empty log message *** | Jim Meyering | |
2005-11-30 | Add a comment about cvsu. | Jim Meyering | |
2005-11-30 | *** empty log message *** | Jim Meyering | |
2005-11-30 | (gl_FUNC_OPENAT): Require openat-priv.h. | Jim Meyering | |
2005-11-30 | Include openat-priv.h. | Jim Meyering | |
Remove definitions of macros defined therein. | |||
2005-11-30 | Define macros used by mkdirat.c and openat.c. | Jim Meyering | |
2005-11-30 | *** empty log message *** | Jim Meyering | |
2005-11-30 | (mkdirat): Declare. | Jim Meyering | |
2005-11-30 | *** empty log message *** | Jim Meyering | |
2005-11-30 | (mkdirat): New file and function. | Jim Meyering | |