Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-16 | . | Jim Meyering | |
2006-06-16 | add these two files (a and b) so that I can remove them -- in the eyes of cvsps | Jim Meyering | |
2006-06-16 | remove the files once and for all, so that tools like cvsps (and even 'cvs ↵ | Jim Meyering | |
update') don't think they're still around | |||
2006-06-15 | Improve permission checks to handle | Paul Eggert | |
running mkdir test in set-gid directories. | |||
2006-06-14 | tests/du/basic: Revamp not to hard-code file system block sizes. | Jim Meyering | |
2006-06-12 | tests/du/Makefile.am (TESTS_ENVIRONMENT): Pass $(PERL), for the files0-from ↵ | Jim Meyering | |
test. | |||
2006-06-12 | (check-texinfo): Use $(_W) and $(W_) instead of | Paul Eggert | |
assuming grep -w (which is not portable). | |||
2006-06-11 | Makefile.am (EXTRA_DIST): Add .gitignore. | Jim Meyering | |
2006-06-11 | *** empty log message *** | Jim Meyering | |
2006-06-11 | Setting TIME_STYLE=long-iso in the environment would make the | Jim Meyering | |
cp/same-file test fail. * tests/envvar-check (vars): Add TIME_STYLE to the list. * tests/cp/same-file: Revert last change. Source the envvar-check script, to ensure that TIME_STYLE settings don't affect these tests. | |||
2006-06-11 | * tests/cp/same-file: Execute 'ls' in the C locale, so that it | Paul Eggert | |
uses POSIX time stamp formats. Problem reported by John Nixon in <http://lists.gnu.org/archive/html/bug-coreutils/2006-06/msg00062.html>. | |||
2006-06-11 | (__attribute__): Don't define if already defined. | Paul Eggert | |
2006-06-10 | Mention the AIX-strndup-bug vs. dircolors workaround. | Jim Meyering | |
2006-06-10 | Apply this change from gnulib: | Jim Meyering | |
2006-05-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> Bruno Haible <bruno@clisp.org> * strndup.c (strndup) [!_LIBC]: Don't undefine macro definition. | |||
2006-06-10 | Apply this change from gnulib: | Jim Meyering | |
2006-05-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> Bruno Haible <bruno@clisp.org> * strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a check for the declaration of strnlen and a run test that exposes the AIX 5.1 strnlen bug. In the failure case, #define strndup to rpl_strndup. | |||
2006-06-10 | *** empty log message *** | Jim Meyering | |
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. |