| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732 |
- 2006-09-26 Boris Kirzner <[email protected]>
- * run-W3C-tests.bat, run-XSLT-tests.bat: log files naming fix.
- 2006-09-13 Boris Kirzner <[email protected]>
- * run-tests.bat, run-W3C-tests.bat, run-XSLT-tests.bat:
- reworked test scripts for TARGET_JVM.
- 2006-09-06 Merav Sudri <[email protected]>
- * run-W3C-tests.bat - Update nunit build and XMLTool actions
- * run-XSLT-tests.bat - Update CLASSPATH,nunit build and XMLTool actions
-
- 2006-07-24 Atsushi Enomoto <[email protected]>
- * System.Xml.dll.sources : added XmlMappingAccess.
- 2006-05-16 Vladimir Krasnov <[email protected]>
- * run-W3C-tests.bat: skip nunit build if already done
- * run-XSLT-tests.bat: skip nunit build if already done
- 2006-04-27 Gert Driesen <[email protected]>
- * System.Xml_test.dll.sources: Added Test/System.Xml.Serialization/
- XmlSchemaCollectionTests.cs.
- 2006-04-26 Gert Driesen <[email protected]>
- * System.Xml_test.dll.sources: Added Test/System.Xml.Serialization/
- SoapAttributesTests.cs.
- 2006-04-20 Gert Driesen <[email protected]>
- * System.Xml_test.dll.sources: Added Test/System.Xml.Serialization/
- XmlCodeExporterTests.cs.
- 2006-04-12 Atsushi Enomoto <[email protected]>
- * System.Xml_test.dll.sources :
- Added Test/System.Xml/XmlDefaultReader.cs.
- 2006-04-03 Andrew Skiba <[email protected]>
-
- * run-tests.bat, run-W3C-tests.bat: fix TARGET_JVM test scripts
- 2006-04-03 Andrew Skiba <[email protected]>
- * run-tests.bat, run-W3C-tests.bat, run-XSLT-tests.bat: batch files
- for running tests with java
- 2006-04-03 Boris Kirzner <[email protected]>
- * System.XML.vmwcsproj: fix project file for TARGET_JVM.
- 2006-03-15 Atsushi Enomoto <[email protected]>
- * System.Xml.dll.sources : added XslSortEvaluator.cs.
- 2006-02-20 Atsushi Enomoto <[email protected]>
- * System.Xml.dll.sources : removed XmlTextWriterOpenElement.cs and
- XmlTextWriter.cs. Added XmlTextWriter2.cs, to be renamed to
- XmlTextWriter.cs in a few days or weeks.
- 2006-02-17 Atsushi Enomoto <[email protected]>
- * System.Xml.dll.sources : removed DTDValidatingReader and added
- DTDValidatingReader2.cs and EntityResolvingXmlReader.cs.
- 2006-02-16 Atsushi Enomoto <[email protected]>
- * System.Xml.dll.sources : added IHasXmlChildNode.cs.
- 2006-02-09 Gert Driesen <[email protected]>
- * System.Xml_test.dll.Sources: Added XmlSerializationReaderTests.cs.
- 2006-01-27 Atsushi Enomoto <[email protected]>
- * System.Xml.dll.sources : added XmlIteratorNodeList.cs.
- 2006-01-10 Atsushi Enomoto <[email protected]>
- * System.Xml_test.dll.sources : added XmlSchemaTypeTests.cs.
- 2006-01-10 Atsushi Enomoto <[email protected]>
- * System.Xml_test.dll.sources : XmlSchemaDatatypeTests.cs was missing.
- collected sys.xml.schema lines.
- 2006-01-07 Gert Driesen <[email protected]>
- * System.Xml_test.dll.sources: Added SoapSchemaExporterTests.cs,
- SoapReflectionImporterTests.cs, XmlSchemaImporterTests.cs.
- 2005-12-28 Gert Driesen <[email protected]>
- * System.Xml_test.dll.sources: Added XmlSchemaExporterTests.cs.
- 2005-12-17 Gert Driesen <[email protected]>
- * System.Xml_test.dll.sources: Added XsltCompilerExceptionTests.cs
- and XsltExceptionTests.cs.
- 2005-12-14 Atsushi Enomoto <[email protected]>
- * System.Xml_test.dll.sources: Added XPathNavigatorReaderTests.cs.
- 2005-12-13 Atsushi Enomoto <[email protected]>
- * System.Xml_test.dll.sources: Added XmlAssert.cs.
- 2005-12-13 Atsushi Enomoto <[email protected]>
- * System.Xml_test.dll.sources: Added XPathEditableNavigatorTests.cs.
- 2005-12-08 Andrew Skiba <[email protected]>
- * System.XML.vmwcsproj: update the project with recent changes
- 2005-12-08 Atsushi Enomoto <[email protected]>
- * System.Xml.dll.sources : added XmlSchemaCompilationSettings.cs
- 2055-12-01 Konstantin Triger <[email protected]>
- * Makefile: java profile reference change.
- 2005-11-30 Konstantin Triger <[email protected]>
- * System.XML.vmwcsproj: reference to vmwutils replaced with reference to J2SE.Helpers.
- * jay.bat: quoting passes
- 2005-11-22 Atsushi Enomoto <[email protected]>
- * System.Xml.dll.sources : added dummy XslCompiledTransform.cs.
- 2005-11-14 Andrew Skiba <[email protected]>
- * net_1_1_java_System.Xml.dll.exclude.sources,
- net_1_1_java_System.dll.sources: fix filename
- 2005-11-14 Andrew Skiba <[email protected]>
- * Makefile: add java build profile
- * System.Xml.vmwcsproj: replace XmlNodeReader.cs with XmlNodeReader2.cs
- and XslDecimalFormat.cs with XslDecimalFormat.jvm.cs
- * net_1_1_java_System.Xml.dll.exclude.sources,
- net_1_1_java_System.dll.sources: add source lists for java profile
- 2005-11-10 Vladimir Krasnov <[email protected]>
- * System.XML.vmwcsproj: removed XmlSchemaBuiltInType.cs
- 2005-09-25 Atsushi Enomoto <[email protected]>
- * System.Xml.dll.sources : removed XmlSchemaBuiltInType.cs.
- 2005-09-21 Atsushi Enomoto <[email protected]>
- * Makefile : shut down CS0642 noise.
- * System.Xml.dll.sources : added XmlOutputMethod.
- 2005-09-20 Konstantin Triger <[email protected]>
- * Added jay.bat to run jay in java prebuild step
- * System.XML.vmwcsproj: added prebuild step
- 2005-08-31 Sebastien Pouliot <[email protected]>
- * Makefile: /unsafe isn't required to build System.Xml.
- * System.Xml_test.dll.sources: Added new CAS unit tests.
- 2005-07-31 Gert Driesen <[email protected]>
- * System.Xml_test.dll.sources: Added tests for default values of
- Xml Serialization attribute classes.
- 2005-06-27 Raja R Harinath <[email protected]>
- * Makefile (EXTRA_DISTFILES): Add files in Test/XmlFiles and
- Test/System.Xml/nist_dom/.
- 2005-06-27 Atsushi Enomoto <[email protected]>
- * System.Xml.dll.sources : removed XmlQueryDialect.
- Added xslt message event stuff.
- 2005-06-20 Raja R Harinath <[email protected]>
- * Makefile (SCARY_LIB): Remove.
- 2005-05-25 Raja R Harinath <[email protected]>
- * Makefile (EXTRA_DISTFILES): Remove System.Xml.Query/skeleton-2.0.cs.
- 2005-05-23 Atsushi Enomoto <[email protected]>
- * System.Xml.Query : removed the whole directory (removed from .net 2.0)
- 2005-05-09 Atsushi Enomoto <[email protected]>
- * System.Xml.dll.sources : removed obsolete TypeTableEntry.cs.
- 2004-05-05 Atsushi Enomoto <[email protected]>
- * System.Xml.dll.sources : XPathAtomicValue.cs -> XmlAtomicValue.cs.
- 2004-05-05 Atsushi Enomoto <[email protected]>
- * System.Xml.dll.sources : removed XmlValueConverter (obsoleted).
- * System.Xml_test.dll.sources : removed XPathAtomicValue (obsoleted).
- 2005-05-04 Andrew Skiba <[email protected]>
- * System.XML.vmwcsproj: Added Visual MainWin C# project file for
- building System.XML package for TARGET_JVM.
-
- 2005-04-03 Ben Maurer <[email protected]>
- * System.Xml.dll.sources: Kill multiplexing hack.
- 2004-03-22 Atsushi Enomoto <[email protected]>
- * Makefile : now it creates XSLT pattern parser files from
- Parser.jay and Tokenizer.cs in System.Xml.XPath.
- 2004-03-04 Atsushi Enomoto <[email protected]>
- * System.Xml.dll.sources : Added XslNotSupportedOperation.cs.
- 2004-01-21 Atsushi Enomoto <[email protected]>
- * Makefile : /nowarn:0162 is back.
- 2004-01-20 Atsushi Enomoto <[email protected]>
- * Makefile : amd64 build complains /nowarn:0162. It should not, but
- now removing since it breaks the build.
- 2004-01-18 Atsushi Enomoto <[email protected]>
- * System.Xml.dll.sources :
- Added XmlNameEntry.cs and XmlNameEntryCache.cs.
- 2004-01-17 Atsushi Enomoto <[email protected]>
- * System.Xml.dll.sources : replaced CustomSerializer with
- XmlSchemaSerializer.
- Replaced XmlNodeReader with XmlNodeReaderImpl.cs and
- XmlNodeReader2.cs. (dispatches entity reader and non-entity reader.)
- 2004-12-17 Atsushi Enomoto <[email protected]>
- * System.Xml.dll.sources : added XmlReaderBinarySupport.cs.
- 2004-12-14 Atsushi Enomoto <[email protected]>
- * System.Xml.dll.sources : added XmlSchemaValidatingReader.
- 2004-12-08 Atsushi Enomoto <[email protected]>
- * System.Xml.dll.sources : added XmlSchemaValidator.cs,
- XmlValueGetter.cs and XmlSchemaValidationFlags.cs.
- 2004-12-06 Raja R Harinath <[email protected]>
- * Makefile (lib_file): New autodetecting define.
- (USE_BOOT_COMPILE, LIBRARY_COMPILE): Add support for using
- bootstrap compiler.
- (BUILT_SOURCES): Add ...XPath/Parser.cs.
- (EXTRA_DISTFILES): Add ...Query/XQueryParser.jay.
- (BOOTSTRAP_MCS) [PROFILE=net_2_0]: New.
- * System.Xml.dll.sources: Remove ...XPath/Parser.cs.
- 2004-12-04 Atsushi Enomoto <[email protected]>
- * System.Xml.dll.sources : added DTMXPathDocument2.cs,
- DTMXPathDocumentBuilder2.cs, DTMXPathDocumentWriter2.cs,
- DTMXPathDocumentWriter2.cs and DTMXPathNode2.cs.
- 2004-12-03 Raja R Harinath <[email protected]>
- * Makefile: Remove support for being in bootstrap build.
- 2004-12-01 Atsushi Enomoto <[email protected]>
- * System.Xml.dll.sources: removed old IXPathChangeNavigable.cs,
- XmlChangeFilters.cs, and XPathDocumentNodeChangedAction.cs.
- 2004-11-25 Atsushi Enomoto <[email protected]>
- * Makefile : added LIBRARY_COMPILE condition for upcoming need to
- be referenced in bootstrap.
- 2004-11-22 Atsushi Enomoto <[email protected]>
- * System.Xml.dll.sources : added XmlSchemaInfo.cs.
- 2004-11-17 Atsushi Enomoto <[email protected]>
- * System.Xml.dll.sources : Moved XQueryConvert.cs from
- System.Xml.Query to System.Xml.
- 2004-11-17 Atsushi Enomoto <[email protected]>
- * System.Xml.dll.sources : added XmlSchemaInference.cs,
- XmlSchemaInferenceException.cs and XmlSchemaValidationException.cs.
- 2004-11-08 Atsushi Enomoto <[email protected]>
- * System.Xml.dll.sources :
- added XmlTextReader2.cs.
- removed IXPathEditable.cs, XPathEditableNavigator.cs,
- NodeChangedEventArgs.cs and NodeChangedEventHandler.cs.
- 2004-10-29 Atsushi Enomoto <[email protected]>
- * Makefile : just ignore obsolete attribute warnings (those obsolete
- members are widely used in obsolete code).
- 2004-10-28 Atsushi Enomoto <[email protected]>
- * System.Xml.dll.sources : removed IXmlDataEvidence, fixed
- XmlDateTimeSerializationMode, added NewLineHandling.
- 2004-10-22 Atsushi Enomoto <[email protected]>
- * System.Xml.dll.sources : removed all XQuery related classes, fixed
- XmlConvertDateTimeSerializationMode, removed 2.0 XPathDocument
- implementation classes.
- 2004-10-21 Atsushi Enomoto <[email protected]>
- * Makefile : added -nowarn:0162 -nowarn:0618 to the compiler options.
- 2004-10-07 Atsushi Enomoto <[email protected]>
- * System.Xml.dll.sources:
- added System.Xml.Query/XQueryFunctionContextAttribute.cs.
- 2004-09-13 Atsushi Enomoto <[email protected]>
- * System.Xml_test.dll.sources : Added XPathAtomicValueTests.cs.
- 2004-09-08 Atsushi Enomoto <[email protected]>
- * System.Xml_test.dll.sources : Added XmlWriterSettingsTests.cs.
- 2004-09-07 Atsushi Enomoto <[email protected]>
- * System.Xml_test.dll.sources : Added XmlReaderSettingsTests.cs.
- XmlReaderCommonTests.cs and XmlSchemaSetTests.cs were missing.
- 2004-08-31 Atsushi Enomoto <[email protected]>
- * System.Xml.dll.sources:
- added System.Xml.Query/XQueryComparisonOperator.cs.
- 2004-08-31 Atsushi Enomoto <[email protected]>
- * System.Xml.dll.sources:
- added System.Xml.Query/XQueryArithmeticOperator.cs.
- 2004-08-20 Atsushi Enomoto <[email protected]>
- * System.Xml.dll.sources:
- added many XQuery implementation internal classes.
- 2004-08-02 Atsushi Enomoto <[email protected]>
- * System.Xml.dll.sources: added those files:
- - Mono.Xml.XPath/XPathDocument2.cs
- - Mono.Xml.XPath/XPathDocument2Navigator.cs
- - Mono.Xml.XPath/XPathDocument2Editable.cs
- 2004-07-29 Atsushi Enomoto <[email protected]>
- * System.Xml.dll.sources: added Mono.Xml/SubtreeXmlReader.cs
- 2004-07-28 Atsushi Enomoto <[email protected]>
- * System.Xml.dll.sources: added Mono.Xml.XPath/XPathEditableDocument.cs
- 2004-07-26 Atsushi Enomoto <[email protected]>
- * Makefile : added call to jay for creating XQueryParser.cs.
- * System.Xml.dll.sources : added XQueryParser.cs, XQueryTokenizer.cs,
- XQueryModuleProlog.cs, XPath2Expression.cs and XQueryExpression.cs.
- 2004-07-21 Atsushi Enomoto <[email protected]>
- * System.Xml.dll.sources: Added XQueryConvert.cs. Removed
- XmlFactory.cs, XmlQualifiedNameTable.cs, IXPathChangeNavigable.cs,
- XPathChangeNavigator.cs and IXmlType.cs that are removed or going to
- be removed.
- 2004-07-13 Atsushi Enomoto <[email protected]>
- * System.Xml.dll.sources: Added MonoFIXAttribute.cs
- 2004-07-13 Atsushi Enomoto <[email protected]>
- * System.Xml.dll.sources:
- Added XmlFilterReader.cs and XPathNavigatorReader.cs
- 2004-07-09 Atsushi Enomoto <[email protected]>
- * System.Xml.dll.sources: Added XmlConvertDateTimeOption.cs.
- 2004-07-09 Atsushi Enomoto <[email protected]>
- * System.Xml.dll.sources: removed XmlItemView.cs and
- XmlItemViewCollection.cs (only in 1.2).
- 2004-07-09 Atsushi Enomoto <[email protected]>
- * System.Xml.dll.sources: removed one of ImportContext.cs
- 2004-07-08 Lluis Sanchez Gual <[email protected]>
- * System.Xml.dll.sources: Added new files:
- System.Xml.Serialization/IXmlSerializerImplementation.cs
- System.Xml.Serialization/IXmlTextParser.cs
- System.Xml.Serialization/ImportContext.cs
- System.Xml.Serialization/SchemaImporter.cs
- System.Xml.Serialization/SchemaImporterExtension.cs
- System.Xml.Serialization/SchemaImporterExtensionCollection.cs
- System.Xml.Serialization/XmlDeserializationEvents.cs
- System.Xml.Serialization/XmlSchemaProviderAttribute.cs
- System.Xml.Serialization/XmlSerializationGeneratedCode.cs
- System.Xml.Serialization/XmlSerializerAssemblyAttribute.cs
- System.Xml.Serialization/XmlSerializerFactory.cs
- System.Xml.Serialization/XmlSerializerVersionAttribute.cs
- 2004-07-06 Raja R Harinath <[email protected]>
- * System.Xml.dll.sources: List newly added NET 2.0 stubs.
- 2004-07-02 Raja R Harinath <[email protected]>
- * Makefile (LIBRARY_USE_INTERMEDIATE_FILE): Define.
- 2004-06-18 Atsushi Enomoto <[email protected]>
- * Mono.System.XML.csproj : now contains new NET_2_0 files.
- 2004-05-22 Atsushi Enomoto <[email protected]>
- * System.Xml.dll.sources : added/removed all NET_2_0 classes.
- 2004-05-19 Atsushi Enomoto <[email protected]>
- * System.Xml.dll.sources : Added System.Xml.Schema/CustomSerializer.cs
- 2004-03-31 Atsushi Enomoto <[email protected]>
- * System.Xml_test.dll.sources :
- Added new test files: nist_dom stuff, XmlSecureResolverTests.cs,
- XmlSchemaAssertion.cs, MsxslScriptTests.cs.
- 2004-03-24 Lluis Sanchez Gual <[email protected]>
- * System.Xml_test.dll.sources: Added
- System.Xml.Serialization/ComplexDataStructure.cs.
- 2004-02-24 Lluis Sanchez Gual <[email protected]>
- * System.Xml.dll.sources: Added SerializationSource.cs.
- 2004-02-22 Nick Drochak <[email protected]>
- * System.Xml_test.dll.sources : Removed XmlSchemaAssertion.cs. It does
- not seem to be in CVS. This was breaking the build on windows.
- 2004-02-17 Atsushi Enomoto <[email protected]>
- * System.Xml_test.dll.sources : Added XmlEntityTests.cs and
- XmlDocumentEventTests.cs.
- 2004-02-17 Atsushi Enomoto <[email protected]>
- * System.Xml.dll.sources : Added XslFunctions.cs.
- 2004-02-15 Ben Maurer <[email protected]>
- * DTDValidatingReader.cs: simple optimization. there is only
- one string, skip the string builder and just return the string.
- 2004-02-13 Atsushi Enomoto <[email protected]>
- * System.Xml.dll.sources : added DTMXPathDocumentWriter.cs.
- 2004-02-11 Atsushi Enomoto <[email protected]>
- * Mono.System.XML.csproj : updated.
- 2004-01-14 Atsushi Enomoto <[email protected]>
- * System.Xml.dll.sources : added SchemaDataValueType.cs
- 2004-01-07 Nick Drochak <[email protected]>
- * Makefile: Don't hide behind the /nowarns. Fix them.
- 2004-01-06 Atsushi Enomoto <[email protected]>
- * Makefile : use /noconfig like System.dll (to erase make test warning)
- 2003-12-18 Lluis Sanchez Gual <[email protected]>
- * System.Xml_test.dll.sources : Added test files
- System.Xml.Serialization/DeserializeTests.cs
- System.Xml.Serialization/XmlAttributesTests.cs
- System.Xml.Serialization/XmlReflectionImporterTests.cs
- System.Xml.Serialization/XmlSerializationWriterTests.cs
- 2003-12-17 David Sheldon <[email protected]>
- * System.Xml_test.dll.sources : Added XmlSchemaBuiltInDatatypeTests.cs
- 2003-12-15 Atsushi Enomoto <[email protected]>
- * System.Xml.dll.sources :
- removed UpdateEventHandler.cs and XmlUpdateEventArgs.cs to sqlxml.
- 2003-12-14 Tim Coleman <[email protected]>
- * System.Xml.dll.sources :
- Add files from new System.Xml.Query namespace.
- 2003-12-11 Atsushi Enomoto <[email protected]>
- * System.Xml.dll.sources : Added ScriptCompilerInfo.cs.
- 2003-12-08 Atsushi Enomoto <[email protected]>
- * System.Xml_test.dll.sources : patch by David Sheldon. Added XmlSchemaLengthFacetTests.cs.
- 2003-11-25 Tim Coleman <[email protected]>
- * System.Xml.dll.sources: added XmlSchemaBuiltInType.cs
- 2003-11-19 Atsushi Enomoto <[email protected]>
- * System.Xml.dll.sources: added XPathComparer.cs
- 2003-11-17 Atsushi Enomoto <[email protected]>
- * System.Xml.dll.sources: added some new .NET 1.2 stuff,
- and sorted some members of the list.
- 2003-11-13 Atsushi Enomoto <[email protected]>
- * System.Xml.dll.sources: added HtmlEmitter.cs
- 2003-10-15 Lluis Sanchez Gual <[email protected]>
- * System.Xml.dll.sources: added System.Xml.Serialization/MapCodeGenerator.cs
- 2003-10-09 Atsushi Enomoto <[email protected]>
- * System.Xml.dll.sources: added DTDReader.cs.
- 2003-10-01 Atsushi Enomoto <[email protected]>
- * System.Xml.dll.sources: added DTMXPathNode.cs.
- 2003-09-30 Atsushi Enomoto <[email protected]>
- * System.Xml.dll.sources: added XsdIdentityPath.cs, XsdIdentityState.cs
- and XsdWildcard.cs.
- 2003-09-01 Lluis Sanchez Gual <[email protected]>
- * System.Xml.dll.sources: added SerializationCodeGenerator.cs,
- SerializationCodeGeneratorConfiguration.cs.
- 2003-08-24 Atsushi Enomoto <[email protected]>
- * System.Xml.dll.sources : added XsdParticleValidationState.cs
- and XsdValidatingReader.cs.
- * System.Xml_test.dll.sources : added XsdParticleValidationTests.cs
- and XsdValidatingReaderTests.cs.
- 2003-08-18 Ben Maurer <[email protected]>
- * System.Xml.dll.sources: add files from Oleg.
- 2003-08-18 Ben Maurer <[email protected]>
- * System.Xml.dll.source: add System.Xml/HighWaterStack.cs.
- 2003-08-14 Atsushi Enomoto <[email protected]>
- * System.Xml.dll.sources: Added Mono.Xml.Xsl.Operation/XslComment.cs
- and Mono.Xml/IHasXmlSchemaInfo.cs
- 2003-08-11 Andreas Nahr <[email protected]>
- * System.Xml.dll.sources: Added Assembly/Locale.cs
- 2003-08-07 Atsushi Enomoto <[email protected]>
- * System.Xml.dll.sources: Add Mono.Xml/IHasXmlParserContext.cs.
- 2003-07-28 Ben Maurer <[email protected]>
- * System.Xml.dll.sources: Add new files
- 2003-07-21 Atsushi Enomoto <[email protected]>
- * Mono.System.XML.csproj : caught up with current library.
- 2003-07-18 Peter Williams <[email protected]>
- * Makefile (EXTRA_DISTFILES): NUnit.Prefs is not a
- distable file.
- 2003-07-14 Andreas Nahr <[email protected]>
- * list.unix: Added Assembly/AssemblyInfo.cs, Removed System.Xml.Serialization/AssemblyInfo.cs
- 2003-07-06 Atsushi Enomoto <[email protected]>
- * list.unix : added System.Xml.Schema/BuiltInDatatype.cs,
- System.Xml/DTDAutomata.cs, System.Xml/DTDValidatingReader.cs
- 2003-06-30 Atsushi Enomoto <[email protected]>
- * added Mono.Xml.XPath directory.
- * list.unix : added Mono.Xml.XPath's DTMXPathDocument.cs,
- DTMXPathDocumentBuilder.cs, DTMXPathNavigator.cs
- 2003-06-16 Lluis Sanchez Gual <[email protected]>
- * added System.Xml.Serialization/XmlTypeMapMemberNamespaces.cs
- 2003-06-05 Lluis Sanchez Gual <[email protected]>
- * added System.Xml.Serialization/ReflectionHelper.cs to list.unix
- 2003-05-27 Joshua Tauberer <[email protected]>
- * XslTransform.cs: Initial support for extension objects.
- Known issues:
- Extension method signatures must match exactly to the
- types of parameters that the method is called with from the stylesheet.
- Node set parameters are converted to an ArrayList of strings.
- * makefule.gnu: Added -unsafe flag, required by the above stuff.
- * System.XML.build: Added -unsafe flag. Hope this is the right place.
- 2003-05-26 Lluis Sanchez Gual <[email protected]>
-
- * XmlSerializationWriterInterpreter.cs, XmlSerializationReaderInterpreter.cs
- XmlTypeMapElementInfo.cs, XmlTypeMapMember.cs, XmlTypeMapMemberAttribute.cs
- XmlTypeMapMemberElement.cs, XmlTypeMapping.cs: Added
- 2003-05-18 Atsushi Enomoto <[email protected]>
- * added XmlSecureResolver.cs to list.unix.
- 2003-05-15 Nick Drochak <[email protected]>
- * System.XML.build: exclude standalone tests from dll build.
- 2003-05-10 Atsushi Enomoto <[email protected]>
- * added TypeTableEntry.cs to list.unix.
- 2003-03-18 Atsushi Enomoto <[email protected]>
- * added XmlParserInput.cs and DTDObjectModel.cs to list.unix and
- Mono.System.Xml.csproj.
- 2003-02-16 Atsushi Enomoto <[email protected]>
- * added XmlInputStream.cs to list.unix and Mono.System.Xml.csproj.
- 2003-01-16 Atsushi Enomoto <[email protected]>
- * updated Mono.System.Xml.csproj. (patch by David B. Bitton)
- 2002-12-10 Jeroen Janssen <[email protected]>
-
- * updated .build file(s) to correctly contain required buildfile
- attribute for nant
- 2002-10-28 Gonzalo Paniagua Javier <[email protected]>
- * makefile.gnu: added test target.
- 2002-08-22 Tim Coleman <[email protected]>
- * list.unix:
- Add System.Xml.Serialization/XmlCustomFormatter.cs
- 2002-08-19 Tim Coleman <[email protected]>
- * list.unix:
- Add System.Xml.Serialization/XmlSerializationWriter.cs
- 2002-07-24 Tim Coleman <[email protected]>
- * list.unix:
- Add some more classes to this build list.
- 2002-07-22 Tim Coleman <[email protected]>
- * list.unix:
- Add System.Xml.Serialization/SoapReflectionImporter.cs to build
- list.
- 2002-07-22 Tim Coleman <[email protected]>
- * list.unix: added new classes to build list.
- 2002-06-20 Ajay kumar Dwivedi <[email protected]>
-
- * System.Xml.Serialization: Added to build target
- 2002-05-24 Miguel de Icaza <[email protected]>
- * System.Xml.Serialization/XmlElementAttribute.cs: Add allowmultiple
- 2002-03-06 Jason Diamond <[email protected]>
- * System.XML.build: Disable warning CS0679: Other languages may permit the internal virtual member 'foo' to be overridden.
- 2002-02-23 Nick Drochak <[email protected]>
- * System.XML.build: Change dll name to System.Xml.dll from
- System.XML.dll (not easy to notice, btw)
- 2001-12-07 Nick Drochak <[email protected]>
- * ChangeLog: Add the change log to this directory
- * System.XML.build: Add dependancy on linux target to test target. Need to have the dll before we can test it, right? Plus is encourages other to try 'make test'.
|