mes/lib
Jan Nieuwenhuizen a10c48735d
mescc: Posixify interface.
* module/mescc/compile.mes: Move from language/c99/compiler.mes.
* module/mescc: New module..
* module/mescc/M1.scm: Move from mes/M1.mes.
* module/mescc/as.scm: Likewise.
* module/mescc/bytevectors.scm: Likewise.
* module/mescc/mescc.scm: New file.
* scripts/mescc: Update to new layout and posixy interface.
* GNUmakefile: Likewise.
* build-aux/build-cc.sh: Likewise.
* build-aux/build-guile.sh: Likewise.
* build-aux/build-mes.sh: Likewise.
* build-aux/build-mlibc.sh: Likewise.
* build-aux/cc-mes.sh: Likewise.
* build-aux/cc-mlibc.sh: Likewise.
* build-aux/cc.sh: Likewise.
* build-aux/check-mescc.sh: Likewise.
* build-aux/test.sh: Likewise.
* build.sh: Likewise.
* .gitignore: Update for posixy extensions.
2018-05-25 08:05:02 +02:00
..
crt1.c build: mlib/include to include, move mlib to lib. 2017-11-22 16:23:48 +01:00
getopt.c build: mlib/include to include, move mlib to lib. 2017-11-22 16:23:48 +01:00
libc+tcc-gcc.c tinycc: Add stubs: __fixdfdi, __fixxfdi, __fixsfdi. 2018-05-21 08:43:58 +02:00
libc+tcc-mes.c mlibc: New library layout; remove duplication. 2017-12-03 13:56:21 +01:00
libc+tcc.c mescc: Add fopen. 2018-05-26 16:33:00 -04:00
libc-gcc.c mescc: Posixify interface. 2018-05-25 08:05:02 +02:00
libc-mes.c mescc: Posixify interface. 2018-05-25 08:05:02 +02:00
libc-mini-gcc.c mescc: Posixify interface. 2018-05-25 08:05:02 +02:00
libc-mini-mes.c mescc: Posixify interface. 2018-05-25 08:05:02 +02:00
libc-mini.c mescc: Posixify interface. 2018-05-25 08:05:02 +02:00
libc.c mescc: Add fopen. 2018-05-26 16:33:00 -04:00
linux+tcc-gcc.c mlibc: New library layout; remove duplication. 2017-12-03 13:56:21 +01:00
linux+tcc-mes.c mlibc: New library layout; remove duplication. 2017-12-03 13:56:21 +01:00
linux-gcc.c core: Support fork, waitpid, execve. 2018-05-24 19:54:42 +02:00
linux-mes.c core: Support fork, waitpid, execve. 2018-05-24 19:54:42 +02:00
linux-mini-gcc.c mescc: Posixify interface. 2018-05-25 08:05:02 +02:00
linux-mini-mes.c mescc: Posixify interface. 2018-05-25 08:05:02 +02:00