platform/upstream/qtdeclarative.git
2013-01-23 Erik VerbruggenMethod signature changes to remove duplicate logic.
2013-01-23 Erik VerbruggenFix eval when a context gets inherited.
2013-01-23 Erik VerbruggenSplit off 2 builtins into their own instruction.
2013-01-23 Lars KnollFix direct vs indirect calls to eval (15.1.2.11)
2013-01-23 Simon HausmannFix crash when using continue in switch inside loop
2013-01-23 Simon HausmannFix test results to match exceptations on i386
2013-01-22 Lars KnollFixed remaining failures for Array.prototype.reverse
2013-01-22 Lars KnollFix remaining test failures related to Arguments object
2013-01-22 Lars KnollFix remaining issues in the URI methods
2013-01-22 Lars KnollFix memory corruption in the MM
2013-01-22 Lars KnollDon't convert the this object twice
2013-01-22 Simon HausmannFix length property of global utility functions
2013-01-22 Simon HausmannFix thisObject for all builtin function calls
2013-01-22 Lars KnollAdd escape and unescape to the global object
2013-01-22 Lars KnollAdd URI handling methods
2013-01-22 Simon HausmannFix String.prototype.slice with boundary values
2013-01-22 Simon HausmannFix String.prototype.substring when called with undefin...
2013-01-22 Simon HausmannFix bug in property table
2013-01-22 Simon HausmannFix name of Array.prototype.toLocaleString method
2013-01-22 Simon HausmannRun the tests in a simulated pacific time zone
2013-01-22 Simon HausmannFix name property of Error prototype
2013-01-22 Simon HausmannFix Math.toString()
2013-01-22 Simon HausmannImplement String.prototype.split
2013-01-22 Lars KnollFix a bug in Array.proto.indexOf for sparse arrays
2013-01-22 Lars KnollFix remaining test failures in Array.prototype.push/pop
2013-01-22 Lars KnollFix remaining issues in Array.prototype.(un)shift
2013-01-22 Lars KnollDon't clutter the source dir with .o files
2013-01-22 Lars KnollFix remaining issues in lastIndexOf
2013-01-21 Lars KnollFix a few bugs in Number.prototype
2013-01-21 Lars Knollrename qv4ecmaobjects.* to qv4objectproto.*
2013-01-21 Lars KnollMove Boolean object into it's own file
2013-01-21 Lars KnollMove Number object into it's own file
2013-01-21 Lars KnollMove ArrayCtor and ArrayProto into their own file
2013-01-21 Lars KnollMove masm into 3rdparty
2013-01-21 Lars KnollMove qmljs_object.* to qv4object.*
2013-01-21 Lars KnollMove math object into it's own file
2013-01-21 Lars KnollSplit Regexp object into it's own file
2013-01-21 Lars KnollMove Error Objects into their own file
2013-01-21 Lars KnollFurther split up qv4ecmaobjects and qmljs_objects.
2013-01-21 Lars KnollImplement RegExp.prototype.compile
2013-01-21 Lars KnollFix implicit this object for value based calls inside...
2013-01-21 Lars KnollMinor optimisation
2013-01-21 Lars KnollMove the String object into it's own file
2013-01-21 Simon HausmannFix certain new member expressions
2013-01-21 Simon HausmannImplement String.prototype.search
2013-01-21 Lars KnollImplement String.prototype.trim
2013-01-21 Lars KnollFix the remaining test failures for the Date object
2013-01-21 Simon HausmannImplement String.prototype.replace
2013-01-21 Lars KnollIf a function is defined twice the 2nd one should be...
2013-01-21 Lars KnollMove the Date Object into it's own file
2013-01-21 Lars KnollFix Date constructor and add Date.prototype.toISOString
2013-01-21 Simon HausmannMember expressions on non-objects should throw a type...
2013-01-20 Simon HausmannFix writable attribute of RegExp properties
2013-01-20 Simon HausmannFix exception handling in masm backend
2013-01-20 Erik VerbruggenFix compiler warning.
2013-01-20 Jędrzej NowackiRemove broken result of an automatic merge resolution.
2013-01-20 Jędrzej NowackiThere is no point in checking twice for a space if...
2013-01-19 Lars KnollImplement JSON.parse
2013-01-18 Lars KnollFix valgrind warnings about uninitialised variable
2013-01-18 Lars KnollOptimise array access
2013-01-18 Lars KnollFix wrong index access in one variant of Array::at()
2013-01-18 Simon HausmannGet rid of virtual __get__ in RegExpObject
2013-01-18 Simon HausmannGet rid of __get__ implementation in ErrorObject
2013-01-18 Lars KnollRemove the need for virtual __get/set__ methods in...
2013-01-18 Lars KnollImplement String.prototype.match
2013-01-17 Lars KnollImplement Array.prototype.reduce/reduceRight
2013-01-17 Lars KnollImplement Array.prototype.map/filter correctly
2013-01-17 Lars KnollImplement Array.prototype.every/some/forEach
2013-01-17 Erik VerbruggenChanged reachable Q_UNREACHABLE into Q_UNIMPLEMENTED.
2013-01-17 Simon HausmannFix values of RegExp.lastIndex property
2013-01-17 Simon HausmannUpdate test expectations
2013-01-17 Lars KnollImplement Array.prototype.lastIndexOf
2013-01-17 Lars Knollfurther fixes to indexOf
2013-01-17 Lars KnollUpdate test results
2013-01-17 Lars KnollFix our NaN boxing.
2013-01-17 Lars KnollFixes to Array.prototype.indexOf
2013-01-17 Lars Knolloptimise property access
2013-01-17 Lars KnollImplement Array.prototype.splice
2013-01-17 Erik VerbruggenChanged signature of constructActivationProperty.
2013-01-17 Erik VerbruggenFix prepareCallArg and prepareCallArgs.
2013-01-17 Erik VerbruggenFix interpreter regression in callBuiltinInvalid.
2013-01-17 Simon HausmannFix length property of RegExp constructor
2013-01-17 Simon HausmannFix inplace add for strings
2013-01-17 Simon HausmannFix entries for non-matches in the results array of...
2013-01-17 Simon HausmannFix exception handling of RegExp constructor
2013-01-17 Simon HausmannAdd Yarr regex engine from JSC
2013-01-16 Lars KnollFix Array.prototype.sort for non sparse arrays
2013-01-16 Lars KnollFix createFunctionMapping
2013-01-16 Erik VerbruggenMoved callBuiltin into the common super class.
2013-01-16 Erik VerbruggenGet closures back into a working state.
2013-01-16 Erik VerbruggenMake CodeGen usable without a context.
2013-01-16 Erik VerbruggenInclude path of llvm runtime file in executable.
2013-01-16 Erik VerbruggenReplaced unnecessary vector with a boolean.
2013-01-16 Simon HausmannSkip tests known to fail
2013-01-16 Erik VerbruggenRename native functions to builtin functions.
2013-01-16 Lars KnollFix Object.prototype.toLocaleString
2013-01-16 Lars KnollFix Object.prototype.toString
2013-01-16 Lars KnollFix index access on StringObjects
2013-01-16 Lars KnollProperly mark accessor properties
2013-01-16 Lars KnollFix the remaining issues with Object.defineProperty...
next