diff options
author | Jim Meyering <jim@meyering.net> | 1996-11-01 00:09:34 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-11-01 00:09:34 +0000 |
commit | b3ca6696cd8e77cbbaa69c965d541cc0c0594048 (patch) | |
tree | d850e5ca62d3644d3b4c10f01f71de480203f8f3 /old | |
parent | 24e88142ba9eb43230272fbeca1bc0fadc751ed1 (diff) | |
download | coreutils-b3ca6696cd8e77cbbaa69c965d541cc0c0594048.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/textutils/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index e107708cc..8ed8cdc04 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -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. |