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

Robert Strandh rstrandh at common-lisp.net
Sun Dec 5 09:24:16 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  7137955bc3956a1ed25e6b6341aeb3bb9735992c (commit)
      from  c64179ae1238c50ca0c14de4820f72a193c55f58 (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 7137955bc3956a1ed25e6b6341aeb3bb9735992c
Author: Robert Strandh <strandh at Sicl.(none)>
Date:   Sun Dec 5 10:20:42 2010 +0100

    Introduced a utility function named copy-prefix to use with the
    remove-family functions when seq-type=list.  Also applied some code
    factoring to use other utility functions.
    
    Currently, the find-family functions are all wrong for from-end=true
    and count=other, because they destructively reverse the interval to be
    checked.  It does put it back later, but in the presence of threads,
    the current behavior is probably not wanted.  The plan, instead, is to
    use the new method for scanning lists from end without consuming too
    much stack.

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

Summary of changes:
 Code/Sequences/sequences.lisp |  945 +++++++++++------------------------------
 1 files changed, 237 insertions(+), 708 deletions(-)


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




More information about the Sicl-cvs mailing list