summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2003-08-12 21:43:34 +0000
committerKevin Ryde <user42@zip.com.au>2003-08-12 21:43:34 +0000
commitd97f9b42308e8ee5a469d29d690b7bc5880aff44 (patch)
tree8dea8ea178d92c6f9b8e47c8f8849a8f81f9e5f9
parent9f977dd883c9a873d91044c6702924002a5a3512 (diff)
downloadguile-d97f9b42308e8ee5a469d29d690b7bc5880aff44.tar.gz
*** empty log message ***
-rw-r--r--ice-9/ChangeLog9
-rw-r--r--libguile/ChangeLog11
-rw-r--r--test-suite/ChangeLog4
3 files changed, 24 insertions, 0 deletions
diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog
index aed8e2158..5ce4226db 100644
--- a/ice-9/ChangeLog
+++ b/ice-9/ChangeLog
@@ -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)'.
diff --git a/libguile/ChangeLog b/libguile/ChangeLog
index 3edbe4b8f..a135d4ec1 100644
--- a/libguile/ChangeLog
+++ b/libguile/ChangeLog
@@ -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
diff --git a/test-suite/ChangeLog b/test-suite/ChangeLog
index 59584f40a..de576426f 100644
--- a/test-suite/ChangeLog
+++ b/test-suite/ChangeLog
@@ -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