From: Jim Meyering Date: Sat, 2 Nov 1996 05:28:21 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_19q~173 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=23bce5b1154b2b25f615a8e347755be4aa49e6d6;p=platform%2Fupstream%2Fcoreutils.git . --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 14e57a0..ead1070 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -15,9 +15,10 @@ Thu Oct 31 17:48:24 1996 Jim Meyering * src/sort.c (key_init): New function. (main): Use key_init in the two places where it was open-coded. + This fixes a UMR of the general_numeric field. * src/join.c (decode_field_spec): Always give FIELD_INDEX a value. - This avoids a spurious UMR from purify. + This avoids a spurious report UMR from purify. (prjoin): Add an assertion. (add_field): Update assertion.