mes/lib/tests
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
..
assert mescc: Mes C Library: Populate with function tests from scaffold. 2019-01-12 22:01:40 +01:00
dirent mescc: Mes C Library: Populate with function tests from scaffold. 2019-01-12 22:01:40 +01:00
io mescc: Mes C Library: Populate with function tests from scaffold. 2019-01-12 22:01:40 +01:00
mes mescc: Mes C Library: Support GNU Awk: Add dtoab, %f in vfprintf, vsnprintf. 2019-01-12 22:01:41 +01:00
posix mescc: Mes C Library: Support GNU Tar: Add execlp. 2019-01-12 22:01:41 +01:00
setjmp mescc: Mes C Library: Populate with function tests from scaffold. 2019-01-12 22:01:40 +01:00
signal mescc: Mes C Library: Populate with function tests from scaffold. 2019-01-12 22:01:40 +01:00
stdio mescc: Mes C Library: Support GNU Awk: Add dtoab, %f in vfprintf, vsnprintf. 2019-01-12 22:01:41 +01:00
stdlib mescc: Mes C Library: Populate with function tests from scaffold. 2019-01-12 22:01:40 +01:00
string mescc: Mes C Library: Populate with function tests from scaffold. 2019-01-12 22:01:40 +01:00