In bookvol5, the function initializeInterpreterFrameRing duplicate was removed.
========================================================================
diff --git a/books/bookvol5.pamphlet b/books/bookvol5.pamphlet
index 2becf4e..850e46d 100644
--- a/books/bookvol5.pamphlet
+++ b/books/bookvol5.pamphlet
@@ -4397,23 +4397,6 @@ updateCurrentInterpreterFrame() ==
nil)
@
-\subsection{defun initializeInterpreterFrameRing}
-\begin{verbatim}
-initializeInterpreterFrameRing() ==
- $interpreterFrameName := 'initial
- $interpreterFrameRing := [emptyInterpreterFrame($interpreterFrameName)]
- updateFromCurrentInterpreterFrame()
- NIL
-\end{verbatim}
-<<defun initializeInterpreterFrameRing>>=
-(defun |initializeInterpreterFrameRing| ()
- (spadlet |$interpreterFrameName| '|initial|)
- (spadlet |$interpreterFrameRing|
- (cons (|emptyInterpreterFrame| |$interpreterFrameName|) nil))
- (|updateFromCurrentInterpreterFrame|)
- nil)
-
-@
\subsection{defun nextInterpreterFrame}
This function updates the current frame to make sure all of the
diff --git a/changelog b/changelog
index cdca04a..6fdafc0 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,5 @@
+20090227 tpd src/axiom-website/patches.html 20090227.02.tpd.patch
+20090227 tpd books/bookvol5 remove initializeInterpreterFrameRing duplicate
20090227 tpd src/axiom-website/patches.html 20090227.01.lxx.patch
20090227 lxx src/algebra/Makefile document UnivariateSkewPolynomial
20090227 tpd books/bookvol0 add UnivariateSkewPolynomial
diff --git a/src/axiom-website/patches.html b/src/axiom-website/patches.html
index ef940f5..11a8e9f 100644
--- a/src/axiom-website/patches.html
+++ b/src/axiom-website/patches.html
@@ -973,5 +973,7 @@ bookvol10.3 add regression, help, examples for
NottinghamGroup<br/>
input/Makefile remove bags.input<br/>
<a href="patches/20090227.01.lxx.patch">20090227.01.lxx.patch</a>
bookvol10.3 document UnivariateSkewPolynomial<br/>
+<a href="patches/20090227.02.tpd.patch">20090227.02.tpd.patch</a>
+bookvol5 remove duplicate function<br/>
</body>
</html>
_______________________________________________
Axiom-developer mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/axiom-developer