summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Djurfeldt <djurfeldt@nada.kth.se>2000-03-12 16:10:31 +0000
committerMikael Djurfeldt <djurfeldt@nada.kth.se>2000-03-12 16:10:31 +0000
commit7f782a0a9b013bbb64f97f063fb344c74ef44c9b (patch)
tree97f1bc3cc5c1739b12f42be57a2c9eb0a4e4a29f
parent7a58e59f51cb1ee770e4395d661427dc4afc462e (diff)
downloadguile-7f782a0a9b013bbb64f97f063fb344c74ef44c9b.tar.gz
*** empty log message ***
-rw-r--r--libguile/ChangeLog15
1 files changed, 12 insertions, 3 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog
index 2064f56d5..d60003769 100644
--- a/libguile/ChangeLog
+++ b/libguile/ChangeLog
@@ -1,8 +1,17 @@
-2000-03-12 Marius Vollmer <mvo@zagadka.ping.de>
+2000-03-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
+
+ * numbers.h (SCM_SRS, SCM_INUM): Corrected SCM_ASSCM/ASWORD fixes.
+
+ * alist.c, eval.c, net_db.c, posix.c, print.c, snarf.h, struct.c,
+ tags.h: Fixed copyright notices.
+
+ * struct.c, coop-threads.c: SCM_ASSCM/ASWORD fixes.
+2000-03-12 Marius Vollmer <mvo@zagadka.ping.de>
+
* init.c (scm_standard_stream_to_port): Check whether the file
descriptor is valid and substitute "/dev/null" when not.
-
+
2000-03-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
* coop-defs.h (struct timespec): Conditionally defined.
@@ -36,7 +45,7 @@
configure.in?
(coop_condition_variable_timed_wait_mutex): New function.
(coop_key_create, coop_setspecific, coop_getspecific,
- coop_key_delete,
+ coop_key_delete): New functions.
* iselect.c (coop_timout_qinsert): Moved to coop.c