about summary refs log tree commit diff
path: root/src/etc/test-float-parse/runtests.py
AgeCommit message (Expand)AuthorLines
2024-07-20Rewrite `test-float-parse` in RustTrevor Gross-394/+0
2023-06-22Update runtests.py : grammar correctionPreveen P-1/+1
2023-06-16Apply changes to fix python linting errorsTrevor Gross-0/+0
2021-07-17Changed dec2flt to use the Eisel-Lemire algorithm.Alex Huszagh-17/+20
2020-07-31Run all tests if have no specified testsLzu Tao-3/+5
2020-07-29Avoid bool-like namingLzu Tao-3/+2
2020-07-10Avoid "whitelist"Tamir Duberstein-5/+3
2020-04-10Enforce Python 3 as much as possibleGuillaume Gomez-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-02-10fix typos in src/{bootstrap,ci,etc,lib{backtrace,core,fmt_macros}}Matthias Krüger-1/+1
2017-12-02Use more convenient and UNIX-agnostic shebangSébastien Santoro-1/+1
2017-11-16fix some python3 incompatibilitiesCollin Anderson-1/+5
2016-09-17Remove unused codeEitan Adler-2/+0
2016-02-04drive-by doc fixesRobin Kruppe-5/+6
2015-10-08typos: fix a grabbag of typos all over the placeCristi Cobzarenco-1/+1
2015-08-09Add optional, external tests for floating point parsing.Robin Kruppe-0/+399