From cfa91bfde859b2c494f1715f50cef86c6e3ea154 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 1 Jun 2006 07:10:48 +0000 Subject: [PATCH] Fix some HP-UX 11.23 porting bugs. --- ChangeLog | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index db7abe3..0b13f80 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,17 @@ -2006-05-30 Jim Meyering +2006-06-01 Paul Eggert * 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 + * src/ls.c (usage): Add `v' to the list of sorting-related options. From Justin Pryzby. -- 2.7.4