]> Savannah Git Hosting - gnulib.git/commitdiff
* modules/parse-datetime2: New file.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 1 Mar 2021 08:48:47 +0000 (00:48 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 1 Mar 2021 08:49:11 +0000 (00:49 -0800)
ChangeLog
modules/parse-datetime2 [new file with mode: 0644]

index c13c6816d394e5416c69cfeb07dc48c0620b3496..0304f6958104ff75370ff283f2d983d3529b022f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -29,6 +29,7 @@
        only if GNULIB_PARSE_DATETIME2.
        (parse_datetime2, parse_datetime): Use this new function.
        (parse_datetime2) [!GNULIB_PARSE_DATETIME2]: Remove.
+       * modules/parse-datetime2: New file.
 
 2021-02-27  Bruno Haible  <bruno@clisp.org>
 
diff --git a/modules/parse-datetime2 b/modules/parse-datetime2
new file mode 100644 (file)
index 0000000..b4771dc
--- /dev/null
@@ -0,0 +1,21 @@
+Description:
+Convert a date/time string to linear time, with debugging.
+
+Files:
+
+Depends-on:
+parse-datetime
+
+configure.ac:
+AC_DEFINE([GNULIB_PARSE_DATETIME2], [1], [Define to support parse_datetime2.])
+
+Makefile.am:
+
+Include:
+"parse-datetime.h"
+
+License:
+LGPLv2+
+
+Maintainer:
+Paul Eggert