|
View:
New views
1 Messages
—
Rating Filter:
Alert me
|
|
|
clisp-cvs Digest, Vol 43, Issue 3Send clisp-cvs mailing list submissions to
clisp-cvs@... To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/clisp-cvs or, via email, send a message with subject or body 'help' to clisp-cvs-request@... You can reach the person managing the list at clisp-cvs-owner@... When replying, please edit your Subject line so it is more specific than "Re: Contents of clisp-cvs digest..." CLISP CVS commits for today Today's Topics: 1. clisp/doc impext.xml,1.627,1.628 (Sam Steingold) 2. clisp/doc impext.xml,1.628,1.629 (Sam Steingold) ---------------------------------------------------------------------- Message: 1 Date: Mon, 02 Nov 2009 19:49:44 +0000 From: Sam Steingold <sds@...> Subject: clisp/doc impext.xml,1.627,1.628 To: clisp-cvs@... Message-ID: <E1N52uO-0000Ax-Jy@...> Update of /cvsroot/clisp/clisp/doc In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv670 Modified Files: impext.xml Log Message: make-thread: :INITIAL-BINDINGS: symbols should be globally special Index: impext.xml =================================================================== RCS file: /cvsroot/clisp/clisp/doc/impext.xml,v retrieving revision 1.627 retrieving revision 1.628 diff -u -d -r1.627 -r1.628 --- impext.xml 2 Oct 2009 10:55:12 -0000 1.627 +++ impext.xml 2 Nov 2009 19:49:42 -0000 1.628 @@ -4818,8 +4818,10 @@ . &form-r;)</literal>. The &form-r;s are &eval;uated in the context of the new thread and &symbol-r;s are bound to the result in the thread before &func-r; is - called. The default value is &default-special-bindings;. - </simpara></listitem></varlistentry> + called. The default value is &default-special-bindings;.</simpara> + <simpara>Note that &symbol-r;s should be global &special-dec; variables + (e.g., declared as such by &defvar;, &defparameter;, &c).</simpara> + </listitem></varlistentry> <varlistentry><term><constant>:CSTACK-SIZE</constant></term> <listitem><simpara>the size in bytes of the control (&c-lang;) stack. If 0, the value is decided by the OS.</simpara></listitem></varlistentry> ------------------------------ Message: 2 Date: Mon, 02 Nov 2009 22:47:37 +0000 From: Sam Steingold <sds@...> Subject: clisp/doc impext.xml,1.628,1.629 To: clisp-cvs@... Message-ID: <E1N55gX-0000ss-SK@...> Update of /cvsroot/clisp/clisp/doc In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv3389 Modified Files: impext.xml Log Message: more on INITIAL-BINDINGS Index: impext.xml =================================================================== RCS file: /cvsroot/clisp/clisp/doc/impext.xml,v retrieving revision 1.628 retrieving revision 1.629 diff -u -d -r1.628 -r1.629 --- impext.xml 2 Nov 2009 19:49:42 -0000 1.628 +++ impext.xml 2 Nov 2009 22:47:35 -0000 1.629 @@ -4819,8 +4819,15 @@ The &form-r;s are &eval;uated in the context of the new thread and &symbol-r;s are bound to the result in the thread before &func-r; is called. The default value is &default-special-bindings;.</simpara> + <simpara>The main purpose of this argument is to initialize some + global data that should not be shared between threads, e.g., + &random-state-var;, &readtable-var;.</simpara> + <simpara>When using <constant>:INITIAL-BINDINGS</constant> it is + best to &cons; the application-specific data in front of + &default-special-bindings; or copy and modify it to fit the + application needs.</simpara> <simpara>Note that &symbol-r;s should be global &special-dec; variables - (e.g., declared as such by &defvar;, &defparameter;, &c).</simpara> + (e.g., declared as such by &defvar;, &defparameter;, etc).</simpara> </listitem></varlistentry> <varlistentry><term><constant>:CSTACK-SIZE</constant></term> <listitem><simpara>the size in bytes of the control (&c-lang;) stack. ------------------------------ ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference ------------------------------ _______________________________________________ clisp-cvs mailing list clisp-cvs@... https://lists.sourceforge.net/lists/listinfo/clisp-cvs End of clisp-cvs Digest, Vol 43, Issue 3 **************************************** ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ clisp-devel mailing list clisp-devel@... https://lists.sourceforge.net/lists/listinfo/clisp-devel |
| Free embeddable forum powered by Nabble | Forum Help |