From: Paul Eggert Date: Thu, 11 Nov 2004 06:09:40 +0000 (+0000) Subject: Fix >> problems in getdate.y, strftime.c, quotearg.c. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca6422ccb3b644dc1a91db076688d5c27e7da5a9;p=pspp Fix >> problems in getdate.y, strftime.c, quotearg.c. --- 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