1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 21:10:27 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2004-01-03 22:04:37 +00:00
parent aed92eab27
commit ec76b8f94f

View file

@ -5,6 +5,12 @@
2004-01-04 Kevin Ryde <user42@zip.com.au>
* 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.