Age | Commit 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-01 | reflect renaming: nanosleep.h -> timespec.h | Jim 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-01 | new file, from Paul Eggert | Jim Meyering | |
2002-03-01 | Reflect renaming: nanosleep.h -> timespec.h. | Jim Meyering | |
2002-03-01 | new macros/decls, from Paul Eggert | Jim Meyering | |
2002-03-01 | renamed from nanosleep.h | Jim 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 new | Jim 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-26 | Include "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-26 | tweak comment | Jim Meyering | |
2002-02-25 | latest from FSF | Jim Meyering | |
2002-02-24 | *** empty log message *** | Jim Meyering | |
2002-02-24 | Include 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 than | Jim 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 pacify | Jim 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-20 | Include 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 | |