bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] maint: mktime.c now shared with glibc


From: Paul Eggert
Subject: [PATCH] maint: mktime.c now shared with glibc
Date: Wed, 19 Sep 2018 21:00:02 -0700

* config/srclist.txt: intprops.h, timegm.c and mktime.c
are now the same in Gnulib and glibc.
---
 ChangeLog          | 4 ++++
 config/srclist.txt | 6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 80841cb30..4158be6da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2018-09-19  Paul Eggert  <address@hidden>
 
+       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").
 
diff --git a/config/srclist.txt b/config/srclist.txt
index 387d1d3cc..672fa5270 100644
--- a/config/srclist.txt
+++ b/config/srclist.txt
@@ -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
-- 
2.17.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]