summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-03-03.Jim Meyering
2002-03-02.Jim Meyering
2002-03-02Reflect changed semantics of cp's -r option.Jim Meyering
2002-03-02.Jim Meyering
2002-03-02*** empty log message ***Jim Meyering
2002-03-02(strnlen): Define-away/undef so that an inconsistent prototype inJim Meyering
string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't cause trouble.
2002-03-02.Jim Meyering
2002-03-02*** empty log message ***Jim Meyering
2002-03-02(cp invocation): Document that cp -rJim Meyering
preserves symlinks. Emphasize non-portability of cp -r.
2002-03-02(main): Warn when -r is specified before --archive (-a).Jim Meyering
2002-03-02add a commentJim Meyering
2002-03-02(copy_internal): For each symlink copied by cp -r,Jim Meyering
issue a warning that `cp -r' is not portable.
2002-03-02(main): Revert change of 2001-12-29. With this change,Jim Meyering
cp -r once again preserves symlinks. (usage): Document the original (now-restored) behavior.
2002-03-02*** empty log message ***Jim Meyering
2002-03-02(main): Fail if -r is specified after --archive (-a) on the command line.Jim Meyering
2002-03-02be careful about leading/trailing spacesJim Meyering
2002-03-02*** empty log message ***Jim Meyering
2002-03-02(copy_reg): Detect abuse of a race conditionJim Meyering
whereby an unprivileged user could gain read access to otherwise- inaccessible files when root uses cp or mv to copy a hierarchy belonging to that user.
2002-03-01Include timespec.h.Jim Meyering
(strftime, time, stime): Remove declarations; no longer needed. (usage): Document %N. (main): Use gettime rather than time to get the time of day, so that we can get fractional times. Similarly for settime and stime, so that we can set fractional times (though this currently is not available to the user since we don't parse fractional times; add FIXMES for that). Check for gettime failures; e.g. this can occur if it is past 2038 and we are a 32-bit app running on a 64-bit OS. Get fractional part of file time stamps. Do not falsely report failures just because time_t happens to be -1 (e.g. a file time stamp 1 second before the epoch). (show_date): 2nd arg is now struct timespec, not time_t. All uses changed. Use nstrftime rather than strftime, so that we can format fractional seconds.
2002-03-01*** empty log message ***Jim Meyering
2002-03-01(gettime): Test HAVE_CLOCK_GETTIME, not HAVE_CLOCK_SETTIME.Jim Meyering
2002-03-01.Jim Meyering
2002-03-01(strftime-check): Add `N'.Jim Meyering
2002-03-01(Time directives): Add %N for nanoseconds.Jim Meyering
This documents the recent change to 'ls'.
2002-03-01reflect renaming: nanosleep.h -> timespec.hJim Meyering
2002-03-01*** empty log message ***Jim Meyering
2002-03-01*** empty log message ***Jim Meyering
2002-03-01*** empty log message ***Jim Meyering
2002-03-01(jm_MACROS): Do not replace stime; no longer used.Jim Meyering
Check for clock_settime.
2002-03-01*** empty log message ***Jim Meyering
2002-03-01.Jim Meyering
2002-03-01(libfetish_a_SOURCES): Add gettime.c, settime.c,Jim Meyering
timespec.h. Remove nanosleep.h.
2002-03-01new file, from Paul EggertJim Meyering
2002-03-01Reflect renaming: nanosleep.h -> timespec.h.Jim Meyering
2002-03-01new macros/decls, from Paul EggertJim Meyering
2002-03-01renamed from nanosleep.hJim Meyering
2002-02-28(decode_switches, usage): Add --time-style=+FORMAT.Jim Meyering
2002-02-28*** empty log message ***Jim Meyering
2002-02-28(pr invocation): Reword to avoid using `:'Jim Meyering
in an @opindex entry -- info doesn't permit it.
2002-02-28*** empty log message ***Jim Meyering
2002-02-28(Formatting file timestamps): Document newJim Meyering
time-formatting method: --time-style=+FORMAT.
2002-02-26.Jim Meyering
2002-02-26*** empty log message ***Jim Meyering
2002-02-26*** empty log message ***Jim Meyering
2002-02-26*** empty log message ***Jim Meyering
2002-02-26*** empty log message ***Jim Meyering
2002-02-26*** empty log message ***Jim Meyering
2002-02-26*** empty log message ***Jim Meyering
2002-02-26*** empty log message ***Jim Meyering
2002-02-26(jm_MACROS): Require AC_FUNC_ACL.Jim Meyering
Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.