From: Jim Meyering Date: Thu, 26 May 2005 16:09:43 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CPPI-1_12~734 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=45a1996268ab2992d9a72a5d0aa6bf78afe223b6;p=platform%2Fupstream%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index f28f582..01eaffd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,12 @@ -2005-05-19 Jim Meyering +2005-05-26 Jim Meyering * Version 5.3.1. + * src/expr.c (toarith): Fix a sign error introduced on 2005-01-14. + * tests/expr/basic: Add tests using arithmetic on negative integers. + +2005-05-19 Jim Meyering + * src/remove.c (AD_mark_helper, AD_mark_current_as_unremovable): Remove inaccurate-but-harmless `const' attributes.