* 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>
+
+ 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.
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.
+++ /dev/null
-@include parse-datetime.texi
+++ /dev/null
-/* Obsolete; consider using parse-datetime.h instead. */
-#include "parse-datetime.h"
-#define get_date(a, b, c) parse_datetime (a, b, c)
+++ /dev/null
-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