mes/lib
Jan Nieuwenhuizen dd0a0d779a
build: Improve --with-system-libc support.
* build-aux/build-lib.sh: Avoid building libc for --with-system-libc.
Make libmes richer.
build-aux/check-mescc.sh: Enable 50-malloc test.
* include/dirstream.h: Use HAVE_DIRSTREAM_H to cater for non-existing
dirstream.h.
* include/grp.h[SYSTEM_LIBC]: Typo.
* include/mes/lib.h (__brk, __call_at_exit)[SYSTEM_LIBC]: Declare.
* include/stdlib.h (comparison_fn_t)[SYSTEM_LIBC]: Declare.
* include/time.h (mktime): Return time_t.
* lib/posix/isatty.c [SYSTEM_LIBC]: Do not (re)declare termios.
* lib/stub/mktime.c (mktime): Return time_t.
* lib/tests/scaffold/41-ternary.c (main): Remove assumption that
locals are initialized.
* lib/tests/scaffold/70-stdarg.c: Cater for SYSTEM_LIBC.
* lib/tests/setjmp/80-setjmp.c: Declare jmp buf.
* lib/*/*.c: Add missing mes/lib.h, errno.h includes.
2019-06-25 19:05:58 +02:00
..
ctype build: Simplify. 2019-06-08 15:36:22 +02:00
dirent build: Improve --with-system-libc support. 2019-06-25 19:05:58 +02:00
linux build: Simplify. 2019-06-08 15:36:22 +02:00
math mescc: Mes C Library: Explode libc+gnu.c. 2018-08-24 20:57:34 +02:00
mes build: Simplify. 2019-06-08 15:36:22 +02:00
posix build: Improve --with-system-libc support. 2019-06-25 19:05:58 +02:00
stdio build: Improve --with-system-libc support. 2019-06-25 19:05:58 +02:00
stdlib build: Simplify. 2019-06-08 15:36:22 +02:00
string build: Simplify. 2019-06-08 15:36:22 +02:00
stub build: Improve --with-system-libc support. 2019-06-25 19:05:58 +02:00
tests build: Improve --with-system-libc support. 2019-06-25 19:05:58 +02:00
x86-mes porting: Add x86 scaffold: exit and write in assembly. 2019-06-13 14:19:59 +02:00
x86-mes-gcc porting: Add x86 scaffold: exit and write in assembly. 2019-06-13 14:19:59 +02:00
x86-mes-mescc build: Simplify. 2019-06-08 15:36:22 +02:00
x86_64-mes porting: Add x86_64 scaffold: exit and write in assembly. 2019-06-23 21:23:34 +02:00
x86_64-mes-gcc porting: Add x86_64 scaffold: exit and write in assembly. 2019-06-23 21:23:34 +02:00
x86_64-mes-mescc build: Simplify. 2019-06-08 15:36:22 +02:00
libtcc1.c mes: Run build-aux/indent.sh. 2019-05-18 13:27:42 +02:00