projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
jscript: Always use jsval-based to_uint32 implementation.
[wine]
/
dlls
/
jscript
/
math.c
2012-09-17
Jacek Caban
jscript: Always use jsval-based to_number implementation.
blob
|
commitdiff
|
raw
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 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-25
Jacek Caban
jscript: Don't use DISPPARAMS for internal arguments.
blob
|
commitdiff
|
raw
|
diff to current
2012-06-21
Jacek Caban
jscript: Use INFINITY macro instead of num_set_inf().
blob
|
commitdiff
|
raw
|
diff to current
2012-05-29
Jacek Caban
jscript: Get rid of num_set_nan hack.
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-14
Jacek Caban
jscript: Get rid of no longer needed caller argument...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-30
Jacek Caban
jscript: Fixed some math API assumption that cause...
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
2010-07-28
Jacek Caban
jscript: Use generic object constants for Math constants.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-23
Jacek Caban
jscript: Allow 'this' to be host object in builtin...
blob
|
commitdiff
|
raw
|
diff to current
2009-09-23
Jacek Caban
jscript: Avoid using dispex->ctx.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-23
Jacek Caban
jscript: Pass script_ctx_t to builtin functions.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-23
Jacek Caban
jscript: Get rid of lcid argument in builtin function...
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-14
Piotr Caban
jscript: Inherit Math from Object.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-06
Piotr Caban
jscript: Added DateConstr_parse implementation.
blob
|
commitdiff
|
raw
|
diff to current
2009-05-28
Piotr Caban
jscript: Added implementation of Math_pow with less...
blob
|
commitdiff
|
raw
|
diff to current
2009-05-27
Piotr Caban
jscript: Added Math_tan implementation.
blob
|
commitdiff
|
raw
|
diff to current
2009-05-27
Piotr Caban
jscript: Added implementation of Math_sqrt.
blob
|
commitdiff
|
raw
|
diff to current
2009-05-27
Piotr Caban
jscript: Added Math_sin implementation.
blob
|
commitdiff
|
raw
|
diff to current
2009-05-27
Piotr Caban
jscript: Added implementation of Math_log.
blob
|
commitdiff
|
raw
|
diff to current
2009-05-27
Piotr Caban
jscript: Added implementation of Math_exp.
blob
|
commitdiff
|
raw
|
diff to current
2009-05-26
Piotr Caban
jscript: Added Math_atan2 implementation.
blob
|
commitdiff
|
raw
|
diff to current
2009-05-26
Piotr Caban
jscript: Added implementation of Math_atan.
blob
|
commitdiff
|
raw
|
diff to current
2009-05-26
Piotr Caban
jscript: Added implementation of Math_asin.
blob
|
commitdiff
|
raw
|
diff to current
2009-05-25
Piotr Caban
jscript: Added Math_LN10 implementation and tests.
blob
|
commitdiff
|
raw
|
diff to current
2009-05-25
Piotr Caban
jscript: Added Math_acos implementation and tests.
blob
|
commitdiff
|
raw
|
diff to current
2009-05-25
Piotr Caban
jscript: Added Math_SQRT1_2 implementations and tests.
blob
|
commitdiff
|
raw
|
diff to current
2009-05-25
Piotr Caban
jscript: Added Math_SQRT2 implementation and tests.
blob
|
commitdiff
|
raw
|
diff to current
2009-04-03
Piotr Caban
jscript: Added Math_cos implementation.
blob
|
commitdiff
|
raw
|
diff to current
2009-04-03
Piotr Caban
jscript: Added Math_LN2 implementation.
blob
|
commitdiff
|
raw
|
diff to current
2009-01-22
Jacek Caban
jscript: Fixed Math.round with no argument.
blob
|
commitdiff
|
raw
|
diff to current
2009-01-22
Jacek Caban
jscript: Added Math.random implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-12-11
Jacek Caban
jscript: Added Math.LOG10E implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-12-11
Jacek Caban
jscript: Added Math.LOG2E implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-12-11
Jacek Caban
jscript: Added Math.E implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-12-11
Jacek Caban
jscript: Added Math.PI implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-10-22
Jacek Caban
jscript: Return NaN in Math.ceil if called without...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-22
Jacek Caban
jscript: Added Math.floor implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-10-17
Jacek Caban
jscript: Added Math.abs with no arg implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-10-17
Jacek Caban
jscript: Added NaN handling to Math.min and Math.max.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-22
Jacek Caban
jscript: Added Math.ceil implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-22
Jacek Caban
jscript: Added Math.pow implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-22
Jacek Caban
jscript: Added Math.max implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-22
Jacek Caban
jscript: Added Math.abs implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-22
Jacek Caban
jscript: Added Math.round implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-22
Jacek Caban
jscript: Added Math.min implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-10
Jacek Caban
jscript: Added Math object stub implementation.
blob
|
commitdiff
|
raw
|
diff to current