Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAtsushi Eno <atsushieno@gmail.com>2006-03-15 17:43:45 +0300
committerAtsushi Eno <atsushieno@gmail.com>2006-03-15 17:43:45 +0300
commita40a00bcde3ffd7a8a449596a2653d190f6e8b94 (patch)
treef35d0fe706dfa497c5c0e6c3d91fde08b08a5dc9 /mcs/class/System.XML/ChangeLog
parente8e59bb8cbdf347b704e34bfc9f342b3dc41f731 (diff)
2006-03-15 Atsushi Enomoto <atsushi@ximian.com>
* XslTransformProcessor.cs, Compiler.cs : eliminate ExpressionStore. Now sorting is done inside XslSortEvaluator. * XslSortEvaluator.cs : new file. It handles current node in XSLT context. Fixed bug #77781. * Expression.cs : extracted XPathSortElement, XPathSorters and XPathSorter from CompiledExpression, and split XPathSorters.Sort() into some methods. Those changes are to make them reusable in XslSortEvaluator. * System.Xml.dll.sources : added XslSortEvaluator.cs. * knownFailures.txt : removed two xsl:sort+current() tests. svn path=/trunk/mcs/; revision=58015
Diffstat (limited to 'mcs/class/System.XML/ChangeLog')
-rw-r--r--mcs/class/System.XML/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/mcs/class/System.XML/ChangeLog b/mcs/class/System.XML/ChangeLog
index bc40014505f..975212aaec2 100644
--- a/mcs/class/System.XML/ChangeLog
+++ b/mcs/class/System.XML/ChangeLog
@@ -1,3 +1,7 @@
+2006-03-15 Atsushi Enomoto <atsushi@ximian.com>
+
+ * System.Xml.dll.sources : added XslSortEvaluator.cs.
+
2006-02-20 Atsushi Enomoto <atsushi@ximian.com>
* System.Xml.dll.sources : removed XmlTextWriterOpenElement.cs and