[cmucl-cvs] [git] CMU Common Lisp branch master updated. snapshot-2013-01-2-gf0707af

Raymond Toy rtoy at common-lisp.net
Thu Jan 3 01:01:35 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  f0707af1619d8e5a2f44e8a8dc00a602f2020254 (commit)
       via  c5cacfc73a37cd18cce4f18a449202d4ace13d23 (commit)
      from  bb144c9d0f653d19d32bb1a703b445a651cb131f (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 f0707af1619d8e5a2f44e8a8dc00a602f2020254
Author: Raymond Toy <toy.raymond at gmail.com>
Date:   Wed Jan 2 16:47:42 2013 -0800

    Put back the chapter Retargeting the Compiler.
    
    The text is there, but the chapter heading was missing.

diff --git a/src/docs/internals/retargeting.tex b/src/docs/internals/retargeting.tex
index 9fa2c81..08399cc 100644
--- a/src/docs/internals/retargeting.tex
+++ b/src/docs/internals/retargeting.tex
@@ -1,5 +1,6 @@
 \part{Compiler Retargeting}
 
+\chapter{Retargeting the Compiler}
 [\#\#\#
 
 In general, it is a danger sign if a generator references a TN that isn't an

commit c5cacfc73a37cd18cce4f18a449202d4ace13d23
Author: Raymond Toy <toy.raymond at gmail.com>
Date:   Wed Jan 2 16:45:52 2013 -0800

    Remove duplicated definitions of list-all-external-formats and
    describe-external-formats in the documentation.

diff --git a/src/docs/cmu-user/unicode.tex b/src/docs/cmu-user/unicode.tex
index 921a40d..c6a1a98 100644
--- a/src/docs/cmu-user/unicode.tex
+++ b/src/docs/cmu-user/unicode.tex
@@ -615,18 +615,6 @@ utility functions are provided to make access easier.
   converting the octets.
 \end{defun}
 
-\begin{defun}{}{list-all-external-formats}{}
-  \code{list-all-external-formats} produces a list of all known
-  external formats and the known aliases for for them.  Each element
-  of the list is a list consisting of the name of the external format
-  and a list of the known aliases for the format.
-\end{defun}
-
-\begin{defun}{}{describe-external-format}{\args \var{external-format}}
-  \code{describe-external-format} prints a description of the
-  specified external-format.
-\end{defun}
-
 \section{Writing External Formats}
 
 \subsection{External Formats}

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

Summary of changes:
 src/docs/cmu-user/unicode.tex      |   12 ------------
 src/docs/internals/retargeting.tex |    1 +
 2 files changed, 1 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
CMU Common Lisp




More information about the cmucl-cvs mailing list