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 "CMU Common Lisp".
The branch, master has been updated via 38f32e9f4aed41488e8094162292f923767d06e3 (commit) via b1318713728055e8227ada913ebaa00d007c2ca4 (commit) from ae862666db52263be094586fb68e61364ea5b359 (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 38f32e9f4aed41488e8094162292f923767d06e3 Author: Raymond Toy toy.raymond@gmail.com Date: Mon Nov 19 19:39:55 2012 -0800
Need to precompile the ef-osc slot too. Otherwise, the first attempt to read a file will cause it to be compiled, which isn't quite what we wanted.
diff --git a/src/code/fd-stream-comp.lisp b/src/code/fd-stream-comp.lisp index e05dc1a..af58c80 100644 --- a/src/code/fd-stream-comp.lisp +++ b/src/code/fd-stream-comp.lisp @@ -26,6 +26,7 @@ (stream::precompile-ef-slot :iso8859-1 #.stream::+ef-so+) (stream::precompile-ef-slot :iso8859-1 #.stream::+ef-en+) (stream::precompile-ef-slot :iso8859-1 #.stream::+ef-de+) +(stream::precompile-ef-slot :iso8859-1 #.stream::+ef-osc+)
(stream::precompile-ef-slot :utf-8 #.stream::+ef-cin+) (stream::precompile-ef-slot :utf-8 #.stream::+ef-cout+) @@ -34,4 +35,4 @@ (stream::precompile-ef-slot :utf-8 #.stream::+ef-so+) (stream::precompile-ef-slot :utf-8 #.stream::+ef-en+) (stream::precompile-ef-slot :utf-8 #.stream::+ef-de+) - +(stream::precompile-ef-slot :utf-8 #.stream::+ef-osc+)
commit b1318713728055e8227ada913ebaa00d007c2ca4 Author: Raymond Toy toy.raymond@gmail.com Date: Sun Nov 18 20:51:16 2012 -0800
Update.
diff --git a/src/general-info/release-20e.txt b/src/general-info/release-20e.txt index 52eee31..aff9643 100644 --- a/src/general-info/release-20e.txt +++ b/src/general-info/release-20e.txt @@ -30,8 +30,11 @@ New in this release: * Bugfixes:
* Trac Tickets: + * Ticket #52 reopened.
* Other changes: + * -8 option for build-all.sh is deprecated since we don't + officially support 8-bit builds anymore.
* Improvements to the PCL implementation of CLOS:
-----------------------------------------------------------------------
Summary of changes: src/code/fd-stream-comp.lisp | 3 ++- src/general-info/release-20e.txt | 3 +++ 2 files changed, 5 insertions(+), 1 deletions(-)
hooks/post-receive