Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-10 | Require a "Version N.M" line at the top of the ChangeLog | Jim Meyering | |
file only when making the actual release, not when running "make distcheck". (maintainer-distcheck): Don't depend on changelog-check. (alpha beta major): Depend on it here, instead. | |||
2006-06-08 | Ensure that cat works with any of the options, -A -v -e -E -T, | Jim Meyering | |
when applied to files in /proc and /sys, even when the FIONREAD ioctl produces nonsensical results. Before this change, cat would produce no output (or truncated output), for some linux kernels. * src/cat.c (write_pending): New function, factored out of cat. (cat): Also interpret a negative ioctl/FIONREAD count as indicating that there are bytes to read. Some versions of linux-2.6.16 do that. Write any pending output before returning. Reported by Dan Jacobson in <http://bugs.debian.org/370583>. * NEWS: Mention this bug fix. * tests/misc/cat-proc: New file. Test for the above. * tests/misc/Makefile.am (TESTS): Add cat-proc. | |||
2006-06-08 | (eval4): Detect overflow properly when multiplying INTMAX_MIN * -1. | Paul Eggert | |
2006-06-07 | Don't claim x86 behavior is erroneous in a comment. | Paul Eggert | |
2006-06-07 | The 'expr' command now detects and reports integer overflow. | Paul Eggert | |
2006-06-07 | (integer_overflow): New function. | Paul Eggert | |
(eval4, eval3): Check for integer overflow. | |||
2006-06-07 | The 'expr' command now detects and reports integer overflow. | Paul Eggert | |
2006-06-05 | Fix problems when building with Solaris/SVR4/etc. make, which uses a | Paul Eggert | |
different and somewhat bogus implementation of VPATH. | |||
2006-06-05 | Rename file to avoid bugs with VPATH builds and Solaris 'make'. | Paul Eggert | |
2006-06-05 | Don't assign to PROG; no longer needed | Paul 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 overrun | Paul Eggert | |
reported by Andreas Schwab. | |||
2006-06-03 | *** empty log message *** | Jim Meyering | |
2006-06-03 | Make `cp --link --no-dereference' work also on systems where the | Jim 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 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 | |