From: <cli...@li...> - 2011-08-06 12:05:18
|
Send clisp-cvs mailing list submissions to cli...@li... 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 cli...@li... You can reach the person managing the list at cli...@li... 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: fix bug#3384698: loop does not warn on REPEAT before FOR (cli...@li...) 2. clisp: revert broken patch 15311 (cli...@li...) 3. clisp: fix the 2011-03-31 fix for bug#1731469 (cli...@li...) ---------------------------------------------------------------------- Message: 1 Date: Fri, 05 Aug 2011 19:38:36 +0000 From: cli...@li... Subject: clisp: fix bug#3384698: loop does not warn on REPEAT before FOR To: cli...@li... Message-ID: <hg....@vz...> Content-Type: text/plain; charset="us-ascii" details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/92869edb168c changeset: 15511:92869edb168c7b6b29f6815bb83c9e209a786033 user: Sam Steingold <sd...@po...> date: 2011-08-03 11:40:31 -0400 description: fix bug#3384698: loop does not warn on REPEAT before FOR * src/loop.lisp (expand-loop): REPEAT is a TERMINATION-TEST which is a MAIN-CLAUSE, not a VARIABLE-CLAUSE diffstat: src/ChangeLog | 6 ++++++ src/NEWS | 3 ++- src/loop.lisp | 38 +++++++++++++++++++------------------- tests/ChangeLog | 4 ++++ tests/loop.tst | 11 ++++++++--- 5 files changed, 39 insertions(+), 23 deletions(-) ------------------------------ Message: 2 Date: Fri, 05 Aug 2011 19:38:38 +0000 From: cli...@li... Subject: clisp: revert broken patch 15311 To: cli...@li... Message-ID: <hg....@vz...> Content-Type: text/plain; charset="us-ascii" details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/82e0ad2aa5d6 changeset: 15512:82e0ad2aa5d6bf2262ba683136ef6b810c0878ea user: Sam Steingold <sd...@po...> date: 2011-08-03 15:51:49 -0400 description: revert broken patch 15311 diffstat: src/loop.lisp | 97 ++++++++++++++++++++++-------------------------- 1 files changed, 45 insertions(+), 52 deletions(-) ------------------------------ Message: 3 Date: Fri, 05 Aug 2011 19:38:40 +0000 From: cli...@li... Subject: clisp: fix the 2011-03-31 fix for bug#1731469 To: cli...@li... Message-ID: <hg....@vz...> Content-Type: text/plain; charset="us-ascii" details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/2ebda257b619 changeset: 15513:2ebda257b6195a146d003adaeeb6afe1dc962217 user: Sam Steingold <sd...@po...> date: 2011-08-05 15:35:48 -0400 description: fix the 2011-03-31 fix for bug#1731469 * src/loop.lisp (*nullvar*): new unbound global (destructure): use it instead of (helpvar 0) for null patters (expand-loop): bind it; repeat count var does not depend on preceding (expand-loop@note-initialization): do not barf on *nullvar* reuse diffstat: src/ChangeLog | 8 ++++++++ src/loop.lisp | 8 +++++--- tests/ChangeLog | 4 ++++ tests/loop.tst | 16 ++++++++++++---- 4 files changed, 29 insertions(+), 7 deletions(-) ------------------------------ ------------------------------------------------------------------------------ BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA The must-attend event for mobile developers. Connect with experts. Get tools for creating Super Apps. See the latest technologies. Sessions, hands-on labs, demos & much more. Register early & save! http://p.sf.net/sfu/rim-blackberry-1 ------------------------------ _______________________________________________ clisp-cvs mailing list cli...@li... https://lists.sourceforge.net/lists/listinfo/clisp-cvs End of clisp-cvs Digest, Vol 63, Issue 4 **************************************** |