.
authorJim Meyering <jim@meyering.net>
Sat, 2 Nov 1996 05:28:21 +0000 (05:28 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 2 Nov 1996 05:28:21 +0000 (05:28 +0000)
old/textutils/ChangeLog

index 14e57a0..ead1070 100644 (file)
@@ -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.