summaryrefslogtreecommitdiff
path: root/external/dtoa
AgeCommit message (Expand)AuthorFilesLines
2020-03-04always include assert.h and don't provide a different assert defineCaolán McNamara1-4/+21
2020-03-04ofz#21036: Avoid UBSan signed-integer-overflow in external/dtoaStephan Bergmann2-0/+12
2020-03-03Use thread_local statics in dtoa.c to be thread-safeMike Kaganski3-13/+98
2020-03-03silence dtoa coverity warningsCaolán McNamara2-0/+35
2020-02-28Adapt Clang -fsanitize jurt/source/pipe/staticsalhack.cxxStephan Bergmann1-0/+1
2020-02-27Add boilerplate external/dtoa/MakefileStephan Bergmann1-0/+14
2020-02-27tdf#130725: use strtod by David M. Gay to make sure we get the nearestMike Kaganski5-0/+106