mes/module
Jan Nieuwenhuizen 45ce77df85 core: Add current-output-port, open-output-file, set-current-output-port.
* libc/include/fcntl.h: Declare it.  Add some fcntl defines.
* libc/include/stdio.h: Remove fcntl defines, Declare g_stdout.
* module/language/c99/compiler.mes (c99-input->ast): Define O_WRONLY, O_RDWR.
* module/mes/guile.mes (with-output-to-file, with-output-to-port): New functions.
* src/posix.c (current_output_port, open_output_file,
  set_current_output_port): New functions.
* libc/mlibc.c (open): Add optional mode parameter.
* module/mes/libc-i386.mes (i386:open): Forward third parameter.
* scaffold/mini-mes.c (main): Init g_stdout.
* src/mes.c (main): Likewise.
2017-05-19 06:56:47 +02:00
..
language core: Add current-output-port, open-output-file, set-current-output-port. 2017-05-19 06:56:47 +02:00
mes core: Add current-output-port, open-output-file, set-current-output-port. 2017-05-19 06:56:47 +02:00
nyacc nyacc: Unbundle. 2017-05-07 10:04:32 +02:00
rnrs/arithmetic mescc: Use Nyacc frontend. 2016-12-31 09:03:07 +01:00
srfi mes: Add string-rindex. 2017-05-19 00:41:01 +02:00
sxml scm: Avoid xpath's shadowing of filter. 2017-01-03 22:18:22 +01:00
module.make nyacc: Unbundle. 2017-05-07 10:04:32 +02:00