Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-03 | `cp --link --no-dereference' now works also on systems where the | Jim Meyering | |
link system call cannot create a hard link to a symbolic link. | |||
2006-06-03 | Test for this: | Jim Meyering | |
Make `cp --link --no-dereference' work also on systems where the link system call cannot create a hard link to a symbolic link. * src/copy.c (copy_internal) [LINK_FOLLOWS_SYMLINKS]: Don't use the link syscall on a symlink when it would do the wrong thing. Based on the patch by Aurelien Jarno: <http://bugs.debian.org/329451> | |||
2006-06-03 | (TESTS): Add link-no-deref. | Jim Meyering | |
2006-06-03 | *** empty log message *** | Jim Meyering | |
2006-06-01 | Fix some HP-UX 11.23 porting bugs. | Paul Eggert | |
2006-06-01 | Don't assume that >&- works. | Paul Eggert | |
2006-06-01 | Don't assume that >&- works. Add a /dev/full test. | Paul Eggert | |
2006-06-01 | Don'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-29 | Update from gnulib. | Jim Meyering | |
2006-05-28 | *** empty log message *** | Jim Meyering | |
2006-05-28 | Source lang-default. From Ralf Wildenhues. | Jim Meyering | |
2006-05-28 | *** empty log message *** | Jim Meyering | |
2006-05-28 | AIX 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 a | Paul 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-27 | Use `AM_MAKEINFOFLAGS' rather than | Jim 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-27 | chgrp now supports --preserve-root, --no-preserve-root | Jim Meyering | |
2006-05-27 | *** empty log message *** | Jim Meyering | |
2006-05-27 | *** empty log message *** | Jim Meyering | |
2006-05-27 | Support 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-27 | Use `$(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-25 | Remove 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-24 | Require autoconf-2.59d, for its fixed version | Jim Meyering | |
of AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK. | |||
2006-05-23 | Fix misspelling. | Paul Eggert | |
2006-05-23 | Note problem with string.h. | Paul Eggert | |
2006-05-23 | filemode.c: Don't include <string.h>. | Paul Eggert | |
2006-05-23 | Don't include <string.h>; this include was | Paul 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-22 | Document the internals better. Most of this change | Paul 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-19 | Merge changes from automake, retaining the ""--to... | Jim Meyering | |
kludge to placate overzealous `make distcheck' check. |