2000-12-07 Jeff Johnston <jjohnstn@redhat.com>
* libc/stdlib/ldtoa.c: Removed include of alloca.h. Also removed \r's. (asctoeg): Replaced alloca call with stack array and malloc when storage exceeds reasonable limit. (e53toe): Fixed einfin calls missing ldp parameter. (eiisinf): Hide behind check for LDBL_MANT_DIG == 64.
This commit is contained in:
parent
f7b2d4dfbb
commit
2005ab6be7
|
@ -1,5 +1,15 @@
|
|||
2000-12-07 Jeff Johnston <jjohnstn@redhat.com>
|
||||
|
||||
* libc/stdlib/ldtoa.c: Removed include of alloca.h.
|
||||
Also removed \r's.
|
||||
(asctoeg): Replaced alloca call with stack array and malloc
|
||||
when storage exceeds reasonable limit.
|
||||
(e53toe): Fixed einfin calls missing ldp parameter.
|
||||
(eiisinf): Hide behind check for LDBL_MANT_DIG == 64.
|
||||
|
||||
2000-12-06 Jeff Johnston <jjohnstn@redhat.com>
|
||||
|
||||
|
||||
* libc/stdio/vfscanf.c: Fix typo for _NO_LONGDBL macro.
|
||||
|
||||
2000-12-06 Jeff Johnston <jjohnstn@redhat.com>
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue