summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-12-09Add test for dd iflags=noatime.Paul Eggert
2005-12-09*** empty log message ***Jim Meyering
2005-12-09(usage): Mention white space vs -b and -t options.Jim Meyering
From The Wanderer.
2005-12-09*** empty log message ***Jim Meyering
2005-12-09*** empty log message ***Jim Meyering
2005-12-09(main): Fix misleading comment.Jim Meyering
2005-12-08.Jim Meyering
2005-12-07Add dd noatime.Paul Eggert
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-07Mention dd's new noatime flag.Paul Eggert
2005-12-07* lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check forPaul 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-07From 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-07exit-77 before the trap, not after, if we failJim Meyering
to create a temporary directory on another partition.
2005-12-06*** empty log message ***Jim Meyering
2005-12-06Cross-reference to dirname and readlink.Jim Meyering
2005-12-06Cross-reference to basename and readlink.Jim Meyering
2005-12-05Mention 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-03Update uses of undocumented, for- testing-only --presume* optionsJim Meyering
to start with `---'.
2005-12-02Mention 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-02Fix 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-02Import from gnulib.Paul Eggert
2005-12-02(gl_REGEX): Check whether off_t can be used in a switchPaul 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-30Add a comment about cvsu.Jim Meyering