From 12544df71b8929361f194c188d0fa197f6452fdd Mon Sep 17 00:00:00 2001
From: Tim Daly <daly@axiom-developer.org>
Date: Tue, 6 Jan 2015 16:01:00 -0500
Subject: buglist: bug 7284: printing of typeOf failed

outputFixed(0)
                                                                   Type: Void
(7) -> 0.0

   (7)  0.0
                                                                  Type: Float
---
 buglist                        |   12 +++++++++++-
 changelog                      |    2 ++
 patch                          |   11 ++++++-----
 src/axiom-website/patches.html |    2 ++
 4 files changed, 21 insertions(+), 6 deletions(-)

diff --git a/buglist b/buglist
index 6762719..41e0918 100644
--- a/buglist
+++ b/buglist
@@ -1,6 +1,6 @@
 =========================================================================
 
-bug 7284: 
+bug 7285: 
 todo 337:
 wish 1012:
 meh 5:
@@ -12,6 +12,16 @@ dup 50006:
 nonextend 60077:
 
 =========================================================================
+bug 7284: printing of typeOf failed
+
+outputFixed(0)
+                                                                   Type: Void
+(7) -> 0.0
+
+   (7)  0.0
+                                                                  Type: Float
+
+=========================================================================
 bug 7283: printing of typeOf failed
 
 print(typeOf(1)::OutputForm)
diff --git a/changelog b/changelog
index f56f06e..6f63548 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,5 @@
+20150106 tpd src/axiom-website/patches.html 20150106.08.tpd.patch
+20150106 tpd buglist: bug 7284: printing of typeOf failed
 20150106 tpd src/axiom-website/patches.html 20150106.07.tpd.patch
 20150106 tpd buglist: bug 7283: printing of typeOf failed
 20150106 tpd src/axiom-website/patches.html 20150106.06.tpd.patch
diff --git a/patch b/patch
index 7e01c8e..38fd76a 100644
--- a/patch
+++ b/patch
@@ -1,7 +1,8 @@
-buglist: bug 7283: printing of typeOf failed
+buglist: bug 7284: printing of typeOf failed
 
-print(typeOf(1)::OutputForm)
- 
-   >> System error:
-   Caught fatal error [memory may be damaged]
+outputFixed(0)
+                                                                   Type: Void
+(7) -> 0.0
 
+   (7)  0.0
+                                                                  Type: Float
diff --git a/src/axiom-website/patches.html b/src/axiom-website/patches.html
index 5bbf620..a182d63 100644
--- a/src/axiom-website/patches.html
+++ b/src/axiom-website/patches.html
@@ -4910,6 +4910,8 @@ buglist: bug 7281: )show TYPE gives duplicate output<br/>
 buglist: bug 7282: Cannot convert from type Matrix(Integer)...<br/>
 <a href="patches/20150106.07.tpd.patch">20150106.07.tpd.patch</a>
 buglist: bug 7283: printing of typeOf failed<br/>
+<a href="patches/20150106.08.tpd.patch">20150106.08.tpd.patch</a>
+buglist: bug 7284: printing of typeOf failed<br/>
  </body>
 </html>
 
-- 
1.7.5.4

