mes/mlibc/include
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
..
sys mlibc: Tinycc support: gcc -nostdinc -nostdlib. 2017-07-27 23:44:22 +02:00
00-test.i test: Split-up Mescc scaffold test. 2017-07-09 09:24:07 +02:00
30-test.i test: Split-up Mescc scaffold test. 2017-07-09 09:24:07 +02:00
alloca.h mescc: Non-Guix support. Thanks rain1! 2017-07-26 11:36:08 +02:00
assert.h mescc: Non-Guix support. Thanks rain1! 2017-07-26 11:36:08 +02:00
ctype.h mescc: Non-Guix support. Thanks rain1! 2017-07-26 11:36:08 +02:00
dlfcn.h mlibc: Tinycc support: gcc -nostdinc -nostdlib. 2017-07-27 23:44:22 +02:00
errno.h mlibc: Tinycc support: gcc -nostdinc -nostdlib. 2017-07-27 23:44:22 +02:00
fcntl.h mescc: Non-Guix support. Thanks rain1! 2017-07-26 11:36:08 +02:00
features.h mescc: Non-Guix support. Thanks rain1! 2017-07-26 11:36:08 +02:00
float.h mescc: Guile eval.c support: headers. 2017-07-26 11:36:36 +02:00
inttypes.h mescc: Non-Guix support. Thanks rain1! 2017-07-26 11:36:08 +02:00
libgen.h mescc: Non-Guix support. Thanks rain1! 2017-07-26 11:36:08 +02:00
limits.h mescc: Non-Guix support. Thanks rain1! 2017-07-26 11:36:08 +02:00
locale.h mescc: Non-Guix support. Thanks rain1! 2017-07-26 11:36:08 +02:00
math.h mescc: Non-Guix support. Thanks rain1! 2017-07-26 11:36:08 +02:00
mlibc.h mescc: move include into share/mlibc, allows installing alongside gcc. 2017-06-03 12:27:53 +02:00
setjmp.h mescc: Tinycc support: longjmp, setjump stub. 2017-07-26 11:36:45 +02:00
signal.h mlibc: Tinycc support: gcc -nostdinc -nostdlib. 2017-07-27 23:44:22 +02:00
stdarg.h mescc: Tinycc support: vnsprintf stub. 2017-07-26 11:36:45 +02:00
stdbool.h mescc: Non-Guix support. Thanks rain1! 2017-07-26 11:36:08 +02:00
stddef.h mescc: Guile eval.c support: headers. 2017-07-26 11:36:36 +02:00
stdint.h mescc: Non-Guix support. Thanks rain1! 2017-07-26 11:36:08 +02:00
stdio.h mescc: Tinycc support: remove stub. 2017-07-26 11:36:45 +02:00
stdlib.h mescc: Tinycc support: calloc,malloc,realloc. 2017-07-26 11:36:45 +02:00
stdnoreturn.h mescc: Non-Guix support. Thanks rain1! 2017-07-26 11:36:08 +02:00
string.h mescc: Tinycc support: compile tcc with TCC_IS_NATIVE. 2017-07-28 08:07:41 +02:00
strings.h mescc: Non-Guix support. Thanks rain1! 2017-07-26 11:36:08 +02:00
time.h mescc: Tinycc support: localtime stub. 2017-07-26 11:36:44 +02:00
unistd.h mescc: Tinycc support: execvp stub. 2017-07-26 11:36:45 +02:00