From rstrandh at common-lisp.net Tue Mar 29 09:58:51 2011 From: rstrandh at common-lisp.net (Robert Strandh) Date: Tue, 29 Mar 2011 05:58:51 -0400 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. af2e4740c65d9a05aa89a733e627399d9f2e2e0f 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 af2e4740c65d9a05aa89a733e627399d9f2e2e0f (commit) via 1f206f19e47b0ba8ccbbe0eb80ab068d3b5cbdc3 (commit) via 4a12022e2dc8b8ffbedc9cca9e87ade94830aed4 (commit) via ac5562a9125ecbe70b4a6850c020e822d1633935 (commit) from 77e852ff0974d8f8048c9ad174774463aeed8a2f (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 af2e4740c65d9a05aa89a733e627399d9f2e2e0f Merge: 1f206f1 77e852f Author: Robert Strandh Date: Tue Mar 29 11:58:21 2011 +0200 Merge branch 'master' of common-lisp.net:/project/sicl/public_html/git/SICL Conflicts: Code/Sequences/sequences.lisp commit 1f206f19e47b0ba8ccbbe0eb80ab068d3b5cbdc3 Author: Robert Strandh Date: Tue Mar 29 11:55:03 2011 +0200 Minor modifications commit 4a12022e2dc8b8ffbedc9cca9e87ade94830aed4 Author: Robert Strandh Date: Tue Mar 29 11:52:32 2011 +0200 ELS 2011 slides commit ac5562a9125ecbe70b4a6850c020e822d1633935 Author: Robert Strandh Date: Tue Dec 7 07:19:25 2010 +0100 Fixed a problem in tail-must-be-proper-list-with-end revealed by latest tests. ----------------------------------------------------------------------- Summary of changes: Code/Cons-high/test.lisp | 11 +- Code/Sequences/Small/sequences.lisp | 141 +++++++++++++++++++ Code/Sequences/sequences.lisp | 4 + Code/Sequences/test.lisp | 24 ++-- ELS-paper/Makefile | 43 ++++++ ELS-paper/slides.tex | 265 +++++++++++++++++++++++++++++++++++ ELS-paper/strip-dependence | 12 ++ ELS-paper/tex-dependencies | 10 ++ 8 files changed, 494 insertions(+), 16 deletions(-) create mode 100644 ELS-paper/Makefile create mode 100644 ELS-paper/slides.tex create mode 100755 ELS-paper/strip-dependence create mode 100755 ELS-paper/tex-dependencies hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems. From rstrandh at common-lisp.net Wed Mar 30 04:49:13 2011 From: rstrandh at common-lisp.net (Robert Strandh) Date: Wed, 30 Mar 2011 00:49:13 -0400 Subject: [sicl-cvs] GIT update: SICL, bricks for implementors of Common Lisp systems. branch, master, updated. 623a34b1e8cb4c25b83a4ebace223d3748e34b39 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 623a34b1e8cb4c25b83a4ebace223d3748e34b39 (commit) from af2e4740c65d9a05aa89a733e627399d9f2e2e0f (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 623a34b1e8cb4c25b83a4ebace223d3748e34b39 Author: Robert Strandh Date: Wed Mar 30 06:48:44 2011 +0200 near-final version ----------------------------------------------------------------------- Summary of changes: ELS-paper/slides.tex | 127 ++++++++++++++++++++++++++++++++++++++++++++----- 1 files changed, 114 insertions(+), 13 deletions(-) hooks/post-receive -- SICL, bricks for implementors of Common Lisp systems.