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 28740a75c3a9948d9a6fea93f4fffde1453ea665 (commit) via 66a1d751cebc236a4e9da87fa26f0d3777075de1 (commit) from 9706477f9d5feebfbc8f7de353bab36b50b260bc (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 28740a75c3a9948d9a6fea93f4fffde1453ea665 Author: Raymond Toy toy.raymond@gmail.com Date: Sat Mar 29 09:22:10 2014 -0700
Note dropping of x87 support after this snapshot.
diff --git a/src/general-info/release-20f.txt b/src/general-info/release-20f.txt index b5f697d..f7a012d 100644 --- a/src/general-info/release-20f.txt +++ b/src/general-info/release-20f.txt @@ -19,6 +19,9 @@ over the Internet, and is mostly in the public domain. New in this release:
* Known issues: + * Support for x87 will be dropped after the 2014-04 snapshot. All + further snapshots will require an x86 chip that supports sse2. + SSE2 was introduced with the Pentium 4 in 2001.
* Feature enhancements * Trig functions are signficantly faster.
commit 66a1d751cebc236a4e9da87fa26f0d3777075de1 Author: Raymond Toy toy.raymond@gmail.com Date: Sat Mar 29 09:03:04 2014 -0700
Update from commit logs.
diff --git a/src/general-info/release-20f.txt b/src/general-info/release-20f.txt index b245312..b5f697d 100644 --- a/src/general-info/release-20f.txt +++ b/src/general-info/release-20f.txt @@ -68,17 +68,17 @@ New in this release: Incorrect results were returned under some conditions when the result TN was packed in the same location as one of the argument TNs. - * Type derivation for log now matches the actual returned - values. (Ticket #92). * The float constants for various limits are defined for double-double floats such as least-positive-double-double-float. * When reading very small float values, round to least-positive-foo-float if possible. + * (log -0w0) and (log 0w0) returns values analogous to the + double-float versions.
* Trac Tickets: * Ticket #90 fixed. - * Ticket #92 fixed. + * Ticket #92 marked invalid.. * Ticket #87 fixed. * Ticket #94 fixed. * Ticket #93 fixed.
-----------------------------------------------------------------------
Summary of changes: src/general-info/release-20f.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-)
hooks/post-receive