From: Jim Meyering Date: Sun, 30 May 2004 20:09:35 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.3.0~1468 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ff73bd63dad35bd1583d8b349d88bd02058f337f;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 8b25048f91..296f8b1ba6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2004-05-30 Jim Meyering + + Work around HPUX /bin/cc compiler bug. + * src/tr.c (card_of_complement): Use cleaner `sizeof in_set' + rather than `N_CHARS * sizeof(in_set[0])'. Using HPUX's /bin/cc + (aC++/ANSI C B3910B A.05.55 [Dec 04 2003]) on an ia64-hp-hpux11.22 + system, those two expressions are not the same (256 vs. 1024). + The effect of this problem was that `tr -c x y' would fail: + tr: when not truncating set1, string2 must be non-empty + 2004-05-29 Paul Eggert * src/shred.c (dosync): Ignore EBADF errors, as IRIX 6.5