summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-11-11*** empty log message ***Jim Meyering
2005-11-11Mention `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_TIMEPaul Eggert
or gettimeofday; no longer needed.
2005-11-10gethrxtime now uses gettimePaul Eggert
2005-11-10Fix commentPaul Eggert
2005-11-10Include "timespec.h" rather than the sys/time / timePaul 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-10gethrxtime now uses gettimePaul Eggert
2005-11-09Use /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-08Merge in changes from b5_9x branch.Jim Meyering
2005-11-08ls now defaults to --time-style='locale', which in turn actsPaul 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 inPaul 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 toPaul Eggert
--time-style='locale', which in turn acts like --time-style='posix-long-iso' if the locale settings are messed up.
2005-11-08ls now defaults to --time-style='locale'.Paul Eggert
2005-11-08*** empty log message ***Jim Meyering
2005-11-08s/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-05Include 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-04mention the du bug fixJim 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^31Jim 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-04fix typo in commentJim Meyering
2005-11-04*** empty log message ***Jim Meyering
2005-11-04Mark this test as `very-expensive'Jim Meyering
2005-11-04mark this as a very-expensive testJim Meyering
2005-11-04(TESTS): Add 2g.Jim Meyering
2005-11-04Test for a bug that bites at least on AIX 5.1 systems.Jim Meyering
2005-11-04just like expensive, but `very'Jim Meyering
2005-11-04(EXTRA_DIST): Add very-expensive.Jim Meyering
2005-11-02rm -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-02Mention that rm -d and maybe ln -d are scheduled forPaul Eggert
removal in 2006.
2005-11-02*** empty log message ***Jim Meyering
2005-11-02Fix typo in comment: s/fileutils/coreutils.Jim Meyering
2005-11-02*** empty log message ***Jim Meyering
2005-11-02Redirect stderr to /dev/null so theJim 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 bugJim Meyering
fixed on 2005-10-31. This test uses the new, IN_PIPE specifier.