projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
setupapi: Build language resource files separately.
[wine]
/
dlls
/
jscript
/
2009-06-29
Piotr Caban
jscript: Added Date_toString implementation.
tree
|
commitdiff
2009-06-29
Piotr Caban
jscript: Added Date_toLocaleString implementation.
tree
|
commitdiff
2009-06-29
Piotr Caban
jscript: Added Date_toUTCString implementation.
tree
|
commitdiff
2009-06-29
Piotr Caban
jscript: Added Date_toDateString implementation.
tree
|
commitdiff
2009-06-29
Piotr Caban
jscript: Added Date_toTimeString implementation.
tree
|
commitdiff
2009-06-29
Piotr Caban
jscript: Added Date_toLocaleTimeString implementation.
tree
|
commitdiff
2009-06-29
Piotr Caban
jscript: Added Date_toLocaleDateString implementation.
tree
|
commitdiff
2009-06-23
Piotr Caban
jscript: Added Date_setFullYear and Date_setUTCFullYear...
tree
|
commitdiff
2009-06-23
Piotr Caban
jscript: Added Date_setMonth and Date_setUTCMonth imple...
tree
|
commitdiff
2009-06-23
Piotr Caban
jscript: Added Date_setDate and Date_setUTCDate impleme...
tree
|
commitdiff
2009-06-23
Piotr Caban
jscript: Fix Date_setHours implementation.
tree
|
commitdiff
2009-06-23
Piotr Caban
jscript: Fix Date_setMinutes implementation.
tree
|
commitdiff
2009-06-23
Piotr Caban
jscript: Fix Date_setSeconds implementation.
tree
|
commitdiff
2009-06-23
Piotr Caban
jscript: Fixed Date_setMilliseconds implementation.
tree
|
commitdiff
2009-06-23
Piotr Caban
jscript: Fix typos in comments, add missing ones.
tree
|
commitdiff
2009-06-23
Piotr Caban
jscript: Added Date_getTimezoneOffset and fixed Date_ge...
tree
|
commitdiff
2009-06-23
Piotr Caban
jscript: Added implementation of Date constructor with...
tree
|
commitdiff
2009-06-16
Piotr Caban
jscript: Added Date_setUTCHours and Date_setHours imple...
tree
|
commitdiff
2009-06-16
Piotr Caban
jscript: Added Date_setUTCMinutes and Date_setMinutes...
tree
|
commitdiff
2009-06-16
Piotr Caban
jscript: Added Date_setUTCSeconds and Date_setSeconds...
tree
|
commitdiff
2009-06-16
Piotr Caban
jscript: Added Date_setUTCMilliseconds and Date_setMill...
tree
|
commitdiff
2009-06-16
Piotr Caban
jscript: Added Date_getUTCMilliseconds and Date_getMill...
tree
|
commitdiff
2009-06-16
Piotr Caban
jscript: Added Date_getUTCSeconds and Date_getSeconds...
tree
|
commitdiff
2009-06-16
Piotr Caban
jscript: Added Date_getUTCMinutes and Date_getMinutes...
tree
|
commitdiff
2009-06-16
Piotr Caban
jscript: Fixed hour_from_time and week_day functions.
tree
|
commitdiff
2009-06-10
Piotr Caban
jscript: Added Date_getHours and Date_getUTCHours imple...
tree
|
commitdiff
2009-06-10
Piotr Caban
jscript: Added Date_getDay and Date_getUTCDay implement...
tree
|
commitdiff
2009-06-10
Piotr Caban
jscript: Added Date_getDate and Date_getUTCDate impleme...
tree
|
commitdiff
2009-06-10
Piotr Caban
jscript: Added Date_getMonth and Date_getUTCMonth imple...
tree
|
commitdiff
2009-06-10
Piotr Caban
jscript: Added Date_getFullYear and Date_getUTCFullYear...
tree
|
commitdiff
2009-06-05
Piotr Caban
jscript: Added Date_setTime implementation.
tree
|
commitdiff
2009-06-05
Piotr Caban
jscript: Fix DateConstr_value (with no argument) implem...
tree
|
commitdiff
2009-06-04
Piotr Caban
jscript: Remove NaN related FIXMEs.
tree
|
commitdiff
2009-06-04
Piotr Caban
jscript: Fix parse_double_literal implementation.
tree
|
commitdiff
2009-05-28
Piotr Caban
jscript: Added implementation of Math_pow with less...
tree
|
commitdiff
2009-05-28
Piotr Caban
jscript: Fixed memory leak.
tree
|
commitdiff
2009-05-27
Piotr Caban
jscript: Fix integer/double parsing.
tree
|
commitdiff
2009-05-27
Piotr Caban
jscript: Added Math_tan implementation.
tree
|
commitdiff
2009-05-27
Piotr Caban
jscript: Added implementation of Math_sqrt.
tree
|
commitdiff
2009-05-27
Piotr Caban
jscript: Added Math_sin implementation.
tree
|
commitdiff
2009-05-27
Piotr Caban
jscript: Added implementation of Math_log.
tree
|
commitdiff
2009-05-27
Piotr Caban
jscript: Added implementation of Math_exp.
tree
|
commitdiff
2009-05-26
Piotr Caban
jscript: Added Math_atan2 implementation.
tree
|
commitdiff
2009-05-26
Piotr Caban
jscript: Added implementation of Math_atan.
tree
|
commitdiff
2009-05-26
Piotr Caban
jscript: Added implementation of Math_asin.
tree
|
commitdiff
2009-05-25
Piotr Caban
jscript: Added Math_LN10 implementation and tests.
tree
|
commitdiff
2009-05-25
Piotr Caban
jscript: Added Math_acos implementation and tests.
tree
|
commitdiff
2009-05-25
Piotr Caban
jscript: Added Math_SQRT1_2 implementations and tests.
tree
|
commitdiff
2009-05-25
Piotr Caban
jscript: Added Math_SQRT2 implementation and tests.
tree
|
commitdiff
2009-04-22
Alexandre Julliard
jscript: Avoid size_t in printf width specifier.
tree
|
commitdiff
2009-04-10
Piotr Caban
jscript: Added html comments tests.
tree
|
commitdiff
2009-04-10
Piotr Caban
jscript: Added html comments handling.
tree
|
commitdiff
2009-04-03
Piotr Caban
jscript: Added Math_cos tests.
tree
|
commitdiff
2009-04-03
Piotr Caban
jscript: Added Math_cos implementation.
tree
|
commitdiff
2009-04-03
Piotr Caban
jscript: Added Math_LN2 tests.
tree
|
commitdiff
2009-04-03
Piotr Caban
jscript: Added Math_LN2 implementation.
tree
|
commitdiff
2009-02-25
Jacek Caban
jscript: Mark free memory if heap warnings are turned on.
tree
|
commitdiff
2009-02-25
Jacek Caban
jscript: Reset mark in jsheap_clear.
tree
|
commitdiff
2009-02-25
Jacek Caban
jscript: Fixed handling block_cnt in jsheap_alloc.
tree
|
commitdiff
2009-02-10
Jacek Caban
activscp.idl: Added IActiveScriptParseProcedure*64...
tree
|
commitdiff
2009-02-09
Alexandre Julliard
jscript: Rename the GetObjectW variable to avoid confli...
tree
|
commitdiff
2009-02-03
Jacek Caban
jscript: Add IActiveScriptParse64 declaration and use...
tree
|
commitdiff
2009-02-02
Michael Stefaniuc
jscript: Remove superfluous pointer casts.
tree
|
commitdiff
2009-01-22
Jacek Caban
jscript: Fixed Math.round with no argument.
tree
|
commitdiff
2009-01-22
Jacek Caban
jscript: Added Math.random implementation.
tree
|
commitdiff
2009-01-07
Andrew Talbot
jscript: Declare a function static.
tree
|
commitdiff
2009-01-05
Alexandre Julliard
jscript/tests: Don't crash if we fail to get the IActiv...
tree
|
commitdiff
2008-12-19
Andrew Talbot
jscript: Remove unused Wine debug channel.
tree
|
commitdiff
2008-12-17
Jacek Caban
jscript: Correctly handle SCRIPTITEM_GLOBALMEMBERS...
tree
|
commitdiff
2008-12-17
Paul Vriens
jscript/tests: Fix test failures on Win9x.
tree
|
commitdiff
2008-12-16
Jacek Caban
jscript: Delay setting named info if SCRIPTITEM_GLOBALM...
tree
|
commitdiff
2008-12-11
Jacek Caban
jscript: Added Math.LOG10E implementation.
tree
|
commitdiff
2008-12-11
Jacek Caban
jscript: Added Math.LOG2E implementation.
tree
|
commitdiff
2008-12-11
Jacek Caban
jscript: Added Math.E implementation.
tree
|
commitdiff
2008-12-11
Jacek Caban
jscript: Added Math.PI implementation.
tree
|
commitdiff
2008-12-10
Andrew Nguyen
jscript: Implement the String.sup() method.
tree
|
commitdiff
2008-12-10
Andrew Nguyen
jscript: Implement the String.sub() method.
tree
|
commitdiff
2008-12-10
Andrew Nguyen
jscript: Fix the lexicographical order of the String...
tree
|
commitdiff
2008-12-10
Andrew Nguyen
jscript: Fix some errors detected by Valgrind.
tree
|
commitdiff
2008-12-02
Andrew Nguyen
jscript: Implement the String.strike() method.
tree
|
commitdiff
2008-12-02
Andrew Nguyen
jscript: Implement the String.small() method.
tree
|
commitdiff
2008-12-02
Andrew Nguyen
jscript: Implement the String.italics() method.
tree
|
commitdiff
2008-12-02
Andrew Nguyen
jscript: Implement the String.fixed() method.
tree
|
commitdiff
2008-12-02
Andrew Nguyen
jscript: Implement the String.bold() method.
tree
|
commitdiff
2008-12-02
Andrew Nguyen
jscript: Implement the String.blink() method.
tree
|
commitdiff
2008-12-02
Andrew Nguyen
jscript: Implement the String.big() method.
tree
|
commitdiff
2008-12-02
Alexandre Julliard
jscript: Make some functions and variables static.
tree
|
commitdiff
2008-11-24
Jacek Caban
jscript: Set script object instead of ctx lcid in SetSc...
tree
|
commitdiff
2008-11-24
Andrew Nguyen
jscript: Implement the String.toUpperCase() method.
tree
|
commitdiff
2008-11-24
Andrew Nguyen
jscript: Implement the String.toLowerCase() method.
tree
|
commitdiff
2008-11-10
Ryan Schmidt
jscript: Fix build with bison 2.4.
tree
|
commitdiff
2008-11-05
Jacek Caban
jscript: Added SCRIPTITEM_ISVISIBLE flag implementation.
tree
|
commitdiff
2008-11-05
Jacek Caban
jscript: Added SCRIPTSTATE_CONNECTED implementation.
tree
|
commitdiff
2008-11-05
Jacek Caban
jscript: Fixed SetScriptSite called before InitNew...
tree
|
commitdiff
2008-10-27
Alexandre Julliard
jscript: Avoid a compiler warning.
tree
|
commitdiff
2008-10-22
Jacek Caban
jscript: Return NaN in Math.ceil if called without...
tree
|
commitdiff
2008-10-22
Jacek Caban
jscript: Added Math.floor implementation.
tree
|
commitdiff
2008-10-21
Jacek Caban
jscript: Treat function expressions with identifier...
tree
|
commitdiff
2008-10-18
Jacek Caban
jscript: Added Number.valueOf implementation.
tree
|
commitdiff
2008-10-17
Jacek Caban
jscript: Added NaN comparation tests.
tree
|
commitdiff
next