From ec76b8f94fb27c140a1947bcee854f76d933ddba Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Sat, 3 Jan 2004 22:04:37 +0000 Subject: [PATCH] *** empty log message *** --- doc/ref/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/ref/ChangeLog b/doc/ref/ChangeLog index 6e879f2c2..a4dd88e34 100644 --- a/doc/ref/ChangeLog +++ b/doc/ref/ChangeLog @@ -5,6 +5,12 @@ 2004-01-04 Kevin Ryde + * scheme-scheduling.texi (Threads): Note Guile uses POSIX threads, for + concurrency and preemption. + (C level thread interface): Note periodic libguile call required for C + code in threads, add commented out reminders for SCM_TICK and + guile-mode, for when those features are ready. + * srfi-modules.texi (SRFI-1 Filtering and Partitioning): For partition and partition!, emphasise the multi-value return, note partition may share a tail with the given list.