From ca6422ccb3b644dc1a91db076688d5c27e7da5a9 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 11 Nov 2004 06:09:40 +0000 Subject: [PATCH] Fix >> problems in getdate.y, strftime.c, quotearg.c. --- lib/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/ChangeLog b/lib/ChangeLog index 7b1c720dba..a27282b714 100644 --- 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 . + * 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 -- 2.30.2