4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-05 22:10:25 +08:00
Takashi Yano 48f6c59332 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 22:51:16 +09:00
..
2021-11-16 11:24:29 +01:00
2021-11-15 19:32:23 -05:00
2021-11-16 11:24:29 +01:00
2017-11-29 11:25:45 -06:00
2017-11-29 11:25:45 -06:00
2017-11-29 11:25:46 -06:00