projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
usp10: Move the application of pair values to a helper function.
[wine]
/
dlls
/
jscript
/
jsutils.c
2012-12-05
Jacek Caban
jscript: Treat VT_UNKNOWN VARIANTs supporting IDispatch...
blob
|
commitdiff
|
raw
2012-10-11
Jacek Caban
jscript: Use custom string container instead of BSTR.
blob
|
commitdiff
|
raw
|
diff to current
2012-09-19
Francois Gouget
jscript: Make jsval_variant() static.
blob
|
commitdiff
|
raw
|
diff to current
2012-09-19
Jacek Caban
jscript: Pack jsval_t to 64-bit structure on i386.
blob
|
commitdiff
|
raw
|
diff to current
2012-09-19
Jacek Caban
jscript: Store exception value in script_ctx_t instead...
blob
|
commitdiff
|
raw
|
diff to current
2012-09-17
Jacek Caban
jscript: Avoid direct access to jsval_t struct.
blob
|
commitdiff
|
raw
|
diff to current
2012-09-17
Jacek Caban
jscript: Use helper to access jsval_t type.
blob
|
commitdiff
|
raw
|
diff to current
2012-09-17
Jacek Caban
jscript: Return BOOL instead of VARIANT_BOOL from jsdis...
blob
|
commitdiff
|
raw
|
diff to current
2012-09-17
Jacek Caban
jscript: Get rid of no longer needed VARIANT helpers.
blob
|
commitdiff
|
raw
|
diff to current
2012-09-17
Jacek Caban
jscript: Always use jsval-based to_object implementation.
blob
|
commitdiff
|
raw
|
diff to current
2012-09-17
Jacek Caban
jscript: Always use jsval-based to_string implementation.
blob
|
commitdiff
|
raw
|
diff to current
2012-09-17
Jacek Caban
jscript: Always use jsval-based to_uint32 implementation.
blob
|
commitdiff
|
raw
|
diff to current
2012-09-17
Jacek Caban
jscript: Always use jsval-based to_number implementation.
blob
|
commitdiff
|
raw
|
diff to current
2012-09-17
Jacek Caban
jscript: Always use jsval-based to_boolean.
blob
|
commitdiff
|
raw
|
diff to current
2012-09-17
Jacek Caban
jscript: Always use jsval-based to_primitive.
blob
|
commitdiff
|
raw
|
diff to current
2012-09-17
Jacek Caban
jscript: Store exception value as jsval_t instead of...
blob
|
commitdiff
|
raw
|
diff to current
2012-09-17
Jacek Caban
jscript: Store jsdisp_t values as jsval_t instead of...
blob
|
commitdiff
|
raw
|
diff to current
2012-09-17
Jacek Caban
jscript: Use jsval_t instead of VARIANT for stack values.
blob
|
commitdiff
|
raw
|
diff to current
2012-09-17
Jacek Caban
jscript: Use jsval instead of VARIANT to pass arguments...
blob
|
commitdiff
|
raw
|
diff to current
2012-09-17
Jacek Caban
jscript: Added new variable representation and use...
blob
|
commitdiff
|
raw
|
diff to current
2012-06-26
Francois Gouget
jscript: Make int_to_bstr() static.
blob
|
commitdiff
|
raw
|
diff to current
2012-06-25
Jacek Caban
jscript: Don't use DISPPARAMS for internal arguments.
blob
|
commitdiff
|
raw
|
diff to current
2012-06-20
Jacek Caban
jscript: Use INFINITY macro instead of ret_inf() hack.
blob
|
commitdiff
|
raw
|
diff to current
2012-05-29
Jacek Caban
jscript: Get rid of ret_nan hack.
blob
|
commitdiff
|
raw
|
diff to current
2012-05-04
Jacek Caban
jscript: Added support for VT_INT.
blob
|
commitdiff
|
raw
|
diff to current
2012-05-03
Jacek Caban
jscript: Return double from to_integer.
blob
|
commitdiff
|
raw
|
diff to current
2012-05-01
Jacek Caban
jscript: Added VT_I2 tests.
blob
|
commitdiff
|
raw
|
diff to current
2012-04-18
Frédéric Delanoy
jscript: Assorted spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2012-04-02
Jacek Caban
jscript: Fixed jsheap_grow implementation.
blob
|
commitdiff
|
raw
|
diff to current
2012-03-28
Jacek Caban
jscript: Properly handle NULL bstr in str_to_number.
blob
|
commitdiff
|
raw
|
diff to current
2012-03-27
Jacek Caban
jscript: Store value as double in NumberInstance object.
blob
|
commitdiff
|
raw
|
diff to current
2012-03-27
Jacek Caban
jscript: Return double instead of VARIANT from to_number.
blob
|
commitdiff
|
raw
|
diff to current
2012-03-12
Jacek Caban
jscript: Added QueryService(SID_VariantConversion)...
blob
|
commitdiff
|
raw
|
diff to current
2012-03-12
Jacek Caban
jscript: Added ChangeType implementation.
blob
|
commitdiff
|
raw
|
diff to current
2012-03-09
Jacek Caban
jscript: Removed no longer needed disp_propget caller...
blob
|
commitdiff
|
raw
|
diff to current
2012-03-09
Jacek Caban
jscript: Removed no longer needed caller argument of...
blob
|
commitdiff
|
raw
|
diff to current
2012-03-09
Jacek Caban
jscript: Pass proper caller argument to InvokeEx.
blob
|
commitdiff
|
raw
|
diff to current
2012-01-03
Michael Stefaniuc
jscript: Remove break after return (Smatch).
blob
|
commitdiff
|
raw
|
diff to current
2011-12-16
Jacek Caban
jscript: Use bytecode for object literal implementation.
blob
|
commitdiff
|
raw
|
diff to current
2011-06-27
Detlef Riekenberg
jscript: Support also VT_UI4 in debugstr_variant.
blob
|
commitdiff
|
raw
|
diff to current
2010-12-28
Jacek Caban
jscript: Pass HRESULTs instead of IDSs to throw_* funct...
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-09-07
Jacek Caban
jscript: jsdisp_t to IDispatch casts clean up.
blob
|
commitdiff
|
raw
|
diff to current
2010-09-06
Jacek Caban
jscript: Rename DispatchEx to jsdisp_t to match jscript...
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-12-04
Jacek Caban
jscript: Correctly handle NaN and Infinity in to_int32...
blob
|
commitdiff
|
raw
|
diff to current
2009-09-24
Jacek Caban
jscript: Fixed to_object for NULL IDispatch.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-23
Jacek Caban
jscript: Use script LCID in *disp_propget* functions.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-23
Jacek Caban
jscript: Use script global LCID in *disp_call* functions.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-17
Jacek Caban
jscript: Fixed debugstr_variant for NULL argument.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-15
Jacek Caban
jscript: Fixed to_primitive for null dispatch.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-02
Jacek Caban
jscript: Added to_primitive on hosting objects test.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-29
Jacek Caban
jscript: Get script_ctx_t as to_object arguments.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-22
Piotr Caban
jscript: Throw error in to_primitive function.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-15
Piotr Caban
jscript: Improve to_string implementation.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-09
Piotr Caban
jscript: Changed to_primitive implementation.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-06
Piotr Caban
jscript: Fixed to_boolean implementation.
blob
|
commitdiff
|
raw
|
diff to current
2009-02-25
Jacek Caban
jscript: Mark free memory if heap warnings are turned on.
blob
|
commitdiff
|
raw
|
diff to current
2009-02-25
Jacek Caban
jscript: Reset mark in jsheap_clear.
blob
|
commitdiff
|
raw
|
diff to current
2009-02-25
Jacek Caban
jscript: Fixed handling block_cnt in jsheap_alloc.
blob
|
commitdiff
|
raw
|
diff to current
2008-10-17
Jacek Caban
jscript: Added infinity and nan handling to str_to_number.
blob
|
commitdiff
|
raw
|
diff to current
2008-10-16
Jacek Caban
jscript: Added undefined to number conversion implement...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-29
Marcus Meissner
jscript: Fix number conversion in non-English locales.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-25
Jacek Caban
jscript: Added object to number conversion implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-25
Jacek Caban
jscript: Added VT_R8 to string conversion implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-22
Jacek Caban
jscript: Fixed typo in to_integer.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-22
Jacek Caban
jscript: Added string to number conversion implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-19
Jacek Caban
jscript: Added more to_string implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-19
Jacek Caban
jscript: Added '<<' expression implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-19
Jacek Caban
jscript: Added String.charAt implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-18
Jacek Caban
jscript: Added to_string(VT_I4) implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-18
Jacek Caban
jscript: Added bool and null to number conversion imple...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-18
Jacek Caban
jscript: Added '|' expression implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-16
Jacek Caban
jscript: Added to_object(number) implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-16
Jacek Caban
jscript: Added to_object(VT_BOOL) implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-16
Jacek Caban
jscript: Added string to object conversion implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-16
Jacek Caban
jscript: Reuse temporary heap.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-11
Jacek Caban
jscript: Added add expression implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-11
Jacek Caban
jscript: Added array expression implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-09
Jacek Caban
jscript: Added member expression implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-09
Jacek Caban
jscript: Added logical negation implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-09
Jacek Caban
jscript: Added InvokeEx implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-04
Jacek Caban
jscript: Added parser memory managment.
blob
|
commitdiff
|
raw
|
diff to current