]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
getdate: Remove deprecated module.
authorBruno Haible <bruno@clisp.org>
Mon, 27 Apr 2020 23:50:17 +0000 (01:50 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 27 Apr 2020 23:50:17 +0000 (01:50 +0200)
* modules/getdate: Remove file.
* doc/getdate.texi: Remove file.
* lib/getdate.h: Remove file.
* NEWS: Mention the removal.

ChangeLog
NEWS
doc/getdate.texi [deleted file]
lib/getdate.h [deleted file]
modules/getdate [deleted file]

index 158cecae3825800cc775d5b0f07131a9a4017dfa..48bada33a07f50e81e6b028d7e1cbfbe312a2d0e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2020-04-27  Bruno Haible  <bruno@clisp.org>
+
+       getdate: Remove deprecated module.
+       * modules/getdate: Remove file.
+       * doc/getdate.texi: Remove file.
+       * lib/getdate.h: Remove file.
+       * NEWS: Mention the removal.
+
 2020-04-27  Bruno Haible  <bruno@clisp.org>
 
        realloc: Remove deprecated module.
diff --git a/NEWS b/NEWS
index 9fd9b25ebb37e7989f0ebbeade9a3b33fe2ce7f3..99973c5c39547f456f16d388df1a3a2d25ad0c1d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -58,6 +58,13 @@ User visible incompatible changes
 
 Date        Modules         Changes
 
+2020-04-27  getdate         This deprecated module is removed. Use the module
+                            'parse-datetime' instead. Instead of
+                              #include "getdate.h"
+                            write
+                              #include "parse-datetime.h"
+                            The function get_date is renamed to parse_datetime.
+
 2020-04-27  realloc         This deprecated module is removed. Use the module
                             'realloc-gnu' instead.
 
diff --git a/doc/getdate.texi b/doc/getdate.texi
deleted file mode 100644 (file)
index 099b1bb..0000000
+++ /dev/null
@@ -1 +0,0 @@
-@include parse-datetime.texi
diff --git a/lib/getdate.h b/lib/getdate.h
deleted file mode 100644 (file)
index 9f5d1a9..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-/* Obsolete; consider using parse-datetime.h instead.  */
-#include "parse-datetime.h"
-#define get_date(a, b, c) parse_datetime (a, b, c)
diff --git a/modules/getdate b/modules/getdate
deleted file mode 100644 (file)
index 37c37f9..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-Description:
-Convert a date/time string to linear time.
-
-Status:
-deprecated
-
-Notice:
-This module is deprecated. Use the module 'parse-datetime' instead.
-
-Files:
-doc/getdate.texi
-lib/getdate.h
-
-Depends-on:
-parse-datetime
-
-configure.ac:
-
-Makefile.am:
-
-Include:
-
-License:
-GPL
-
-Maintainer:
-Paul Eggert