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

Robert Strandh rstrandh at common-lisp.net
Mon Sep 13 16:40:57 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  d12c7e4531ac87524ec6fa18fe2805ea3b73c025 (commit)
      from  f5ded7965960dd25d80a1f9f06e129b2b3cef9a3 (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 d12c7e4531ac87524ec6fa18fe2805ea3b73c025
Author: Robert Strandh <strandh at Sicl.(none)>
Date:   Mon Sep 13 18:37:14 2010 +0200

    Implemented subseq (function).
    
    Implementd copy-seq.
    
    Implemented elt.
    
    Updated status.text to reflect the additions above.
    
    Added subseq, copy-seq, elt, delete, delete-if, and delete-if-not to
    shadowed symbols in packages.lisp.
    
    Moved the invalid-bounding-index conditions closer to the beginning
    of sequences.lisp because they are needed earlier.
    
    Implemented all special versions of the count function.  Remains to
    write the function itself, and then to derive count-if and
    count-if-not from it.

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

Summary of changes:
 Code/Sequences/packages.lisp  |    6 +-
 Code/Sequences/sequences.lisp | 2320 ++++++++++++++++++++++++++++++++++++++++-
 Code/Sequences/status.text    |   17 +-
 3 files changed, 2321 insertions(+), 22 deletions(-)


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




More information about the Sicl-cvs mailing list