From rstrandh at common-lisp.net Wed Jun 1 00:40:41 2011 From: rstrandh at common-lisp.net (Robert Strandh) Date: Tue, 31 May 2011 17:40:41 -0700 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. 19afdb324dad6cdce02692f9209f8e7854e63e2b Message-ID: 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 19afdb324dad6cdce02692f9209f8e7854e63e2b (commit) via fa46a97769863327a70c25c14eac2fbca0e55105 (commit) from 4c512f98f31abc20211dc01aa95da4cfb6159bd9 (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 19afdb324dad6cdce02692f9209f8e7854e63e2b Author: Robert Strandh Date: Wed Jun 1 07:42:00 2011 +0700 Supplied docstrings for SUBSTITUTE, SUBSTITUTE-IF, and SUBSTITUTE-IF-NOT. commit fa46a97769863327a70c25c14eac2fbca0e55105 Author: Robert Strandh Date: Wed Jun 1 06:44:36 2011 +0700 Supplied docstrings for DELETE, DELETE-IF, and DELETE-IF-NOT. ----------------------------------------------------------------------- Summary of changes: Code/Sequences/docstrings-en.lisp | 202 +++++++++++++++++++++++++++++++++++++ 1 files changed, 202 insertions(+), 0 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems. From rstrandh at common-lisp.net Wed Jun 1 01:20:58 2011 From: rstrandh at common-lisp.net (Robert Strandh) Date: Tue, 31 May 2011 18:20:58 -0700 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. 8c16ef2bee0a07703041f8fcd45921376ffbdcc8 Message-ID: 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 8c16ef2bee0a07703041f8fcd45921376ffbdcc8 (commit) from 19afdb324dad6cdce02692f9209f8e7854e63e2b (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 8c16ef2bee0a07703041f8fcd45921376ffbdcc8 Author: Robert Strandh Date: Wed Jun 1 08:21:26 2011 +0700 Supplied docstrings for NSUBSTITUTE, NSUBSTITUTE-IF, and NSUBSTITUTE-IF-NOT. Supplemented the wording about the test being applied in any order, so that it also mentions that the test can be applied several times to an element. Added the new wording to places where it was missing. ----------------------------------------------------------------------- Summary of changes: Code/Sequences/docstrings-en.lisp | 118 +++++++++++++++++++++++++++++++++--- 1 files changed, 108 insertions(+), 10 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems. From rstrandh at common-lisp.net Thu Jun 2 00:06:08 2011 From: rstrandh at common-lisp.net (Robert Strandh) Date: Wed, 01 Jun 2011 17:06:08 -0700 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. b4ad6532b6af7028a8089437577c1cc3b3ea2bce Message-ID: 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 b4ad6532b6af7028a8089437577c1cc3b3ea2bce (commit) via 1e4221dd1f6cc686b351bb6ee1d52e981cd2e6a7 (commit) from 8c16ef2bee0a07703041f8fcd45921376ffbdcc8 (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 b4ad6532b6af7028a8089437577c1cc3b3ea2bce Author: Robert Strandh Date: Thu Jun 2 07:04:38 2011 +0700 Renamed description of error that might happen about invalid bounding indexes. Introduced a description of error that always happens when bounding indexes are invalid. Introduced parameter descriptions for just a sequence and just a sequence index. Supplied docstrings for ELT and FILL. commit 1e4221dd1f6cc686b351bb6ee1d52e981cd2e6a7 Author: Robert Strandh Date: Thu Jun 2 06:23:43 2011 +0700 Supplied docstring for COPY-SEQ. ----------------------------------------------------------------------- Summary of changes: Code/Sequences/docstrings-en.lisp | 125 ++++++++++++++++++++++++++++++------- 1 files changed, 103 insertions(+), 22 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems. From rstrandh at common-lisp.net Fri Jun 3 00:06:25 2011 From: rstrandh at common-lisp.net (Robert Strandh) Date: Thu, 02 Jun 2011 17:06:25 -0700 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. 45a68f529f64eadcb6ba849d673fba37a1071347 Message-ID: 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 45a68f529f64eadcb6ba849d673fba37a1071347 (commit) from b4ad6532b6af7028a8089437577c1cc3b3ea2bce (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 45a68f529f64eadcb6ba849d673fba37a1071347 Author: Robert Strandh Date: Fri Jun 3 07:01:48 2011 +0700 Supplied a docstring for MAKE-SEQUENCE. ----------------------------------------------------------------------- Summary of changes: Code/Sequences/docstrings-en.lisp | 52 +++++++++++++++++++++++++++++++++++++ 1 files changed, 52 insertions(+), 0 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems. From rstrandh at common-lisp.net Fri Jun 3 01:03:05 2011 From: rstrandh at common-lisp.net (Robert Strandh) Date: Thu, 02 Jun 2011 18:03:05 -0700 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. 98f45edfb5c0790a03a880834c4a0ae2c071a9e5 Message-ID: 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 98f45edfb5c0790a03a880834c4a0ae2c071a9e5 (commit) from 45a68f529f64eadcb6ba849d673fba37a1071347 (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 98f45edfb5c0790a03a880834c4a0ae2c071a9e5 Author: Robert Strandh Date: Fri Jun 3 07:58:42 2011 +0700 Supplied docstring for LENGTH. Introduced an experimental paragraph "Portability notes" in the docstring. The idea is that the docstring otherwise reflect a real implementation and the new paragraph warns the programmer not to rely on implementation specific behavior. ----------------------------------------------------------------------- Summary of changes: Code/Sequences/docstrings-en.lisp | 33 ++++++++++++++++++++++++++++++++- 1 files changed, 32 insertions(+), 1 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems. From rstrandh at common-lisp.net Fri Jun 3 10:47:08 2011 From: rstrandh at common-lisp.net (Robert Strandh) Date: Fri, 03 Jun 2011 03:47:08 -0700 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. afbc9f685a6966ba7ea2477f5a9484fcb119ce72 Message-ID: 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 afbc9f685a6966ba7ea2477f5a9484fcb119ce72 (commit) from 98f45edfb5c0790a03a880834c4a0ae2c071a9e5 (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 afbc9f685a6966ba7ea2477f5a9484fcb119ce72 Author: Robert Strandh Date: Fri Jun 3 12:45:58 2011 +0200 Supplied embryonic docstrings for SUBSEQ, REMOVE-DUPLICATES, and DELETE-DUPLICATES. ----------------------------------------------------------------------- Summary of changes: Code/Sequences/docstrings-en.lisp | 85 +++++++++++++++++++++++++++++++++++++ 1 files changed, 85 insertions(+), 0 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems. From rstrandh at common-lisp.net Sat Jun 4 00:00:31 2011 From: rstrandh at common-lisp.net (Robert Strandh) Date: Fri, 03 Jun 2011 17:00:31 -0700 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. e9e5b4a8ef5c51c3432b748a7539e26a1c0c991b Message-ID: 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 e9e5b4a8ef5c51c3432b748a7539e26a1c0c991b (commit) via 2c9f08e512853d24e1638fe614354d4175ff54db (commit) from afbc9f685a6966ba7ea2477f5a9484fcb119ce72 (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 e9e5b4a8ef5c51c3432b748a7539e26a1c0c991b Author: Robert Strandh Date: Sat Jun 4 07:02:55 2011 +0700 Finished docstring for SUBSEQ. commit 2c9f08e512853d24e1638fe614354d4175ff54db Author: Robert Strandh Date: Sat Jun 4 06:54:50 2011 +0700 Finished docstrings for REMOVE-DUPLICATES and DELETE-DUPLICATES. ----------------------------------------------------------------------- Summary of changes: Code/Sequences/docstrings-en.lisp | 66 ++++++++++++++++++++++++++++++++++--- 1 files changed, 61 insertions(+), 5 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems. From rstrandh at common-lisp.net Sun Jun 5 23:54:14 2011 From: rstrandh at common-lisp.net (Robert Strandh) Date: Sun, 05 Jun 2011 16:54:14 -0700 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. c1d5c2ca96cc5bc764ab9c0eb157bb17cf838f4a Message-ID: 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 c1d5c2ca96cc5bc764ab9c0eb157bb17cf838f4a (commit) from e9e5b4a8ef5c51c3432b748a7539e26a1c0c991b (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 c1d5c2ca96cc5bc764ab9c0eb157bb17cf838f4a Author: Robert Strandh Date: Mon Jun 6 06:57:16 2011 +0700 Supplied docstring for MAP. ----------------------------------------------------------------------- Summary of changes: Code/Sequences/docstrings-en.lisp | 47 +++++++++++++++++++++++++++++++++++++ 1 files changed, 47 insertions(+), 0 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems. From rstrandh at common-lisp.net Mon Jun 6 22:45:36 2011 From: rstrandh at common-lisp.net (Robert Strandh) Date: Mon, 06 Jun 2011 15:45:36 -0700 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. 9a6251fe5ab6fb3c12d775e231f801f1ef454d30 Message-ID: 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 9a6251fe5ab6fb3c12d775e231f801f1ef454d30 (commit) from c1d5c2ca96cc5bc764ab9c0eb157bb17cf838f4a (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 9a6251fe5ab6fb3c12d775e231f801f1ef454d30 Author: Robert Strandh Date: Tue Jun 7 05:48:05 2011 +0700 Supplied docstring for MAP-INTO. Modified the docstring for MAP so as to make references to any sequence of SEQUENCES more obvious. ----------------------------------------------------------------------- Summary of changes: Code/Sequences/docstrings-en.lisp | 75 ++++++++++++++++++++++++++++++++----- 1 files changed, 65 insertions(+), 10 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems. From rstrandh at common-lisp.net Tue Jun 7 00:08:34 2011 From: rstrandh at common-lisp.net (Robert Strandh) Date: Mon, 06 Jun 2011 17:08:34 -0700 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. 655f1f828f59c1ebc9535d382273ae8043123645 Message-ID: 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 655f1f828f59c1ebc9535d382273ae8043123645 (commit) from 9a6251fe5ab6fb3c12d775e231f801f1ef454d30 (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 655f1f828f59c1ebc9535d382273ae8043123645 Author: Robert Strandh Date: Tue Jun 7 07:11:48 2011 +0700 Supplied docstrings for REVERSE and NREVERSE. ----------------------------------------------------------------------- Summary of changes: Code/Sequences/docstrings-en.lisp | 61 +++++++++++++++++++++++++++++++++++++ 1 files changed, 61 insertions(+), 0 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems. From rstrandh at common-lisp.net Wed Jun 8 23:14:04 2011 From: rstrandh at common-lisp.net (Robert Strandh) Date: Wed, 08 Jun 2011 16:14:04 -0700 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. 3da287547f44aa53ab825d9bc429a1eeff787436 Message-ID: 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 3da287547f44aa53ab825d9bc429a1eeff787436 (commit) from 655f1f828f59c1ebc9535d382273ae8043123645 (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 3da287547f44aa53ab825d9bc429a1eeff787436 Author: Robert Strandh Date: Thu Jun 9 06:13:21 2011 +0700 Fixed minor bugs in *key* and *bounding-indexes*. Supplied docstring for REDUCE. ----------------------------------------------------------------------- Summary of changes: Code/Sequences/docstrings-en.lisp | 77 ++++++++++++++++++++++++++++++++++++- 1 files changed, 75 insertions(+), 2 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems. From rstrandh at common-lisp.net Thu Jun 9 00:33:55 2011 From: rstrandh at common-lisp.net (Robert Strandh) Date: Wed, 08 Jun 2011 17:33:55 -0700 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. 4e4d088f48511e02e08184125ca5b1c7c85acc9f Message-ID: 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 4e4d088f48511e02e08184125ca5b1c7c85acc9f (commit) from 3da287547f44aa53ab825d9bc429a1eeff787436 (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 4e4d088f48511e02e08184125ca5b1c7c85acc9f Author: Robert Strandh Date: Thu Jun 9 07:33:12 2011 +0700 Supplied docstrings for SORT and STABLE-SORT. ----------------------------------------------------------------------- Summary of changes: Code/Sequences/docstrings-en.lisp | 116 +++++++++++++++++++++++++++++++++++++ 1 files changed, 116 insertions(+), 0 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems. From rstrandh at common-lisp.net Fri Jun 10 00:32:55 2011 From: rstrandh at common-lisp.net (Robert Strandh) Date: Thu, 09 Jun 2011 17:32:55 -0700 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. c0a569d635667af169d5ebf6ca200622811bcc3b Message-ID: 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 c0a569d635667af169d5ebf6ca200622811bcc3b (commit) from 4e4d088f48511e02e08184125ca5b1c7c85acc9f (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 c0a569d635667af169d5ebf6ca200622811bcc3b Author: Robert Strandh Date: Fri Jun 10 07:32:14 2011 +0700 Fixed a few typos. Supplied embryonic docstring for SEARCH. ----------------------------------------------------------------------- Summary of changes: Code/Sequences/docstrings-en.lisp | 47 +++++++++++++++++++++++++++++++++++- 1 files changed, 45 insertions(+), 2 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems. From rstrandh at common-lisp.net Sat Jun 11 00:12:01 2011 From: rstrandh at common-lisp.net (Robert Strandh) Date: Fri, 10 Jun 2011 17:12:01 -0700 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. fd2483cc5ee06cfe07d99db6efb5b4a9142ded83 Message-ID: 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 fd2483cc5ee06cfe07d99db6efb5b4a9142ded83 (commit) from c0a569d635667af169d5ebf6ca200622811bcc3b (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 fd2483cc5ee06cfe07d99db6efb5b4a9142ded83 Author: Robert Strandh Date: Sat Jun 11 07:11:05 2011 +0700 Embryonic docstrings for MISMATCH, REPLACE, CONCATENATE, and MERGE. ----------------------------------------------------------------------- Summary of changes: Code/Sequences/docstrings-en.lisp | 48 +++++++++++++++++++++++++++++++++++++ 1 files changed, 48 insertions(+), 0 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems. From rstrandh at common-lisp.net Sat Jun 11 07:57:11 2011 From: rstrandh at common-lisp.net (Robert Strandh) Date: Sat, 11 Jun 2011 00:57:11 -0700 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. af3f5522aafdf89404868268b85e7650313ce5b9 Message-ID: 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 af3f5522aafdf89404868268b85e7650313ce5b9 (commit) via e30ed616cab57df2955a963109a3142c6c5cad04 (commit) from fd2483cc5ee06cfe07d99db6efb5b4a9142ded83 (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 af3f5522aafdf89404868268b85e7650313ce5b9 Author: Robert Strandh Date: Sat Jun 11 14:56:04 2011 +0700 Replaced the phrase "neither a vector nor a list" (or equivalent) by "not a sequence" to allow for other sequences than vectors and lists. commit e30ed616cab57df2955a963109a3142c6c5cad04 Author: Robert Strandh Date: Sat Jun 11 14:39:48 2011 +0700 Finalized docstring for SEARCH. Untabified the code, which generated "false" diff lines. ----------------------------------------------------------------------- Summary of changes: Code/Sequences/docstrings-en.lisp | 582 ++++++++++++++++++++----------------- 1 files changed, 315 insertions(+), 267 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems. From rstrandh at common-lisp.net Sun Jun 12 00:53:41 2011 From: rstrandh at common-lisp.net (Robert Strandh) Date: Sat, 11 Jun 2011 17:53:41 -0700 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. 37af9d350a103da880c242bf79224b2fa40f3ab0 Message-ID: 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 37af9d350a103da880c242bf79224b2fa40f3ab0 (commit) via 2bc17a4ec83b4326365c63ad631422f548ca50fe (commit) via 840132260c253f0207f510dc4c21304ea28ad3e4 (commit) via df007dc81d44abba8c9802e892e86b6b76f0a28e (commit) from af3f5522aafdf89404868268b85e7650313ce5b9 (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 37af9d350a103da880c242bf79224b2fa40f3ab0 Author: Robert Strandh Date: Sun Jun 12 07:53:06 2011 +0700 Added a phrase stating the existence of docstrings. commit 2bc17a4ec83b4326365c63ad631422f548ca50fe Author: Robert Strandh Date: Sun Jun 12 07:52:33 2011 +0700 Fixed a typo in the lambda list of the docstring for REPLACE. commit 840132260c253f0207f510dc4c21304ea28ad3e4 Author: Robert Strandh Date: Sun Jun 12 07:51:21 2011 +0700 Added MISMATCH to the list of shadowed/exported symbols. commit df007dc81d44abba8c9802e892e86b6b76f0a28e Author: Robert Strandh Date: Sun Jun 12 07:50:28 2011 +0700 Embryonic definitions of MISMATCH and MERGE, only to get the docstrings on those definitions. ----------------------------------------------------------------------- Summary of changes: Code/Sequences/docstrings-en.lisp | 2 +- Code/Sequences/packages.lisp | 1 + Code/Sequences/sequences.lisp | 77 +++++++++++++++++++++++++++++++++++++ Code/Sequences/status.text | 3 + 4 files changed, 82 insertions(+), 1 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems. From rstrandh at common-lisp.net Sun Jun 12 02:22:13 2011 From: rstrandh at common-lisp.net (Robert Strandh) Date: Sat, 11 Jun 2011 19:22:13 -0700 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. 6c50bbb1d69dfec73012a3140649d350a44978a7 Message-ID: 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 6c50bbb1d69dfec73012a3140649d350a44978a7 (commit) from 37af9d350a103da880c242bf79224b2fa40f3ab0 (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 6c50bbb1d69dfec73012a3140649d350a44978a7 Author: Robert Strandh Date: Sun Jun 12 09:21:34 2011 +0700 Supplied docstring for MISMATCH. Fixed a typo in the docstring for SEARCH. ----------------------------------------------------------------------- Summary of changes: Code/Sequences/docstrings-en.lisp | 67 +++++++++++++++++++++++++++++++++++- 1 files changed, 65 insertions(+), 2 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems. From rstrandh at common-lisp.net Mon Jun 13 00:37:09 2011 From: rstrandh at common-lisp.net (Robert Strandh) Date: Sun, 12 Jun 2011 17:37:09 -0700 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. 8c54e504350b27c6f4b37285a88d81c5ea15b545 Message-ID: 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 8c54e504350b27c6f4b37285a88d81c5ea15b545 (commit) via 8da025c2ca55ec64fbe8830711d18891b86465fa (commit) from 6c50bbb1d69dfec73012a3140649d350a44978a7 (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 8c54e504350b27c6f4b37285a88d81c5ea15b545 Author: Robert Strandh Date: Mon Jun 13 07:36:34 2011 +0700 Updated status to reflect the existence of more docstrings. commit 8da025c2ca55ec64fbe8830711d18891b86465fa Author: Robert Strandh Date: Mon Jun 13 07:35:07 2011 +0700 Supplied docstring for REPLACE. ----------------------------------------------------------------------- Summary of changes: Code/Sequences/docstrings-en.lisp | 52 ++++++++++++++++++++++++++++++++++++- Code/Sequences/status.text | 3 +- 2 files changed, 52 insertions(+), 3 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems. From rstrandh at common-lisp.net Mon Jun 13 23:03:32 2011 From: rstrandh at common-lisp.net (Robert Strandh) Date: Mon, 13 Jun 2011 16:03:32 -0700 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. e5f07ff7a0266c63dfb75b3730545f553b3498b4 Message-ID: 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 e5f07ff7a0266c63dfb75b3730545f553b3498b4 (commit) from 8c54e504350b27c6f4b37285a88d81c5ea15b545 (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 e5f07ff7a0266c63dfb75b3730545f553b3498b4 Author: Robert Strandh Date: Tue Jun 14 06:03:20 2011 +0700 Supplied docstring for CONCATENATE. ----------------------------------------------------------------------- Summary of changes: Code/Sequences/docstrings-en.lisp | 47 +++++++++++++++++++++++++++++++++++- 1 files changed, 45 insertions(+), 2 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems. From rstrandh at common-lisp.net Tue Jun 14 23:18:55 2011 From: rstrandh at common-lisp.net (Robert Strandh) Date: Tue, 14 Jun 2011 16:18:55 -0700 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. 4fd80327f46c232c3c79c318d99097308f8d43fb Message-ID: 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 4fd80327f46c232c3c79c318d99097308f8d43fb (commit) via 5303a4e3ace99751a342530339dd5ff55bef07b6 (commit) from e5f07ff7a0266c63dfb75b3730545f553b3498b4 (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 4fd80327f46c232c3c79c318d99097308f8d43fb Author: Robert Strandh Date: Wed Jun 15 06:18:59 2011 +0700 Updated status to reflect recent docstrings. commit 5303a4e3ace99751a342530339dd5ff55bef07b6 Author: Robert Strandh Date: Wed Jun 15 06:16:28 2011 +0700 Supplied partial docstring for MERGE. ----------------------------------------------------------------------- Summary of changes: Code/Sequences/docstrings-en.lisp | 32 ++++++++++++++++++++++++++++++++ Code/Sequences/status.text | 3 ++- 2 files changed, 34 insertions(+), 1 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems. From rstrandh at common-lisp.net Wed Jun 15 23:34:28 2011 From: rstrandh at common-lisp.net (Robert Strandh) Date: Wed, 15 Jun 2011 16:34:28 -0700 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. 1c81c84280d329936f6787a09da789cc1d670e0f Message-ID: 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 1c81c84280d329936f6787a09da789cc1d670e0f (commit) from 4fd80327f46c232c3c79c318d99097308f8d43fb (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 1c81c84280d329936f6787a09da789cc1d670e0f Author: Robert Strandh Date: Thu Jun 16 06:34:46 2011 +0700 More text in the docstring for MERGE, but it is not finished yet. ----------------------------------------------------------------------- Summary of changes: Code/Sequences/docstrings-en.lisp | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems. From rstrandh at common-lisp.net Thu Jun 16 03:23:26 2011 From: rstrandh at common-lisp.net (Robert Strandh) Date: Wed, 15 Jun 2011 20:23:26 -0700 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. c0fac1c2cb4a5e10e94f752ab4625ef4f63191a3 Message-ID: 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 c0fac1c2cb4a5e10e94f752ab4625ef4f63191a3 (commit) from 1c81c84280d329936f6787a09da789cc1d670e0f (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 c0fac1c2cb4a5e10e94f752ab4625ef4f63191a3 Author: Robert Strandh Date: Thu Jun 16 05:22:54 2011 +0200 Finalized docstring for MERGE. ----------------------------------------------------------------------- Summary of changes: Code/Sequences/docstrings-en.lisp | 44 +++++++++++++++++++++++++++++++----- 1 files changed, 38 insertions(+), 6 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems. From rstrandh at common-lisp.net Fri Jun 17 23:08:29 2011 From: rstrandh at common-lisp.net (Robert Strandh) Date: Fri, 17 Jun 2011 16:08:29 -0700 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. a1c6447d7d22fdbeade11ea4d86cd3fd550d8ed0 Message-ID: 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 a1c6447d7d22fdbeade11ea4d86cd3fd550d8ed0 (commit) from c0fac1c2cb4a5e10e94f752ab4625ef4f63191a3 (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 a1c6447d7d22fdbeade11ea4d86cd3fd550d8ed0 Author: Robert Strandh Date: Sat Jun 18 06:09:29 2011 +0700 More specialized versions of MERGE, and more comments. ----------------------------------------------------------------------- Summary of changes: Code/Sequences/sequences.lisp | 124 +++++++++++++++++++++++++++++++++++++++++ 1 files changed, 124 insertions(+), 0 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems. From rstrandh at common-lisp.net Sat Jun 18 01:38:32 2011 From: rstrandh at common-lisp.net (Robert Strandh) Date: Fri, 17 Jun 2011 18:38:32 -0700 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. 267a650b91082d63c1ce68ed2f1d74030ec4e77a Message-ID: 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 267a650b91082d63c1ce68ed2f1d74030ec4e77a (commit) from a1c6447d7d22fdbeade11ea4d86cd3fd550d8ed0 (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 267a650b91082d63c1ce68ed2f1d74030ec4e77a Author: Robert Strandh Date: Sat Jun 18 08:39:31 2011 +0700 Four more specialized versions of MERGE. ----------------------------------------------------------------------- Summary of changes: Code/Sequences/sequences.lisp | 148 +++++++++++++++++++++++++++++++++++++++++ 1 files changed, 148 insertions(+), 0 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems. From rstrandh at common-lisp.net Sun Jun 19 04:16:30 2011 From: rstrandh at common-lisp.net (Robert Strandh) Date: Sat, 18 Jun 2011 21:16:30 -0700 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. 6a6cac71a125e996a1390977439ed2fc58397714 Message-ID: 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 6a6cac71a125e996a1390977439ed2fc58397714 (commit) via 15d22de31fea1d56f9866abf20fb5d8c4db16ac4 (commit) via 5b693539d2d44b55291e846ee6255d4f3a5cdd44 (commit) from 267a650b91082d63c1ce68ed2f1d74030ec4e77a (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 6a6cac71a125e996a1390977439ed2fc58397714 Author: Robert Strandh Date: Sun Jun 19 11:15:53 2011 +0700 Updated status to reflect that MERGE has been written. commit 15d22de31fea1d56f9866abf20fb5d8c4db16ac4 Author: Robert Strandh Date: Sun Jun 19 11:13:55 2011 +0700 Remaining special versions of MERGE. Main function for MERGE. commit 5b693539d2d44b55291e846ee6255d4f3a5cdd44 Author: Robert Strandh Date: Sun Jun 19 08:57:05 2011 +0700 Updated status to reflect existing condition types. ----------------------------------------------------------------------- Summary of changes: Code/Sequences/sequences.lisp | 274 ++++++++++++++++++++++++++++++++++++++--- Code/Sequences/status.text | 17 +-- 2 files changed, 264 insertions(+), 27 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems.