Sender: rich AT phekda DOT freeserve DOT co DOT uk Message-ID: <3DF9DBB7.EA8A2018@phekda.freeserve.co.uk> Date: Fri, 13 Dec 2002 13:08:07 +0000 From: Richard Dawe X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.23 i586) X-Accept-Language: de,fr MIME-Version: 1.0 To: djgpp-workers AT delorie DOT com 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> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Hello. Eli Zaretskii wrote: [snip] > Please don't forget to mention the change in what X does in wc204.txi > (apologies if you already did that in the patches you've posted > earlier). No, I hadn't. Thanks for reminding me. ;) Something like this: @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. 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. Bye, Rich =] -- Richard Dawe [ http://www.phekda.freeserve.co.uk/richdawe/ ]