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

Robert Strandh rstrandh at common-lisp.net
Sat Nov 20 14:25:47 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  f7ae23ef4aa75aeb4ad1dea93062938124eb29b0 (commit)
       via  daabb11d8ae1ad97e7fd0a2f0ab4fe2eb969adbe (commit)
      from  1a9ac92f6c288d7169239087b5fcab361d803cf8 (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 f7ae23ef4aa75aeb4ad1dea93062938124eb29b0
Author: Robert Strandh <strandh at Sicl.(none)>
Date:   Sat Nov 20 15:21:19 2010 +0100

    Renamed the specialized versions of the member function to conform to
    recent naming standards.
    
    Introduced four new specialized version of the member function where
    the test takes the arguments in reversed order.  This is needed in the
    set-exclusive-or function when the elements of the second list are
    tested for membership in the first list.
    
    Modified special versions of the set-exclusive-or function to use new
    specialized versions of the member function in order to signal more
    specific error conditions when one of the lists is not a proper list.
    
    All tests pass.

commit daabb11d8ae1ad97e7fd0a2f0ab4fe2eb969adbe
Author: Robert Strandh <strandh at Sicl.(none)>
Date:   Sat Nov 20 12:10:21 2010 +0100

    Modified the specialized versions of the adjoin function to use
    appropriate special versions of the member function in order to
    signal more specific contiditions in case the list is a dotted
    list.

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

Summary of changes:
 Code/Cons-high/cons-high.lisp |  615 ++++++++++++++++++++---------------------
 1 files changed, 305 insertions(+), 310 deletions(-)


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




More information about the Sicl-cvs mailing list