PR libgcj/46774: Create dynamic ProtectionDomain instances which check the system...
[gcc.git] / libjava / classpath / ChangeLog.libxmlj
1 This is an historic file listing changes from the old GNU JAXP and libxmlj
2 projects. Both are now part of GNU Classpath. New changes to these files
3 are listed in the main ChangeLog file or documented in the external
4 subdirectories for the w3c dom and sax sources.
5
6 2004-12-30 Chris Burdess <dog@gnu.org>
7
8 * GnomeDocument.java,GnomeXPathNSResolver: Fixed XPathNSResolver
9 implementation.
10
11 2004-11-26 Chris Burdess <dog@gnu.org>
12
13 * xmlj_util.c: Check for exception in xmljNewString.
14
15 2004-11-17 Chris Burdess <dog@gnu.org>
16
17 * dom: DOM Level 3 Core conformance testing.
18
19 2004-11-12 Chris Burdess <dog@gnu.org>
20
21 * GnomeTransformerFactory.java: Implemented getAssociatedStylesheet.
22
23 2004-11-01 Chris Burdess <dog@gnu.org>
24
25 * xmlj_sax.c: Fixed segfault with external entities in transform.
26
27 2004-10-06 Chris Burdess <dog@gnu.org>
28
29 * RawData.java, RawData32.java, RawData64.java: Added copyright.
30
31 2004-10-25 Chris Burdess <dog@gnu.org>
32
33 * xmlj_transform.c: Experimental code to load external entities
34 (xsl:import, xsl:include, and document()) from Java URL.
35 * configure.ac: Minimum version of libxslt is 1.1.11.
36
37 2004-10-08 Chris Burdess <dog@gnu.org>
38
39 * xmlj_util.c: String caching only by setting macro.
40 * acinclude.m4,configure.ac,Makefile.am: automake 1.8 patch by
41 Michael Koch; fixes to compile in subdirectory.
42
43 2004-10-06 Chris Burdess <dog@gnu.org>
44
45 * xmlj_util.c,xmlj_error.c: Call fflush after fprintf.
46
47 2004-08-10 Chris Burdess <dog@gnu.org>
48
49 * transform: Fixed imports.
50
51 2004-07-30 Chris Burdess <dog@gnu.org>
52
53 * transform: Added support for DOMSource and DOMResult transforms
54 to/from GnomeDocument nodes.
55
56 2004-07-27 Chris Burdess <dog@gnu.org>
57
58 * GnomeElement: getAttribute(NS) returns empty strings instead of
59 null.
60 * sax: Cached java.lang.String class.
61
62 2004-07-21 Chris Burdess <dog@gnu.org>
63
64 * GnomeTransformerFactory.java: getFeature supports stream features.
65 * dom: Added traversal function.
66
67 2004-07-12 Chris Burdess <dog@gnu.org>
68
69 * dom: Entities and notations NamedNodeMaps.
70
71 2004-07-06 Chris Burdess <dog@gnu.org>
72
73 * xpath: Permit wildcards in getElementsByTagName[NS].
74
75 2004-07-04 Chris Burdess <dog@gnu.org>
76
77 * dom: Skeleton DOMConfiguration implementation.
78
79 2004-07-03 Chris Burdess <dog@gnu.org>
80
81 * dom: Corrected GnomeElement attribute methods and isEqualNode.
82
83 2004-07-01 Chris Burdess <dog@gnu.org>
84
85 * dom: Corrected implementation of getElementsByTagName.
86
87 2004-06-29 Chris Burdess <dog@gnu.org>
88
89 * dom: Added implementation of DOMImplementationSource.
90
91 2004-06-28 Chris Burdess <dog@gnu.org>
92
93 * dom: Fixed name matching.
94
95 2004-06-26 Chris Burdess <dog@gnu.org>
96
97 * dom: Added GnomeTypeInfo.
98
99 2004-06-25 Chris Burdess <dog@gnu.org>
100
101 * xmlj_sax.c: Revert to calling ignorableWhitespace.
102
103 2004-06-23 Chris Burdess <dog@gnu.org>
104
105 * all: Use RawData for native pointers.
106 * xmlj_sax.c: Fixed entity resolution.
107 * xmlj_io.c: Fixed race condition closing input stream context.
108
109 2004-06-03 Chris Burdess <dog@gnu.org>
110
111 * all: Use longs for native pointers.
112 * dom: Added dom.xpath interfaces.
113
114 2004-06-02 Chris Burdess <dog@gnu.org>
115
116 * GnomeNode.java et al, xmlj_dom.c: Implementation of some DOM Level 3
117 methods.
118
119 2004-06-01 Chris Burdess <dog@gnu.org>
120
121 * GnomeNode.java et al: Applied Dalibor's #3080 patch for missing
122 imports.
123
124 2004-05-27 Chris Burdess <dog@gnu.org>
125
126 * GnomeXMLReader.java, GnomeDocumentBuilder.java, JavaContext.java:
127 Correct handling of zero-length documents.
128
129 2004-05-24 Chris Burdess <dog@gnu.org>
130
131 * all: Refactoring for Gnome* naming scheme. All modules now use
132 common parsing framework.
133
134 2004-05-11 Chris Burdess <dog@gnu.org>
135
136 * GnomeXMLReader.java,xmlj_sax.x,xmlj_io.c: Provide selective
137 callbacks, based on the registered callback listeners.
138
139 2004-05-04 Chris Burdess <dog@gnu.org>
140
141 * xmlj_sax.c: Fixed document locators.
142
143 2004-05-02 Chris Burdess <dog@gnu.org>
144
145 * xmlj_sax.c: Implement DeclHandler and LexicalHandler callbacks.
146 * GnomeXMLReader.java: Fixed feature/property handling.
147
148 2004-04-29 Chris Burdess <dog@gnu.org>
149
150 * xmlj_[dom,io].c: Use Java streams for DOM input.
151
152 2004-04-28 Chris Burdess <dog@gnu.org>
153
154 * xmlj_node.c et al: Implemented node cache (task #3289).
155
156 2004-04-27 Chris Burdess <dog@gnu.org>
157
158 * all: Added SAX and DOM libxmlj implementation.
159 * Makefile.am: Moved JNI sources and headers to jni subdirectory.
160 * acinclude.m4: Fixed compatibility handling of libxml2 version.
161
162 2003-03-07 Julian Scheid <jscheid@sektor37.de>
163
164 * Makefile.am: Fixed build inconsistency.
165 * all: Added caching, fixed memory leaks.
166
167 2003-02-10 Julian Scheid <jscheid@sektor37.de>
168
169 * all: First development release