[Cmucl-cvs] [git] CMU Common Lisp branch master updated. 20f-61-g443865a

Raymond Toy rtoy at common-lisp.net
Sat Nov 1 02:19:06 UTC 2014


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  443865a9fa5876b5ba7bdcaae02dc0927bb385b7 (commit)
      from  1f025baf2d31cb22998fffc44125669506a23137 (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 443865a9fa5876b5ba7bdcaae02dc0927bb385b7
Author: Raymond Toy <toy.raymond at gmail.com>
Date:   Fri Oct 31 19:18:59 2014 -0700

    The external format :utf is no longer an alias for :utf-8.
    
     * src/pcl/simple-streams/external-formats/aliases:
       * Remove the :utf alias.
     * src/general-info/release-21a.txt:
       * Update.

diff --git a/src/general-info/release-21a.txt b/src/general-info/release-21a.txt
index 4b1e86c..bbf6d09 100644
--- a/src/general-info/release-21a.txt
+++ b/src/general-info/release-21a.txt
@@ -24,6 +24,7 @@ New in this release:
   * Changes
     * Micro-optimize SCALE-FLOAT to do multiplication when possible.
     * Update to ASDF 3.1.4.
+    * The external-format :UTF is no longer an alias for :UTF-8.
 
   * ANSI compliance fixes:
 
diff --git a/src/pcl/simple-streams/external-formats/aliases b/src/pcl/simple-streams/external-formats/aliases
index 2e9214f..59034e4 100644
--- a/src/pcl/simple-streams/external-formats/aliases
+++ b/src/pcl/simple-streams/external-formats/aliases
@@ -190,7 +190,6 @@ mac-uk		mac-cyrillic
 macukrainian	mac-cyrillic
 maccyrillic	mac-cyrillic
 
-utf		utf-8
 utf8		utf-8
 
 ;; UTF-16 will recognize a BOM at the beginning of the file and will

-----------------------------------------------------------------------

Summary of changes:
 src/general-info/release-21a.txt                | 1 +
 src/pcl/simple-streams/external-formats/aliases | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMU Common Lisp




More information about the cmucl-cvs mailing list