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 e8cd0d396c7d26a3a523b39be4c4aedfe7573332
parent de4b23b6bd672871b6467fb62129399d2368e633
Author: Commit-Bot <unknown>
Date:   Fri, 24 Sep 2010 16:55:32 +0000

Automatic commit from picoLisp.tgz, From: Fri, 24 Sep 2010 16:55:32 GMT
Diffstat:
MReleaseNotes | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ReleaseNotes b/ReleaseNotes @@ -1,4 +1,4 @@ -23sep10abu +24sep10abu (c) Software Lab. Alexander Burger @@ -49,5 +49,5 @@ F. The usage of the poll(2) system call in the 64-bit version was found to cause 64-bit version is now - like the 32-bit version - based on select(2). And, both versions employ now a different strategy for syncing the communication between child processes. This required a slight change in the semantics of - 'sync' and 'tell', which should, however, not have influence on normal + 'sync' and 'tell', which should however not have any influence on normal applications.