aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.1/libjava/classpath/ChangeLog.libxmlj
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2016-01-14 16:43:34 -0800
committerDan Albert <danalbert@google.com>2016-01-22 14:51:24 -0800
commit3186be22b6598fbd467b126347d1c7f48ccb7f71 (patch)
tree2b176d3ce027fa5340160978effeb88ec9054aaa /gcc-4.8.1/libjava/classpath/ChangeLog.libxmlj
parenta45222a0e5951558bd896b0513bf638eb376e086 (diff)
downloadtoolchain_gcc-3186be22b6598fbd467b126347d1c7f48ccb7f71.tar.gz
toolchain_gcc-3186be22b6598fbd467b126347d1c7f48ccb7f71.tar.bz2
toolchain_gcc-3186be22b6598fbd467b126347d1c7f48ccb7f71.zip
Check in a pristine copy of GCC 4.8.1.
The copy of GCC that we use for Android is still not working for mingw. Rather than finding all the differences that have crept into our GCC, just check in a copy from ftp://ftp.gnu.org/gnu/gcc/gcc-4.9.3/gcc-4.8.1.tar.bz2. GCC 4.8.1 was chosen because it is what we have been using for mingw thus far, and the emulator doesn't yet work when upgrading to 4.9. Bug: http://b/26523949 Change-Id: Iedc0f05243d4332cc27ccd46b8a4b203c88dcaa3
Diffstat (limited to 'gcc-4.8.1/libjava/classpath/ChangeLog.libxmlj')
-rw-r--r--gcc-4.8.1/libjava/classpath/ChangeLog.libxmlj169
1 files changed, 169 insertions, 0 deletions
diff --git a/gcc-4.8.1/libjava/classpath/ChangeLog.libxmlj b/gcc-4.8.1/libjava/classpath/ChangeLog.libxmlj
new file mode 100644
index 000000000..d7f68fecb
--- /dev/null
+++ b/gcc-4.8.1/libjava/classpath/ChangeLog.libxmlj
@@ -0,0 +1,169 @@
+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