summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-09-30 23:29:13 +0200
committerBruno Haible <bruno@clisp.org>2010-09-30 23:35:41 +0200
commita88d2561c2cdb9bde56bec1c858a5f64c6ad28c0 (patch)
tree23e60125d5229b5b598324a9a24cd3d87723f9c3
parent7aa768c4823966db325c48ea4af540c4db5d4745 (diff)
downloadgnulib-a88d2561c2cdb9bde56bec1c858a5f64c6ad28c0.tar.gz
More renaming from 'getdate' to 'get_date'.
* doc/get_date.texi: Renamed from doc/getdate.texi. * modules/get_date (Files): Update. * MODULES.html.sh (Date and time <time.h>): Update. * DEPENDENCIES: Update. * gnulib-tool: Update comment. * m4/bison.m4 (gl_BISON): Likewise. * m4/get_date.m4 (gl_GET_DATE): Likewise.
-rw-r--r--ChangeLog11
-rw-r--r--DEPENDENCIES2
-rwxr-xr-xMODULES.html.sh2
-rw-r--r--NEWS3
-rw-r--r--doc/get_date.texi (renamed from doc/getdate.texi)2
-rwxr-xr-xgnulib-tool2
-rw-r--r--m4/bison.m44
-rw-r--r--m4/get_date.m44
-rw-r--r--modules/get_date2
9 files changed, 22 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index a35444b01e..6b15b1c1a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2010-09-30 Bruno Haible <bruno@clisp.org>
+
+ More renaming from 'getdate' to 'get_date'.
+ * doc/get_date.texi: Renamed from doc/getdate.texi.
+ * modules/get_date (Files): Update.
+ * MODULES.html.sh (Date and time <time.h>): Update.
+ * DEPENDENCIES: Update.
+ * gnulib-tool: Update comment.
+ * m4/bison.m4 (gl_BISON): Likewise.
+ * m4/get_date.m4 (gl_GET_DATE): Likewise.
+
2010-09-30 Justin Clift <jclift@redhat.com> (tiny change)
bootstrap: support ACLOCAL_FLAGS during aclocal
diff --git a/DEPENDENCIES b/DEPENDENCIES
index 73a2b0bff7..b4ec630668 100644
--- a/DEPENDENCIES
+++ b/DEPENDENCIES
@@ -101,7 +101,7 @@ at any time.
* Bison 2.0 or newer.
+ Recommended.
- Needed if you use the 'getdate' module.
+ Needed if you use the 'get_date' module.
+ Homepage:
http://www.gnu.org/software/bison/
+ Download:
diff --git a/MODULES.html.sh b/MODULES.html.sh
index 464f38393a..c356b0157f 100755
--- a/MODULES.html.sh
+++ b/MODULES.html.sh
@@ -1835,7 +1835,7 @@ func_all_modules ()
func_echo "$element"
func_begin_table
- func_module getdate
+ func_module get_date
func_module timegm
func_module tzset
func_end_table
diff --git a/NEWS b/NEWS
index 28ccdcddbe..20cc20ded3 100644
--- a/NEWS
+++ b/NEWS
@@ -14,7 +14,8 @@ Date Modules Changes
2010-09-30 getdate This module is deprecated. Please use get_date
for get_date(), or help us write getdate-posix
- for getdate().
+ for getdate(). Also, doc/getdate.texi has been
+ renamed to doc/get_date.texi.
2010-09-29 sys_wait This module no longer provides the waitpid()
function. If you need this function, you now need
diff --git a/doc/getdate.texi b/doc/get_date.texi
index 48e8b68343..85c39f5a92 100644
--- a/doc/getdate.texi
+++ b/doc/get_date.texi
@@ -552,5 +552,5 @@ Paul Eggert and others.
@cindex Pinard, F.
@cindex Berry, K.
This chapter was originally produced by Fran@,{c}ois Pinard
-(@email{pinard@@iro.umontreal.ca}) from the @file{getdate.y} source code,
+(@email{pinard@@iro.umontreal.ca}) from the @file{get_date.y} source code,
and then edited by K.@: Berry (@email{kb@@cs.umb.edu}).
diff --git a/gnulib-tool b/gnulib-tool
index cb643a7cd7..8e71d9ac0d 100755
--- a/gnulib-tool
+++ b/gnulib-tool
@@ -5324,7 +5324,7 @@ func_create_testdir ()
) || func_exit 1
fi
# Need to run configure and make once, to create built files that are to be
- # distributed (such as getdate.c).
+ # distributed (such as get_date.c).
sed_remove_make_variables='s,[$]([A-Za-z0-9_]*),,g'
# Extract the value of "CLEANFILES += ..." and "MOSTLYCLEANFILES += ...".
cleaned_files=`sed -e "$sed_remove_backslash_newline" < "$testdir/$sourcebase/Makefile.am" \
diff --git a/m4/bison.m4 b/m4/bison.m4
index 260cba6a60..e9272cbfae 100644
--- a/m4/bison.m4
+++ b/m4/bison.m4
@@ -1,4 +1,4 @@
-# serial 5
+# serial 6
# Copyright (C) 2002, 2005, 2009, 2010 Free Software Foundation, Inc.
# This file is free software; the Free Software Foundation
@@ -7,7 +7,7 @@
AC_DEFUN([gl_BISON],
[
- # getdate.y works with bison only.
+ # get_date.y works with bison only.
: ${YACC='bison -y'}
dnl
dnl Declaring YACC & YFLAGS precious will not be necessary after GNULIB
diff --git a/m4/get_date.m4 b/m4/get_date.m4
index 6cb2e1d305..b71da82176 100644
--- a/m4/get_date.m4
+++ b/m4/get_date.m4
@@ -1,4 +1,4 @@
-# getdate.m4 serial 17
+# get_date.m4 serial 17
dnl Copyright (C) 2002-2006, 2008-2010 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -30,7 +30,7 @@ AC_DEFUN([gl_GET_DATE],
AC_REQUIRE([AM_STDBOOL_H])
AC_REQUIRE([gl_TIMESPEC])
- dnl Prerequisites of lib/getdate.y.
+ dnl Prerequisites of lib/get_date.y.
AC_REQUIRE([gl_BISON])
AC_REQUIRE([gl_C_COMPOUND_LITERALS])
AC_STRUCT_TIMEZONE
diff --git a/modules/get_date b/modules/get_date
index fda965f9a9..e3997ac5c8 100644
--- a/modules/get_date
+++ b/modules/get_date
@@ -2,7 +2,7 @@ Description:
Convert a date/time string to linear time.
Files:
-doc/getdate.texi
+doc/get_date.texi
lib/getdate.h
lib/get_date.y
m4/bison.m4