Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-11 | *** empty log message *** | Jim Meyering | |
2005-11-11 | Mention `readlink -f' bug fix in 5.3.0 news. | Jim Meyering | |
Mention new readlink options in `New features' section. | |||
2005-11-10 | *** empty log message *** | Jim Meyering | |
2005-11-10 | (fstatat, unlinkat): Perform the syscall directly, | Jim Meyering | |
skipping the save_cwd...restore_cwd overhead, if FILE is absolute. | |||
2005-11-10 | (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME | Paul Eggert | |
or gettimeofday; no longer needed. | |||
2005-11-10 | gethrxtime now uses gettime | Paul Eggert | |
2005-11-10 | Fix comment | Paul Eggert | |
2005-11-10 | Include "timespec.h" rather than the sys/time / time | Paul Eggert | |
business. (gethrxtime) [! (HAVE_NANOUPTIME || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME) || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling our own approximation. | |||
2005-11-10 | gethrxtime now uses gettime | Paul Eggert | |
2005-11-09 | Use /dev/full if possible for descriptor 0 -- like glibc now does. | Jim Meyering | |
Fall back on /dev/null if opening /dev/full fails. | |||
2005-11-08 | *** empty log message *** | Jim Meyering | |
2005-11-08 | Merge in changes from b5_9x branch. | Jim Meyering | |
2005-11-08 | ls now defaults to --time-style='locale', which in turn acts | Paul Eggert | |
like --time-style='posix-long-iso' if the locale settings are messed up. | |||
2005-11-08 | (decode_switches): ls now defaults to --time-style='locale', which in | Paul Eggert | |
turn acts like --time-style='posix-long-iso' if the locale settings are messed up. | |||
2005-11-08 | (Formatting file timestamps): ls now defaults to | Paul Eggert | |
--time-style='locale', which in turn acts like --time-style='posix-long-iso' if the locale settings are messed up. | |||
2005-11-08 | ls now defaults to --time-style='locale'. | Paul Eggert | |
2005-11-08 | *** empty log message *** | Jim Meyering | |
2005-11-08 | s/expensive/very expensive/ in a comment. | Jim Meyering | |
2005-11-07 | *** empty log message *** | Jim Meyering | |
2005-11-07 | *** empty log message *** | Jim Meyering | |
2005-11-07 | (usage): Fix descriptions of --sort, --time. | Jim Meyering | |
2005-11-07 | *** empty log message *** | Jim Meyering | |
2005-11-05 | *** empty log message *** | Jim Meyering | |
2005-11-05 | Include filenamecat.c. | Jim Meyering | |
(FILE_BASENAME_CONCAT): Remove. (do_link): Remove last arg DEST_IS_DIR. All callers changed. (main): Use file_name_concat, base_name, and strip_trailing_slashes instead of FILE_BASENAME_CONCAT. This simplifies the code, and avoids the use of alloca. | |||
2005-11-04 | . | Jim Meyering | |
2005-11-04 | . | Jim Meyering | |
2005-11-04 | mention the du bug fix | Jim Meyering | |
2005-11-04 | *** empty log message *** | Jim Meyering | |
2005-11-04 | *** empty log message *** | Jim Meyering | |
2005-11-04 | (process_file): Don't overflow for files of size >= 2^31 | Jim Meyering | |
on systems with stat.st_blocks of a signed 32-bit type. This bug causes trouble on some AIX 5.1 systems. Report and trivial patch from Paul Townsend: <http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00033.html> | |||
2005-11-04 | fix typo in comment | Jim Meyering | |
2005-11-04 | *** empty log message *** | Jim Meyering | |
2005-11-04 | Mark this test as `very-expensive' | Jim Meyering | |
2005-11-04 | mark this as a very-expensive test | Jim Meyering | |
2005-11-04 | (TESTS): Add 2g. | Jim Meyering | |
2005-11-04 | Test for a bug that bites at least on AIX 5.1 systems. | Jim Meyering | |
2005-11-04 | just like expensive, but `very' | Jim Meyering | |
2005-11-04 | (EXTRA_DIST): Add very-expensive. | Jim Meyering | |
2005-11-02 | rm -d no longer has any effect, and we plan to remove it (and maybe ln -d). | Paul Eggert | |
2005-11-02 | (usage): Don't mention rm -d. | Paul Eggert | |
2005-11-02 | (rm_option_init): Don't initialize unlink_dirs member, which went away. | Paul Eggert | |
2005-11-02 | (struct rm_options): Remove unlink_dirs. | Paul Eggert | |
2005-11-02 | (rm invocation): Don't mention --directory (-d). | Paul Eggert | |
2005-11-02 | Mention that rm -d and maybe ln -d are scheduled for | Paul Eggert | |
removal in 2006. | |||
2005-11-02 | *** empty log message *** | Jim Meyering | |
2005-11-02 | Fix typo in comment: s/fileutils/coreutils. | Jim Meyering | |
2005-11-02 | *** empty log message *** | Jim Meyering | |
2005-11-02 | Redirect stderr to /dev/null so the | Jim Meyering | |
M+N records in/out don't pollute `make check' output. | |||
2005-11-02 | *** empty log message *** | Jim Meyering | |
2005-11-02 | (sk-seek4): New test, to exercise the bug | Jim Meyering | |
fixed on 2005-10-31. This test uses the new, IN_PIPE specifier. |