
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 3364c8463c0392d1fc55b045d9bc6c7ea76049ff (commit) via 32fe791872a24fc1d36c4db6abf882dddfd6d982 (commit) via 4f9fae8f24e3cda1c2c3dbc9f31dc909afe52843 (commit) from e1c1769cd5bbadb5e4eac0b20e65b0a173ab6b97 (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 3364c8463c0392d1fc55b045d9bc6c7ea76049ff Author: Robert Strandh <strandh@Sicl.(none)> Date: Sun Sep 12 18:16:57 2010 +0200 Added code for remove on simple-strings, simple-vectors, and general vectors. No tests yet. commit 32fe791872a24fc1d36c4db6abf882dddfd6d982 Author: Robert Strandh <strandh@Sicl.(none)> Date: Sun Sep 12 18:16:16 2010 +0200 Added remove, remove-if, and remove-if-not to the list of shadowed symbols. commit 4f9fae8f24e3cda1c2c3dbc9f31dc909afe52843 Author: Robert Strandh <strandh@Sicl.(none)> Date: Sun Sep 12 18:15:50 2010 +0200 Fixed an error in the test that made it fail. ----------------------------------------------------------------------- Summary of changes: Code/Sequences/packages.lisp | 3 +- Code/Sequences/sequences.lisp | 1914 ++++++++++++++++++++++++++++++++++++++++- Code/Sequences/test.lisp | 2 +- 3 files changed, 1912 insertions(+), 7 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems.