mes/scaffold
Jan Nieuwenhuizen 742264c6c1
mescc: vsnprintf: Compliant implementation.
* lib/stdio/vsnprintf.c (vsnprintf): New, complient implementation,
replacing vsnprint.
* lib/stdio/vsprintf.c (vsnprint): Forward to vsnprint.
* lib/stdio/snprintf.c (snprintf): Likewise.
* scaffold/tests/9a-snprintf.c: Test it.
* build-aux/check-mescc.sh (tests): Run it.
2018-11-18 14:51:27 +01:00
..
boot mes: Move pair? to core. 2018-11-18 14:51:13 +01:00
tests mescc: vsnprintf: Compliant implementation. 2018-11-18 14:51:27 +01:00
argv.c test: Build initial scaffold tests without libc. 2018-08-15 17:47:03 +02:00
cons-mes.c GNU Mes. 2018-07-22 14:24:36 +02:00
gc.scm Add missing copyright headers and READMEs. 2018-07-26 19:17:12 +02:00
hello.c GNU Mes. 2018-07-22 14:24:36 +02:00
main.c mescc: x86_64 support: Refactor to abstracted assembly, add x86_64. 2018-08-15 18:26:55 +02:00
malloc.c GNU Mes. 2018-07-22 14:24:36 +02:00
micro-mes.c GNU Mes. 2018-07-22 14:24:36 +02:00
mini-mes.c core: Implement stack and frame. 2018-11-18 14:51:14 +01:00
read.c test: Build initial scaffold tests without libc. 2018-08-15 17:47:03 +02:00
read.data test: Build initial scaffold tests without libc. 2018-08-15 17:47:03 +02:00
tiny-mes.c GNU Mes. 2018-07-22 14:24:36 +02:00