dleslie 01/01/29 07:16:52
Modified: java/xdocs/sources/xalan DONE
Log:
Another bug fix.
Revision Changes Path
1.36 +2 -1 xml-xalan/java/xdocs/sources/xalan/DONE
Index: DONE
===================================================================
RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/DONE,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- DONE 2001/01/29 14:36:42 1.35
+++ DONE 2001/01/29 15:16:50 1.36
@@ -41,7 +41,8 @@
<li>Fixed bug reported by Jano Elivirta: FuncSubString was returning an
error if the start index is larger than the string.<br/><br/></li>
<li>Set StringKey.toString() to return the underlying String (m_str),
thus avoiding a potential symmetry problem with the equals() method
reported by Ito Kazumitsu.<br/><br/></li>
- <li>In response to note from Ito Kazumitsu, changed Java encoding name
"EUCJIS" in FormatterToXML to "EUC_JP".</li>
+ <li>In response to note from Ito Kazumitsu, changed Java encoding name
"EUCJIS" in FormatterToXML to "EUC_JP".<br/><br/></li>
+ <li>When Xalan creates a FileOutputStream, it now closes the stream
before exiting.</li>
</ul>
<p><em>Bug fixes in the <link idref="usagepatterns"
anchor="compat">Xalan-Java 1 compatibility API</link>:</em></p>
<ul>