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 afd3451aeb9bb26e076e235c502c5b1a106081cf (commit) from 2970ca060d1c2677b00cec111d6e64d8c92ef42c (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 afd3451aeb9bb26e076e235c502c5b1a106081cf Author: Raymond Toy toy.raymond@gmail.com Date: Mon May 28 09:18:47 2012 -0700
Update with changes.
diff --git a/src/general-info/release-20d.txt b/src/general-info/release-20d.txt index 8c71e7f..af8619d 100644 --- a/src/general-info/release-20d.txt +++ b/src/general-info/release-20d.txt @@ -79,6 +79,9 @@ New in this release: * COMPILE-FILE should not signal an error when given a list for :EXTERNAL-FORMAT. Lists are needed to specify a composing external format like :DOS or :MAC. + * EXPORT and friends should not EVAL the form when compiling. + This was probably a leftover from the time when CMUCL did not + have DEFPACKAGE. (See ticket:60.)
* Trac Tickets: * #50: Print/read error with make-pathname. @@ -86,6 +89,7 @@ New in this release: * #52: UNICODE-COMPLETE-NAME misses a completion. * #55: blocked signals. * #58: UTF-16 buffering problem. + * #60: compile-file and export problem
* Other changes: * The layout of the cmucl directories has been changed.
-----------------------------------------------------------------------
Summary of changes: src/general-info/release-20d.txt | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-)
hooks/post-receive