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 6216674da260dc9a311213baf4500ef320069ee1 (commit) from a5edcdecb566c1760e602caa91f2686c8776927c (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 6216674da260dc9a311213baf4500ef320069ee1 Author: Robert Strandh <strandh@sicle.(none)> Date: Sat Jun 5 04:24:39 2010 +0200
Added tests for assoc, assoc-if, and assoc-if-not.
Fixed a bug in assoc, assoc-if, and assoc-if not (a nil element was not ignored as the standards says) discovered as a result of adding the tests.
Implemented rassoc, rassoc-if, and rassoc-if-not.
Added tests for rassoc, rassoc-if, and rassoc-if-not.
Updated status.text to reflect the changes.
-----------------------------------------------------------------------
Summary of changes: Code/Cons-high/cons-high.lisp | 229 +++++++++++++++++++++++++++++++++++--- Code/Cons-high/packages.lisp | 1 + Code/Cons-high/status.text | 15 ++- Code/Cons-high/test.lisp | 246 +++++++++++++++++++++++++++++++++++++++++ 4 files changed, 469 insertions(+), 22 deletions(-)
hooks/post-receive