[sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. d25897bd8a916a9e7bcce01c62f32acd65755b2e

Robert Strandh rstrandh at common-lisp.net
Fri Jan 28 23:57:34 UTC 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SICL, bricks for implementors of Common Lisp systems. ".

The branch, master has been updated
       via  d25897bd8a916a9e7bcce01c62f32acd65755b2e (commit)
      from  99d1102e211a05f4d3f134ab4df21ef804a89616 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d25897bd8a916a9e7bcce01c62f32acd65755b2e
Author: Robert Strandh <strandh at hecl.(none)>
Date:   Sat Jan 29 06:46:17 2011 +0700

    Fixed a problem where (form clause) was called on a do-clause, but
    do-clause has multiple forms, so it should be `(progn ,(forms
    clause)).
    
    Another way of fixing this would have been to put the progn in the
    clause instead.  I don't know what is best.

-----------------------------------------------------------------------

Summary of changes:
 Code/Loop/loop.lisp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
SICL, bricks for implementors of Common Lisp systems. 




More information about the Sicl-cvs mailing list