From rstrandh at common-lisp.net Wed Sep 1 05:08:09 2010 From: rstrandh at common-lisp.net (Robert Strandh) Date: Wed, 01 Sep 2010 01:08:09 -0400 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. eff2afb9255145bc3387bbd25bc220c77cb75ab1 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 eff2afb9255145bc3387bbd25bc220c77cb75ab1 (commit) from ec97faa82ee3c07faab8d28e9b8d7aab5ae6f16e (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 eff2afb9255145bc3387bbd25bc220c77cb75ab1 Author: Robert Strandh Date: Wed Sep 1 07:07:09 2010 +0200 Wrote docstrings for bit-and, bit-eqv, bit-ior, bit-xor, bit-nand, bit-nor, bit-andc1, bit-andc2, bit-orc1, bit-orc2, and bit-not. ----------------------------------------------------------------------- Summary of changes: Code/Docstrings/docstrings-en.lisp | 159 ++++++++++++++++++++++++++++++++++++ 1 files changed, 159 insertions(+), 0 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems. From rstrandh at common-lisp.net Fri Sep 3 05:49:39 2010 From: rstrandh at common-lisp.net (Robert Strandh) Date: Fri, 03 Sep 2010 01:49:39 -0400 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. 173c46a1ad366242e8654e0b02dc08738b53c0d3 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 173c46a1ad366242e8654e0b02dc08738b53c0d3 (commit) from eff2afb9255145bc3387bbd25bc220c77cb75ab1 (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 173c46a1ad366242e8654e0b02dc08738b53c0d3 Author: Robert Strandh Date: Fri Sep 3 07:49:22 2010 +0200 Wrote docstrings for boole, both-case-p, upper-case-p, lower-case-p, and boundp. ----------------------------------------------------------------------- Summary of changes: Code/Docstrings/docstrings-en.lisp | 70 ++++++++++++++++++++++++++++++++++++ 1 files changed, 70 insertions(+), 0 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems. From rstrandh at common-lisp.net Sat Sep 4 12:20:55 2010 From: rstrandh at common-lisp.net (Robert Strandh) Date: Sat, 04 Sep 2010 08:20:55 -0400 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. 40ab86dcf129c34ba8807ecef92e88c584de8e6a 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 40ab86dcf129c34ba8807ecef92e88c584de8e6a (commit) via 011df63f6dd6b0518877ae6fddafd6645b7f780b (commit) via 7f15e5a90cf8d8d97521c136e9c1a6ebad335feb (commit) via 252e839798f024d41eb5fef854bae210423bd8cb (commit) from 173c46a1ad366242e8654e0b02dc08738b53c0d3 (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 40ab86dcf129c34ba8807ecef92e88c584de8e6a Author: Robert Strandh Date: Sat Sep 4 14:20:59 2010 +0200 Renamed some tests for consistency. commit 011df63f6dd6b0518877ae6fddafd6645b7f780b Author: Robert Strandh Date: Sat Sep 4 14:18:51 2010 +0200 Handle single-escape, double-escape, plus-sign and minus-sign at the beginning of tokens. This makes all existing tests pass, but there are a lot of missing tests, of course. commit 7f15e5a90cf8d8d97521c136e9c1a6ebad335feb Author: Robert Strandh Date: Sat Sep 4 10:28:17 2010 +0200 Wrote tests for readtable-cases :downcase and :preserve. commit 252e839798f024d41eb5fef854bae210423bd8cb Author: Robert Strandh Date: Sat Sep 4 10:23:52 2010 +0200 Introduced case-conversion tables for ascii characters for readtable cases :downcase and :preserve in addition to :upcase. One of those case-conversion tables is now passed to the specialized reader function (which was also renamed to reflect that). The read function now dispatches on the readtable-case of the readtable. A readtable-case of :invert is still not handled. Fixed an error whereby a parameter declared ignored was actually used. Fixed two errors in copy-readtable that didn't copy the readtable-case. ----------------------------------------------------------------------- Summary of changes: Code/Reader/read.lisp | 140 ++++++++++++++++++++-------- Code/Reader/test.lisp | 240 ++++++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 327 insertions(+), 53 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems. From rstrandh at common-lisp.net Mon Sep 6 06:45:27 2010 From: rstrandh at common-lisp.net (Robert Strandh) Date: Mon, 06 Sep 2010 02:45:27 -0400 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. 5721838ae5ac5f21f322431f49d28ee89f998d36 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 5721838ae5ac5f21f322431f49d28ee89f998d36 (commit) via dd05fe7622a91ddc46641e8f3d05d1eaed787cad (commit) via 94b8f95033661e600e56c30f4f11a32fb77fe9be (commit) via 0a0e45e249b878b52be32c9074cf83838d796d78 (commit) via 52440605e5a521f5de8c769cabe244e813bd4c14 (commit) via 1ec3b7f286a0353e7f7510b76eaf329c5999b92c (commit) from 40ab86dcf129c34ba8807ecef92e88c584de8e6a (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 5721838ae5ac5f21f322431f49d28ee89f998d36 Author: Robert Strandh Date: Mon Sep 6 08:44:49 2010 +0200 Fixed problem demonstrated by latest tests by adding another parameter to read-upcase-downcase-preserve-decimal indicating which function to call for case conversion of a single character. commit dd05fe7622a91ddc46641e8f3d05d1eaed787cad Author: Robert Strandh Date: Mon Sep 6 08:41:34 2010 +0200 Added tests that demonstrate failure when reading symbols that start as numbers with a readtable case other than :upcase. commit 94b8f95033661e600e56c30f4f11a32fb77fe9be Author: Robert Strandh Date: Mon Sep 6 08:35:10 2010 +0200 Fixed the problem demonstrated by latest tests. commit 0a0e45e249b878b52be32c9074cf83838d796d78 Author: Robert Strandh Date: Mon Sep 6 08:29:50 2010 +0200 Added tests for reading symbols that start as integers or ratios. The tests for ratios fail because I don't but the `/' in the buffer. commit 52440605e5a521f5de8c769cabe244e813bd4c14 Author: Robert Strandh Date: Mon Sep 6 07:52:09 2010 +0200 Handle ratios. Previously failing test now passes. commit 1ec3b7f286a0353e7f7510b76eaf329c5999b92c Author: Robert Strandh Date: Mon Sep 6 07:39:59 2010 +0200 Added tests for reading ratios. On test fails. ----------------------------------------------------------------------- Summary of changes: Code/Reader/read.lisp | 46 +++++++++++++++--- Code/Reader/test.lisp | 128 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 167 insertions(+), 7 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems. From rstrandh at common-lisp.net Mon Sep 6 15:01:15 2010 From: rstrandh at common-lisp.net (Robert Strandh) Date: Mon, 06 Sep 2010 11:01:15 -0400 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. 23ec00c1ea26500030fa705696fefea3a4572dad 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 23ec00c1ea26500030fa705696fefea3a4572dad (commit) via b429704cfe6ead3edfdb54be4689847c0e27a5e6 (commit) from 5721838ae5ac5f21f322431f49d28ee89f998d36 (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 23ec00c1ea26500030fa705696fefea3a4572dad Author: Robert Strandh Date: Mon Sep 6 17:00:42 2010 +0200 Wrote more tests for reading symbols that start off as ratios. Wrote tests for reading symbols that start off as floats with a decimal point. All existing tests pass. commit b429704cfe6ead3edfdb54be4689847c0e27a5e6 Author: Robert Strandh Date: Mon Sep 6 16:59:26 2010 +0200 Introduced a local macro for pushing characters into buffer that also tests whether the buffer needs to get bigger. Beginning of code for handling floats. ----------------------------------------------------------------------- Summary of changes: Code/Reader/read.lisp | 853 +++++++++++++++++++++++++------------------------ Code/Reader/test.lisp | 150 +++++++++- 2 files changed, 578 insertions(+), 425 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems. From rstrandh at common-lisp.net Tue Sep 7 04:09:34 2010 From: rstrandh at common-lisp.net (Robert Strandh) Date: Tue, 07 Sep 2010 00:09:34 -0400 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. 2bd09f80048cb1d79532ef27449d6a3ec58d0d73 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 2bd09f80048cb1d79532ef27449d6a3ec58d0d73 (commit) via 9b519c89d15d0138063edf21e70d30ad55363930 (commit) from 23ec00c1ea26500030fa705696fefea3a4572dad (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 2bd09f80048cb1d79532ef27449d6a3ec58d0d73 Author: Robert Strandh Date: Tue Sep 7 06:09:38 2010 +0200 Add the file "float" to the files used by the reader. commit 9b519c89d15d0138063edf21e70d30ad55363930 Author: Robert Strandh Date: Tue Sep 7 06:08:57 2010 +0200 Code for reading floats. It doesn't quite work yet. ----------------------------------------------------------------------- Summary of changes: Code/Reader/float.lisp | 2 + Code/Reader/read.asd | 3 +- Code/Reader/read.lisp | 77 ++++++++++++++++++++++++++++++++++++++---------- 3 files changed, 65 insertions(+), 17 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems. From rstrandh at common-lisp.net Tue Sep 7 08:21:55 2010 From: rstrandh at common-lisp.net (Robert Strandh) Date: Tue, 07 Sep 2010 04:21:55 -0400 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. a91838a995b03ae466e8a0858d4ca126b0a66024 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 a91838a995b03ae466e8a0858d4ca126b0a66024 (commit) via 95a57c5d175e02471d0a9d03db10d754e7b0a917 (commit) via 7bcf404c4dd3a560511ac1a3253fcec0aa9a78f2 (commit) from 2bd09f80048cb1d79532ef27449d6a3ec58d0d73 (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 a91838a995b03ae466e8a0858d4ca126b0a66024 Author: Robert Strandh Date: Tue Sep 7 10:20:47 2010 +0200 Beginning of tests for reading floats. Several tests fail at the moment. commit 95a57c5d175e02471d0a9d03db10d754e7b0a917 Author: Robert Strandh Date: Tue Sep 7 09:44:34 2010 +0200 Added code to handle exponent markers after a float with a decimal point. commit 7bcf404c4dd3a560511ac1a3253fcec0aa9a78f2 Author: Robert Strandh Date: Tue Sep 7 08:54:49 2010 +0200 Added code to remove constituent trait `invalid' when another one is added. Replaced wrong go tags with correct ones for floating-point numbers. ----------------------------------------------------------------------- Summary of changes: Code/Reader/read.lisp | 105 ++++++++++++++++++++++++++++++++++++++++++------- Code/Reader/test.lisp | 71 +++++++++++++++++++++++++++++++++ 2 files changed, 161 insertions(+), 15 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems. From rstrandh at common-lisp.net Tue Sep 7 09:23:45 2010 From: rstrandh at common-lisp.net (Robert Strandh) Date: Tue, 07 Sep 2010 05:23:45 -0400 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. c308cc26edc514f1ec356b623ffff02aa8c4000f 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 c308cc26edc514f1ec356b623ffff02aa8c4000f (commit) from a91838a995b03ae466e8a0858d4ca126b0a66024 (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 c308cc26edc514f1ec356b623ffff02aa8c4000f Author: Robert Strandh Date: Tue Sep 7 11:22:51 2010 +0200 Added more comments and fixed some that were wrong. ----------------------------------------------------------------------- Summary of changes: Code/Reader/read.lisp | 210 ++++++++++++++++++++++++++++++++++++------------- 1 files changed, 154 insertions(+), 56 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems. From rstrandh at common-lisp.net Thu Sep 9 11:28:05 2010 From: rstrandh at common-lisp.net (Robert Strandh) Date: Thu, 09 Sep 2010 07:28:05 -0400 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. fb8499c3a75ee891c67c82c3bcb52f3e7554aab9 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 fb8499c3a75ee891c67c82c3bcb52f3e7554aab9 (commit) from c308cc26edc514f1ec356b623ffff02aa8c4000f (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 fb8499c3a75ee891c67c82c3bcb52f3e7554aab9 Author: Robert Strandh Date: Thu Sep 9 13:26:52 2010 +0200 Implemented a few special versions of the remove function. Updated status.text to reflect that. ----------------------------------------------------------------------- Summary of changes: Code/Sequences/sequences.lisp | 166 ++++++++++++++++++++++++++++++++++++++++- Code/Sequences/status.text | 2 + 2 files changed, 165 insertions(+), 3 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems. From rstrandh at common-lisp.net Sat Sep 11 04:55:07 2010 From: rstrandh at common-lisp.net (Robert Strandh) Date: Sat, 11 Sep 2010 00:55:07 -0400 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. 9f35b0df535ac8380d384a2ff212249fc5a0917c 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 9f35b0df535ac8380d384a2ff212249fc5a0917c (commit) via 6518387aee45ce6b2b5d7a086dc359177c555b8d (commit) from fb8499c3a75ee891c67c82c3bcb52f3e7554aab9 (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 9f35b0df535ac8380d384a2ff212249fc5a0917c Merge: 6518387 fb8499c Author: Robert Strandh Date: Sat Sep 11 06:55:29 2010 +0200 Merge branch 'master' of common-lisp.net:/project/sicl/public_html/git/SICL Conflicts: Code/Reader/read.lisp commit 6518387aee45ce6b2b5d7a086dc359177c555b8d Author: Robert Strandh Date: Sat Sep 11 06:37:43 2010 +0200 Handle initial dot ----------------------------------------------------------------------- Summary of changes: Code/Reader/read.lisp | 114 +++++++++++++++++++++++++++++++++++++-------- Lisp-Unit/lisp-unit.fasl | Bin 99213 -> 95409 bytes 2 files changed, 93 insertions(+), 21 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems. From rstrandh at common-lisp.net Sat Sep 11 05:15:11 2010 From: rstrandh at common-lisp.net (Robert Strandh) Date: Sat, 11 Sep 2010 01:15:11 -0400 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. fcbfb7e9d2f1de81aed804791d726c7d84dfaf11 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 fcbfb7e9d2f1de81aed804791d726c7d84dfaf11 (commit) via 18ede4a751a1886f1fe95b66031b3efa554a2fdb (commit) from 9f35b0df535ac8380d384a2ff212249fc5a0917c (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 fcbfb7e9d2f1de81aed804791d726c7d84dfaf11 Author: Robert Strandh Date: Sat Sep 11 07:15:14 2010 +0200 Fixed buggy tests. Now all existing tests except one pass. Of course, there are not enough tests yet. commit 18ede4a751a1886f1fe95b66031b3efa554a2fdb Author: Robert Strandh Date: Sat Sep 11 07:14:43 2010 +0200 Wrote code to handle macro characters. Fixed a few typos. ----------------------------------------------------------------------- Summary of changes: Code/Reader/read.lisp | 16 ++++++++++------ Code/Reader/test.lisp | 18 ++++++++++++------ 2 files changed, 22 insertions(+), 12 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems. From rstrandh at common-lisp.net Sat Sep 11 05:34:39 2010 From: rstrandh at common-lisp.net (Robert Strandh) Date: Sat, 11 Sep 2010 01:34:39 -0400 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. 5096c09e7999a839599f3e2db8d83a85906b89ff 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 5096c09e7999a839599f3e2db8d83a85906b89ff (commit) from fcbfb7e9d2f1de81aed804791d726c7d84dfaf11 (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 5096c09e7999a839599f3e2db8d83a85906b89ff Author: Robert Strandh Date: Sat Sep 11 07:34:19 2010 +0200 Fixed a problem where the wrong index into the character buffer was used to determine the constituent trait of a character. Fixed a typo where = was used instead of -. ----------------------------------------------------------------------- Summary of changes: Code/Reader/read.lisp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems. From rstrandh at common-lisp.net Sat Sep 11 18:12:13 2010 From: rstrandh at common-lisp.net (Robert Strandh) Date: Sat, 11 Sep 2010 14:12:13 -0400 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. 17e39d4167fbcc4a44a079cafb988d21a2bb3018 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 17e39d4167fbcc4a44a079cafb988d21a2bb3018 (commit) from 5096c09e7999a839599f3e2db8d83a85906b89ff (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 17e39d4167fbcc4a44a079cafb988d21a2bb3018 Author: Robert Strandh Date: Sat Sep 11 20:11:31 2010 +0200 Modified existing implementations of special cases of remove on lists so as to take advantage of an :end value that small compared to the length of the list. Implemented remaining special cases of remove on lists. Implemented the remove function, except that only lists are handled. ----------------------------------------------------------------------- Summary of changes: Code/Sequences/sequences.lisp | 1350 +++++++++++++++++++++++++++++++++++++---- 1 files changed, 1237 insertions(+), 113 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems. From rstrandh at common-lisp.net Sat Sep 11 18:17:36 2010 From: rstrandh at common-lisp.net (Robert Strandh) Date: Sat, 11 Sep 2010 14:17:36 -0400 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. 8ddf2b6bb111c241ce20e38de71b3b8a373cd5b0 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 8ddf2b6bb111c241ce20e38de71b3b8a373cd5b0 (commit) from 17e39d4167fbcc4a44a079cafb988d21a2bb3018 (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 8ddf2b6bb111c241ce20e38de71b3b8a373cd5b0 Author: Robert Strandh Date: Sat Sep 11 20:17:43 2010 +0200 Used nreconc instead of specific code for constructing the final result in special versions of remove. ----------------------------------------------------------------------- Summary of changes: Code/Sequences/sequences.lisp | 128 +++++----------------------------------- 1 files changed, 16 insertions(+), 112 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems. From rstrandh at common-lisp.net Sat Sep 11 19:24:05 2010 From: rstrandh at common-lisp.net (Robert Strandh) Date: Sat, 11 Sep 2010 15:24:05 -0400 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. 0a1ce977bfc2e509552eff4eccf11f60ca41be98 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 0a1ce977bfc2e509552eff4eccf11f60ca41be98 (commit) from 8ddf2b6bb111c241ce20e38de71b3b8a373cd5b0 (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 0a1ce977bfc2e509552eff4eccf11f60ca41be98 Author: Robert Strandh Date: Sat Sep 11 21:24:21 2010 +0200 Fixed (hopefully all) cases of wrong if-chain. ----------------------------------------------------------------------- Summary of changes: Code/Sequences/sequences.lisp | 379 ++++++++++++++++++++++++---------------- 1 files changed, 227 insertions(+), 152 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems. From rstrandh at common-lisp.net Sun Sep 12 04:58:33 2010 From: rstrandh at common-lisp.net (Robert Strandh) Date: Sun, 12 Sep 2010 00:58:33 -0400 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. 94879961244487c1bbd9bf07f552bae2444dded2 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 94879961244487c1bbd9bf07f552bae2444dded2 (commit) from 0a1ce977bfc2e509552eff4eccf11f60ca41be98 (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 94879961244487c1bbd9bf07f552bae2444dded2 Author: Robert Strandh Date: Sun Sep 12 06:58:53 2010 +0200 Changed method for accumulating results in remove in order to avoid traversing the list twice. ----------------------------------------------------------------------- Summary of changes: Code/Sequences/sequences.lisp | 1211 +++++++++++++++++++++++++++++------------ 1 files changed, 850 insertions(+), 361 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems. From rstrandh at common-lisp.net Sun Sep 12 05:11:24 2010 From: rstrandh at common-lisp.net (Robert Strandh) Date: Sun, 12 Sep 2010 01:11:24 -0400 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. 51f792d7aaf83e06d211ab02573bbae2e5bc0732 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 51f792d7aaf83e06d211ab02573bbae2e5bc0732 (commit) from 94879961244487c1bbd9bf07f552bae2444dded2 (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 51f792d7aaf83e06d211ab02573bbae2e5bc0732 Author: Robert Strandh Date: Sun Sep 12 07:11:58 2010 +0200 Some tests for remove. A few fail. ----------------------------------------------------------------------- Summary of changes: Code/Sequences/test.lisp | 59 ++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 59 insertions(+), 0 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems. From rstrandh at common-lisp.net Sun Sep 12 05:35:56 2010 From: rstrandh at common-lisp.net (Robert Strandh) Date: Sun, 12 Sep 2010 01:35:56 -0400 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. e1c1769cd5bbadb5e4eac0b20e65b0a173ab6b97 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 e1c1769cd5bbadb5e4eac0b20e65b0a173ab6b97 (commit) from 51f792d7aaf83e06d211ab02573bbae2e5bc0732 (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 e1c1769cd5bbadb5e4eac0b20e65b0a173ab6b97 Author: Robert Strandh Date: Sun Sep 12 07:36:00 2010 +0200 Fixed a problem where the key function was applied to the item instead of to the elements of the sequence. Now all tests pass, but there are not enough tests yet. ----------------------------------------------------------------------- Summary of changes: Code/Sequences/sequences.lisp | 34 +++++++++++++++++----------------- 1 files changed, 17 insertions(+), 17 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems. From rstrandh at common-lisp.net Sun Sep 12 16:16:50 2010 From: rstrandh at common-lisp.net (Robert Strandh) Date: Sun, 12 Sep 2010 12:16:50 -0400 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. 3364c8463c0392d1fc55b045d9bc6c7ea76049ff 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 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 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 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 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. From rstrandh at common-lisp.net Mon Sep 13 05:14:08 2010 From: rstrandh at common-lisp.net (Robert Strandh) Date: Mon, 13 Sep 2010 01:14:08 -0400 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. b23bdb29809c4a0d87dab2303c5335364a660d39 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 b23bdb29809c4a0d87dab2303c5335364a660d39 (commit) via c3683aaf8da9a4ef38b5c67432e828b7f2795ab7 (commit) from 3364c8463c0392d1fc55b045d9bc6c7ea76049ff (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 b23bdb29809c4a0d87dab2303c5335364a660d39 Author: Robert Strandh Date: Mon Sep 13 07:14:28 2010 +0200 Updated status.text to reflect the state of the code. commit c3683aaf8da9a4ef38b5c67432e828b7f2795ab7 Author: Robert Strandh Date: Mon Sep 13 07:13:30 2010 +0200 Added more declarations to remove functions so as to speed up execution somewhat. Added more comments concerning the method used to in remove. ----------------------------------------------------------------------- Summary of changes: Code/Sequences/sequences.lisp | 254 ++++++++++++++++++++++++++++++++-------- Code/Sequences/status.text | 10 +-- 2 files changed, 205 insertions(+), 59 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems. From rstrandh at common-lisp.net Mon Sep 13 06:46:37 2010 From: rstrandh at common-lisp.net (Robert Strandh) Date: Mon, 13 Sep 2010 02:46:37 -0400 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. 17a664f8f0c2618dd41704c83106b422c49ee256 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 17a664f8f0c2618dd41704c83106b422c49ee256 (commit) via 81817279deb0abe3d8e5446b7fe5b4cdc900d43b (commit) from b23bdb29809c4a0d87dab2303c5335364a660d39 (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 17a664f8f0c2618dd41704c83106b422c49ee256 Author: Robert Strandh Date: Mon Sep 13 08:46:24 2010 +0200 Fixed a problem in remove that reversed the order of the arguments for the test function. Implemented remove-if and remov-if-not. No tests yet. Updated status.text to reflect the changes. commit 81817279deb0abe3d8e5446b7fe5b4cdc900d43b Author: Robert Strandh Date: Mon Sep 13 07:26:22 2010 +0200 Added more declarations to the copy-result functions of remove. ----------------------------------------------------------------------- Summary of changes: Code/Sequences/sequences.lisp | 1783 ++++++++++++++++++++++++++++++++++++++++- Code/Sequences/status.text | 18 +- 2 files changed, 1789 insertions(+), 12 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems. From rstrandh at common-lisp.net Mon Sep 13 09:37:11 2010 From: rstrandh at common-lisp.net (Robert Strandh) Date: Mon, 13 Sep 2010 05:37:11 -0400 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. f5ded7965960dd25d80a1f9f06e129b2b3cef9a3 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 f5ded7965960dd25d80a1f9f06e129b2b3cef9a3 (commit) via 0aabe5f47f95e0fa2b3aafcfee83325e5bcd5b2f (commit) from 17a664f8f0c2618dd41704c83106b422c49ee256 (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 f5ded7965960dd25d80a1f9f06e129b2b3cef9a3 Author: Robert Strandh Date: Mon Sep 13 11:37:42 2010 +0200 Updated status.text to reflect recent progress. commit 0aabe5f47f95e0fa2b3aafcfee83325e5bcd5b2f Author: Robert Strandh Date: Mon Sep 13 11:33:09 2010 +0200 Fixed a problem where copy-result was called, but that function had been deleted in favor of specialized ones. Changed those calls to the more specific versions. Systematically added a from-end=? to remove and delete functions with count=other. Implemented remove-if and remove-if-not. ----------------------------------------------------------------------- Summary of changes: Code/Sequences/sequences.lisp | 5282 ++++++++++++++++++++++++++++++++++++++++- Code/Sequences/status.text | 21 +- 2 files changed, 5165 insertions(+), 138 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems. From rstrandh at common-lisp.net Mon Sep 13 16:40:57 2010 From: rstrandh at common-lisp.net (Robert Strandh) Date: Mon, 13 Sep 2010 12:40:57 -0400 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. d12c7e4531ac87524ec6fa18fe2805ea3b73c025 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 d12c7e4531ac87524ec6fa18fe2805ea3b73c025 (commit) from f5ded7965960dd25d80a1f9f06e129b2b3cef9a3 (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 d12c7e4531ac87524ec6fa18fe2805ea3b73c025 Author: Robert Strandh Date: Mon Sep 13 18:37:14 2010 +0200 Implemented subseq (function). Implementd copy-seq. Implemented elt. Updated status.text to reflect the additions above. Added subseq, copy-seq, elt, delete, delete-if, and delete-if-not to shadowed symbols in packages.lisp. Moved the invalid-bounding-index conditions closer to the beginning of sequences.lisp because they are needed earlier. Implemented all special versions of the count function. Remains to write the function itself, and then to derive count-if and count-if-not from it. ----------------------------------------------------------------------- Summary of changes: Code/Sequences/packages.lisp | 6 +- Code/Sequences/sequences.lisp | 2320 ++++++++++++++++++++++++++++++++++++++++- Code/Sequences/status.text | 17 +- 3 files changed, 2321 insertions(+), 22 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems. From rstrandh at common-lisp.net Sat Sep 18 09:48:27 2010 From: rstrandh at common-lisp.net (Robert Strandh) Date: Sat, 18 Sep 2010 05:48:27 -0400 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. 8632859d20452098c17a7d35bdcb734c121a3088 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 8632859d20452098c17a7d35bdcb734c121a3088 (commit) from d12c7e4531ac87524ec6fa18fe2805ea3b73c025 (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 8632859d20452098c17a7d35bdcb734c121a3088 Author: Robert Strandh Date: Sat Sep 18 11:48:18 2010 +0200 Restructured the spec so as to emphasize the aspect of SICL dedicated to supplying modules for other implementers, as opposed to SICL as a new implementation of Common Lisp. ----------------------------------------------------------------------- Summary of changes: Specification/sicl.tex | 565 ++++++++++++++++++++++++++++++++---------------- 1 files changed, 378 insertions(+), 187 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems. From rstrandh at common-lisp.net Sat Sep 18 11:04:17 2010 From: rstrandh at common-lisp.net (Robert Strandh) Date: Sat, 18 Sep 2010 07:04:17 -0400 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. 20372c75ddfb5f6baea8ae8141e65fb04c397d82 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 20372c75ddfb5f6baea8ae8141e65fb04c397d82 (commit) via 13ccf3e7dab315dbd7946a179b444fe39bd9e98a (commit) from 8632859d20452098c17a7d35bdcb734c121a3088 (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 20372c75ddfb5f6baea8ae8141e65fb04c397d82 Author: Robert Strandh Date: Sat Sep 18 12:57:37 2010 +0200 Added sections about Unicode and Streams support. commit 13ccf3e7dab315dbd7946a179b444fe39bd9e98a Author: Robert Strandh Date: Sat Sep 18 12:53:06 2010 +0200 Wrote a section about garbage collection. ----------------------------------------------------------------------- Summary of changes: Specification/sicl.tex | 51 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 51 insertions(+), 0 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems. From rstrandh at common-lisp.net Sun Sep 19 08:00:10 2010 From: rstrandh at common-lisp.net (Robert Strandh) Date: Sun, 19 Sep 2010 04:00:10 -0400 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. 69c6296769a22d952fb9958030a6fcb6fba829eb 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 69c6296769a22d952fb9958030a6fcb6fba829eb (commit) from 20372c75ddfb5f6baea8ae8141e65fb04c397d82 (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 69c6296769a22d952fb9958030a6fcb6fba829eb Author: Robert Strandh Date: Sun Sep 19 10:00:32 2010 +0200 Added a section on tracking source-code location through macro expansions. Added a few more planned modules. ----------------------------------------------------------------------- Summary of changes: Specification/sicl.tex | 94 ++++++++++++++++++++++++++++++++++++++++++----- 1 files changed, 84 insertions(+), 10 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems. From rstrandh at common-lisp.net Sun Sep 19 11:39:25 2010 From: rstrandh at common-lisp.net (Robert Strandh) Date: Sun, 19 Sep 2010 07:39:25 -0400 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. 977ad7dfc8ab3b4c9adc95278109a509bc0bbdae 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 977ad7dfc8ab3b4c9adc95278109a509bc0bbdae (commit) via 63cee6a4dc4c35b40d71c637b16a50da86224dcc (commit) from 69c6296769a22d952fb9958030a6fcb6fba829eb (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 977ad7dfc8ab3b4c9adc95278109a509bc0bbdae Author: Robert Strandh Date: Sun Sep 19 13:39:31 2010 +0200 Wrote code for count, count-if, and count-if-not. Updated status.text to reflect that. commit 63cee6a4dc4c35b40d71c637b16a50da86224dcc Author: Robert Strandh Date: Sun Sep 19 12:44:18 2010 +0200 Implemented the count function itself. ----------------------------------------------------------------------- Summary of changes: Code/Sequences/sequences.lisp | 1275 ++++++++++++++++++++++++++++++++++++++++- Code/Sequences/status.text | 7 +- 2 files changed, 1275 insertions(+), 7 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems. From rstrandh at common-lisp.net Sun Sep 19 14:19:38 2010 From: rstrandh at common-lisp.net (Robert Strandh) Date: Sun, 19 Sep 2010 10:19:38 -0400 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. 50ba87b3b7ff50eb2cd21de866c295edcfec27a0 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 50ba87b3b7ff50eb2cd21de866c295edcfec27a0 (commit) from 977ad7dfc8ab3b4c9adc95278109a509bc0bbdae (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 50ba87b3b7ff50eb2cd21de866c295edcfec27a0 Author: Robert Strandh Date: Sun Sep 19 16:20:04 2010 +0200 A single special case for merge and a single special case for sort that turns out to be quite fast. ----------------------------------------------------------------------- Summary of changes: Code/Sequences/sequences.lisp | 107 ++++++++++++++++++++++++++++++++++++++++- 1 files changed, 106 insertions(+), 1 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems. From rstrandh at common-lisp.net Mon Sep 20 12:59:55 2010 From: rstrandh at common-lisp.net (Robert Strandh) Date: Mon, 20 Sep 2010 08:59:55 -0400 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. ca8f4e43dedbbb5714e3a58ff4394aa8691e232e 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 ca8f4e43dedbbb5714e3a58ff4394aa8691e232e (commit) via 30c0439f9d6e1bd2152990937a559c8707c03a60 (commit) via 7b4998fb503af8e6573efb9e0632b15dd08ddde0 (commit) via ce30386327cd612f7cb652e05240dfa6966257e5 (commit) from 50ba87b3b7ff50eb2cd21de866c295edcfec27a0 (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 ca8f4e43dedbbb5714e3a58ff4394aa8691e232e Author: Robert Strandh Date: Mon Sep 20 15:00:00 2010 +0200 Implemented nsubstitute on a list for cases except from-end=t and count=other. commit 30c0439f9d6e1bd2152990937a559c8707c03a60 Author: Robert Strandh Date: Mon Sep 20 14:58:57 2010 +0200 Added substitute, substitute-if, substitute-if-not, nsubstitute, nsubstitute-if, and nsubstitute-if-not to list of shadowed/exported symbols. commit 7b4998fb503af8e6573efb9e0632b15dd08ddde0 Author: Robert Strandh Date: Mon Sep 20 09:05:32 2010 +0200 Implemented quicksort for simple vectors. commit ce30386327cd612f7cb652e05240dfa6966257e5 Author: Robert Strandh Date: Mon Sep 20 09:04:40 2010 +0200 Added count, count-if, count-if-not, merge, and sort to the list of shadowed and exported symbols. ----------------------------------------------------------------------- Summary of changes: Code/Sequences/packages.lisp | 6 +- Code/Sequences/sequences.lisp | 1561 ++++++++++++++++++++++++++++++++++++++--- 2 files changed, 1475 insertions(+), 92 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems. From rstrandh at common-lisp.net Thu Sep 23 15:42:12 2010 From: rstrandh at common-lisp.net (Robert Strandh) Date: Thu, 23 Sep 2010 11:42:12 -0400 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. 3ca32b4766b1d32e5685251ce49e21ffefc253eb 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 3ca32b4766b1d32e5685251ce49e21ffefc253eb (commit) from ca8f4e43dedbbb5714e3a58ff4394aa8691e232e (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 3ca32b4766b1d32e5685251ce49e21ffefc253eb Author: Robert Strandh Date: Thu Sep 23 17:42:52 2010 +0200 Added a strategy for dealing with sequence functions that take a type specifier as argument. ----------------------------------------------------------------------- Summary of changes: Code/Sequences/status.text | 22 ++++++++++++++++++---- 1 files changed, 18 insertions(+), 4 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems.