mes/lib/tests/stdio
Jan Nieuwenhuizen 09a7722c21
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.
* 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-01-12 22:01:41 +01:00
..
70-printf-hello.c mescc: Mes C Library: Populate with function tests from scaffold. 2019-01-12 22:01:40 +01:00
70-printf-simple.c mescc: Mes C Library: Populate with function tests from scaffold. 2019-01-12 22:01:40 +01:00
70-printf.c mescc: Mes C Library: Populate with function tests from scaffold. 2019-01-12 22:01:40 +01:00
80-sscanf.c mescc: Mes C Library: Populate with function tests from scaffold. 2019-01-12 22:01:40 +01:00
90-fopen-append.c mescc: Mes C Library: Populate with function tests from scaffold. 2019-01-12 22:01:40 +01:00
90-fopen.c mescc: Mes C Library: Populate with function tests from scaffold. 2019-01-12 22:01:40 +01:00
90-fread-fwrite.c mescc: Mes C Library: Populate with function tests from scaffold. 2019-01-12 22:01:40 +01:00
90-fseek.c mescc: Mes C Library: Populate with function tests from scaffold. 2019-01-12 22:01:40 +01:00
90-sprintf.c mescc: Mes C Library: Support GNU Awk: Add dtoab, %f in vfprintf, vsnprintf. 2019-01-12 22:01:41 +01:00
90-sprintf.stdout mescc: Mes C Library: Support GNU Awk: Add dtoab, %f in vfprintf, vsnprintf. 2019-01-12 22:01:41 +01:00