From: Jim Meyering Date: Sat, 22 Jan 2000 13:07:25 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0p~122 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1a8bedfeb7fb55f2f1a228c6daf70b875ca21983;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 8caa404235..7c1b089fde 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,4 +1,15 @@ -2000-01-21 Jim Meyering +2000-01-22 Jim Meyering + + * configure.in (ALL_LINGUAS): Add Brazilian Portuguese (pt_BR). + + * src/tr.c ("xstrtol.h"): Include. + (Filter): Rename from PFL. + (non_neg_strtol): Remove function. + (find_bracketed_repeat): Use xstrtoul instead of non_neg_strtol. + (squeeze_filter, set_initialize, main): Use size_t and ssize_t in + place of long and int in several decls. + (read_and_delete, read_and_xlate): Likewise, and remove assertion. + * tests/tr/Test.pm: (o-rep-1, o-rep-2): New tests. * src/cut.c: Correct copying notice to use GPL, per author's request. * src/paste.c: Likewise.