Sender: rich AT phekda DOT freeserve DOT co DOT uk Message-ID: <3E2D7DFB.ECE05667@phekda.freeserve.co.uk> Date: Tue, 21 Jan 2003 17:06:03 +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: printf- & scanf-families: j, z, t qualifiers (C99) [PATCH] References: <200301211423 DOT PAA03951 AT lws256 DOT lu DOT erisoft DOT se> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Hello. Martin Stromberg wrote: > > > Below is a patch to add support for the j, z and t conversion qualifiers > > to the printf- and scanf-families of functions. > > Yummy! Thanks! You're welcome! > > @port-note ansi The conversion specifiers @samp{F}, @samp{D}, @samp{I}, @samp{O}, and @code{U} are DJGPP extensions; they are provided for compatibility with Borland C and other compilers. The conversion specifiers for the @code{long long} data type are GCC extensions. The meaning of @samp{[a-c]} as a range of characters is a very popular extension to ANSI (which merely says a dash ``may have a special meaning'' in that context). > > + > > + @port-note ansi-c99 The @code{hh}, @code{j}, @code{t} and @code{z} conversion specifiers first appeared in the ANSI C99 standard. > > Just curious: those (two) lines above must be that long, I suppose? Yes. But I've just discovered that you can break @port-notes across multiple lines. I will break the lines, when I commit the patch (at the weekend, if there are no other comments). Thanks, bye, Rich =] -- Richard Dawe [ http://www.phekda.freeserve.co.uk/richdawe/ ]