]> Savannah Git Hosting - gnulib.git/commitdiff
maint: mktime.c now shared with glibc
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 20 Sep 2018 03:59:26 +0000 (20:59 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 20 Sep 2018 03:59:47 +0000 (20:59 -0700)
* config/srclist.txt: intprops.h, timegm.c and mktime.c
are now the same in Gnulib and glibc.

ChangeLog
config/srclist.txt

index 80841cb302bc1be58c9b21072bd918bf2e3d78c5..4158be6da07617e9f432c4dbe536acd80bb2204e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2018-09-19  Paul Eggert  <eggert@cs.ucla.edu>
 
+       maint: mktime.c now shared with glibc
+       * config/srclist.txt: intprops.h, timegm.c and mktime.c
+       are now the same in Gnulib and glibc.
+
        mktime: fix _LIBC typo
        * lib/mktime.c (mktime): Fix typo (misspelled "_LIBC").
 
index 387d1d3cccccd74c97450ff6697532e55a056e4c..672fa52704ad81feaa45b9fba0d2d4dbc66ccaec 100644 (file)
@@ -88,21 +88,21 @@ $GETTEXT gettext-runtime/m4/po.m4           m4 release
 #$LIBCSRC libidn/iconvme.h             lib gpl
 #$LIBCSRC libidn/iconvme.c             lib gpl
 
+$LIBCSRC include/intprops.h             lib
 $LIBCSRC posix/regcomp.c               lib
 $LIBCSRC posix/regex.c                 lib
 $LIBCSRC posix/regex.h                 lib
 $LIBCSRC posix/regex_internal.c                lib
 $LIBCSRC posix/regex_internal.h                lib
 $LIBCSRC posix/regexec.c               lib
+$LIBCSRC time/timegm.c                 lib
+$LIBCSRC time/mktime.c                 lib
 #
 # c89 changes $LIBCSRC/string/strdup.c         lib gpl
 #tab changes $LIBCSRC/stdlib/strtoll.c         lib gpl
 #tab changes $LIBCSRC/stdlib/strtoul.c         lib gpl
 # (no more strtok_r.h) $LIBCSRC/string/strtok_r.c              lib gpl
 # (gnulib needs config.h?) $LIBCSRC/string/memmem.c            lib gpl
-# still sync-able, but it's the only one left in libc. not worth it.
-# paul e will do by hand.
-#$LIBCSRC time/mktime.c                        lib gpl
 
 #
 # https://sourceware.org/bugzilla/show_bug.cgi?id=1439