Date: Fri, 13 Dec 2002 18:02:42 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp-workers AT delorie DOT com Message-Id: <9791-Fri13Dec2002180241+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <3DF9DBB7.EA8A2018@phekda.freeserve.co.uk> (message from Richard Dawe on Fri, 13 Dec 2002 13:08:07 +0000) Subject: Re: scanf buffer overflow; support 'hh' conversion specifier [PATCH] References: <10212130137 DOT AA01762 AT clio DOT rice DOT edu> <3DF9BCBF DOT 8EFF6656 AT phekda DOT freeserve DOT co DOT uk> <5137-Fri13Dec2002132050+0200-eliz AT is DOT elta DOT co DOT il> <3DF9DBB7 DOT EA8A2018 AT phekda DOT freeserve DOT co DOT uk> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Fri, 13 Dec 2002 13:08:07 +0000 > From: Richard Dawe > > @findex scanf AT r{, and the X type conversion and C99} > The behaviour of the @code{X} type conversion for the @code{scanf}-family of > functions has changed. Previously @code{X} denoted a @code{long} version of > the @code{x} type conversion. Now @code{X} is equivalent to the @code{x} type > conversion, as required by C99. Thanks. I suggest to use @code{%X} instead of @code{X}, though. > I will also add a changelog entry for the delay changes. Probably something > like: > > @findex delay AT r{, and Windows 2000 and XP} > The @code{delay} function now works on Windows 2000 and XP. However, the > accuracy in the delay is limited, by the timing method it has to use on > Windows 2000 and XP. This is good, IMO, thanks.