From: Jim Meyering Date: Tue, 13 Jun 1995 04:33:45 +0000 (+0000) Subject: . X-Git-Tag: textutils-1_12_1~115 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=46a1fec4a50d461810c008d6bcf60bfb8dd13d91;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 0e1b223c78..b45b527f37 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.