projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Release 1.5.1.
[wine]
/
dlls
/
jscript
/
tests
/
api.js
2012-01-17
Jacek Caban
jscript: Added labelled statements tests.
blob
|
commitdiff
|
raw
2011-12-30
Jacek Caban
jscript: Handle invalid continue statements in compiler.
blob
|
commitdiff
|
raw
|
diff to current
2011-12-30
Jacek Caban
jscript: Handle invalid break statements in compiler.
blob
|
commitdiff
|
raw
|
diff to current
2011-12-15
Jacek Caban
jscript: Throw type error on invalid delete.
blob
|
commitdiff
|
raw
|
diff to current
2011-12-12
Jacek Caban
jscript: Properly handle NULL IDispatch in stack_pop_ob...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-07
Jacek Caban
jscript: Use bytecode for post-increment expression.
blob
|
commitdiff
|
raw
|
diff to current
2011-12-05
Jacek Caban
jscript: Use bytecode for invalid assignments.
blob
|
commitdiff
|
raw
|
diff to current
2011-12-05
Jacek Caban
jscript: Use bytecode for assignment to identifier.
blob
|
commitdiff
|
raw
|
diff to current
2011-09-02
Piotr Caban
jscript/tests: Added decodeURI tests.
blob
|
commitdiff
|
raw
|
diff to current
2011-09-02
Piotr Caban
jscript: Throw exception on error in JSGlobal_encodeURI...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-02
Piotr Caban
jscript: Added Object.hasOwnProperty implementation.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-24
Francois Gouget
Assorted spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2011-06-21
Jacek Caban
jscript: Correctly throw an exception if instanceof...
blob
|
commitdiff
|
raw
|
diff to current
2011-02-28
Jacek Caban
jscript: Fixed corner cases in parseInt implementation.
blob
|
commitdiff
|
raw
|
diff to current
2010-12-28
Jacek Caban
jscript: Added conditional compilation tests.
blob
|
commitdiff
|
raw
|
diff to current
2010-12-28
Jacek Caban
jscript: Ensure that the whole script is parsed.
blob
|
commitdiff
|
raw
|
diff to current
2010-12-28
Jacek Caban
jscript: Better syntax error tests.
blob
|
commitdiff
|
raw
|
diff to current
2010-12-27
Jacek Caban
jscript: Added ScriptEngine*Version functions implement...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-27
Jacek Caban
jscript: Added ScriptEngine() implementation.
blob
|
commitdiff
|
raw
|
diff to current
2010-12-20
Jacek Caban
jscript: Exception tests clean up.
blob
|
commitdiff
|
raw
|
diff to current
2010-12-20
Jacek Caban
jscript: Added Date.setYear implementation.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-08
Jacek Caban
jscript: Added Date.setYear stub implementation.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-19
Piotr Caban
jscript: Improved VBArray related tests.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-18
Piotr Caban
jscript: Added VBArray handling to to_object().
blob
|
commitdiff
|
raw
|
diff to current
2010-10-18
Piotr Caban
jscript: Added VBArray.toArray() implementation.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-18
Piotr Caban
jscript: Added VBArray.getItem() implementation.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-18
Piotr Caban
jscript: Added VBArray.dimensions() implementation.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-18
Piotr Caban
jscript: Added VBArray.ubound() implementation.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-18
Piotr Caban
jscrpt: Added VBScript.lbound() implementation.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-18
Piotr Caban
jscript: Implement VBArray constructor.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-18
Piotr Caban
jscript: Added VBArray stub.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-05
Reece Dunn
jscript: Throw TypeError if T in 'new T' is not an...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-16
Jacek Caban
jscript: Throw TypeError in in_eval.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-16
Jacek Caban
jscript: Throw TypeError in instanceof_expression_eval.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-04
Jacek Caban
jscript: Fixed Error.toString implementation for non...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-02
Jacek Caban
jscript: Use generic property for Error.number.
blob
|
commitdiff
|
raw
|
diff to current
2010-07-19
Jacek Caban
jscript: Fixed sort_cmp for non-string arguments.
blob
|
commitdiff
|
raw
|
diff to current
2010-05-27
Jacek Caban
jscript: Store builtin constructor's length in instance...
blob
|
commitdiff
|
raw
|
diff to current
2010-01-20
Piotr Caban
jscript: Make Array.sort generic.
blob
|
commitdiff
|
raw
|
diff to current
2010-01-20
Piotr Caban
jscript: Make Array.pop generic.
blob
|
commitdiff
|
raw
|
diff to current
2010-01-18
Piotr Caban
jscript: Make Array.join generic.
blob
|
commitdiff
|
raw
|
diff to current
2010-01-18
Piotr Caban
jscript: Added implementation of Array.reverse.
blob
|
commitdiff
|
raw
|
diff to current
2009-12-10
Jacek Caban
jscript: Added Function constructor tests.
blob
|
commitdiff
|
raw
|
diff to current
2009-12-04
Jacek Caban
jscript: Correctly handle NaN in to_integer.
blob
|
commitdiff
|
raw
|
diff to current
2009-11-17
Andrew Eikum
jscript: Implement decodeURIComponent.
blob
|
commitdiff
|
raw
|
diff to current
2009-11-09
Piotr Caban
jscript: Throw URIError in encodeURI function.
blob
|
commitdiff
|
raw
|
diff to current
2009-11-09
Piotr Caban
jscript: Fix Error.toString() test.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-30
Jacek Caban
jscript: Pass global object as this if 'this' argument...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-30
Jacek Caban
jscript: Pass global object as this if 'this' argument...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-22
Jacek Caban
jscript: Fixed a test that depends on time zone.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-20
Jacek Caban
jscript: Added invoke version 2 tests.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-14
Piotr Caban
jscript: Added Global.encodeURIComponent implementation.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-14
Piotr Caban
jscript: Fixed Global functions lengths.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-08
Piotr Caban
jscript: Fixed escaped characters processing.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-08
Piotr Caban
jscript: Added Date.toGMTString implementation.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-06
Piotr Caban
jscript: Added Global.escape() implementation.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-29
Jacek Caban
jscript: Added ActiveXObject constructor stub implement...
blob
|
commitdiff
|
raw
|
diff to current
2009-09-24
Jacek Caban
jscript: Throw type error from call and apply functions.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-24
Jacek Caban
jscript: Added Object.toString implementation for varia...
blob
|
commitdiff
|
raw
|
diff to current
2009-09-24
Jacek Caban
jscript: Throw type error fot Array.toString with wrong...
blob
|
commitdiff
|
raw
|
diff to current
2009-09-23
Jacek Caban
jscript: Throw correct error in get_length.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-23
Jacek Caban
jscript: Added Object.toString for host objects impleme...
blob
|
commitdiff
|
raw
|
diff to current
2009-09-23
Jacek Caban
jscript: Added RegExp function call implementation.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-22
Jacek Caban
jscript: Added Array.shift implementation.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-17
Jacek Caban
jscript: Added Object function invocation implementation.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-17
Jacek Caban
jscript: Added Function.toString implementation for...
blob
|
commitdiff
|
raw
|
diff to current
2009-09-15
Jacek Caban
jscript: Added Array.splice implementation.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-08
Piotr Caban
jscript: Fix 'object expected' error number.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-02
Piotr Caban
jscript: Added JSGlobal_unescape implementation.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-02
Piotr Caban
jscript: Throw 'Object expected' error in call_expressi...
blob
|
commitdiff
|
raw
|
diff to current
2009-09-02
Jacek Caban
jscript: Added Array.unshift implementation.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-02
Jacek Caban
jscript: Make Array.slice generic.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-01
Jacek Caban
jscript: Added String.lastIndexOf implementation.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-29
Jacek Caban
jscript: Make Array.push generic.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-29
Jacek Caban
jscript: Added Function.apply implementation.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-29
Jacek Caban
jscript: Added Function.call implementation.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-29
Jacek Caban
jscript: Create arguments object as a seaprated class...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-29
Jacek Caban
jscript: Added 'instanceof' keyword implementation.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-24
Piotr Caban
jscript: Added String.substr implementation.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-24
Piotr Caban
jscript: Fixed Function method's lengths.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-17
Piotr Caban
jscript: Fixed Object's function lengths.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-17
Piotr Caban
jscript: Fixed Math's function lengths.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-17
Piotr Caban
jscript: Fixed Array's function lengths.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-17
Piotr Caban
jscript: Fixed Date's function lengths.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-17
Piotr Caban
jscript: Fixed RegExp's function lengths.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-17
Piotr Caban
jscript: Fixed String's function lengths.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-17
Piotr Caban
jscript: Fixed Number's function lengths.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-17
Piotr Caban
jscript: Added Boolean's function lengths test.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-14
Piotr Caban
jscript: Inherit Math from Object.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-14
Piotr Caban
jscript: Inherit some Function functions from Object.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-14
Piotr Caban
jscript: Inherit some Error functions from Object.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-14
Piotr Caban
jscript: Inherit some Array functions from Object.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-14
Piotr Caban
jscript: Inherit some Boolean function from Object.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-14
Piotr Caban
jscript: Inherit some Date functions from Object.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-12
Piotr Caban
jscript: Fixed Object.toLocaleString implementation.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-12
Piotr Caban
jscript: Inherit some Number functions from Object.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-12
Piotr Caban
jscript: Inherit some RegExp functions from Object.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-12
Piotr Caban
jscript: Inherit some String functions from Object.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-06
Piotr Caban
jscript: Added JSGlobal_parseFloat implementation.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-06
Piotr Caban
jscript: Added 'unterminated string' error.
blob
|
commitdiff
|
raw
|
diff to current
next