picolisp

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/picolisp.git/
Log | Files | Refs | README | LICENSE

commit 3453e2aadbdbb62b9b8b682e4a0fb76d21634ccd
parent 717d5810b6363c4597bd1fd4d9694839cba5b851
Author: Alexander Burger <abu@software-lab.de>
Date:   Sat, 25 May 2013 10:07:05 +0200

Minor doc addition
Diffstat:
Mdoc/refS.html | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/refS.html b/doc/refS.html @@ -607,7 +607,8 @@ href="ref.html#coroutines">coroutines</a> (the main stack segment is limited - while at least one coroutine is running - to four times that size). If called without a <code>cnt</code> argument, or if already one or more coroutines are running, the current size in megabytes is returned. Otherwise, the stack segment -size is set to the new value (default 1 MB). If there are running coroutines, +size is set to the new value (default 1 MB). The main segment's size is always +four times the size of coroutine segments. If there are running coroutines, their tags will be <code><a href="refC.html#cons">cons</a></code>ed in front of the size. See also <code><a href="refH.html#heap">heap</a></code>.