changelog.gnujaxp.2

来自「linux下建立JAVA虚拟机的源码KAFFE」· 2 代码 · 共 1,945 行 · 第 1/5 页

2
1,945
字号
	  IllegalArgumentException if the argument is null.2003-08-16 10:49  Arnaud Vandyck <avdyk@users.sourceforge.net>	* source/javax/xml/parsers/DocumentBuilderFactory.java: JavaDoc	  changes: getAttribute(String) and setAttribute(String,Object)	  throws IllegalArgumentException if String is null, newInstance()	  throws FactoryConfigurationError2003-08-16 10:49  Arnaud Vandyck <avdyk@users.sourceforge.net>	* source/javax/xml/parsers/DocumentBuilder.java: parse([*]) throws	  IllegalArgumentException if the argument is null. [*]File,	  InputSource, InputStream, InputStream, String2003-01-21 19:29  David Brownell <dbrownell@users.sourceforge.net>	* source/gnu/xml/pipeline/XIncludeFilter.java: identify some	  limitations from a more recent CR2003-01-21 19:18  David Brownell <dbrownell@users.sourceforge.net>	* source/gnu/xml/aelfred2/SAXDriver.java: report the illegal 'no	  prefixes, no names' state2003-01-21 19:14  David Brownell <dbrownell@users.sourceforge.net>	* source/javax/xml/parsers/ClassStuff.java: add ie workaround2003-01-21 00:54  Nic Ferrier <nferrier@tapsellferrier.co.uk>	* source/javax/xml/parsers/ClassStuff.java: changed Exception to	  Throwable.2003-01-21 00:46  Nic Ferrier <nferrier@tapsellferrier.co.uk>	* source/: gnu/xml/aelfred2/SAXDriver.java,	  org/xml/sax/ext/Attributes2.java,	  org/xml/sax/ext/Attributes2Impl.java:	  source/gnu/xml/aelfred2/SAXDriver.java	  source/org/xml/sax/ext/Attributes2.java	  source/org/xml/sax/ext/Attributes2Impl.java:	 added isDeclared()	  definition.2002-12-06 18:18  David Brownell <dbrownell@users.sourceforge.net>	* source/gnu/xml/aelfred2/XmlReader.java: don't change	  namespace-prefixes setting when we bind() fixes bug reported with	  Kaffe, from Ito Kazumitsu2002-10-15 23:04  Nic Ferrier <nferrier@tapsellferrier.co.uk>	* tests/dom/: NodeType.java, nodetype.xml: new test code.2002-10-15 23:03  Nic Ferrier <nferrier@tapsellferrier.co.uk>	* source/gnu/xml/util/DoParse.java:	  source/gnu/xml/util/DoParse.java: added specific imports to fix a	  GCJ compilation problem.2002-10-15 23:02  Nic Ferrier <nferrier@tapsellferrier.co.uk>	* source/gnu/xml/aelfred2/XmlParser.java:	  source/gnu/xml/aelfred2/XmlParser.java (parseEntityDecl): get the	  value using flags instead of 0.2002-10-15 23:01  Nic Ferrier <nferrier@tapsellferrier.co.uk>	* source/gnu/xml/dom/DomNode.java: source/gnu/xml/dom/DomNode.java	  (checkMisc): debug code (commented out for now).2002-10-15 22:59  Nic Ferrier <nferrier@tapsellferrier.co.uk>	* HACKING, Makefile.aj, Makefile.in, README, aclocal.m4,	  automakejar, configure, configure.in: automakejar based build	  system.2002-05-31 18:09  David Brownell <dbrownell@users.sourceforge.net>	* source/gnu/xml/: dom/DomDocument.java, pipeline/DomConsumer.java:	  xmlns URI needs a trailing "/"2002-04-21 23:32  Nic Ferrier <nferrier@tapsellferrier.co.uk>	* source/gnu/xml/dom/DomNode.java: added getNodeType for GCJ	  compatibility2002-03-07 21:38  David Brownell <dbrownell@users.sourceforge.net>	* source/gnu/xml/aelfred2/XmlParser.java: cleanup, CDATA fix,	  bigger symtab2002-03-07 20:10  David Brownell <dbrownell@users.sourceforge.net>	* source/gnu/xml/aelfred2/SAXDriver.java: minor fixes2002-03-07 20:06  David Brownell <dbrownell@users.sourceforge.net>	* source/gnu/xml/pipeline/EventFilter.java: ignore unrecognized	  properties2002-02-12 21:29  David Brownell <dbrownell@users.sourceforge.net>	* source/gnu/xml/pipeline/XsltFilter.java: bugfix: hookup output2002-02-08 20:15  David Brownell <dbrownell@users.sourceforge.net>	* source/gnu/xml/util/Resolver.java: @see XCat2002-02-08 19:51  David Brownell <dbrownell@users.sourceforge.net>	* source/javax/xml/: parsers/DocumentBuilder.java,	  transform/stream/StreamSource.java: expect JVM to report	  FileNotFoundException2002-02-03 02:42  David Brownell <dbrownell@users.sourceforge.net>	* source/gnu/xml/util/XCat.java: doc tweaks2002-02-02 22:21  David Brownell <dbrownell@users.sourceforge.net>	* Makefile.in: add null transform2002-02-02 22:10  David Brownell <dbrownell@users.sourceforge.net>	* source/gnu/xml/util/SAXNullTransformerFactory.java: create2002-02-01 21:06  David Brownell <dbrownell@users.sourceforge.net>	* source/org/xml/sax/*.java: sync with SAX (2.0.1)2001-12-31 23:51  David Brownell <dbrownell@users.sourceforge.net>	* source/gnu/xml/dom/DomImpl.java: don't create xmlns attribute2001-12-13 20:20  David Brownell <dbrownell@users.sourceforge.net>	* source/gnu/xml/pipeline/EventFilter.java: don't force static	  linking of so many other classes2001-12-10 21:08  David Brownell <dbrownell@users.sourceforge.net>	* source/gnu/xml/aelfred2/XmlReader.java: thinner import2001-12-06 00:16  David Brownell <dbrownell@users.sourceforge.net>	* source/javax/xml/parsers/SAXParser.java: doesn't discard File	  naming any more; doc and cleanup2001-12-05 23:49  David Brownell <dbrownell@users.sourceforge.net>	* source/javax/xml/parsers/: DocumentBuilderFactory.java,	  SAXParserFactory.java: rm extra import2001-12-05 23:48  David Brownell <dbrownell@users.sourceforge.net>	* source/javax/xml/parsers/DocumentBuilder.java: minor doc tweaks,	  fileToUrl is package-private2001-12-05 21:54  David Brownell <dbrownell@users.sourceforge.net>	* source/gnu/xml/aelfred2/XmlParser.java: report VC +	  skippedEntity() if skipped PEs; report PE Nesting VCs; Microstar	  said "PD" too2001-12-05 21:33  David Brownell <dbrownell@users.sourceforge.net>	* source/gnu/xml/aelfred2/SAXDriver.java: update note re Microstar	  license2001-12-03 22:35  David Brownell <dbrownell@users.sourceforge.net>	* source/gnu/xml/aelfred2/XmlParser.java: report char data without	  extra buffer copy2001-11-30 00:35  David Brownell <dbrownell@users.sourceforge.net>	* source/gnu/xml/util/DomParser.java: note conflict with Namespace	  REC2001-11-29 23:56  David Brownell <dbrownell@users.sourceforge.net>	* source/gnu/xml/pipeline/: CallFilter.java, XIncludeFilter.java:	  compile on jdk 1.12001-11-29 23:55  David Brownell <dbrownell@users.sourceforge.net>	* source/gnu/xml/pipeline/DomConsumer.java: note conflict with	  Namespace REC2001-11-29 23:48  David Brownell <dbrownell@users.sourceforge.net>	* source/gnu/xml/dom/: Consumer.java, DomDoctype.java,	  DomDocument.java, DomNamedNodeMap.java: compile with jdk 1.12001-11-29 23:38  David Brownell <dbrownell@users.sourceforge.net>	* source/javax/xml/: parsers/ClassStuff.java,	  transform/ClassStuff.java: compile with jdk 1.12001-11-24 23:26  David Brownell <dbrownell@users.sourceforge.net>	* Makefile.in: add XCat2001-11-24 23:21  David Brownell <dbrownell@users.sourceforge.net>	* source/gnu/xml/util/XCat.java: create2001-11-21 03:29  David Brownell <dbrownell@users.sourceforge.net>	* manifest.mf: for now, don't seal2001-11-21 03:04  David Brownell <dbrownell@users.sourceforge.net>	* README: update2001-11-21 02:53  David Brownell <dbrownell@users.sourceforge.net>	* source/gnu/xml/dom/DomNode.java: minor speedups for traversal and	  notification2001-11-21 02:36  David Brownell <dbrownell@users.sourceforge.net>	* source/org/xml/sax/*.java: sync w/sax2r2pre32001-11-20 23:23  David Brownell <dbrownell@users.sourceforge.net>	* source/gnu/xml/aelfred2/XmlParser.java: minor cleanup to char ref	  parsing2001-11-20 05:57  David Brownell <dbrownell@users.sourceforge.net>	* source/gnu/xml/dom/: DomEvent.java, DomEx.java, DomImpl.java,	  DomIterator.java: update copyright date2001-11-20 05:54  David Brownell <dbrownell@users.sourceforge.net>	* source/gnu/xml/dom/DomText.java: move getNodeType() back into	  subclasses; rm isIgnorable2001-11-20 05:53  David Brownell <dbrownell@users.sourceforge.net>	* source/gnu/xml/dom/DomAttr.java, DomCDATA.java,	  DomCharacterData.java, DomComment.java, DomDoctype.java,	  DomDocument.java, DomElement.java, DomEntity.java,	  DomEntityReference.java, DomExtern.java, DomFragment.java,	  DomNotation.java, DomNsNode.java, DomPI.java: move getNodeType()	  back into subclasses2001-11-20 05:48  David Brownell <dbrownell@users.sourceforge.net>	* source/gnu/xml/dom/DomNode.java: move getNodeType() back into	  subclasses2001-11-20 05:46  David Brownell <dbrownell@users.sourceforge.net>	* source/gnu/xml/dom/: Consumer.java, DomNamedNodeMap.java: space	  savings for attribute lists2001-11-20 02:20  David Brownell <dbrownell@users.sourceforge.net>	* source/gnu/xml/dom/: Consumer.java, DomNode.java: compact lists	  of children2001-11-20 02:15  David Brownell <dbrownell@users.sourceforge.net>	* source/gnu/xml/util/XMLWriter.java: force output buffering; don't	  use String.toCharArray() so much2001-11-19 23:29  David Brownell <dbrownell@users.sourceforge.net>	* source/gnu/xml/pipeline/DomConsumer.java: support cheaper	  construction2001-11-19 23:23  David Brownell <dbrownell@users.sourceforge.net>	* source/gnu/xml/dom/: DomCDATA.java, DomText.java, Consumer.java,	  DomDocument.java: support cheaper construction2001-11-19 23:21  David Brownell <dbrownell@users.sourceforge.net>	* source/gnu/xml/dom/DomCharacterData.java: use char arrays, not	  strings2001-11-19 19:49  David Brownell <dbrownell@users.sourceforge.net>	* source/gnu/xml/dom/DomDocument.java: check chars by default2001-11-19 19:27  David Brownell <dbrownell@users.sourceforge.net>	* source/gnu/xml/aelfred2/SAXDriver.java: fix no-namespaces bug in	  previous2001-11-19 06:23  David Brownell <dbrownell@users.sourceforge.net>	* source/gnu/xml/aelfred2/SAXDriver.java: correctly re-init	  namespace support2001-11-19 06:12  David Brownell <dbrownell@users.sourceforge.net>	* Makefile.in: add javadoc package.html files2001-11-19 05:48  David Brownell <dbrownell@users.sourceforge.net>	* source/gnu/xml/dom/DomDocument.java: more attr defaulting on	  create2001-11-19 05:37  David Brownell <dbrownell@users.sourceforge.net>	* source/javax/xml/: transform/dom/package.html,	  transform/stream/package.html, parsers/package.html: create2001-11-19 04:27  David Brownell <dbrownell@users.sourceforge.net>	* source/gnu/xml/dom/Consumer.java: force name checking off in	  2nd-Nth passes too2001-11-19 04:24  David Brownell <dbrownell@users.sourceforge.net>	* source/gnu/xml/dom/JAXPFactory.java: use AElfred2 (conformance,	  performance)2001-11-19 00:29  David Brownell <dbrownell@users.sourceforge.net>	* source/gnu/xml/aelfred2/XmlParser.java: speedup comment, PI,	  CDATA for faster parsing of well commmented dtds, and less	  garbage2001-11-17 04:02  David Brownell <dbrownell@users.sourceforge.net>	* README: update DOM test status2001-11-17 03:38  David Brownell <dbrownell@users.sourceforge.net>	* source/gnu/xml/dom/DomNode.java: correct namespace filtering2001-11-17 03:27  David Brownell <dbrownell@users.sourceforge.net>	* source/gnu/xml/dom/DomAttr.java: set isSpecified when value	  changes2001-11-17 00:17  David Brownell <dbrownell@users.sourceforge.net>	* source/gnu/xml/dom/: DomDocument.java, DomElement.java: namespace	  fixes2001-11-17 00:12  David Brownell <dbrownell@users.sourceforge.net>	* source/gnu/xml/pipeline/DomConsumer.java: namespace fixes2001-11-16 23:46  David Brownell <dbrownell@users.sourceforge.net>	* source/gnu/xml/dom/DomNode.java: localname null in most cases2001-11-16 23:44  David Brownell <dbrownell@users.sourceforge.net>	* source/gnu/xml/dom/DomNsNode.java: more errors to check for2001-11-16 23:42  David Brownell <dbrownell@users.sourceforge.net>	* source/gnu/xml/dom/DomNamedNodeMap.java: default namespaced attrs	  too2001-11-16 21:24  David Brownell <dbrownell@users.sourceforge.net>	* source/gnu/xml/dom/DomDocument.java: createElement defaults	  attrs; getElementById; NS fix2001-11-16 21:14  David Brownell <dbrownell@users.sourceforge.net>	* source/gnu/xml/dom/DomNamedNodeMap.java: restore defaulted	  attributes2001-11-16 21:13  David Brownell <dbrownell@users.sourceforge.net>	* source/gnu/xml/dom/Consumer.java: save attribute default/ID info2001-11-16 21:09  David Brownell <dbrownell@users.sourceforge.net>	* source/gnu/xml/dom/DomDoctype.java: remember defaulted/ID	  attributes2001-11-16 14:34  David Brownell <dbrownell@users.sourceforge.net>	* source/gnu/xml/dom/DomDocument.java: fix off-by-one w/namespaces2001-11-16 10:08  David Brownell <dbrownell@users.sourceforge.net>	* source/gnu/xml/dom/JAXPFactory.java: use right feature id for

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?