From 4d5f8ca396a5e1d29054cf1a5b52c7236bf6eb11 Mon Sep 17 00:00:00 2001
From: Tim Daly <daly@axiom-developer.org>
Date: Wed, 8 Apr 2015 11:43:08 -0400
Subject: [PATCH] src/doc/msgs/co-eng.msgs remove unused file

These messages are never used.
---
 changelog                      |    3 +
 patch                          |   11 +---
 src/axiom-website/patches.html |    2 +
 src/doc/msgs/co-eng.msgs       |  135 ----------------------------------------
 src/interp/Makefile.pamphlet   |    4 -
 5 files changed, 7 insertions(+), 148 deletions(-)
 delete mode 100755 src/doc/msgs/co-eng.msgs

diff --git a/changelog b/changelog
index d9ddd11..f323b80 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,6 @@
+20150408 tpd src/axiom-website/patches.html 20150408.01.tpd.patch
+20150408 tpd src/doc/msgs/co-eng.msgs remove unused file
+20150408 tpd src/interp/Makefile remove co-eng.msgs references
 20150407 tpd src/axiom-website/patches.html 20150407.01.tpd.patch
 20150407 tpd books/bookvol5 inline msgs, add trace chapter head
 20150407 tpd books/bookvol9 inline msgs
diff --git a/patch b/patch
index 9b95470..2c38596 100644
--- a/patch
+++ b/patch
@@ -1,10 +1,3 @@
-books/bookvol5 inline all error messages
-
-Inlining message text and removing s2-us.msgs. 
-Add new chapter header for tracing.
-Update test cases to reflect minor spacing syntax changes.
-
-
-
-
+src/doc/msgs/co-eng.msgs remove unused file
 
+These messages are never used.
diff --git a/src/axiom-website/patches.html b/src/axiom-website/patches.html
index 1293707..8c9a015 100644
--- a/src/axiom-website/patches.html
+++ b/src/axiom-website/patches.html
@@ -5004,6 +5004,8 @@ src/doc/s2-us.msgs start inline of message text<br/>
 books/bookvol9 inline all error messages<br/>
 <a href="patches/20150407.01.tpd.patch">20150407.01.tpd.patch</a>
 books/bookvol5 inline msgs, add trace chapter head<br/>
+<a href="patches/20150408.01.tpd.patch">20150408.01.tpd.patch</a>
+src/doc/msgs/co-eng.msgs remove unused file<br/>
  </body>
 </html>
 
diff --git a/src/doc/msgs/co-eng.msgs b/src/doc/msgs/co-eng.msgs
deleted file mode 100755
index 957c6aa..0000000
--- a/src/doc/msgs/co-eng.msgs
+++ /dev/null
@@ -1,135 +0,0 @@
-S2CI0001
- %1f
- 
-S2CI0002
- File %1f ended where at least one )endif was still needed.
- An appropriate number of )endif lines has been assumed.
- 
-S2CI0003
- A )fin command has been given in %1f where at least one )endif
- was still needed.
- An appropriate number of )endif lines have been assumed.
- 
-S2CI0004
- There is a cycle in the )include files: %i %l %1f %u %l.
- The inner occurrence of %2f has not been included.
- 
-S2CI0005
- Including source lines from console.  Type %b )fin %d when done.
- 
-S2CI0006
- %1f other )console commands are currently active.
- While this new )console command is reading input the others
- will have to wait.
- Remember, each )console command will need a separate )fin.
- 
-S2CI0007
- The current )console command has finished reading.
- %1f are still active.  Remember, each will need a separate )fin.
- 
-S2CI0008
- A )fin command was skipped
- (along with everything else) in a false branch of an )if...)endif.
- 
-S2CI0009
- Incorrect )if...)endif syntax.  A %b %1f %d was found %2f.
- The processing of the source from %3f has been abandoned.
- 
-S2CI0010
- The )include file %b %1f %d does not exist.
- 
-S2CI0011
- The )include file %b %1f %d exists, but cannot be read.
- 
-S2CN0001
- Quote added at end of line.
- 
-S2CN0002
- The character %b %1 %d is greater than the radix.
- 
-S2CN0003
- The character %b %1 %d is not an AXIOM character.
- 
-S2CY0002
- Improper syntax.
- 
-S2CY0003
- Ignored from here
- 
-S2CY0004
- to here.
- 
-S2CY0005
- Ignored.
- 
-S2CY0006
- syntax error at top level
- 
-S2CY0007
- Possibly missing a %b %1 %d
- 
-S2CY0008
- Missing mate.
- 
-S2CY0009
- System error while parsing, stack is empty.
- 
-S2CM0001
- %1 is improper for macro definition.  Ignored.
-S2CM0003
- Expected %1b arguments, but received %2b.
-S2CM0004
- Macro parameter %1f is not an id.
-S2CM0005 noRep
- Cycle in macro expansion: %l %1y %2 %l.  Left as: %3f
- 
-S2CZ0003
- Gathering list of library items
- 
-S2CU0002
- Get export message
- 
-S2CU0003
- unexpected case in 'sayLength
- 
-S2CB0002
- Unexpected state in )if...)endif.
- 
-S2CB0003
- Unexpected command in source inclusion.
- 
-S2CB0004
- Should not be calling getExport
- 
-S2CB0005
- List should have length = 1
- 
-S2CB0006
- Unknown literal style.
- 
-S2CB0007
-  Association list search failed on %1
- 
-S2CB0031
- bad object
- 
-S2CTP003 trace
- Parse tree: %U  %1fl
- 
-S2CTP007 trace
- Macro expanded: %U %1fl
- 
-S2CTP010
- %b %1 error(s) parsing %d
- 
-S2CTP021
- %1 ...
- 
-S2CTP023
- %l
- 
-S2CAS001
- Cannot convert a %1 to a builtin index.
- 
-S2CAS002
-  Improper argument
diff --git a/src/interp/Makefile.pamphlet b/src/interp/Makefile.pamphlet
index 4ccd467..f72655a 100644
--- a/src/interp/Makefile.pamphlet
+++ b/src/interp/Makefile.pamphlet
@@ -663,7 +663,6 @@ ${SAVESYS}:	${DEPSYS} ${OBJS} ${OUT}/bookvol5.${O} ${OUT}/util.${O} \
 	@ echo O=${O} LISP=${LISP} BYE=${BYE}
 	@ cp -p ${OUT}/*.fn ${MID}
 	@ cp -p ${SRC}/doc/msgs/s2-us.msgs ${SPAD}/doc/msgs
-#	@ cp -p ${SRC}/doc/msgs/co-eng.msgs ${SPAD}/doc/msgs
 	@ echo '${PROCLAIMS}' > ${OUT}/makeint.lisp
 	@ echo '(load "${OUT}/nocompil")' >> ${OUT}/makeint.lisp
 	@ echo '(load "${OUT}/bookvol5")' >> ${OUT}/makeint.lisp
@@ -680,13 +679,10 @@ ${SAVESYS}:	${DEPSYS} ${OBJS} ${OUT}/bookvol5.${O} ${OUT}/util.${O} \
           '"${SPAD}"  "${LSP}" "${SRC}" "${INT}"' \
           '"${OBJ}" "${MNT}" "${SYS}")' >> ${OUT}/makeint.lisp
 	@ echo '(in-package "SCRATCHPAD-COMPILER")' >> ${OUT}/makeint.lisp
-#	@ echo '(|shoeInternFile| "${MNT}/${SYS}/doc/msgs/co-eng.msgs")' \
-#                >> ${OUT}/makeint.lisp
 	@ echo '(boot::set-restart-hook)' >> ${OUT}/makeint.lisp
 	@ echo '(in-package "BOOT")' >> ${OUT}/makeint.lisp
 	@ echo '(load "${INT}/algebra/warm.data")' >> ${OUT}/makeint.lisp
 	@ echo '(|clearClams|)' >> ${OUT}/makeint.lisp
-#	@ echo '#+:akcl (si::multiply-bignum-stack 10)' >> ${OUT}/makeint.lisp
 	@ echo '#+:akcl (setq compiler::*suppress-compiler-notes* t)' \
                 >> ${OUT}/makeint.lisp
 	@ echo '#+:akcl (si::gbc-time 0)' >> ${OUT}/makeint.lisp
-- 
1.7.5.4

