diff options
| author | Dan Albert <danalbert@google.com> | 2015-06-17 11:09:54 -0700 |
|---|---|---|
| committer | Dan Albert <danalbert@google.com> | 2015-06-17 14:15:22 -0700 |
| commit | f378ebf14df0952eae870c9865bab8326aa8f137 (patch) | |
| tree | 31794503eb2a8c64ea5f313b93100f1163afcffb /gcc-4.2.1/libjava/classpath/ChangeLog.libxmlj | |
| parent | 2c58169824949d3a597d9fa81931e001ef9b1bd0 (diff) | |
| download | toolchain_gcc-f378ebf14df0952eae870c9865bab8326aa8f137.tar.gz toolchain_gcc-f378ebf14df0952eae870c9865bab8326aa8f137.tar.bz2 toolchain_gcc-f378ebf14df0952eae870c9865bab8326aa8f137.zip | |
Delete old versions of GCC.
Change-Id: I710f125d905290e1024cbd67f48299861790c66c
Diffstat (limited to 'gcc-4.2.1/libjava/classpath/ChangeLog.libxmlj')
| -rw-r--r-- | gcc-4.2.1/libjava/classpath/ChangeLog.libxmlj | 169 |
1 files changed, 0 insertions, 169 deletions
diff --git a/gcc-4.2.1/libjava/classpath/ChangeLog.libxmlj b/gcc-4.2.1/libjava/classpath/ChangeLog.libxmlj deleted file mode 100644 index d7f68fecb..000000000 --- a/gcc-4.2.1/libjava/classpath/ChangeLog.libxmlj +++ /dev/null @@ -1,169 +0,0 @@ -This is an historic file listing changes from the old GNU JAXP and libxmlj -projects. Both are now part of GNU Classpath. New changes to these files -are listed in the main ChangeLog file or documented in the external -subdirectories for the w3c dom and sax sources. - -2004-12-30 Chris Burdess <dog@gnu.org> - - * GnomeDocument.java,GnomeXPathNSResolver: Fixed XPathNSResolver - implementation. - -2004-11-26 Chris Burdess <dog@gnu.org> - - * xmlj_util.c: Check for exception in xmljNewString. - -2004-11-17 Chris Burdess <dog@gnu.org> - - * dom: DOM Level 3 Core conformance testing. - -2004-11-12 Chris Burdess <dog@gnu.org> - - * GnomeTransformerFactory.java: Implemented getAssociatedStylesheet. - -2004-11-01 Chris Burdess <dog@gnu.org> - - * xmlj_sax.c: Fixed segfault with external entities in transform. - -2004-10-06 Chris Burdess <dog@gnu.org> - - * RawData.java, RawData32.java, RawData64.java: Added copyright. - -2004-10-25 Chris Burdess <dog@gnu.org> - - * xmlj_transform.c: Experimental code to load external entities - (xsl:import, xsl:include, and document()) from Java URL. - * configure.ac: Minimum version of libxslt is 1.1.11. - -2004-10-08 Chris Burdess <dog@gnu.org> - - * xmlj_util.c: String caching only by setting macro. - * acinclude.m4,configure.ac,Makefile.am: automake 1.8 patch by - Michael Koch; fixes to compile in subdirectory. - -2004-10-06 Chris Burdess <dog@gnu.org> - - * xmlj_util.c,xmlj_error.c: Call fflush after fprintf. - -2004-08-10 Chris Burdess <dog@gnu.org> - - * transform: Fixed imports. - -2004-07-30 Chris Burdess <dog@gnu.org> - - * transform: Added support for DOMSource and DOMResult transforms - to/from GnomeDocument nodes. - -2004-07-27 Chris Burdess <dog@gnu.org> - - * GnomeElement: getAttribute(NS) returns empty strings instead of - null. - * sax: Cached java.lang.String class. - -2004-07-21 Chris Burdess <dog@gnu.org> - - * GnomeTransformerFactory.java: getFeature supports stream features. - * dom: Added traversal function. - -2004-07-12 Chris Burdess <dog@gnu.org> - - * dom: Entities and notations NamedNodeMaps. - -2004-07-06 Chris Burdess <dog@gnu.org> - - * xpath: Permit wildcards in getElementsByTagName[NS]. - -2004-07-04 Chris Burdess <dog@gnu.org> - - * dom: Skeleton DOMConfiguration implementation. - -2004-07-03 Chris Burdess <dog@gnu.org> - - * dom: Corrected GnomeElement attribute methods and isEqualNode. - -2004-07-01 Chris Burdess <dog@gnu.org> - - * dom: Corrected implementation of getElementsByTagName. - -2004-06-29 Chris Burdess <dog@gnu.org> - - * dom: Added implementation of DOMImplementationSource. - -2004-06-28 Chris Burdess <dog@gnu.org> - - * dom: Fixed name matching. - -2004-06-26 Chris Burdess <dog@gnu.org> - - * dom: Added GnomeTypeInfo. - -2004-06-25 Chris Burdess <dog@gnu.org> - - * xmlj_sax.c: Revert to calling ignorableWhitespace. - -2004-06-23 Chris Burdess <dog@gnu.org> - - * all: Use RawData for native pointers. - * xmlj_sax.c: Fixed entity resolution. - * xmlj_io.c: Fixed race condition closing input stream context. - -2004-06-03 Chris Burdess <dog@gnu.org> - - * all: Use longs for native pointers. - * dom: Added dom.xpath interfaces. - -2004-06-02 Chris Burdess <dog@gnu.org> - - * GnomeNode.java et al, xmlj_dom.c: Implementation of some DOM Level 3 - methods. - -2004-06-01 Chris Burdess <dog@gnu.org> - - * GnomeNode.java et al: Applied Dalibor's #3080 patch for missing - imports. - -2004-05-27 Chris Burdess <dog@gnu.org> - - * GnomeXMLReader.java, GnomeDocumentBuilder.java, JavaContext.java: - Correct handling of zero-length documents. - -2004-05-24 Chris Burdess <dog@gnu.org> - - * all: Refactoring for Gnome* naming scheme. All modules now use - common parsing framework. - -2004-05-11 Chris Burdess <dog@gnu.org> - - * GnomeXMLReader.java,xmlj_sax.x,xmlj_io.c: Provide selective - callbacks, based on the registered callback listeners. - -2004-05-04 Chris Burdess <dog@gnu.org> - - * xmlj_sax.c: Fixed document locators. - -2004-05-02 Chris Burdess <dog@gnu.org> - - * xmlj_sax.c: Implement DeclHandler and LexicalHandler callbacks. - * GnomeXMLReader.java: Fixed feature/property handling. - -2004-04-29 Chris Burdess <dog@gnu.org> - - * xmlj_[dom,io].c: Use Java streams for DOM input. - -2004-04-28 Chris Burdess <dog@gnu.org> - - * xmlj_node.c et al: Implemented node cache (task #3289). - -2004-04-27 Chris Burdess <dog@gnu.org> - - * all: Added SAX and DOM libxmlj implementation. - * Makefile.am: Moved JNI sources and headers to jni subdirectory. - * acinclude.m4: Fixed compatibility handling of libxml2 version. - -2003-03-07 Julian Scheid <jscheid@sektor37.de> - - * Makefile.am: Fixed build inconsistency. - * all: Added caching, fixed memory leaks. - -2003-02-10 Julian Scheid <jscheid@sektor37.de> - - * all: First development release |
