summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2002-02-26Include "acl.h" rather than <sys/acl.h>.Jim Meyering
(USE_ACL): Remove; replaced by HAVE_ACL everywhere. (gobble_file): Use file_has_acl rather than doing it ourselves.
2002-02-26*** empty log message ***Jim Meyering
2002-02-26(libfetish_a_SOURCES): Add acl.h, acl.c.Jim Meyering
2002-02-26.Jim Meyering
2002-02-26tweak commentJim Meyering
2002-02-25latest from FSFJim Meyering
2002-02-24*** empty log message ***Jim Meyering
2002-02-24Include posixver.h.Jim Meyering
2002-02-23(DISTFILES.common): Add remove-potcdate.sin.Jim Meyering
(.SUFFIXES): Add .sed and .sin. (.sin.sed): New rule. ($(DOMAIN).pot-update): Depend on remove-potcdate.sed. If the old POT file exists and the new POT file differs from it only in the first POT-Creation-Date line, keep the old POT file. So the PO files don't need to be remade, and automake's "distcheck" target succeeds. (mostlyclean): Remove remove-potcdate.sed and additional temporary files.
2002-02-23.Jim Meyering
2002-02-23*** empty log message ***Jim Meyering
2002-02-23.Jim Meyering
2002-02-23(simple_cat, cat, main): Used char * rather thanJim Meyering
unsigned char *, to avoid some technical violations of the C standard, and to avoid the need for casts. I guess the unsigned char * was probably there for improved performance with ancient compilers, but the code wasn't using the unsignedness any more. Reported by Nelson H. F. Beebe. (cat): int -> size_t for full_write arg. This doesn't fix any bugs since the buffer size is small, but it makes the code a bit clearer.
2002-02-23*** empty log message ***Jim Meyering
2002-02-23(xpath_concat): Reorder code to pacifyJim Meyering
compilers that don't know that xalloc_die never returns.
2002-02-20*** empty log message ***Jim Meyering
2002-02-20*** empty log message ***Jim Meyering
2002-02-20Include posixver.h.Jim Meyering
(usage): Document only the intersection of the old and new behaviors, to encourage portability. (main): Use `posix2_version ()' in place of POSIX2_VERSION.
2002-02-19*** empty log message ***Jim Meyering