projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
gdi32: Add an intermediate variable to avoid array bounds warnings.
[wine]
/
dlls
/
jscript
/
2011-10-10
Andrew Talbot
jscript: Add breaks to some switch statements.
tree
|
commitdiff
2011-10-10
Andrew Talbot
jscript: Mark a fall-through in a switch statement.
tree
|
commitdiff
2011-09-19
Jacek Caban
jscript: Removed useless undef ACTSCPSITE_THIS.
tree
|
commitdiff
2011-09-19
Francois Gouget
jscript/tests: Some tests require that the user interfa...
tree
|
commitdiff
2011-09-02
Piotr Caban
jscript/tests: Added decodeURI tests.
tree
|
commitdiff
2011-09-02
Piotr Caban
jscript: Added decodeURI implementation.
tree
|
commitdiff
2011-09-02
Piotr Caban
jscript: Throw exception on error in JSGlobal_encodeURI...
tree
|
commitdiff
2011-09-02
Piotr Caban
jscript: Limit name hash computations number.
tree
|
commitdiff
2011-09-02
Piotr Caban
jscript: Use hash table when accessing object propertie...
tree
|
commitdiff
2011-09-02
Piotr Caban
jscript: Added Object.hasOwnProperty implementation.
tree
|
commitdiff
2011-09-01
Jacek Caban
jscript: Added more SetInterfaceSafetyOptions tests...
tree
|
commitdiff
2011-08-24
Francois Gouget
Assorted spelling fixes.
tree
|
commitdiff
2011-08-23
Frédéric Delanoy
jscript: Don't copy more than needed in parse_string_li...
tree
|
commitdiff
2011-08-22
Jacek Caban
jscript: Don't copy more than needed in parse_identifier.
tree
|
commitdiff
2011-08-04
Frédéric Delanoy
tests: Assorted spelling fixes.
tree
|
commitdiff
2011-08-02
Frédéric Delanoy
dlls: Assorted spelling fixes.
tree
|
commitdiff
2011-08-02
Alexandre Julliard
winecrt0: Remove the clsid parameter in __wine_(un...
tree
|
commitdiff
2011-08-02
Alexandre Julliard
makefiles: Generate resource files for typelibs.
tree
|
commitdiff
2011-07-18
Jacek Caban
jscript: Properly handle aggregation attempt.
tree
|
commitdiff
2011-06-27
Detlef Riekenberg
jscript/tests: Fix copy & paste typos.
tree
|
commitdiff
2011-06-27
Detlef Riekenberg
jscript: Support also VT_UI4 in debugstr_variant.
tree
|
commitdiff
2011-06-21
Jacek Caban
jscript: Correctly throw an exception if instanceof...
tree
|
commitdiff
2011-06-21
Jacek Caban
jscript: Correctly handle forin statement on pure IDisp...
tree
|
commitdiff
2011-04-26
Marcus Meissner
jscript: Mark internal symbols as having hidden visibility.
tree
|
commitdiff
2011-03-18
Marcus Meissner
jscript: Mark up fallthrough switch cases (Coverity).
tree
|
commitdiff
2011-02-28
Jacek Caban
jscript: Fixed corner cases in parseInt implementation.
tree
|
commitdiff
2011-02-22
Jacek Caban
jscript: Added more uninitialization tests.
tree
|
commitdiff
2011-02-22
Jacek Caban
jscript: Added SetScriptState(SCRIPTSTATE_UNINITIALIZED...
tree
|
commitdiff
2011-02-18
Peter Urbanec
jscript: Implement character escaping as described...
tree
|
commitdiff
2011-02-17
Austin English
jscript/tests: Remove a dead assignment (LLVM/Clang).
tree
|
commitdiff
2011-01-27
Jacek Caban
jscript: Fixed some clang warnings.
tree
|
commitdiff
2011-01-17
Michael Stefaniuc
jscript: COM cleanup for the IServiceProvider iface.
tree
|
commitdiff
2011-01-17
Michael Stefaniuc
jscript: Use ifaces instead of vtbl pointers in JScript.
tree
|
commitdiff
2011-01-17
Michael Stefaniuc
jscript: COM cleanup for the IDispatchEx iface.
tree
|
commitdiff
2011-01-06
Alexandre Julliard
jscript: Convert translations to po files.
tree
|
commitdiff
2011-01-03
Marcus Meissner
jscript: Fixed VT variable type for DISPID_GLOBAL_ISWIN64.
tree
|
commitdiff
2010-12-31
Frédéric Delanoy
jscript: Update French translation.
tree
|
commitdiff
2010-12-30
Sven Baars
jscript: Update the Dutch translation.
tree
|
commitdiff
2010-12-30
Jacek Caban
jscript: Fixed some math API assumption that cause...
tree
|
commitdiff
2010-12-30
Hwang YunSong
jscript: Update Korean resource.
tree
|
commitdiff
2010-12-30
Luca Bennati
jscript: Update Italian translation.
tree
|
commitdiff
2010-12-30
Łukasz Wojniłowicz
jscript: Update Polish translation.
tree
|
commitdiff
2010-12-30
Anders Jonsson
jscript: Update Swedish translation.
tree
|
commitdiff
2010-12-29
Jacek Caban
jscript: Moved remaining registration to IRegistrar...
tree
|
commitdiff
2010-12-29
Jacek Caban
jscript: Return 'unknown' in typeof operator for native...
tree
|
commitdiff
2010-12-29
Jacek Caban
jscript: Don't unescape '\v'.
tree
|
commitdiff
2010-12-29
André Hentschel
jscript: Update German translation.
tree
|
commitdiff
2010-12-29
Aurimas Fišeras
jscript: Update Lithuanian translation.
tree
|
commitdiff
2010-12-28
Jacek Caban
jscript: Added conditional compilation tests.
tree
|
commitdiff
2010-12-28
Jacek Caban
jscript: Beginning support for conditional compilation.
tree
|
commitdiff
2010-12-28
Jacek Caban
jscript: Moved allocating double literal to separated...
tree
|
commitdiff
2010-12-28
Jacek Caban
jscript: Moved new_boolean_literal to lex.c.
tree
|
commitdiff
2010-12-28
Jacek Caban
jscript: Ensure that the whole script is parsed.
tree
|
commitdiff
2010-12-28
Jacek Caban
jscript: Use HRESULTs instead of IDSs in parser.
tree
|
commitdiff
2010-12-28
Jacek Caban
jscript: Pass HRESULTs instead of IDSs to throw_* funct...
tree
|
commitdiff
2010-12-28
Jacek Caban
jscript: Better syntax error tests.
tree
|
commitdiff
2010-12-27
Jacek Caban
jscript: Added ScriptEngine*Version functions implement...
tree
|
commitdiff
2010-12-27
Jacek Caban
jscript: Added ScriptEngine() implementation.
tree
|
commitdiff
2010-12-20
Jacek Caban
jscript: Exception tests clean up.
tree
|
commitdiff
2010-12-20
Jacek Caban
jscript: Added Date.setYear implementation.
tree
|
commitdiff
2010-12-16
Jacek Caban
jscript: Move some of registration process to IRegistra...
tree
|
commitdiff
2010-11-26
Akihiro Sagawa
jscript: Update Japanese translation.
tree
|
commitdiff
2010-11-08
Jacek Caban
jscript: Added Date.setYear stub implementation.
tree
|
commitdiff
2010-11-01
Paul Vriens
jscript: Add the Serbian (Latin and Cyrillic) translation.
tree
|
commitdiff
2010-10-29
Gustavo Henrique...
jscript: Update Portuguese translation.
tree
|
commitdiff
2010-10-26
Sven Baars
jscript: Update the Dutch translation.
tree
|
commitdiff
2010-10-26
Łukasz Wojniłowicz
jscript: Update the Polish translation.
tree
|
commitdiff
2010-10-25
Jacek Caban
jscript: Pass script_ctx_t instead of exec_ctx_t to...
tree
|
commitdiff
2010-10-22
Konstantin Kondratyuk
jscript: Update Russian translation.
tree
|
commitdiff
2010-10-20
Anders Jonsson
jscript: Update Swedish translation.
tree
|
commitdiff
2010-10-20
Piotr Caban
jscript: Added invocation flag tests.
tree
|
commitdiff
2010-10-20
Piotr Caban
jscript: Added DISPATCH_PROPERTYGET flag to some calls.
tree
|
commitdiff
2010-10-19
Igor Paliychuk
jscript: Updated Ukrainian translation.
tree
|
commitdiff
2010-10-19
Piotr Caban
jscript: Add index, input and lastIndex properties...
tree
|
commitdiff
2010-10-19
Piotr Caban
jscript: Improved VBArray related tests.
tree
|
commitdiff
2010-10-19
Piotr Caban
jscript: Improved error handling in VBArray functions.
tree
|
commitdiff
2010-10-19
Luca Bennati
jscript: Update Italian translation.
tree
|
commitdiff
2010-10-19
André Hentschel
jscript: Update German translation.
tree
|
commitdiff
2010-10-19
Frédéric Delanoy
jscript: Update French translation.
tree
|
commitdiff
2010-10-19
Aurimas Fišeras
jscript: Update Lithuanian translation.
tree
|
commitdiff
2010-10-18
Piotr Caban
jscript: Added VBArray handling to to_object().
tree
|
commitdiff
2010-10-18
Piotr Caban
jscript: Added VBArray.toArray() implementation.
tree
|
commitdiff
2010-10-18
Piotr Caban
jscript: Added VBArray.getItem() implementation.
tree
|
commitdiff
2010-10-18
Piotr Caban
jscript: Added VBArray.dimensions() implementation.
tree
|
commitdiff
2010-10-18
Piotr Caban
jscript: Added VBArray.ubound() implementation.
tree
|
commitdiff
2010-10-18
Piotr Caban
jscrpt: Added VBScript.lbound() implementation.
tree
|
commitdiff
2010-10-18
Piotr Caban
jscript: Implement VBArray constructor.
tree
|
commitdiff
2010-10-18
Piotr Caban
jscript: Added VBArray stub.
tree
|
commitdiff
2010-10-15
Piotr Caban
jscript: Added more safety options flags handling to...
tree
|
commitdiff
2010-10-14
Jacek Caban
jscript: Don't lookup global variables on function...
tree
|
commitdiff
2010-10-13
Reece Dunn
jscript/tests: Add tests for ActiveScriptSite_OnScriptE...
tree
|
commitdiff
2010-10-11
Alexandre Julliard
jscript: Remove an incorrect and unnecessary error...
tree
|
commitdiff
2010-10-11
Alexandre Julliard
jscript: Add a missing terminator to a string constant.
tree
|
commitdiff
2010-10-05
Reece Dunn
jscript: Throw TypeError if T in 'new T' is not an...
tree
|
commitdiff
2010-10-01
Jacek Caban
jscript: Don't use to_object for nullDisp in Object...
tree
|
commitdiff
2010-09-21
Jacek Caban
jscript: Better checks for too old jscript.dll versions.
tree
|
commitdiff
2010-09-19
Alexandre Julliard
makefiles: Add a standard header for all makefiles...
tree
|
commitdiff
2010-09-18
Łukasz Wojniłowicz
jscript: Update the Polish translation.
tree
|
commitdiff
2010-09-14
Matej Spindler
jscript: Update Slovenian translation.
tree
|
commitdiff
2010-09-07
Jacek Caban
jscript: Addd jsdisp_addref helper function.
tree
|
commitdiff
next