4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-03-04 22:15:52 +08:00
Takashi Yano 362598b118 stdio: Fix issue of printing "%La" format with large exp part.
- Currently, printf("%La\n", 1e1000L) crashes with segv due to lack
  of frexpl() function. With this patch, frexpl() function has been
  implemented in libm to solve this issue.

Addresses: https://sourceware.org/pipermail/newlib/2021/018718.html
2021-11-29 23:14:12 +09:00
..
2021-06-04 14:42:58 -04:00
2016-02-17 17:06:46 -05:00
2000-02-17 19:39:52 +00:00