Mail Archives: djgpp-workers/2003/03/26/14:19:35
Hello.
It looks good to me, but I have one correction:
ams AT ludd DOT luth DOT se wrote:
[snip]
> Index: djgpp/src/libc/c99/stdlib/strtof.txh
> ===================================================================
> RCS file: /cvs/djgpp/djgpp/src/libc/c99/stdlib/strtof.txh,v
> retrieving revision 1.4
> diff -p -u -r1.4 strtof.txh
> --- djgpp/src/libc/c99/stdlib/strtof.txh 29 Jan 2003 12:34:24 -0000 1.4
> +++ djgpp/src/libc/c99/stdlib/strtof.txh 22 Mar 2003 11:13:56 -0000
> @@ -11,7 +11,9 @@ float strtof(const char *s, char **endp)
> @subheading Description
>
> This function converts as many characters of @var{s} as look like a
> -floating point number into that number. If @var{endp} is not a null
> +floating point number into that number. It also recognises
> +(case-insensitivly) @code{Inf}, @code{Infinity}, @code{NaN} and
[snip]
"case-insensitivly" -> "case-insensitively" ("e" before "ly").
I'll do the reverse conversion for *printf sometime - actually to _doprnt.
Bye, Rich =]
--
Richard Dawe [ http://www.phekda.freeserve.co.uk/richdawe/ ]
- Raw text -