diff options
author | Jim Meyering <jim@meyering.net> | 1996-11-02 05:28:21 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-11-02 05:28:21 +0000 |
commit | 23bce5b1154b2b25f615a8e347755be4aa49e6d6 (patch) | |
tree | 244990105a62f9328e01b5bc48ce8beddc072d17 | |
parent | da952f6227acadc05e6a263b9fe7653da1370da3 (diff) | |
download | coreutils-23bce5b1154b2b25f615a8e347755be4aa49e6d6.tar.xz |
.
-rw-r--r-- | old/textutils/ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 14e57a0ac..ead1070d3 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -15,9 +15,10 @@ Thu Oct 31 17:48:24 1996 Jim Meyering <meyering@na-net.ornl.gov> * 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. |