]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 22 Jan 2000 13:07:25 +0000 (13:07 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 22 Jan 2000 13:07:25 +0000 (13:07 +0000)
old/textutils/ChangeLog

index 8caa404235e22dff5dc9bd2aecc52e2af6a21793..7c1b089fde346a352c6a98d380dfbb1051b8d338 100644 (file)
@@ -1,4 +1,15 @@
-2000-01-21  Jim Meyering  <meyering@lucent.com>
+2000-01-22  Jim Meyering  <meyering@lucent.com>
+
+       * 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.