mes/lib/tests
Jan Nieuwenhuizen 742e88abd5
mescc: Mes C Library: Support GNU Awk: Add abtod, implementing strtod.
* include/libmes.h (abtod): Declare.
* lib/mes/abtod.c: New file.
* build-aux/configure-lib.sh (libmes_SOURCES, libc_tcc_SOURCES): Add
it.
* lib/mes/abtol.c: Update.
* lib/stdlib/strtod.c: Use it to implement; move from stub/strtod.
* lib/tests/mes/90-abtod.c: Test it.
* lib/tests/mes/90-abtod.stdout: Baseline.
* build-aux/check-mescc.sh (tests): Run it.
2019-06-25 12:51:44 +02:00
..
assert mes: Run build-aux/indent.sh. 2019-05-18 13:27:42 +02:00
dirent test: Move scaffold/tests into lib. 2019-06-08 15:34:44 +02:00
io Add missing #include. 2019-09-09 16:04:15 +02:00
mes mescc: Mes C Library: Support GNU Awk: Add abtod, implementing strtod. 2019-06-25 12:51:44 +02:00
posix test: Fix open-read test. 2019-06-28 20:37:47 +02:00
scaffold Add missing #include. 2019-09-09 16:04:15 +02:00
setjmp build: Improve --with-system-libc support. 2019-06-25 19:05:58 +02:00
signal mes: Run build-aux/indent.sh. 2019-05-18 13:27:42 +02:00
stdio build: Simplify. 2019-06-08 15:36:22 +02:00
stdlib mescc: Mes C Library: Use SYSTEM_LIBC [WAS: WITH_GLIBC]. 2019-05-29 16:15:12 +02:00
string mes: Run build-aux/indent.sh. 2019-05-18 13:27:42 +02:00