changeset 39864:c676d028c3fd

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.
author Paul Eggert <eggert@cs.ucla.edu>
date Wed, 19 Sep 2018 20:59:26 -0700
parents c9d15b629a3a
children f1164387ff3c
files ChangeLog config/srclist.txt
diffstat 2 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Sep 19 14:26:49 2018 -0700
+++ b/ChangeLog	Wed Sep 19 20:59:26 2018 -0700
@@ -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").
 
--- a/config/srclist.txt	Wed Sep 19 14:26:49 2018 -0700
+++ b/config/srclist.txt	Wed Sep 19 20:59:26 2018 -0700
@@ -88,21 +88,21 @@
 #$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