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

Robert Strandh rstrandh at common-lisp.net
Sat Jun 5 09:27:12 UTC 2010


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  d11da3a4f600e06788231a49bf1eab87bb5785c4 (commit)
      from  6216674da260dc9a311213baf4500ef320069ee1 (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 d11da3a4f600e06788231a49bf1eab87bb5785c4
Author: Robert Strandh <strandh at sicle.(none)>
Date:   Sat Jun 5 11:25:21 2010 +0200

    Added tests for the member function.
    
    Fixed bug in the member function that were found as a result of the
    tests (you can't use loop on because it will use atom as a test
    for the end of the list).
    
    Implemented the member-if and member-if-not functions.
    
    Added tests for the member-if and member-if-not functions.
    
    Updated status.text to reflect the modifications.

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

Summary of changes:
 Code/Cons-high/cons-high.lisp |   78 ++++++++++++++++++++++++++++++++++------
 Code/Cons-high/status.text    |    8 +++--
 Code/Cons-high/test.lisp      |   59 ++++++++++++++++++++++++++++++-
 3 files changed, 129 insertions(+), 16 deletions(-)


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




More information about the Sicl-cvs mailing list