]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Fri, 1 Nov 1996 00:09:34 +0000 (00:09 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 1 Nov 1996 00:09:34 +0000 (00:09 +0000)
old/textutils/ChangeLog

index e107708cc5d4f197523828b9c1f2161b15b7bf20..8ed8cdc042a93cb308ea8a126c0a6b10cee7201c 100644 (file)
@@ -1,3 +1,16 @@
+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.
+
+       * src/join.c (decode_field_spec): Always give FIELD_INDEX a value.
+       This avoids a spurious UMR from purify.
+       (prjoin): Add an assertion.
+       (add_field): Update assertion.
+
+       * src/tr.c (es_free): New function.
+       (parse_str): Use it to plug small memory leak.
+
 Wed Oct 23 22:02:24 1996  Jim Meyering  <meyering@na-net.ornl.gov>
 
        * lib/md5.c: Update from GNU libc.