1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-26 17:16:01 +02:00
This commit is contained in:
Jim Meyering
1995-05-20 12:36:49 +00:00
parent 4b54af76ea
commit e364481ca4

View File

@@ -1,5 +1,8 @@
Sat May 20 06:44:14 1995 Jim Meyering (meyering@comco.com)
* All Makefile.in (install-exec, install-exec): New targets.
From Karl Berry.
* tr.c (look_up_char_class): Take a string length argument -- required
because the argument is a string that is *not* NUL-terminated.
Use strncmp, not strcmp and add string lengths comparison.