1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-07 09:11:11 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2002-11-21 13:31:07 +00:00
parent cae292f583
commit d09524c338
+3
View File
@@ -1,5 +1,8 @@
2002-11-21 Jim Meyering <jim@meyering.net>
* strdup.c (strdup): Merge in changes from gnulib; mainly to
use memcpy rather than strcpy.
* strcspn.c: Update from gnulib.
* sig2str.c (str2signum): Use unsigned, not size_t, for type of index.