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
..
2018-03-14 10:46:32 -05:00
2021-11-15 19:32:23 -05:00
2018-01-17 11:47:30 -06:00
2016-04-04 10:25:27 -05:00
2021-11-15 19:32:23 -05:00
2021-11-15 19:32:23 -05:00
2021-02-09 11:07:59 +01:00
2018-09-06 14:11:45 +02:00
2021-11-15 19:32:23 -05:00
2016-11-22 14:21:35 +01:00
2021-11-15 19:32:23 -05:00
2016-10-25 16:24:05 +02:00
2021-11-15 19:32:23 -05:00
2021-10-27 20:02:06 +02:00
2016-04-04 10:25:29 -05:00