changeset 5416:5d5bf053f352

Fix >> problems in getdate.y, strftime.c, quotearg.c.
author Paul Eggert <eggert@cs.ucla.edu>
date Thu, 11 Nov 2004 06:09:40 +0000
parents 6b74fae0519f
children c29112748f9a
files lib/ChangeLog
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -5,6 +5,13 @@
 	(TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
 	Problem reported by Mark D. Baushke in
 	<http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
+	* getdate.y (SHR): Likewise.
+	(tm_diff): Use it.
+	* strftime.c (SHR): Likewise.
+	(tm_diff): Use it.
+	* quotearg.c (struct quoting_options): Use unsigned int for
+	quote_these_too, so that right shifts are well defined.  All uses
+	changed.
 
 2004-11-10  Simon Josefsson  <jas@extundo.com>