1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 22:31:12 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2003-08-12 21:43:34 +00:00
parent 9f977dd883
commit d97f9b4230
3 changed files with 24 additions and 0 deletions

View file

@ -1,3 +1,12 @@
2003-08-14 Kevin Ryde <user42@zip.com.au>
* boot-9.scm (while): Rewrite, continue as proper escape, break
without return value, break and continue new for each while form,
don't depend on bindings in expansion environment.
* popen.scm (open-process): Close input-fdes, output-fdes and
error-fdes after duping them to 0, 1 and 2.
2003-06-19 Kevin Ryde <user42@zip.com.au>
* threads.scm (parallel): For no forms, use `(values)' not `(begin)'.

View file

@ -1,3 +1,14 @@
2003-08-14 Kevin Ryde <user42@zip.com.au>
* gc.h (scm_remember_upto_here_1, scm_remember_upto_here_2)
[__GNUC__]: Use volatile asm macros rather than a function call.
* gc.c (scm_remember_upto_here_1, scm_remember_upto_here_2): Undefine
macros while defining functions.
* simpos.c (getenv): Use <stdlib.h> for prototype.
(scm_system): In docstring, refer to status:exit-val rather than
"functions above".
2003-08-09 Kevin Ryde <user42@zip.com.au>
* srcprop.c (scm_source_properties): Return plist from hash if it's a

View file

@ -1,3 +1,7 @@
2003-08-14 Kevin Ryde <user42@zip.com.au>
* tests/syntax.test (while): New tests.
2003-08-10 Dirk Herrmann <D.Herrmann@tu-bs.de>
* tests/numbers.test: Eliminated misuses of expect-fail. It