summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-06-01Don't assume that \< \> works in sed.Paul Eggert
2006-05-30*** empty log message ***Jim Meyering
2006-05-30(usage): Add `v' to the list of sorting-related options.Jim Meyering
From Justin Pryzby.
2006-05-29Update from gnulib.Jim Meyering
2006-05-28*** empty log message ***Jim Meyering
2006-05-28Source lang-default. From Ralf Wildenhues.Jim Meyering
2006-05-28*** empty log message ***Jim Meyering
2006-05-28AIX 4.3.3 gives a different diagnostic.Jim Meyering
Recognize it, too. Reported by Ralf Wildenhues, in http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00192.html
2006-05-28(gl_C99_STRTOLD): Use a link test rather than aPaul Eggert
compile test, for Tru64 4.0D.
2006-05-28*** empty log message ***Jim Meyering
2006-05-28*** empty log message ***Jim Meyering
2006-05-27*** empty log message ***Jim Meyering
2006-05-27Use `AM_MAKEINFOFLAGS' rather thanJim Meyering
overwriting `MAKEINFO', so that `missing' can do its job.
2006-05-27*** empty log message ***Jim Meyering
2006-05-27*** empty log message ***Jim Meyering
2006-05-27chgrp now supports --preserve-root, --no-preserve-rootJim Meyering
2006-05-27*** empty log message ***Jim Meyering
2006-05-27*** empty log message ***Jim Meyering
2006-05-27Support new options: --preserve-root and --no-preserve-root.Jim Meyering
Somehow this program was skipped when those options were added to chown, chmod, and rm. Reported by vaqflabuopac@spammotel.com in <http://bugs.debian.org/365656>.
2006-05-27*** empty log message ***Jim Meyering
2006-05-27(check-texinfo): Use literal `{' only in brackets, i.e., [{] or [}],Jim Meyering
to avoid triggering an error from Solaris 2.6's grep.
2006-05-27*** empty log message ***Jim Meyering
2006-05-27Use `$(EGREP)' instead of `grep -E'.Jim Meyering
2006-05-25(small_open, large_open): New macros.Paul Eggert
(__open, __open64) [!_LIBC]: Remove. (__gen_tempname): Use small_open and large_open instead of __open and __open64. This fixes a portability bug on HP-UX 11.11i reported by Simon Wing-Tang in <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
2006-05-25Remove mention of --seed.Paul Eggert
2006-05-25(usage): Remove mention of --seed.Paul Eggert
2006-05-24*** empty log message ***Jim Meyering
2006-05-24Require autoconf-2.59d, for its fixed versionJim Meyering
of AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
2006-05-23Fix misspelling.Paul Eggert
2006-05-23Note problem with string.h.Paul Eggert
2006-05-23filemode.c: Don't include <string.h>.Paul Eggert
2006-05-23Don't include <string.h>; this include wasPaul Eggert
inadvertantly put into the previous patch.
2006-05-22* filemode.c (setst): Remove.Paul Eggert
(strmode): Rewrite to avoid setst. This makes the code shorter, (arguably) clearer, and the generated code is a bit smaller on my Debian GNU/Linux stable x86 host.
2006-05-22Document the internals better. Most of this changePaul Eggert
was written by Bruno Haible.
2006-05-21*** empty log message ***Jim Meyering
2006-05-20*** empty log message ***Jim Meyering
2006-05-20(fts_open): Fail with EINVAL if a caller violates this rule:Jim Meyering
Either FTS_LOGICAL or FTS_PHYSICAL must be provided to the fts_open() function.
2006-05-20*** empty log message ***Jim Meyering
2006-05-20(main): Use FTS_PHYSICAL here, too.Jim Meyering
2006-05-20*** empty log message ***Jim Meyering
2006-05-20(main): Rename local, s/symlink_deref_bit/symlink_deref_bits/Jim Meyering
and arrange for -D to set fts' FTS_PHYSICAL bit as well as FTS_COMFOLLOW. Spotted by Justin Pryzby.
2006-05-19*** empty log message ***Jim Meyering
2006-05-19Merge changes from automake, retaining the ""--to...Jim Meyering
kludge to placate overzealous `make distcheck' check.
2006-05-19Sync nanosleep from gnulib.Paul Eggert
2006-05-19*** empty log message ***Jim Meyering
2006-05-19(main): Don't let -D, -L, or -P turn off the internalJim Meyering
FTS_TIGHT_CYCLE_CHECK directory traversal option. Reported by Justin Pryzby in http://bugs.debian.org/367691
2006-05-16mention cp -p vs. no-/proc fixJim Meyering
2006-05-15(usage): Correct description of -a: s/-dpR/-dpPR/. From Tomas Pospisek.Jim Meyering
2006-05-15*** empty log message ***Jim Meyering
2006-05-15*** empty log message ***Jim Meyering