diff options
author | Jim Meyering <jim@meyering.net> | 1995-06-13 04:33:45 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-06-13 04:33:45 +0000 |
commit | 46a1fec4a50d461810c008d6bcf60bfb8dd13d91 (patch) | |
tree | 64b6d79eda674a85784f5939b7127095d4a66be6 /old/textutils/ChangeLog | |
parent | ca73f85acf1a9b42ad3753d7676220975d346de3 (diff) | |
download | coreutils-46a1fec4a50d461810c008d6bcf60bfb8dd13d91.tar.xz |
.
Diffstat (limited to 'old/textutils/ChangeLog')
-rw-r--r-- | old/textutils/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 0e1b223c7..b45b527f3 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,13 @@ +Mon Jun 12 23:07:59 1995 Jim Meyering (meyering@comco.com) + + * tr.c (non_neg_strtol): Don't compare signed and unsigned. + [struct Spec_list] (indefinite_repeat_element): New member. + Use size_t rather than int or unsigned long where reasonable. + (get_spec_status): Make interface cleaner. + (get_s1_spec_status): New function. + (get_s2_spec_status): New function. + (validate): Use new functions instead of get_spec_status. + Sun Jun 11 00:39:50 1995 Jim Meyering (meyering@comco.com) * md5sum.c: New file. From Ulrich Drepper. |