summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2010-09-30 09:23:12 -0600
committerEric Blake <eblake@redhat.com>2010-09-30 09:23:12 -0600
commit9ff86bc1fbc6e5e31220cc1e04f1e07e03d4d5a4 (patch)
treefe8c7b50047bcbfca190b08957dbb78314e74c52 /ChangeLog
parent77a06aac2187e2ea13e5b7aa8e30d46a81ca45f8 (diff)
downloadgnulib-9ff86bc1fbc6e5e31220cc1e04f1e07e03d4d5a4.tar.gz
getdate: rename to get_date
Note: getdate.h is not renamed, to minimize client impact. Besides, whenever we eventually add getdate-posix, we'll want to use getdate.m4 and getdate.c for the implementation, but don't need to worry about getdate.h since getdate() uses <time.h> for its header. * modules/getdate: Mark obsolete. Move old contents... * modules/get_date: ...to new module name. * modules/getdate-tests: Move... * modules/get_date-tests: ...here. * m4/getdate.m4: Move... * m4/get_date.m4: ...here, and rename gl_GETDATE to gl_GET_DATE. * lib/getdate.y: Move... * lib/get_date.y: ...here. * tests/test-getdate.c: Move... * tests/test-get_date.c: ...here. * doc/posix-functions/getdate.texi (getdate): Update name. * NEWS: Mention the change. Signed-off-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7fdc71315a..af7ba44d22 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2010-09-30 Eric Blake <eblake@redhat.com>
+
+ getdate: rename to get_date
+ Note: getdate.h is not renamed, to minimize client impact.
+ * modules/getdate: Mark obsolete. Move old contents...
+ * modules/get_date: ...to new module name.
+ * modules/getdate-tests: Move...
+ * modules/get_date-tests: ...here.
+ * m4/getdate.m4: Move...
+ * m4/get_date.m4: ...here, and rename gl_GETDATE to gl_GET_DATE.
+ * lib/getdate.y: Move...
+ * lib/get_date.y: ...here.
+ * tests/test-getdate.c: Move...
+ * tests/test-get_date.c: ...here.
+ * doc/posix-functions/getdate.texi (getdate): Update name.
+ * NEWS: Mention the change.
+
2010-09-29 Bruno Haible <bruno@clisp.org>
Separate the module 'waitpid' from the module 'sys_wait'.