[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdenonbeta/kdom
From:       Frans Englich <frans.englich () telia ! com>
Date:       2006-06-15 13:35:16
Message-ID: 1150378516.727868.16633.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 551727 by englich:

Rename kdom/xpath to kdom/patternist. In next commit, I will move xpath/dom into \
xpath, since it's KDOM specific code. After this, the only KDOM dependencies are \
DOMErrorImpl and DOMErrorHandlerImpl, as far as I can tell.

This builds fine here, and `check' in xpath/ passes. Likely requires a full 'make \
clean' of kdom/, and the usual way of fixing the ecma/ quirks is to:

cd ecma/
make $PWD/EcmaInterface.cpp



 M  +2 -2      Makefile.am  
 M  +1 -1      bindings/IDLCodeGeneratorJs.pm  
 M  +1 -1      bindings/cpp/xpath/Makefile.am  
 M  +1 -1      bindings/js/xpath/Makefile.am  
 M  +1 -1      core/DocumentImpl.h  
 A             patternist (directory)   xpath#551508
 A             patternist/Doxyfile   xpath/Doxyfile#551725
 A             patternist/IDEAS   xpath/IDEAS#551725
 A             patternist/MISSING   xpath/MISSING#551725
 A             patternist/Mainpage.h   xpath/Mainpage.h#551725
 A             patternist/Makefile.am   xpath/Makefile.am#551725
 A             patternist/Makefile.global   xpath/Makefile.global#551725
 A             patternist/TODO   xpath/TODO#551725
 A             patternist/data (directory)   xpath/data#551725
 M  +1 -1      patternist/data/AbstractDateTime.h  
 M  +1 -1      patternist/data/AbstractDuration.h  
 M  +4 -4      patternist/data/AbstractFloat.h  
 M  +3 -3      patternist/data/AbstractFloatCasters.h  
 M  +4 -4      patternist/data/AbstractFloatMathematician.h  
 M  +1 -1      patternist/data/AnyURI.h  
 M  +3 -3      patternist/data/AtomicCaster.h  
 M  +1 -1      patternist/data/AtomicCasters.h  
 M  +2 -2      patternist/data/AtomicComparator.h  
 M  +2 -2      patternist/data/AtomicComparators.h  
 M  +3 -3      patternist/data/AtomicMathematician.h  
 M  +1 -1      patternist/data/AtomicMathematicians.h  
 M  +4 -4      patternist/data/AtomicValue.h  
 M  +1 -1      patternist/data/Base64Binary.h  
 M  +1 -1      patternist/data/Boolean.h  
 M  +4 -4      patternist/data/CommonValues.h  
 M  +1 -1      patternist/data/Date.h  
 M  +1 -1      patternist/data/DateTime.h  
 M  +1 -1      patternist/data/DayTimeDuration.h  
 M  +1 -1      patternist/data/Decimal.h  
 M  +1 -1      patternist/data/Duration.h  
 M  +1 -1      patternist/data/EmptySequence.h  
 M  +1 -1      patternist/data/GDay.h  
 M  +1 -1      patternist/data/GMonth.h  
 M  +1 -1      patternist/data/GMonthDay.h  
 M  +1 -1      patternist/data/GYear.h  
 M  +1 -1      patternist/data/GYearMonth.h  
 M  +1 -1      patternist/data/HexBinary.h  
 M  +1 -1      patternist/data/Integer.h  
 M  +2 -2      patternist/data/Item.h  
 M  +5 -5      patternist/data/Makefile.am  
 M  +2 -2      patternist/data/Numeric.h  
 M  +2 -2      patternist/data/QNameValue.h  
 M  +1 -1      patternist/data/String.h  
 M  +1 -1      patternist/data/Time.h  
 M  +1 -1      patternist/data/UntypedAtomic.h  
 M  +1 -1      patternist/data/ValidationError.h  
 M  +1 -1      patternist/data/YearMonthDuration.h  
 A             patternist/docs (directory)   xpath/docs#551725
 M  +7 -7      patternist/docs/Makefile.am  
 A             patternist/dom (directory)   xpath/dom#551725
 M  +7 -7      patternist/dom/Makefile.am  
 M  +1 -1      patternist/dom/TypeInfoProxy.h  
 M  +1 -1      patternist/dom/XPathElementNSResolverImpl.h  
 M  +1 -1      patternist/dom/XPathExpressionImpl.h  
 M  +1 -1      patternist/dom/XPathNSResolverImpl.h  
 M  +3 -3      patternist/dom/XPathResultImpl.h  
 A             patternist/environment (directory)   xpath/environment#551725
 M  +3 -3      patternist/environment/DynamicContext.h  
 M  +1 -1      patternist/environment/ExternalEnvironment.h  
 M  +4 -5      patternist/environment/GenericStaticContext.h  
 M  +1 -1      patternist/environment/InnerFocus.h  
 M  +7 -7      patternist/environment/Makefile.am  
 M  +3 -3      patternist/environment/OuterFocus.h  
 M  +0 -1      patternist/environment/ReportContext.cpp  
 M  +3 -3      patternist/environment/ReportContext.h  
 M  +2 -2      patternist/environment/StaticContext.h  
 A             patternist/expr (directory)   xpath/expr#551725
 M  +1 -1      patternist/expr/AndExpression.h  
 M  +1 -1      patternist/expr/ArgumentReference.h  
 M  +2 -2      patternist/expr/ArithmeticExpression.h  
 M  +2 -2      patternist/expr/BinaryExpression.h  
 M  +2 -2      patternist/expr/CastExpression.h  
 M  +2 -2      patternist/expr/CastableAsExpression.h  
 M  +2 -2      patternist/expr/CastingPlatform.h  
 M  +1 -1      patternist/expr/ContextItem.h  
 M  +6 -6      patternist/expr/Expression.h  
 M  +2 -2      patternist/expr/ExpressionDispatch.h  
 M  +1 -1      patternist/expr/ExpressionFactory.h  
 M  +1 -1      patternist/expr/ExpressionSequence.h  
 M  +1 -1      patternist/expr/ExpressionVariableReference.h  
 M  +1 -1      patternist/expr/FirstItemPredicate.h  
 M  +1 -1      patternist/expr/ForExpression.h  
 M  +2 -2      patternist/expr/GeneralComparison.h  
 M  +1 -1      patternist/expr/GenericPredicate.h  
 M  +1 -1      patternist/expr/IfThenClause.h  
 M  +1 -1      patternist/expr/InfiniteExpression.h  
 M  +1 -1      patternist/expr/InstanceOfExpression.h  
 M  +6 -6      patternist/expr/Makefile.am  
 M  +1 -1      patternist/expr/NodeComparison.h  
 M  +3 -3      patternist/expr/OptimizationPasses.h  
 M  +3 -3      patternist/expr/OptimizerBlocks.h  
 M  +1 -1      patternist/expr/OptimizerFramework.h  
 M  +1 -1      patternist/expr/OrExpression.h  
 M  +1 -1      patternist/expr/PositionalVariableReference.h  
 M  +1 -1      patternist/expr/QuantifiedExpression.h  
 M  +1 -1      patternist/expr/RangeExpression.h  
 M  +1 -1      patternist/expr/RangeVariableReference.h  
 M  +1 -1      patternist/expr/SingleExpression.h  
 M  +1 -1      patternist/expr/SoleExpression.h  
 M  +1 -1      patternist/expr/TreatAsExpression.h  
 M  +1 -1      patternist/expr/TrinityExpression.h  
 M  +1 -1      patternist/expr/TruthPredicate.h  
 M  +1 -1      patternist/expr/Typeswitch.h  
 M  +1 -1      patternist/expr/UnaryExpression.h  
 M  +2 -2      patternist/expr/UserFunction.h  
 M  +2 -2      patternist/expr/UserFunctionCallsite.h  
 M  +1 -1      patternist/expr/Validate.h  
 M  +2 -2      patternist/expr/ValueComparison.h  
 M  +2 -2      patternist/expr/VariableDeclaration.h  
 M  +1 -1      patternist/expr/VariableReference.h  
 A             patternist/functions (directory)   xpath/functions#551725
 M  +1 -1      patternist/functions/AccessorFNs.h  
 M  +3 -3      patternist/functions/AggregateFNs.h  
 M  +1 -1      patternist/functions/AggregatingFN.h  
 M  +1 -1      patternist/functions/AssembleStringFNs.h  
 M  +1 -1      patternist/functions/BooleanFNs.h  
 M  +1 -1      patternist/functions/CompareStringFNs.h  
 M  +2 -2      patternist/functions/ConstructorFunctionsFactory.h  
 M  +1 -1      patternist/functions/ContextFNs.h  
 M  +2 -2      patternist/functions/DateTimeFNs.h  
 M  +2 -2      patternist/functions/DeepEqualFN.h  
 M  +1 -1      patternist/functions/ErrorFN.h  
 M  +3 -3      patternist/functions/FunctionArgument.h  
 M  +2 -2      patternist/functions/FunctionAvailableFN.h  
 M  +2 -2      patternist/functions/FunctionCall.h  
 M  +5 -5      patternist/functions/FunctionFactory.h  
 M  +1 -1      patternist/functions/FunctionFactoryCollection.h  
 M  +3 -3      patternist/functions/FunctionSignature.h  
 M  +6 -6      patternist/functions/Makefile.am  
 M  +2 -2      patternist/functions/NodeFNs.h  
 M  +1 -1      patternist/functions/NumericFNs.h  
 M  +1 -1      patternist/functions/PatternMatchingFNs.h  
 M  +1 -1      patternist/functions/PatternPlatform.h  
 M  +1 -1      patternist/functions/PipingFN.h  
 M  +1 -1      patternist/functions/QNameFNs.h  
 M  +1 -1      patternist/functions/ResolveURIFN.h  
 M  +2 -2      patternist/functions/SequenceFNs.h  
 M  +1 -1      patternist/functions/StringValueFNs.h  
 M  +1 -1      patternist/functions/SubStringFNs.h  
 M  +1 -1      patternist/functions/SystemPropertyFN.h  
 M  +2 -2      patternist/functions/TimezoneFNs.h  
 M  +1 -1      patternist/functions/TraceFN.h  
 M  +1 -1      patternist/functions/XPath10CoreFunctions.h  
 M  +1 -1      patternist/functions/XPath20CoreFunctions.h  
 M  +1 -1      patternist/functions/XSLT10CoreFunctions.h  
 A             patternist/iterators (directory)   xpath/iterators#551725
 M  +2 -2      patternist/iterators/DistinctIterator.h  
 M  +1 -1      patternist/iterators/EmptyIterator.h  
 M  +3 -3      patternist/iterators/IndexOfIterator.h  
 M  +2 -2      patternist/iterators/InsertionIterator.h  
 M  +2 -2      patternist/iterators/ItemMappingIterator.h  
 M  +4 -4      patternist/iterators/Iterator.h  
 M  +1 -1      patternist/iterators/ListIterator.h  
 M  +4 -4      patternist/iterators/Makefile.am  
 M  +1 -1      patternist/iterators/RangeIterator.h  
 M  +1 -1      patternist/iterators/RemovalIterator.h  
 M  +2 -2      patternist/iterators/SequenceMappingIterator.h  
 M  +1 -1      patternist/iterators/SingletonIterator.h  
 M  +1 -1      patternist/iterators/SubsequenceIterator.h  
 M  +1 -1      patternist/iterators/ToCodepointsIterator.h  
 M  +7 -7      patternist/iterators/tests/Makefile.am  
 A             patternist/janitors (directory)   xpath/janitors#551725
 M  +2 -2      patternist/janitors/Atomizer.h  
 M  +1 -1      patternist/janitors/CardinalityVerifier.h  
 M  +1 -1      patternist/janitors/ItemVerifier.h  
 M  +5 -5      patternist/janitors/Makefile.am  
 M  +3 -3      patternist/janitors/UntypedAtomicConverter.h  
 A             patternist/kxqts (directory)   xpath/kxqts#551725
 M  +1 -1      patternist/kxqts/Makefile.am  
 M  +1 -1      patternist/kxqts/baseliner/Makefile.am  
 M  +1 -1      patternist/kxqts/lib/DebugExpressionFactory.cpp  
 M  +2 -2      patternist/kxqts/lib/DebugExpressionFactory.h  
 M  +2 -2      patternist/kxqts/lib/ErrorItem.cpp  
 M  +1 -1      patternist/kxqts/lib/ExpressionInfo.h  
 M  +48 -48    patternist/kxqts/lib/ExpressionNamer.cpp  
 M  +1 -1      patternist/kxqts/lib/ExpressionNamer.h  
 M  +1 -1      patternist/kxqts/lib/Global.h  
 M  +1 -1      patternist/kxqts/lib/Makefile.am  
 M  +1 -1      patternist/kxqts/lib/TestBaseLine.cpp  
 M  +4 -4      patternist/kxqts/lib/TestCase.cpp  
 M  +1 -1      patternist/kxqts/lib/TestResult.h  
 M  +1 -1      patternist/kxqts/lib/XMLIndenter.h  
 M  +2 -2      patternist/kxqts/lib/tests/Makefile.am  
 M  +1 -1      patternist/kxqts/runsuite/Makefile.am  
 M  +1 -1      patternist/kxqts/tests/Makefile.am  
 M  +1 -1      patternist/kxqts/view/Makefile.am  
 M  +1 -1      patternist/kxqts/view/TestResultView.cpp  
 M  +2 -2      patternist/kxqts/view/XDTItemItem.cpp  
 M  +1 -1      patternist/kxqts/view/XDTItemItem.h  
 A             patternist/parser (directory)   xpath/parser#551725
 M  +7 -7      patternist/parser/Makefile.am  
 M  +7 -7      patternist/parser/ParserContext.h  
 M  +7 -7      patternist/parser/Tokenizer.h  
 M  +1 -1      patternist/parser/XQueryTokenizer.h  
 A             patternist/patternist (directory)   xpath/patternist#551725
 M  +5 -5      patternist/patternist/Makefile.am  
 M  +7 -7      patternist/patternist/tests/Makefile.am  
 A             patternist/tests (directory)   xpath/tests#551725
 M  +7 -7      patternist/tests/Makefile.am  
 A             patternist/type (directory)   xpath/type#551725
 M  +1 -1      patternist/type/AnyItemType.h  
 M  +1 -1      patternist/type/AnyNodeType.h  
 M  +1 -1      patternist/type/AnySimpleType.h  
 M  +1 -1      patternist/type/AnyType.h  
 M  +1 -1      patternist/type/AtomicCasterLocator.h  
 M  +1 -1      patternist/type/AtomicCasterLocators.h  
 M  +2 -2      patternist/type/AtomicComparatorLocator.h  
 M  +2 -2      patternist/type/AtomicComparatorLocators.h  
 M  +1 -1      patternist/type/AtomicMathematicianLocator.h  
 M  +2 -2      patternist/type/AtomicMathematicianLocators.h  
 M  +7 -7      patternist/type/AtomicType.h  
 M  +2 -2      patternist/type/AtomicTypeDispatch.h  
 M  +1 -1      patternist/type/BasicTypesFactory.h  
 M  +1 -1      patternist/type/BuiltinAtomicType.h  
 M  +1 -1      patternist/type/BuiltinAtomicTypes.h  
 M  +1 -1      patternist/type/BuiltinNodeType.h  
 M  +8 -8      patternist/type/BuiltinTypes.h  
 M  +2 -2      patternist/type/CommonSequenceTypes.h  
 M  +2 -2      patternist/type/EBVType.h  
 M  +2 -2      patternist/type/EmptySequenceType.h  
 M  +1 -1      patternist/type/GenericSequenceType.h  
 M  +2 -2      patternist/type/ItemType.h  
 M  +5 -5      patternist/type/Makefile.am  
 M  +1 -1      patternist/type/MultiItemType.h  
 M  +2 -2      patternist/type/NoneType.h  
 M  +1 -1      patternist/type/NumericType.h  
 M  +1 -1      patternist/type/SchemaComponent.h  
 M  +3 -3      patternist/type/SchemaType.h  
 M  +3 -3      patternist/type/SchemaTypeFactory.h  
 M  +3 -3      patternist/type/SequenceType.h  
 M  +2 -2      patternist/type/TypeChecker.h  
 M  +1 -1      patternist/type/Untyped.h  
 M  +7 -7      patternist/type/tests/Makefile.am  
 A             patternist/utils (directory)   xpath/utils#551725
 M  +1 -1      patternist/utils/CommonQNames.h  
 M  +1 -1      patternist/utils/GenericNamespaceResolver.h  
 M  +5 -5      patternist/utils/Makefile.am  
 M  +2 -2      patternist/utils/SharedQName.h  
 M  +2 -2      patternist/utils/XPathHelper.h  
 D             xpath (directory)  


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic