Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-02-21 | (gettime): Return void, since it always | Paul Eggert | |
succeeds now. All uses changed. | |||
2005-02-21 | (gettime) Return void, since it always | Paul Eggert | |
succeeds now. All uses changed. [HAVE_NANOTIME]: Prefer nanotime. Assume gettimeofday succeeds, as POSIX requires. Assime time () succeeds, since other code already does. | |||
2005-02-21 | (get_date): gettime now returns void, not int. | Paul Eggert | |
2005-02-21 | dd now uses a real-time clock if available, for transfer statistics. | Paul Eggert | |
2005-02-21 | Initial revision. | Paul Eggert | |
2005-02-21 | Don't assume that the current host supports 64-bit integers. | Paul Eggert | |
2005-02-21 | Don't assume that the current host supports integers wider than 32 | Paul Eggert | |
bits. Fix comment typo. | |||
2005-02-21 | (enum RCH_status): Remove trailing comma, | Paul Eggert | |
as it's not valid in standard C89. | |||
2005-02-20 | *** empty log message *** | Jim Meyering | |
2005-02-20 | *** empty log message *** | Jim Meyering | |
2005-02-20 | (xgethostname): Check for ENOMEM, which is | Jim Meyering | |
returned by OSX/Darwin if the specified buffer is not large enough for the hostname. | |||
2005-02-20 | update from gnulib | Jim Meyering | |
2005-02-20 | *** empty log message *** | Jim Meyering | |
2005-02-20 | (libfetish_a_SOURCES): Remove linebuffer.[ch] and stripslash.c. | Jim Meyering | |
2005-02-20 | *** empty log message *** | Jim Meyering | |
2005-02-20 | *** empty log message *** | Jim Meyering | |
2005-02-17 | . | Jim Meyering | |
2005-02-15 | *** empty log message *** | Jim Meyering | |
2005-02-15 | *** empty log message *** | Jim Meyering | |
2005-02-15 | regenerate | Jim Meyering | |
2005-02-15 | (human_fstype): Add case/definition for S_MAGIC_JFS | Jim Meyering | |
so that file systems of type `jfs' are recognized as such. | |||
2005-02-15 | regen for XFS | Jim Meyering | |
2005-02-15 | *** empty log message *** | Jim Meyering | |
2005-02-15 | (human_fstype): Add case/definition for S_MAGIC_XFS | Jim Meyering | |
so that file systems of type `xfs' are recognized as such. | |||
2005-02-15 | *** empty log message *** | Jim Meyering | |
2005-02-15 | *** empty log message *** | Jim Meyering | |
2005-02-15 | (NZERO) [NZERO == 0]: Undefine and define to 20, | Jim Meyering | |
to work around the invalid definition from Darwin 7.7.0. | |||
2005-02-15 | *** empty log message *** | Jim Meyering | |
2005-02-14 | Add James Lemley. | Paul Eggert | |
2005-02-14 | * src/sort.c (mergefps): Use binary search rather than linear. | Paul Eggert | |
2005-02-14 | (mergefps): Use binary search rather than linear one | Paul Eggert | |
when comparing new line to lines already in main memory. | |||
2005-02-13 | . | Jim Meyering | |
2005-02-11 | (gl_INTTOSTR): Use AC_LIBSOURCES to list the required source files. | Jim Meyering | |
2005-02-11 | *** empty log message *** | Jim Meyering | |
2005-02-11 | Remove names of files that are now mentioned in AC_LIBSOURCES | Jim Meyering | |
and AC_LIBOBJ uses in inttostr.m4. (libfetish_a_SOURCES): Remove imaxtostr.c, offtostr.c, and umaxtostr.c. (EXTRA_DIST): Remove inttostr.c and inttostr.h. | |||
2005-02-09 | *** empty log message *** | Jim Meyering | |
2005-02-09 | (gl_FUNC_GETCWD_NULL): Use AC_LIBSOURCES to list the required source files. | Jim Meyering | |
2005-02-09 | . | Jim Meyering | |
2005-02-09 | *** empty log message *** | Jim Meyering | |
2005-02-09 | * src/copy.c (valid_options): Add an assertion that | Jim Meyering | |
not both hard_link and symbolic_link are set. | |||
2005-02-08 | stat -f -c %S. | Paul Eggert | |
2005-02-08 | (STATFS_FRSIZE): New macro. | Paul Eggert | |
(print_statfs): Use it to implement %S. (do_statfs): Change default formats to include %S. (usage): Document %S (versus %s). | |||
2005-02-08 | (stat invocation): Document stat -f -c %S (versus %s). | Paul Eggert | |
2005-02-08 | Document stat -f -c %S, plus changes to default formats. | Paul Eggert | |
2005-02-08 | * doc/coreutils.texi (stat invocation): Match stat --usage better. | Paul Eggert | |
* src/stat.c (usage): Match doc better. Say that %s is the "Fundamental block size". | |||
2005-02-08 | (usage): Normalize terminology, capitalization, and sort order to | Paul Eggert | |
match manual. Say that %s is the "Fundamental block size", since that is what POSIX says. | |||
2005-02-08 | (stat invocation): Normalize terminology, | Paul Eggert | |
capitalization, and sort order to match --help output. Mention %c for file systems. Say that %s is the "Fundamental block size", since that is what POSIX says. | |||
2005-02-08 | *** empty log message *** | Jim Meyering | |
2005-02-08 | (libfetish_a_SOURCES): Remove memcasecmp.c and memcasecmp.h. | Jim Meyering | |
2005-02-08 | Require gl_FUNC_MEMCASECMP. | Jim Meyering | |