summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-06-01 07:10:48 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-06-01 07:10:48 +0000
commitcfa91bfde859b2c494f1715f50cef86c6e3ea154 (patch)
tree1687badf3dd409905ab7b5e8c4ab04772a98446e /ChangeLog
parent8cf6d1850de3579e6894154ae3e9885ce0ec7267 (diff)
downloadcoreutils-cfa91bfde859b2c494f1715f50cef86c6e3ea154.tar.xz
Fix some HP-UX 11.23 porting bugs.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index db7abe347..0b13f8091 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,17 @@
-2006-05-30 Jim Meyering <jim@meyering.net>
+2006-06-01 Paul Eggert <eggert@cs.ucla.edu>
* Version 6.0-cvs.
+ Fix some porting problems in the test cases reported by
+ Ralf Wildenhues for HP-UX 11.23 in:
+ http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00238.html
+ * tests/help-version: Don't assume that \< \> works in sed.
+ * tests/misc/close-stdout: Don't assume that >&- works.
+ Add a /dev/full test.
+ * tests/touch/no-create-missing: Don't assume that >&- works.
+
+2006-05-30 Jim Meyering <jim@meyering.net>
+
* src/ls.c (usage): Add `v' to the list of sorting-related options.
From Justin Pryzby.