mes/module/mes
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
..
peg Support PEG from Guile. 2016-12-22 20:16:44 +01:00
M1.mes mescc: Oops, alignment. 2018-05-27 08:20:00 +02:00
M1.scm doc: Release udpate. 2017-11-21 19:22:26 +01:00
as-i386.mes mescc: Tinycc support: Unsigned comparison. 2018-05-19 11:41:53 +02:00
as-i386.scm mescc: Tinycc support: Unsigned comparison. 2018-05-19 11:41:53 +02:00
as.mes mescc: Tinycc support: Structured type with char or short on heap. 2018-05-19 14:53:05 +02:00
as.scm mescc: Tinycc support: Structured type with char or short on heap. 2018-05-19 14:53:05 +02:00
base.mes mes: filter-map: Handle two lists. 2018-04-29 18:29:26 +02:00
boot-0.scm mes: Support -C and -L for Guile compatibility. 2018-04-29 19:06:11 +02:00
boot-00.scm mes: Move base-0.mes int boot-0.scm. 2018-04-14 22:06:28 +02:00
boot-01.scm core: Use single definition rule for cell-type. 2018-04-29 13:22:02 +02:00
boot-02.scm core: Use single definition rule for cell-type. 2018-04-29 13:22:02 +02:00
bytevectors.mes mescc: Tinycc support: Structured type with char or short on heap. 2018-05-19 14:53:05 +02:00
bytevectors.scm mescc: Tinycc support: Structured type with char or short on heap. 2018-05-19 14:53:05 +02:00
catch.mes mes: Iterative recursive macro expand. 2018-03-04 10:05:55 +01:00
display.mes core: Add string ports. 2018-04-29 17:48:38 +02:00
elf.mes doc: Release udpate. 2017-11-21 19:22:26 +01:00
elf.scm doc: Release udpate. 2017-11-21 19:22:26 +01:00
fluids.mes Revert "mes: use array-based stack. WIP: will not survice gc." 2017-12-17 07:42:49 +01:00
getopt-long.mes mes: Upgrade Guile module support. 2018-04-29 18:35:22 +02:00
getopt-long.scm mes: getopt-long: Support stop-at-first-non-option. 2018-04-22 11:49:30 +02:00
guile.mes core: Add string ports. 2018-04-29 17:48:38 +02:00
guile.scm Revert "core: Remove pmatch-car, pmatch-cdr hack." 2018-04-29 07:46:40 +02:00
lalr.mes doc: Release udpate. 2017-11-21 19:22:26 +01:00
lalr.scm doc: Release udpate. 2017-11-21 19:22:26 +01:00
let.mes mes: Boot from MES_BOOT, boot-0.scm. 2018-02-03 21:43:52 +01:00
match.mes doc: Release udpate. 2017-11-21 19:22:26 +01:00
match.scm mes: Add incremental test suite. 2018-01-25 06:58:44 +01:00
module.mes mes: Remove debugging. 2018-05-02 22:52:31 +02:00
optargs.mes mes: Upgrade Guile module support. 2018-04-29 18:35:22 +02:00
optargs.scm Revert "mes: un-defmacro optargs. WIP" 2018-01-07 14:52:09 +01:00
peg.mes mes: Iterative recursive macro expand. 2018-03-04 10:05:55 +01:00
pmatch.mes mes: Upgrade Guile module support. 2018-04-29 18:35:22 +02:00
pmatch.scm Revert "core: Remove pmatch-car, pmatch-cdr hack." 2018-04-29 07:46:40 +02:00
posix.mes core: Support fork, waitpid, execve. 2018-05-24 19:54:42 +02:00
pretty-print.mes doc: Release udpate. 2017-11-21 19:22:26 +01:00
pretty-print.scm Add pretty-print from Guile. 2017-01-04 09:12:31 +01:00
psyntax-0.mes doc: Release udpate. 2017-11-21 19:22:26 +01:00
psyntax-1.mes mes: Single environment lookup for variables, SICP chapter 3. 2017-12-09 08:33:50 +01:00
psyntax.mes mes: Iterative recursive macro expand. 2018-03-04 10:05:55 +01:00
psyntax.pp Use include-from-path for psyntax.pp. 2016-12-22 19:49:41 +01:00
psyntax.ss Import psyntax from Guile-1.8: R7RS with-ellipsis. 2016-12-19 19:41:43 +01:00
quasiquote.mes mes: Resurrect define, define-macro in C core. 2017-12-09 08:24:38 +01:00
quasisyntax.mes doc: Release udpate. 2017-11-21 19:22:26 +01:00
quasisyntax.scm Use include-from-path for upstream. 2016-12-22 19:34:41 +01:00
repl.mes core: Have core:eval expand macros. 2018-04-28 18:31:10 +02:00
scm.mes mes: string->number: Support upper case hex. 2018-05-21 06:51:21 +02:00
syntax.mes doc: Release udpate. 2017-11-21 19:22:26 +01:00
syntax.scm doc: Release udpate. 2017-11-21 19:22:26 +01:00
test.mes mes: Support srfi-9-gnu. 2018-05-04 12:44:05 +02:00
test.scm mes: Support srfi-9-gnu. 2018-05-04 12:44:05 +02:00
tiny-0.mes mescc: Cleanup mini-mes build and test. 2017-03-19 13:41:56 +01:00
type-0.mes core: Add string ports. 2018-04-29 17:48:38 +02:00