From rstrandh at common-lisp.net Mon May 23 23:42:28 2011 From: rstrandh at common-lisp.net (Robert Strandh) Date: Mon, 23 May 2011 16:42:28 -0700 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. 5a569745c70b7250bad01a118cb4338480d3263f 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 5a569745c70b7250bad01a118cb4338480d3263f (commit) via 19a3a59223decbdef3b7ad035055a577ee250922 (commit) via 023f161d57c12bdc996beeafedf39fa31c0d3858 (commit) from 623a34b1e8cb4c25b83a4ebace223d3748e34b39 (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 5a569745c70b7250bad01a118cb4338480d3263f Author: Robert Strandh Date: Tue May 24 06:41:32 2011 +0700 Fixed a few tests that inadvertently assumed that small integers are eq. Thanks to _3b on #lisp for spotting this. commit 19a3a59223decbdef3b7ad035055a577ee250922 Merge: 023f161 623a34b Author: Robert Strandh Date: Tue May 24 06:30:54 2011 +0700 Merge branch 'master' of common-lisp.net:/project/sicl/public_html/git/SICL commit 023f161d57c12bdc996beeafedf39fa31c0d3858 Author: Robert Strandh Date: Tue May 24 06:30:15 2011 +0700 Fixed an incorrect test. ----------------------------------------------------------------------- Summary of changes: Code/Cons-high/test.lisp | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems. From rstrandh at common-lisp.net Mon May 30 23:50:15 2011 From: rstrandh at common-lisp.net (Robert Strandh) Date: Mon, 30 May 2011 16:50:15 -0700 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. d551135fb972f4c5dfa43c753f1886b1a068dd88 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 d551135fb972f4c5dfa43c753f1886b1a068dd88 (commit) via 63a3f37140aaad676c29168adc3764e6959624b0 (commit) from 5a569745c70b7250bad01a118cb4338480d3263f (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 d551135fb972f4c5dfa43c753f1886b1a068dd88 Author: Robert Strandh Date: Tue May 31 06:51:36 2011 +0700 Fixed a conflict detected by GIT. commit 63a3f37140aaad676c29168adc3764e6959624b0 Author: Robert Strandh Date: Tue May 31 06:50:08 2011 +0700 I made an attempt to factor the information in the docstrings. Hopefully, this will give more maintainable and more consistent docstrings. ----------------------------------------------------------------------- Summary of changes: Code/Sequences/docstrings-en.lisp | 88 +++++++++++++++++++++++++------------ Code/Sequences/sequences.lisp | 4 -- 2 files changed, 59 insertions(+), 33 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems. From rstrandh at common-lisp.net Tue May 31 00:06:13 2011 From: rstrandh at common-lisp.net (Robert Strandh) Date: Mon, 30 May 2011 17:06:13 -0700 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. 4af6b3f489395591934f8c5a2a4eee7f705e240f 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 4af6b3f489395591934f8c5a2a4eee7f705e240f (commit) from d551135fb972f4c5dfa43c753f1886b1a068dd88 (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 4af6b3f489395591934f8c5a2a4eee7f705e240f Author: Robert Strandh Date: Tue May 31 07:07:34 2011 +0700 Factored out exceptional situation for bounding indexes. Added docstring for COUNT. ----------------------------------------------------------------------- Summary of changes: Code/Sequences/docstrings-en.lisp | 43 +++++++++++++++++++++++++++++++----- 1 files changed, 37 insertions(+), 6 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems. From rstrandh at common-lisp.net Tue May 31 01:46:31 2011 From: rstrandh at common-lisp.net (Robert Strandh) Date: Mon, 30 May 2011 18:46:31 -0700 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. 072afe314935347c08871fb971fcfb4f460a06f1 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 072afe314935347c08871fb971fcfb4f460a06f1 (commit) from 4af6b3f489395591934f8c5a2a4eee7f705e240f (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 072afe314935347c08871fb971fcfb4f460a06f1 Author: Robert Strandh Date: Tue May 31 08:42:00 2011 +0700 Factored out description of FIND, FIND-IF, and FIND-IF-NOT. Factored out description of COUNT, COUNT-IF, and COUNT-IF-NOT. Added a description of the PREDICATE SEQUENCE pair of arguments. Renamed the description of satisfying the test to reflect that it is a two-argument test. Added descriptions of satisfying one argument tests, a positive test and a negative test. Added docstrings for FIND-IF, FIND-IF-NOT. Added docstrings for COUNT-IF, COUNT-IF-NOT. ----------------------------------------------------------------------- Summary of changes: Code/Sequences/docstrings-en.lisp | 166 ++++++++++++++++++++++++++++++------- 1 files changed, 137 insertions(+), 29 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems. From rstrandh at common-lisp.net Tue May 31 02:20:39 2011 From: rstrandh at common-lisp.net (Robert Strandh) Date: Mon, 30 May 2011 19:20:39 -0700 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. 6de71b037274b5f39a77987845a77b8a15e147db 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 6de71b037274b5f39a77987845a77b8a15e147db (commit) from 072afe314935347c08871fb971fcfb4f460a06f1 (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 6de71b037274b5f39a77987845a77b8a15e147db Author: Robert Strandh Date: Tue May 31 09:20:31 2011 +0700 Fixed the description of FIND, FIND-IF and FIND-IF-NOT so that it applies to all three functions. Added docstrings for POSITION, POSITION-IF, and POSITION-IF-NOT. ----------------------------------------------------------------------- Summary of changes: Code/Sequences/docstrings-en.lisp | 90 ++++++++++++++++++++++++++++++++++-- 1 files changed, 85 insertions(+), 5 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems. From rstrandh at common-lisp.net Tue May 31 23:11:52 2011 From: rstrandh at common-lisp.net (Robert Strandh) Date: Tue, 31 May 2011 16:11:52 -0700 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. 4c512f98f31abc20211dc01aa95da4cfb6159bd9 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 4c512f98f31abc20211dc01aa95da4cfb6159bd9 (commit) from 6de71b037274b5f39a77987845a77b8a15e147db (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 4c512f98f31abc20211dc01aa95da4cfb6159bd9 Author: Robert Strandh Date: Wed Jun 1 06:12:53 2011 +0700 Supplied docstrings for REMOVE, REMOVE-IF, and REMOVE-IF-NOT. ----------------------------------------------------------------------- Summary of changes: Code/Sequences/docstrings-en.lisp | 105 +++++++++++++++++++++++++++++++++++++ 1 files changed, 105 insertions(+), 0 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems.