From: Paul Eggert Date: Thu, 1 Jun 2006 07:10:48 +0000 (+0000) Subject: Fix some HP-UX 11.23 porting bugs. X-Git-Tag: v6.0~336 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfa91bfde859b2c494f1715f50cef86c6e3ea154;p=thirdparty%2Fcoreutils.git Fix some HP-UX 11.23 porting bugs. --- diff --git a/ChangeLog b/ChangeLog index db7abe3473..0b13f80918 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.