OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [classpath/] [ChangeLog.gnujaxp.1] - Blame information for rev 766

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 766 jeremybenn
This is an historic file listing changes from the old GNU JAXP project.
2
GNU JAXP is now part of GNU Classpath.  New changes to these files are
3
listed in the main ChangeLog file or documented in the external
4
subdirectories for the w3c dom and sax sources.
5
 
6
2004-12-22  Chris Burdess  
7
 
8
        * Makefile.am: Generate META-INF/services factory configuration files.
9
 
10
2004-12-17  Mark Wielaard  
11
 
12
        * css,html2: Updated APIs to final versions of W3C specifications
13
        (DOM Level 2).
14
 
15
2004-12-15  Mark Wielaard  
16
 
17
        * GnomeNodeIterator.java: Renamed to DomNodeIterator.java.
18
 
19
2004-12-10  Chris Burdess  
20
 
21
        * org/xml/sax: Updated version of SAX API to sax2r3 final.
22
 
23
2004-12-04  Chris Burdess  
24
 
25
        * README,INSTALL,AUTHORS: Updated documentation.
26
 
27
2004-12-03  Andrew Overholt  
28
 
29
        * autogen.sh: New file.
30
 
31
2004-11-27  Chris Burdess  
32
 
33
        * Makefile.am: Removed redundant 'sources' and 'classes' makefile
34
        variables. Added -W-no-long-long to libxmlj compilation flags.
35
 
36
2004-11-26  Andrew Overholt  
37
 
38
        * Makefile.am: Update for gcj.
39
        * configure.ac: Likewise.
40
        * Makefile.in: Update generated.
41
        * aclocal.m4: Likewise.
42
        * configure: Likewise.
43
        * config/config.guess: Likewise.
44
        * config/config.sub: Likewise.
45
        * config/ltmain.sh: Likewise.
46
 
47
2004-10-06  Chris Burdess  
48
 
49
        * Makefile.am: Fixes to permit gcj compilation.
50
 
51
2004-10-27  Chris Burdess  
52
 
53
        * parsers, transform, dom, sax, stream: API rewritten from
54
        scratch to satisfy copyright assignment.
55
 
56
2004-10-13  Arnaud Vandyck  
57
 
58
        Reported by John Kristian :
59
        * manifest.mf: added Implementation Version field.
60
 
61
2004-10-06  Chris Burdess  
62
 
63
        * Makefile.am: Make invocation of javadoc gjdoc-compatible.
64
 
65
2004-09-03  Chris Burdess  
66
 
67
        * all: Replaced GPL exception with new exception text.
68
 
69
2004-09-01  Chris Burdess  
70
 
71
        * all: Reassigned David Brownell's copyright to FSF.
72
 
73
2004-05-12  Chris Burdess  
74
 
75
        * (dom): Updated to DOM Level 3 Core and L&S interfaces.
76
        * GnomeDocumentBuilder.java: Fixed stream retrieval bug.
77
 
78
2004-05-05  Chris Burdess  
79
 
80
        * Makefile.am, acinclude.m4: Added gcjh detection. Makefile will now
81
        rebuild out of date JNI headers and gnujaxp.jar.
82
 
83
2004-04-22  Arnaud Vandyck  
84
 
85
        * source: sources directory has been moved to source directory,
86
        src has been deleted. Sorry for the inconvenience.
87
 
88
2004-04-20  Arnaud Vandyck  
89
 
90
        Reported by Maarten Coene :
91
        * src/gnu/xml/aelfred2/JAXPFactory.java (getFeature): throws a
92
        NullPointerException if you check for a feature that hasn't been
93
        set at the factory level.
94
 
95
2004-04-19  Arnaud Vandyck  
96
 
97
        * src/xmlj_io.h, src/xmlj_io.c, src/xmlj_error.h,
98
        src/xmlj_error.c, src/libxsltj.c,
99
        src/gnu/xml/libxmlj/transform/URIResolverProxy.java,
100
        src/gnu/xml/libxmlj/transform/TransformerImpl.java,
101
        src/gnu/xml/libxmlj/transform/TransformerFactoryImpl.java,
102
        src/gnu/xml/libxmlj/transform/TransformTest.java,
103
        src/gnu/xml/libxmlj/transform/TemplatesImpl.java,
104
        src/gnu/xml/libxmlj/transform/SourceWrapper.java,
105
        src/gnu/xml/libxmlj/transform/SourceLocatorImpl.java,
106
        src/gnu/xml/libxmlj/transform/LibxsltStylesheet.java,
107
        src/gnu/xml/libxmlj/transform/LibxmlDocument.java,
108
        src/gnu/xml/libxmlj/transform/JavaContext.java,
109
        src/gnu/xml/libxmlj/transform/IOToolkit.java,
110
        src/gnu/xml/libxmlj/transform/ErrorListenerProxy.java,
111
        src/gnu/xml/libxmlj/transform/DefaultURIResolverImpl.java,
112
        src/gnu/xml/libxmlj/transform/DefaultErrorListenerImpl.java:
113
        changed the copyright holder to FSF and changed the license to
114
        GPL+linking exception, many thanks to Julian Scheid who wrote the
115
        code and accepted to donate his code to the FSF and change the
116
        license to GPL + linking exception.
117
 
118
        * README: updated (added the libxmlj README comments)
119
 
120
        * AUTHORS: added Julian.
121
 
122
        * INSTALL: updated to match the current scheme (new dependency,
123
        new build system)
124
 
125
2004-04-15  Arnaud Vandyck  
126
 
127
        * src/gnu/xml/aelfred2/SAXDriver.java (SAXDriver): removed the
128
        comparison choice because an org.xml.sax.SAXNotSupportedException
129
        must be caught, so it'll slow the benefit of the interned strings!
130
 
131
        * src/gnu/xml/pipeline/WellFormednessFilter.java (startDTD)
132
        (notationDecl, unparsedEntityDecl): reverted the '==' comparison
133
        between String's because they are internaled and there is no way
134
        to choose if the comparison must use '==' or 'equals'
135
 
136
        * src/gnu/xml/pipeline/ValidationConsumer.java: reverted the '=='
137
        comparison between String's because they are internaled and there
138
        is no way to choose if the comparison must use '==' or 'equals'
139
 
140
        * src/gnu/xml/pipeline/DomConsumer.java:
141
        (populateAttributes): using equals because I'm not sure "" is
142
        interned?
143
 
144
        * src/gnu/xml/aelfred2/XmlParser.java (parseAttribute)
145
        (parseAttDef, readAttType, parseDefault)
146
        (setInternalEntity, pushURL): if string-interning use the '=='
147
        comparison, else, use 'equals'
148
 
149
        * src/gnu/xml/aelfred2/SAXDriver.java (attribute, startElement)
150
        (getType): if string-interning use the '==' comparison, else, use
151
        'equals'
152
 
153
2004-04-14  Arnaud Vandyck  
154
 
155
        * src/gnu/xml/aelfred2/SAXDriver.java (getFeature):
156
        http://xml.org/sax/features/string-interning can now be set to
157
        false so comparison if perform using equals (if true, comparison
158
        is performed with '==').
159
 
160
        * src/gnu/xml/util/XCat.java (startElement): reverted the '=='
161
        comparison between String's because they are internaled and there
162
        is no way to choose if the comparison must use '==' or 'equals'
163
 
164
        * src/javax/xml/transform/sax/SAXResult.java, SAXSource.java,
165
        SAXTransformerFactory.java, TemplatesHandler.java,
166
        TransformerHandler.java,
167
        src/javax/xml/transform/stream/StreamResult.java,
168
        StreamSource.java, src/javax/xml/transform/dom/DOMLocator.java,
169
        DOMResult.java, DOMSource.java,
170
        src/javax/xml/parsers/ClassStuff.java, DocumentBuilder.java,
171
        DocumentBuilderFactory.java, FactoryConfigurationError.java,
172
        ParserConfigurationException.java, SAXParser.java,
173
        SAXParserFactory.java, src/javax/xml/transform/ClassStuff.java,
174
        ErrorListener.java, OutputKeys.java, Result.java, Source.java,
175
        Templates.java, Transformer.java,
176
        TransformerConfigurationException.java, TransformerException.java,
177
        TransformerFactory.java,
178
        TransformerFactoryConfigurationError.java,
179
        src/gnu/xml/libxmlj/transform/DefaultErrorListenerImpl.java,
180
        DefaultURIResolverImpl.java, ErrorListenerProxy.java,
181
        IOToolkit.java, JavaContext.java, LibxmlDocument.java,
182
        SourceLocatorImpl.java, SourceWrapper.java, TemplatesImpl.java,
183
        TransformTest.java, TransformerImpl.java,
184
        TransformerFactoryImpl.java, URIResolverProxy.java: removed the id
185
        cvs tag to ease integration in other cvs repositories
186
 
187
2004-04-08  Arnaud Vandyck  
188
 
189
        * NEWS: initial commit
190
 
191
        * INSTALL: initial commit
192
 
193
        * src: sources directory has been moved to src directory
194
 
195
        * configure.ac, Makefile.am: now build jaxp and libxmlj together
196
 
197
        * Makefile.aj, automakejar, configure.in: removed, no more used.
198
 
199
2004-02-05  Arnaud Vandyck  
200
 
201
        * ChangeLog.libxmlj, source/*.c, source/*h,
202
        source/gnu/xml/libxmlj/transform/*.*: imported from libxmlj
203
 
204
        * ChangeLog.gnujaxp: added to have some history of the project
205
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.