summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-06-07(integer_overflow): New function.Paul Eggert
(eval4, eval3): Check for integer overflow.
2006-06-07The 'expr' command now detects and reports integer overflow.Paul Eggert
2006-06-05Fix problems when building with Solaris/SVR4/etc. make, which uses aPaul Eggert
different and somewhat bogus implementation of VPATH.
2006-06-05Rename file to avoid bugs with VPATH builds and Solaris 'make'.Paul Eggert
2006-06-05Don't assign to PROG; no longer neededPaul Eggert
now that Makefile.am sets PROG to the basename.
2006-06-05(PROG): Take the basename of $$tst,Paul Eggert
in case Solaris make has prepended the directory. (TESTS): Adjust to test script renamings.
2006-06-05* regexec.c (group_nodes_into_DFAstates): Fix a buffer overrunPaul Eggert
reported by Andreas Schwab.
2006-06-03*** empty log message ***Jim Meyering
2006-06-03Make `cp --link --no-dereference' work also on systems where theJim Meyering
link system call cannot create a hard link to a symbolic link. (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`cp --link --no-dereference' now works also on systems where theJim Meyering
link system call cannot create a hard link to a symbolic link.
2006-06-03Test 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-01Fix some HP-UX 11.23 porting bugs.Paul Eggert
2006-06-01Don't assume that >&- works.Paul Eggert
2006-06-01Don't assume that >&- works. Add a /dev/full test.Paul Eggert
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.