mes/lib/tests/mes
Jan Nieuwenhuizen 25c3bf2756
mescc: Mes C Library: Support GNU Awk: Add dtoab, %f in vfprintf, vsnprintf.
* include/libmes.h (dtoab): Declare.
* lib/mes/ntoab.c (ntoab): Update.
* lib/mes/dtoab.c: New file.
* build-aux/configure-lib.sh (libmes_SOURCES, libc_tcc_SOURCES): Add
it.
* lib/tests/mes/90-dtoab.c: Test it.
* lib/tests/stdio/90-sprintf.c: Test it.
* build-aux/check-mescc.sh (tests): Run it, against...
* lib/tests/mes/90-dtoab.stdout: ...baseline.
* lib/stdio/vfprintf.c (vfprintf): Support %f, even more naive support
for %e, %E, %g, %G.
* lib/stdio/vsnprintf.c (vsnprintf): Likewise.
2019-09-21 00:04:40 +02:00
..
30-oputs.c mescc: Mes C Library: Explode libc-mini.c. 2019-05-10 00:32:45 +02:00
50-itoa.c mes: Run build-aux/indent.sh. 2019-05-18 13:27:42 +02:00
90-abtod.c mescc: Mes C Library: Support GNU Awk: Add abtod, implementing strtod. 2019-09-21 00:04:40 +02:00
90-abtod.stdout mescc: Mes C Library: Support GNU Awk: Add abtod, implementing strtod. 2019-09-21 00:04:40 +02:00
90-dtoab.c mescc: Mes C Library: Support GNU Awk: Add dtoab, %f in vfprintf, vsnprintf. 2019-09-21 00:04:40 +02:00
90-dtoab.stdout mescc: Mes C Library: Support GNU Awk: Add dtoab, %f in vfprintf, vsnprintf. 2019-09-21 00:04:40 +02:00