1 Oct
2008
1 Oct
'08
7:09 p.m.
Module: wine Branch: master Commit: 84d8cddcae73b6a130fdae20636712ddb0f91c94 URL: http://source.winehq.org/git/wine.git/?a=commit;h=84d8cddcae73b6a130fdae2063... Author: Jacek Caban <jacek(a)codeweavers.com> Date: Tue Sep 30 17:48:18 2008 +0200 jscript: Added Date constructor object implementation. --- dlls/jscript/Makefile.in | 1 + dlls/jscript/date.c | 494 ++++++++++++++++++++++++++++++++++++++++++++ dlls/jscript/global.c | 9 +- dlls/jscript/jscript.h | 3 + dlls/jscript/tests/lang.js | 2 + 5 files changed, 507 insertions(+), 2 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=84d8cddcae73b6a130fdae...