mes/mlibc
Jan Nieuwenhuizen ce980c8239 mescc: Tinycc support: compile tcc with TCC_IS_NATIVE.
* mlibc/include/string.h (strcat): Declare.
* mlibc/libc-mes+tcc.c (dlclose, dlopen, mprotect, sigaction,
  sigemptyset, strcat, vfprintf): Move from libc-gcc+tcc.c.
* mlibc/libc-gcc+tcc.c: Remove them.
* module/language/c99/compiler.mes (c99-input->full-ast): Define __i386__=1.
  (i386:type-alist): Parse `long long int', `unsigned short int',
  `unsigned long long int'.
  (struct-field): Support void**.
  (init-declr->name):
  (init-declr->pointer): Support function declaration.
2017-07-28 08:07:41 +02:00
..
include mescc: Tinycc support: compile tcc with TCC_IS_NATIVE. 2017-07-28 08:07:41 +02:00
libc-gcc+tcc.c mescc: Tinycc support: compile tcc with TCC_IS_NATIVE. 2017-07-28 08:07:41 +02:00
libc-gcc.c mlibc: Tinycc support: gcc -nostdinc -nostdlib. 2017-07-27 23:44:22 +02:00
libc-mes+tcc.c mescc: Tinycc support: compile tcc with TCC_IS_NATIVE. 2017-07-28 08:07:41 +02:00
libc-mes.c mlibc: Tinycc support: gcc -nostdinc -nostdlib. 2017-07-27 23:44:22 +02:00
mini-libc-mes.c test: Split-up Mescc scaffold test. 2017-07-09 09:24:07 +02:00