summaryrefslogtreecommitdiff
path: root/lib/libc/gdtoa/strtodg.c
AgeCommit message (Expand)Author
2021-05-06PR/56148: Andreas Gustafsson: lib/libc/stdio/t_printf:snprintf_float testchristos
2013-04-19Pass locale down to gethex as well.joerg
2013-04-18Add strtof_l, strtod_l and strtold_l.joerg
2012-03-22A few fixes to make this build for vax:he
2012-03-13PR/45989: Martin Husemann: lint invocation does include -w only on i386christos
2011-03-21more de-linting.christos
2011-03-20Merge the new gdtoa: Note that the built-in tests fail the same way as withchristos
2008-03-21Don't coredump on out of memory conditions. This solution leaks, but gdtoachristos
2006-06-02initialise some variables for gcc.mrg
2006-03-19Coverity CID 590: since bdif > 0, k = bdif - 1 >= 0, so k < 0 cannot happen.christos
2006-03-11Const poisoning.kleink
2006-01-25* Pacify compiler; delint.kleink
2006-01-25Import gdtoa-2005-09-23; test suite will be imported separately.kleink