File: ChangeLog.libxmlj

package info (click to toggle)
sablevm-classlib 1.13-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 49,032 kB
  • ctags: 69,078
  • sloc: java: 374,335; ansic: 30,669; sh: 8,636; cpp: 6,146; makefile: 986; yacc: 654; perl: 101
file content (169 lines) | stat: -rw-r--r-- 4,682 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
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