# HG changeset patch # User Paul Eggert # Date 1099423349 0 # Node ID 16ed8f3aadca8f1d6ec7be2e50a86cf29cbf13c0 # Parent 15aea99e0b170bf15ea65647c7e8d443b76a8ded * srclist.txt: Add mktime.c; glibc bought all our changes. diff --git a/config/ChangeLog b/config/ChangeLog --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2004-11-02 Paul Eggert + + * srclist.txt: Add mktime.c; glibc bought all our changes. + 2004-10-10 Paul Eggert * srclistvars.sh: Add GNUSTANDARDS (for eggert only). diff --git a/config/srclist.txt b/config/srclist.txt --- a/config/srclist.txt +++ b/config/srclist.txt @@ -1,4 +1,4 @@ -# $Id: srclist.txt,v 1.49 2004-10-10 22:32:37 karl Exp $ +# $Id: srclist.txt,v 1.50 2004-11-02 19:22:29 eggert Exp $ # Files for which we are not the source. See ./srclistvars.sh for the # variable definitions. @@ -98,6 +98,7 @@ $LIBCSRC/sysdeps/generic/strtoll.c lib gpl $LIBCSRC/sysdeps/generic/strtoul.c lib gpl $LIBCSRC/sysdeps/generic/memmem.c lib gpl +$LIBCSRC/time/mktime.c lib gpl # # These are close, but ... #$LIBCSRC/crypt/md5.c lib gpl @@ -133,7 +134,6 @@ #$LIBCSRC/sysdeps/unix/bsd/poll.c lib gpl #$LIBCSRC/sysdeps/unix/dirfd.c lib gpl #$LIBCSRC/sysdeps/unix/rmdir.c lib gpl -#$LIBCSRC/time/mktime.c lib gpl #$LIBCSRC/time/strftime.c lib gpl # These are close, but we are using the gettext versions. #$LIBCSRC/misc/mkdtemp.c lib gpl