Jan Nieuwenhuizen
|
eb939b11b8
|
mescc: Support binutils-2.10.1.
xx
|
2018-06-06 13:16:25 +02:00 |
|
Jan Nieuwenhuizen
|
635dfd03a2
|
mescc: Support glibc-1.06.4.
* lib/glibc.c: New file.
* lib/libc+gnu.c: Include it.
|
2018-06-03 18:54:26 +02:00 |
|
Jan Nieuwenhuizen
|
de964f3e1f
|
mescc: Support gcc-2.6.3.
* TODO
|
2018-06-02 11:41:06 +02:00 |
|
Jan Nieuwenhuizen
|
f1efaa0e93
|
mescc: Support binutils-2.5.1.
* include/stdint.h: #undef types before typedef'ing them.
* include/sys/types.h: Likewise.
* include/string.h (NULL): New define.
* include/stdio.h (BUFSIZ): New define.
|
2018-05-30 21:55:39 +02:00 |
|
Jan Nieuwenhuizen
|
e4d0298d1b
|
core: Support fork, waitpid, execve.
* stage0/x86.M1 (SYS_fork, SYS_waitpid, SYS_execve): New define.
* lib/linux-gcc.c (fork, waitpid, execve): New function.
* lib/linux-mes.c (fork, waitpid, execve): New function.
* lib/libc.c (wait): New function.
* include/unistd.h (fork, execve): Declare.
* include/sys/wait.h (waitpid, wait): Declare.
* module/mes/posix.mes (search-path, execlp, system*, waitpid): New function.
* src/posix.c (primitive_fork, execl): New function.
|
2018-05-24 19:54:42 +02:00 |
|
Jan Nieuwenhuizen
|
ece39a9a18
|
mlibc: Add isatty.
* lib/libc.c (isatty): New function.
* include/unistd.h: Declare it.
|
2018-04-22 11:47:44 +02:00 |
|
Jan Nieuwenhuizen
|
ad135d3752
|
doc: Release udpate.
* HACKING: Update.
* INSTALL: Update.
* NEWS: Update.
* README: Update.
* doc/ANNOUNCE-0.12: New file.
* throughout: (janneke) coming out.
|
2017-11-21 19:22:26 +01:00 |
|
Jan Nieuwenhuizen
|
49de95fe5d
|
mlibc: M4 support: robustify headers, add sys/signal.h.
* include/errno.h (ERANGE): New define.
* include/stdarg.h (size_t): Undefine before typedef.
* include/stdint.h: Likewise.
* include/stdio.h: Likewise.
* include/stdlib.h: Likewise.
* include/sys/types.h: Likewise.
* include/string.h: Likewise.
(ssize_t): Undefine before typedef.
* include/unistd.h: Likewise.
(off_t): Undefine before typedef.
* include/sys/stat.h (struct stat): New stub.
* include/sys/signal.h: New file.
|
2017-12-05 19:49:37 +01:00 |
|
Jan Nieuwenhuizen
|
0fa18b338d
|
build: mlib/include to include, move mlib to lib.
* include: Move from mlib/include.
* lib: Move from mlib.
* BOOTSTRAP: Update.
* HACKING: Update.
* guile/guix/make.scm: Update.
* make.scm: Update.
* module/language/c99/compiler.mes: Update.
|
2017-11-22 16:23:48 +01:00 |
|