10 Sep
2008
10 Sep
'08
12:01 p.m.
Module: wine Branch: master Commit: 083c95449ec28435a3888f7b99b28b4126e6a96f URL: http://source.winehq.org/git/wine.git/?a=commit;h=083c95449ec28435a3888f7b99... Author: Jacek Caban <jacek(a)codeweavers.com> Date: Wed Sep 10 02:35:43 2008 +0200 jscript: Added Math object stub implementation. --- dlls/jscript/Makefile.in | 1 + dlls/jscript/global.c | 26 +++-- dlls/jscript/jscript.h | 3 + dlls/jscript/math.c | 275 ++++++++++++++++++++++++++++++++++++++++++++ dlls/jscript/tests/lang.js | 2 + 5 files changed, 298 insertions(+), 9 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=083c95449ec28435a3888f...