[cmucl-cvs] [git] CMU Common Lisp branch master updated. snapshot-2013-03-2-g3840e31
Raymond Toy
rtoy at common-lisp.net
Tue Mar 5 06:08:51 UTC 2013
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 3840e31732c81220de96788dd3d5ea71d1bd2bca (commit)
via d8403893f7a9710112699c41b37deb7c6b87cc61 (commit)
from 139d0c88a0d9de0f117e76b0d4cffff188210974 (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 3840e31732c81220de96788dd3d5ea71d1bd2bca
Author: Raymond Toy <toy.raymond at gmail.com>
Date: Mon Mar 4 22:08:38 2013 -0800
Note ticket #74 fixed, and move a Change item to a Bugfix item.
diff --git a/src/general-info/release-20e.txt b/src/general-info/release-20e.txt
index fb9f3a5..dd56d03 100644
--- a/src/general-info/release-20e.txt
+++ b/src/general-info/release-20e.txt
@@ -41,9 +41,6 @@ New in this release:
derivation.)
* :I486 and :PENTIUM (Always assume we're running on at least a
Pentium.)
- * A serious error in FILE-POSITION on streams using an encoding
- other than latin1 has been fixed. See ticket #74.
-
* ANSI compliance fixes:
* Attempts to modify the standard readtable or the standard pprint
dispatch table will now signal a continuable error.
@@ -52,6 +49,9 @@ New in this release:
* REPLACE and friends on strings were limited to strings less than
the maximum possible size. This has been fixed so strings of any
supported length can be handled. (See ticket #66 and #68.)
+ * A serious error in FILE-POSITION on streams using an encoding
+ other than latin1 has been fixed. See ticket #74.
+
* Trac Tickets:
* Ticket #52 reopened.
@@ -64,6 +64,7 @@ New in this release:
* Ticket #71 fixed.
* Ticket #72 fixed.
* Ticket #73 fixed.
+ * Ticket #74 fixed.
* Other changes:
* -8 option for build-all.sh is deprecated since we don't
commit d8403893f7a9710112699c41b37deb7c6b87cc61
Author: Raymond Toy <toy.raymond at gmail.com>
Date: Mon Mar 4 22:07:06 2013 -0800
Oops. Remove debugging echo.
diff --git a/bin/make-dist.sh b/bin/make-dist.sh
index c79a06a..91dcc06 100755
--- a/bin/make-dist.sh
+++ b/bin/make-dist.sh
@@ -104,7 +104,6 @@ do
esac
done
-echo $@
shift `expr $OPTIND - 1`
# Figure out the architecture and OS
-----------------------------------------------------------------------
Summary of changes:
bin/make-dist.sh | 1 -
src/general-info/release-20e.txt | 7 ++++---
2 files changed, 4 insertions(+), 4 deletions(-)
hooks/post-receive
--
CMU Common Lisp
More information about the cmucl-cvs
mailing list