wine
15 years agofusion: Fix the 32/64 PE image format check on 64-bit platforms.
Alexandre Julliard [Wed, 8 Apr 2009 10:06:35 +0000 (12:06 +0200)] 
fusion: Fix the 32/64 PE image format check on 64-bit platforms.

15 years agofusion/tests: Always use the 32-bit magic in the 32-bit optional header structure.
Alexandre Julliard [Wed, 8 Apr 2009 10:06:07 +0000 (12:06 +0200)] 
fusion/tests: Always use the 32-bit magic in the 32-bit optional header structure.

15 years agofusion: Use the correct cache path on Win64.
Alexandre Julliard [Wed, 8 Apr 2009 09:50:33 +0000 (11:50 +0200)] 
fusion: Use the correct cache path on Win64.

15 years agowined3d: Eliminate a useless local variable.
Henri Verbeet [Wed, 8 Apr 2009 06:35:07 +0000 (08:35 +0200)] 
wined3d: Eliminate a useless local variable.

15 years agowined3d: Store usage and usage_idx in struct wined3d_shader_semantic.
Henri Verbeet [Wed, 8 Apr 2009 06:35:07 +0000 (08:35 +0200)] 
wined3d: Store usage and usage_idx in struct wined3d_shader_semantic.

Instead of the usage token.

15 years agowined3d: Properly check if input/output varyings are used.
Henri Verbeet [Wed, 8 Apr 2009 06:35:07 +0000 (08:35 +0200)] 
wined3d: Properly check if input/output varyings are used.

15 years agowined3d: Fix some more 3 space indentation.
Henri Verbeet [Wed, 8 Apr 2009 06:35:06 +0000 (08:35 +0200)] 
wined3d: Fix some more 3 space indentation.

15 years agowined3d: Store a struct wined3d_shader_dst_param in struct wined3d_shader_semantic.
Henri Verbeet [Wed, 8 Apr 2009 06:35:06 +0000 (08:35 +0200)] 
wined3d: Store a struct wined3d_shader_dst_param in struct wined3d_shader_semantic.

15 years agocomctl32/listview: Implement delayed header creation for ListView control.
Nikolay Sivov [Tue, 7 Apr 2009 16:15:21 +0000 (12:15 -0400)] 
comctl32/listview: Implement delayed header creation for ListView control.

15 years agouser32/tests: Avoid a few unneeded test failures in sysparams.c.
Rein Klazes [Tue, 7 Apr 2009 16:34:44 +0000 (18:34 +0200)] 
user32/tests: Avoid a few unneeded test failures in sysparams.c.

15 years agoPerform case-insensitive FOURCC comparison of built-in video codecs.
Jörg Höhle [Wed, 1 Apr 2009 19:06:52 +0000 (21:06 +0200)] 
Perform case-insensitive FOURCC comparison of built-in video codecs.

15 years agowined3d: Merge IWineD3DIndexBuffer and IWineD3DBuffer.
Stefan Dösinger [Mon, 6 Apr 2009 14:46:12 +0000 (16:46 +0200)] 
wined3d: Merge IWineD3DIndexBuffer and IWineD3DBuffer.

15 years agowined3d: Merge indexbuffer and buffer implementations.
Stefan Dösinger [Mon, 6 Apr 2009 11:38:56 +0000 (13:38 +0200)] 
wined3d: Merge indexbuffer and buffer implementations.

15 years agowined3d: Use Map and Unmap for index buffers.
Stefan Dösinger [Mon, 6 Apr 2009 11:29:27 +0000 (13:29 +0200)] 
wined3d: Use Map and Unmap for index buffers.

Just a change in name to prepare for the next patch

15 years agod3d: Unify WINED3DVERTEXBUFFER_DESC and WINED3DINDEXBUFFER_DESC.
Stefan Dösinger [Mon, 6 Apr 2009 11:28:02 +0000 (13:28 +0200)] 
d3d: Unify WINED3DVERTEXBUFFER_DESC and WINED3DINDEXBUFFER_DESC.

15 years agod3d8, d3d9: Don't rely on the wined3d buffer type.
Stefan Dösinger [Mon, 6 Apr 2009 14:44:00 +0000 (16:44 +0200)] 
d3d8, d3d9: Don't rely on the wined3d buffer type.

15 years agogdi32: Fix SetEnhMetaFileBits last error handling.
Alexandre Julliard [Tue, 7 Apr 2009 18:44:12 +0000 (20:44 +0200)] 
gdi32: Fix SetEnhMetaFileBits last error handling.

15 years agogdi32: Completely implement RestoreDC in the driver, having it call restore_dc_state...
Alexandre Julliard [Tue, 7 Apr 2009 18:41:41 +0000 (20:41 +0200)] 
gdi32: Completely implement RestoreDC in the driver, having it call restore_dc_state if necessary.

15 years agogdi32: Allow the visible region to be zero since this is the case for metafiles.
Alexandre Julliard [Tue, 7 Apr 2009 18:41:30 +0000 (20:41 +0200)] 
gdi32: Allow the visible region to be zero since this is the case for metafiles.

15 years agogdi32: Completely implement SaveDC in the driver, having it call save_dc_state if...
Alexandre Julliard [Tue, 7 Apr 2009 18:32:58 +0000 (20:32 +0200)] 
gdi32: Completely implement SaveDC in the driver, having it call save_dc_state if necessary.

15 years agogdi32: Move the whole DC restoring functionality into set_dc_state, and rename it...
Alexandre Julliard [Tue, 7 Apr 2009 18:28:08 +0000 (20:28 +0200)] 
gdi32: Move the whole DC restoring functionality into set_dc_state, and rename it to restore_dc_state.

15 years agogdi32: Move the whole DC saving functionality into get_dc_state, and rename it to...
Alexandre Julliard [Tue, 7 Apr 2009 18:18:58 +0000 (20:18 +0200)] 
gdi32: Move the whole DC saving functionality into get_dc_state, and rename it to save_dc_state.

15 years agogdi32: Remove Get/SetDCState16 implementation, it should not be used by apps.
Alexandre Julliard [Tue, 7 Apr 2009 18:13:45 +0000 (20:13 +0200)] 
gdi32: Remove Get/SetDCState16 implementation, it should not be used by apps.

15 years agogdi32: Move freeing of the DC path and regions into free_dc_ptr.
Alexandre Julliard [Tue, 7 Apr 2009 18:13:08 +0000 (20:13 +0200)] 
gdi32: Move freeing of the DC path and regions into free_dc_ptr.

15 years agoshell32/tests: Fix wrong comment and update test accordingly.
Nicolas Le Cam [Mon, 6 Apr 2009 17:56:45 +0000 (19:56 +0200)] 
shell32/tests: Fix wrong comment and update test accordingly.

15 years agoshell32/tests: Fix a test on WinNT and some Win95.
Nicolas Le Cam [Mon, 6 Apr 2009 17:27:06 +0000 (19:27 +0200)] 
shell32/tests: Fix a test on WinNT and some Win95.

15 years agogdi32/tests: Add some metafile tests. Fix typos.
Alexandre Julliard [Tue, 7 Apr 2009 13:20:13 +0000 (15:20 +0200)] 
gdi32/tests: Add some metafile tests. Fix typos.

15 years agourlmon/tests: Handle certificate verification error.
Ge van Geldorp [Tue, 7 Apr 2009 10:22:14 +0000 (12:22 +0200)] 
urlmon/tests: Handle certificate verification error.

15 years agoinclude: Remove mismatched closing bracket from ws2ipdef.h when compiling as C++.
Rob Shearman [Tue, 7 Apr 2009 11:30:05 +0000 (12:30 +0100)] 
include: Remove mismatched closing bracket from ws2ipdef.h when compiling as C++.

15 years agoinclude: Add declaration of sockaddr_storage to ws2def.h.
Rob Shearman [Tue, 7 Apr 2009 11:29:35 +0000 (12:29 +0100)] 
include: Add declaration of sockaddr_storage to ws2def.h.

Move other declarations that belong in ws2def.h from winsock2.h.

15 years agooleaut32: Fix the SAFEARRAY marshalling on 64-bit platforms.
Rob Shearman [Tue, 7 Apr 2009 11:27:49 +0000 (12:27 +0100)] 
oleaut32: Fix the SAFEARRAY marshalling on 64-bit platforms.

The pointers should be written as NDR 4-byte fields instead of a
platform-dependent size.

15 years agorpcrt4: Compile in RPC over HTTP support even if HAVE_SOCKETPAIR is not defined.
Rob Shearman [Tue, 7 Apr 2009 11:28:42 +0000 (12:28 +0100)] 
rpcrt4: Compile in RPC over HTTP support even if HAVE_SOCKETPAIR is not defined.

15 years agorpcrt4: Fix context handle test on Vista upwards.
Rob Shearman [Tue, 7 Apr 2009 11:27:13 +0000 (12:27 +0100)] 
rpcrt4: Fix context handle test on Vista upwards.

Don't run tests that results in an ERROR_INVALID_HANDLE exception being raised.

Check for the context handle function pointers being non-NULL to
prevent exceptions being raised on platforms without these functions.

15 years agowined3d: Simplify shader_glsl_cmp() and shader_glsl_cnd().
Henri Verbeet [Tue, 7 Apr 2009 09:09:12 +0000 (11:09 +0200)] 
wined3d: Simplify shader_glsl_cmp() and shader_glsl_cnd().

15 years agowined3d: Simplify shader_glsl_color_correction().
Henri Verbeet [Tue, 7 Apr 2009 09:09:12 +0000 (11:09 +0200)] 
wined3d: Simplify shader_glsl_color_correction().

15 years agowined3d: Store the register type in struct wined3d_shader_dst_param.
Henri Verbeet [Tue, 7 Apr 2009 09:09:11 +0000 (11:09 +0200)] 
wined3d: Store the register type in struct wined3d_shader_dst_param.

15 years agowined3d: Explicitly pass register type and index to shader_is_scalar().
Henri Verbeet [Tue, 7 Apr 2009 09:09:11 +0000 (11:09 +0200)] 
wined3d: Explicitly pass register type and index to shader_is_scalar().

15 years agowined3d: Store the write mask in struct wined3d_shader_dst_param.
Henri Verbeet [Tue, 7 Apr 2009 09:09:11 +0000 (11:09 +0200)] 
wined3d: Store the write mask in struct wined3d_shader_dst_param.

15 years agomsi/tests: Handle running the tests as a domain user.
Ge van Geldorp [Tue, 7 Apr 2009 08:54:22 +0000 (10:54 +0200)] 
msi/tests: Handle running the tests as a domain user.

15 years agosecur32/tests: Add simple tests for GetUserNameExA/W().
Ge van Geldorp [Tue, 7 Apr 2009 08:54:08 +0000 (10:54 +0200)] 
secur32/tests: Add simple tests for GetUserNameExA/W().

15 years agosecur32: Implement GetUserNameEx(NameSamCompatible).
Ge van Geldorp [Tue, 7 Apr 2009 08:53:57 +0000 (10:53 +0200)] 
secur32: Implement GetUserNameEx(NameSamCompatible).

15 years agowordpad: Replace long with LONG.
Michael Stefaniuc [Tue, 7 Apr 2009 08:02:07 +0000 (10:02 +0200)] 
wordpad: Replace long with LONG.

15 years agodbghelp/stabs: For Mach-O, line offset is relative to original function address.
Ken Thomases [Tue, 7 Apr 2009 02:40:16 +0000 (21:40 -0500)] 
dbghelp/stabs: For Mach-O, line offset is relative to original function address.

15 years agourlmon: Remove unneeded includes.
Jacek Caban [Mon, 6 Apr 2009 22:14:50 +0000 (00:14 +0200)] 
urlmon: Remove unneeded includes.

15 years agourlmon: Added IInternetProtocolSink interface stub implementation to MimeFilter object.
Jacek Caban [Mon, 6 Apr 2009 22:14:40 +0000 (00:14 +0200)] 
urlmon: Added IInternetProtocolSink interface stub implementation to MimeFilter object.

15 years agourlmon: Added DeCompMimeFilter stub implementation.
Jacek Caban [Mon, 6 Apr 2009 22:14:26 +0000 (00:14 +0200)] 
urlmon: Added DeCompMimeFilter stub implementation.

15 years agocomctl32/tab: Fix filled rectangle calculation for selected button on TCS_BUTTONS.
Nikolay Sivov [Mon, 6 Apr 2009 21:13:51 +0000 (17:13 -0400)] 
comctl32/tab: Fix filled rectangle calculation for selected button on TCS_BUTTONS.

15 years agocomctl32/tab: Fix hottracked button size.
Nikolay Sivov [Mon, 6 Apr 2009 21:10:48 +0000 (17:10 -0400)] 
comctl32/tab: Fix hottracked button size.

15 years agopsapi: Implement GetProcessImageNameW.
Mikołaj Zalewski [Mon, 6 Apr 2009 20:32:33 +0000 (22:32 +0200)] 
psapi: Implement GetProcessImageNameW.

15 years agowinecfg: Update French translation.
Warren Dumortier [Mon, 6 Apr 2009 13:09:25 +0000 (15:09 +0200)] 
winecfg: Update French translation.

15 years agomsvcrt: Fix scanf to correctly parse pointers on 64-bit.
Alexandre Julliard [Mon, 6 Apr 2009 18:58:10 +0000 (20:58 +0200)] 
msvcrt: Fix scanf to correctly parse pointers on 64-bit.

15 years agokernel32/tests: Use the appropriate processor architecture in generated manifests.
Alexandre Julliard [Mon, 6 Apr 2009 18:57:47 +0000 (20:57 +0200)] 
kernel32/tests: Use the appropriate processor architecture in generated manifests.

15 years agooleaut32: IPropertyBag_Read_Proxy return on unknown type (Coverity 892).
Marcus Meissner [Sat, 4 Apr 2009 16:15:16 +0000 (18:15 +0200)] 
oleaut32: IPropertyBag_Read_Proxy return on unknown type (Coverity 892).

15 years agourlmon/tests: Fix a test by using a better default registry key.
Paul Vriens [Mon, 6 Apr 2009 09:13:06 +0000 (11:13 +0200)] 
urlmon/tests: Fix a test by using a better default registry key.

15 years agowinemp3: Rounding block count up in mpeg3_streamsize.
Stefano Guidoni [Sun, 5 Apr 2009 22:17:27 +0000 (23:17 +0100)] 
winemp3: Rounding block count up in mpeg3_streamsize.

15 years agowinemenubuilder: Make initial directories for fd.o MIME type handling.
Damjan Jovanovic [Sun, 5 Apr 2009 06:14:53 +0000 (08:14 +0200)] 
winemenubuilder: Make initial directories for fd.o MIME type handling.

15 years agogdi32/tests: Demonstrate issues in wine with SaveDC and RestoreDC in metafiles and...
Aric Stewart [Fri, 3 Apr 2009 18:35:38 +0000 (13:35 -0500)] 
gdi32/tests: Demonstrate issues in wine with SaveDC and RestoreDC in metafiles and enhmetafiles.

15 years agontdll/tests: Add a missing \n.
Alexandre Julliard [Mon, 6 Apr 2009 11:52:08 +0000 (13:52 +0200)] 
ntdll/tests: Add a missing \n.

15 years agoshlwapi/tests: Don't test uninitialized parts of the variant.
Alexandre Julliard [Mon, 6 Apr 2009 11:52:01 +0000 (13:52 +0200)] 
shlwapi/tests: Don't test uninitialized parts of the variant.

15 years agowinhlp32: Remove superfluous casts.
Michael Stefaniuc [Mon, 6 Apr 2009 09:51:26 +0000 (11:51 +0200)] 
winhlp32: Remove superfluous casts.

15 years agowined3d: Store the destination modifiers in struct wined3d_shader_dst_param.
Henri Verbeet [Mon, 6 Apr 2009 08:10:08 +0000 (10:10 +0200)] 
wined3d: Store the destination modifiers in struct wined3d_shader_dst_param.

15 years agowined3d: Pass a pointer to struct wined3d_shader_dst_param to shader_glsl_add_dst_par...
Henri Verbeet [Mon, 6 Apr 2009 08:10:06 +0000 (10:10 +0200)] 
wined3d: Pass a pointer to struct wined3d_shader_dst_param to shader_glsl_add_dst_param().

15 years agowined3d: Pass a pointer to struct wined3d_shader_dst_param to shader_glsl_append_dst_...
Henri Verbeet [Mon, 6 Apr 2009 08:10:06 +0000 (10:10 +0200)] 
wined3d: Pass a pointer to struct wined3d_shader_dst_param to shader_glsl_append_dst_ext().

15 years agowined3d: Use a more appropriate mask for masking out the write mask.
Henri Verbeet [Mon, 6 Apr 2009 08:10:05 +0000 (10:10 +0200)] 
wined3d: Use a more appropriate mask for masking out the write mask.

15 years agowined3d: Unset the current GLSL program when it's destroyed.
Henri Verbeet [Mon, 6 Apr 2009 08:10:05 +0000 (10:10 +0200)] 
wined3d: Unset the current GLSL program when it's destroyed.

15 years agogdi32: Use GdiGetCodePage() instead of duplicating its functionality.
Dmitry Timoshkov [Mon, 6 Apr 2009 08:16:48 +0000 (17:16 +0900)] 
gdi32: Use GdiGetCodePage() instead of duplicating its functionality.

15 years agogdi32: Cache current font code page in the DC structure.
Dmitry Timoshkov [Mon, 6 Apr 2009 08:16:40 +0000 (17:16 +0900)] 
gdi32: Cache current font code page in the DC structure.

15 years agogdi32: Add a couple of SetGraphicsMode/SetWorldTransform tests, make them pass under...
Dmitry Timoshkov [Mon, 6 Apr 2009 08:16:34 +0000 (17:16 +0900)] 
gdi32: Add a couple of SetGraphicsMode/SetWorldTransform tests, make them pass under Wine.

15 years agoquartz: Make sure cookie* are not uninitialized (Coverity 760).
Marcus Meissner [Sat, 4 Apr 2009 16:50:58 +0000 (18:50 +0200)] 
quartz: Make sure cookie* are not uninitialized (Coverity 760).

15 years agontdll: Don't pretend that the whole address space is reserved on non-i386.
Alexandre Julliard [Mon, 6 Apr 2009 10:07:33 +0000 (12:07 +0200)] 
ntdll: Don't pretend that the whole address space is reserved on non-i386.

15 years agowininet/tests: Fix a test with IE8.
Detlef Riekenberg [Sun, 5 Apr 2009 15:29:30 +0000 (17:29 +0200)] 
wininet/tests: Fix a test with IE8.

15 years agoshell32/tests: Fix crash when launched from drive root dir.
Nicolas Le Cam [Sun, 5 Apr 2009 21:01:35 +0000 (23:01 +0200)] 
shell32/tests: Fix crash when launched from drive root dir.

15 years agoshell32/tests: Fix GetAttributesOf tests on Win2k and below.
Nicolas Le Cam [Sun, 5 Apr 2009 20:59:12 +0000 (22:59 +0200)] 
shell32/tests: Fix GetAttributesOf tests on Win2k and below.

15 years agomsacm32: Add Lithuanian translation.
Aurimas Fischer [Sun, 5 Apr 2009 20:52:12 +0000 (23:52 +0300)] 
msacm32: Add Lithuanian translation.

15 years agocomctl32/tab: Draw hottracked tab button properly.
Nikolay Sivov [Sun, 5 Apr 2009 13:39:36 +0000 (09:39 -0400)] 
comctl32/tab: Draw hottracked tab button properly.

15 years agowined3d: Update NVidia pci ids.
Roderick Colenbrander [Sun, 5 Apr 2009 15:19:19 +0000 (17:19 +0200)] 
wined3d: Update NVidia pci ids.

15 years agoopengl32: Update with the latest OpenGL extensions.
Roderick Colenbrander [Sun, 5 Apr 2009 14:26:54 +0000 (16:26 +0200)] 
opengl32: Update with the latest OpenGL extensions.

15 years agowininet: Fixed memory corruption in urlcache.
Marcus Meissner [Sun, 5 Apr 2009 11:55:21 +0000 (13:55 +0200)] 
wininet: Fixed memory corruption in urlcache.

15 years agocomctl32: Avoid potential overflow in Search Param (Coverity 903).
Marcus Meissner [Sat, 4 Apr 2009 15:57:09 +0000 (17:57 +0200)] 
comctl32: Avoid potential overflow in Search Param (Coverity 903).

15 years agomciqtz32: Fixed boolean condition for null string check (Coverity 913).
Marcus Meissner [Sat, 4 Apr 2009 15:43:57 +0000 (17:43 +0200)] 
mciqtz32: Fixed boolean condition for null string check (Coverity 913).

15 years agoshell32: Define PT_FOLDERW.
Nicolas Le Cam [Sat, 4 Apr 2009 11:43:18 +0000 (13:43 +0200)] 
shell32: Define PT_FOLDERW.

15 years agoshell32/tests: Fix tests on localized platforms.
Nicolas Le Cam [Sat, 4 Apr 2009 11:42:28 +0000 (13:42 +0200)] 
shell32/tests: Fix tests on localized platforms.

15 years agoriched20/tests: Remove the todo_wine logic where appropriate.
Paul Vriens [Fri, 3 Apr 2009 12:02:53 +0000 (14:02 +0200)] 
riched20/tests: Remove the todo_wine logic where appropriate.

15 years agontdll: Set the WOW64 flag according to the server supported CPUs.
Alexandre Julliard [Fri, 3 Apr 2009 15:05:29 +0000 (17:05 +0200)] 
ntdll: Set the WOW64 flag according to the server supported CPUs.

15 years agoserver: Verify that the client is using a supported CPU type.
Alexandre Julliard [Fri, 3 Apr 2009 12:59:12 +0000 (14:59 +0200)] 
server: Verify that the client is using a supported CPU type.

15 years agoserver: Store the type of CPU that the client is running on.
Alexandre Julliard [Fri, 3 Apr 2009 12:49:10 +0000 (14:49 +0200)] 
server: Store the type of CPU that the client is running on.

15 years agoserver: Use the thread entry point field to pass the PEB in the initial thread.
Alexandre Julliard [Fri, 3 Apr 2009 12:30:34 +0000 (14:30 +0200)] 
server: Use the thread entry point field to pass the PEB in the initial thread.

15 years agouser32: Fix for the ending of menu tracking in the default handler of WM_CANCELMODE...
Rein Klazes [Thu, 2 Apr 2009 09:37:11 +0000 (11:37 +0200)] 
user32: Fix for the ending of menu tracking in the default handler of WM_CANCELMODE message with test.

15 years agoadvapi32/tests: Fix test failures on W2K.
Paul Vriens [Fri, 3 Apr 2009 08:55:50 +0000 (10:55 +0200)] 
advapi32/tests: Fix test failures on W2K.

15 years agowined3d: Use register_idx in the ARB shader backend.
Henri Verbeet [Fri, 3 Apr 2009 08:36:39 +0000 (10:36 +0200)] 
wined3d: Use register_idx in the ARB shader backend.

15 years agowined3d: Store the register index in struct wined3d_shader_dst_param.
Henri Verbeet [Fri, 3 Apr 2009 08:36:39 +0000 (10:36 +0200)] 
wined3d: Store the register index in struct wined3d_shader_dst_param.

15 years agowined3d: Add a struct wined3d_shader_dst_param for storing destination parameter...
Henri Verbeet [Fri, 3 Apr 2009 08:36:38 +0000 (10:36 +0200)] 
wined3d: Add a struct wined3d_shader_dst_param for storing destination parameter information.

15 years agowined3d: Remove the opcode field from struct wined3d_shader_instruction.
Henri Verbeet [Fri, 3 Apr 2009 08:36:38 +0000 (10:36 +0200)] 
wined3d: Remove the opcode field from struct wined3d_shader_instruction.

15 years agowined3d: Use the source and destination parameter count in the ARB shader backend.
Henri Verbeet [Fri, 3 Apr 2009 08:36:38 +0000 (10:36 +0200)] 
wined3d: Use the source and destination parameter count in the ARB shader backend.

15 years agouser32: In COMBO_WindowPosChanging() do not change the height of the the dropped...
Rein Klazes [Fri, 3 Apr 2009 05:49:34 +0000 (07:49 +0200)] 
user32: In COMBO_WindowPosChanging() do not change the height of the the dropped rectangle, if the new height is too small.

15 years agocomctl32/updown: Don't pass VK_[UP|DOWN] to original Up/Don control buddy's winproc.
Nikolay Sivov [Thu, 2 Apr 2009 21:20:50 +0000 (17:20 -0400)] 
comctl32/updown: Don't pass VK_[UP|DOWN] to original Up/Don control buddy's winproc.

15 years agojscript: Added Math_cos tests.
Piotr Caban [Thu, 2 Apr 2009 17:55:44 +0000 (19:55 +0200)] 
jscript: Added Math_cos tests.

15 years agojscript: Added Math_cos implementation.
Piotr Caban [Thu, 2 Apr 2009 17:55:30 +0000 (19:55 +0200)] 
jscript: Added Math_cos implementation.

15 years agojscript: Added Math_LN2 tests.
Piotr Caban [Thu, 2 Apr 2009 17:55:13 +0000 (19:55 +0200)] 
jscript: Added Math_LN2 tests.

15 years agojscript: Added Math_LN2 implementation.
Piotr Caban [Thu, 2 Apr 2009 17:54:39 +0000 (19:54 +0200)] 
jscript: Added Math_LN2 implementation.