wine
13 years agoRelease 1.3.8. wine-1.3.8
Alexandre Julliard [Fri, 26 Nov 2010 19:06:11 +0000 (20:06 +0100)] 
Release 1.3.8.

13 years agoconfigure: Load wine lower in memory on FreeBSD to leave more space for mmap() and...
Francois Gouget [Fri, 26 Nov 2010 15:18:32 +0000 (16:18 +0100)] 
configure: Load wine lower in memory on FreeBSD to leave more space for mmap() and malloc().

If not provided an explicit address, FreeBSD won't mmap any memory
below the executable. In particularly this means any memory below that
is unavailable to dlopen() and malloc().  This fixes the bug where
large WineLib binaries, in particular winetest, failed to load because
there was not enough space left for them and the native libraries they
linked to.  The drawback is that we can no longer load very large
Windows executables (between about 1.5 and 2 GB).

13 years agomsi/tests: Fix the scope of todo_wine in the tests for MsiApplyMultiplePatches.
Hans Leidekker [Fri, 26 Nov 2010 13:04:28 +0000 (14:04 +0100)] 
msi/tests: Fix the scope of todo_wine in the tests for MsiApplyMultiplePatches.

These tests succeed on Wine if you run them from a volume for which GetDriveType
returns something other than DRIVE_FIXED, e.g. a ramdisk.

13 years agomsi: Always initialize the dialog font list. Convert it to a standard Wine list.
Hans Leidekker [Fri, 26 Nov 2010 13:04:03 +0000 (14:04 +0100)] 
msi: Always initialize the dialog font list. Convert it to a standard Wine list.

Avoids accessing uninitialized memory when the TextStyle table is absent.

13 years agomsi: Trace errors from LoadLibraryShim.
Hans Leidekker [Fri, 26 Nov 2010 13:03:48 +0000 (14:03 +0100)] 
msi: Trace errors from LoadLibraryShim.

13 years agomsi: Fix the Create/RemoveFolders actions to actually create and remove empty folders.
Hans Leidekker [Fri, 26 Nov 2010 13:03:31 +0000 (14:03 +0100)] 
msi: Fix the Create/RemoveFolders actions to actually create and remove empty folders.

13 years agogdi32/tests: Fix a test failure on systems configured to use a color profile.
Hans Leidekker [Fri, 26 Nov 2010 13:03:01 +0000 (14:03 +0100)] 
gdi32/tests: Fix a test failure on systems configured to use a color profile.

13 years agomsvcrt: Add parameter checking in _controlfp_s.
Alexandre Julliard [Fri, 26 Nov 2010 13:57:24 +0000 (14:57 +0100)] 
msvcrt: Add parameter checking in _controlfp_s.

13 years agoinclude/msvcrt: Define more CPU control word flags.
Alexandre Julliard [Fri, 26 Nov 2010 13:51:46 +0000 (14:51 +0100)] 
include/msvcrt: Define more CPU control word flags.

13 years agontdll: Set the IdleTime member from the SystemPerformanceInformation info class in...
Louis Lenders [Fri, 19 Nov 2010 17:57:08 +0000 (18:57 +0100)] 
ntdll: Set the IdleTime member from the SystemPerformanceInformation info class in NtQuerySystemInformation.

13 years agowined3d: Add nVidia GT 320M to the table.
Christian Inci [Tue, 23 Nov 2010 23:43:45 +0000 (00:43 +0100)] 
wined3d: Add nVidia GT 320M to the table.

13 years agodbgeng: Add initial stub dll implementation.
Volodymyr M. Shcherbyna [Sun, 21 Nov 2010 20:40:04 +0000 (21:40 +0100)] 
dbgeng: Add initial stub dll implementation.

13 years agojscript: Update Japanese translation.
Akihiro Sagawa [Thu, 25 Nov 2010 12:47:16 +0000 (21:47 +0900)] 
jscript: Update Japanese translation.

13 years agomsi: Add AMD64 platform definition to support installation of Visual C++ 8.0 redistri...
Peter Urbanec [Fri, 26 Nov 2010 09:27:07 +0000 (20:27 +1100)] 
msi: Add AMD64 platform definition to support installation of Visual C++ 8.0 redistributable.

13 years agoqedit: Try all possible splitter filters instead of only the first one.
Maarten Lankhorst [Thu, 25 Nov 2010 23:04:13 +0000 (00:04 +0100)] 
qedit: Try all possible splitter filters instead of only the first one.

13 years agoclock: Add the Hindi translation.
Michael Stefaniuc [Thu, 25 Nov 2010 20:58:56 +0000 (21:58 +0100)] 
clock: Add the Hindi translation.

Translation by Rajesh Ranjan.

13 years agomsisip: Determine whether a file is an MSI file based on its CLSID rather than its...
Juan Lang [Wed, 24 Nov 2010 22:35:57 +0000 (14:35 -0800)] 
msisip: Determine whether a file is an MSI file based on its CLSID rather than its extension.

13 years agowinegcc: Symlink winegcc manpage to winecpp.
Austin English [Thu, 25 Nov 2010 19:00:47 +0000 (11:00 -0800)] 
winegcc: Symlink winegcc manpage to winecpp.

13 years agowinepath: Add a manpage.
Austin English [Thu, 25 Nov 2010 18:28:05 +0000 (10:28 -0800)] 
winepath: Add a manpage.

13 years agoregedit: Add a manpage.
Austin English [Thu, 25 Nov 2010 17:55:21 +0000 (09:55 -0800)] 
regedit: Add a manpage.

13 years agowineconsole: Add a manpage.
Austin English [Thu, 25 Nov 2010 16:18:03 +0000 (08:18 -0800)] 
wineconsole: Add a manpage.

13 years agowineboot: Add a manpage.
Austin English [Thu, 25 Nov 2010 16:02:08 +0000 (08:02 -0800)] 
wineboot: Add a manpage.

13 years agowininet: Add a stub for InternetShowSecurityInfoByURL.
Austin English [Thu, 25 Nov 2010 14:59:25 +0000 (06:59 -0800)] 
wininet: Add a stub for InternetShowSecurityInfoByURL.

13 years agocrypt32/tests: Fix test failures on some Win95 and some NT4.
Alexander Morozov [Thu, 25 Nov 2010 14:38:59 +0000 (17:38 +0300)] 
crypt32/tests: Fix test failures on some Win95 and some NT4.

13 years agocrypt32/tests: Skip more tests.
Alexander Morozov [Wed, 24 Nov 2010 22:06:32 +0000 (01:06 +0300)] 
crypt32/tests: Skip more tests.

13 years agomshtml: Fixed ref count tests on broken IEs.
Jacek Caban [Thu, 25 Nov 2010 13:32:31 +0000 (14:32 +0100)] 
mshtml: Fixed ref count tests on broken IEs.

Also some code clean up.

13 years agomshtml: Don't use wine_url in nsIURI::SchemeIs implementation.
Jacek Caban [Thu, 25 Nov 2010 12:56:25 +0000 (13:56 +0100)] 
mshtml: Don't use wine_url in nsIURI::SchemeIs implementation.

13 years agomshtml: Don't use wine_uri in nsIIOService::NewChannelFromURI implementation.
Jacek Caban [Thu, 25 Nov 2010 12:56:03 +0000 (13:56 +0100)] 
mshtml: Don't use wine_uri in nsIIOService::NewChannelFromURI implementation.

13 years agomshtml: Don't use wine_url in nsURI::Clone implementation.
Jacek Caban [Thu, 25 Nov 2010 12:55:33 +0000 (13:55 +0100)] 
mshtml: Don't use wine_url in nsURI::Clone implementation.

13 years agocryptnet/tests: Don't import shlwapi.
Alexandre Julliard [Thu, 25 Nov 2010 11:01:43 +0000 (12:01 +0100)] 
cryptnet/tests: Don't import shlwapi.

13 years agomsvcrt: Implement fprintf_s and fwprintf_s.
Eryk Wieliczko [Wed, 24 Nov 2010 20:25:49 +0000 (21:25 +0100)] 
msvcrt: Implement fprintf_s and fwprintf_s.

13 years agomsvcrt: Implement printf_s and wprintf_s.
Eryk Wieliczko [Wed, 24 Nov 2010 20:12:37 +0000 (21:12 +0100)] 
msvcrt: Implement printf_s and wprintf_s.

13 years agomsvcrt: Implement vprintf_s and vwprintf_s.
Eryk Wieliczko [Wed, 24 Nov 2010 20:25:30 +0000 (21:25 +0100)] 
msvcrt: Implement vprintf_s and vwprintf_s.

13 years agomsvcrt: Implement vfprintf_s and vfwprintf_s.
Eryk Wieliczko [Wed, 24 Nov 2010 20:12:35 +0000 (21:12 +0100)] 
msvcrt: Implement vfprintf_s and vfwprintf_s.

13 years agoquartz: Add support for fullscreen mode in video renderer.
Maarten Lankhorst [Wed, 24 Nov 2010 23:11:53 +0000 (00:11 +0100)] 
quartz: Add support for fullscreen mode in video renderer.

13 years agomsvcrt: Fix errors in spec files.
Piotr Caban [Wed, 24 Nov 2010 22:12:58 +0000 (23:12 +0100)] 
msvcrt: Fix errors in spec files.

13 years agomsxml3: Remove dead code: break after return (Smatch).
Michael Stefaniuc [Wed, 24 Nov 2010 22:11:44 +0000 (23:11 +0100)] 
msxml3: Remove dead code: break after return (Smatch).

13 years agomsxml3: Store the DOMDocument/XMLSchemaCache object version.
Adam Martinson [Wed, 24 Nov 2010 19:53:47 +0000 (13:53 -0600)] 
msxml3: Store the DOMDocument/XMLSchemaCache object version.

13 years agomsxml3/schema: Properly handle schema_cache_add() from a URL.
Adam Martinson [Wed, 24 Nov 2010 19:53:38 +0000 (13:53 -0600)] 
msxml3/schema: Properly handle schema_cache_add() from a URL.

13 years agomsxml3: Fix a few error messages.
Adam Martinson [Wed, 24 Nov 2010 19:53:17 +0000 (13:53 -0600)] 
msxml3: Fix a few error messages.

13 years agomsxml3/tests: Move domdoc.c schema-related tests to schema.c.
Adam Martinson [Wed, 24 Nov 2010 19:52:54 +0000 (13:52 -0600)] 
msxml3/tests: Move domdoc.c schema-related tests to schema.c.

13 years agomsvcp90/tests: Added basic_string<char>::compare tests.
Piotr Caban [Wed, 24 Nov 2010 18:59:55 +0000 (19:59 +0100)] 
msvcp90/tests: Added basic_string<char>::compare tests.

13 years agomsvcp80: Update spec file.
Piotr Caban [Wed, 24 Nov 2010 18:59:42 +0000 (19:59 +0100)] 
msvcp80: Update spec file.

13 years agomsvcp90: Added basic_string<wchar>::compare implementation.
Piotr Caban [Wed, 24 Nov 2010 18:59:26 +0000 (19:59 +0100)] 
msvcp90: Added basic_string<wchar>::compare implementation.

13 years agomsvcp90: Added basic_string<char>::compare implementation.
Piotr Caban [Wed, 24 Nov 2010 18:59:16 +0000 (19:59 +0100)] 
msvcp90: Added basic_string<char>::compare implementation.

13 years agomsvcp90: Added basic_string<{char,wchar}> constructor (substring) implementation.
Piotr Caban [Wed, 24 Nov 2010 18:58:45 +0000 (19:58 +0100)] 
msvcp90: Added basic_string<{char,wchar}> constructor (substring) implementation.

13 years agowinegstreamer: Do not allow timestamp + late to go negative in QOS messages.
Maarten Lankhorst [Wed, 24 Nov 2010 17:23:56 +0000 (18:23 +0100)] 
winegstreamer: Do not allow timestamp + late to go negative in QOS messages.

13 years agoquartz: Change VideoRenderer_Run to handle EndOfStream slightly better.
Maarten Lankhorst [Wed, 24 Nov 2010 17:23:55 +0000 (18:23 +0100)] 
quartz: Change VideoRenderer_Run to handle EndOfStream slightly better.

13 years agoquartz: Prevent circular connections in render case too.
Maarten Lankhorst [Wed, 24 Nov 2010 17:23:54 +0000 (18:23 +0100)] 
quartz: Prevent circular connections in render case too.

13 years agowinegstreamer: Fix seeking for real.
Maarten Lankhorst [Fri, 12 Nov 2010 20:43:44 +0000 (21:43 +0100)] 
winegstreamer: Fix seeking for real.

13 years agod3dx9/tests: Fix a D3DXCheckTextureRequirements test failing on Windows.
Matteo Bruni [Wed, 24 Nov 2010 15:06:07 +0000 (16:06 +0100)] 
d3dx9/tests: Fix a D3DXCheckTextureRequirements test failing on Windows.

13 years agowinecfg: Add a manpage.
Austin English [Wed, 24 Nov 2010 14:43:10 +0000 (06:43 -0800)] 
winecfg: Add a manpage.

13 years agowinefile: Add a manpage.
Austin English [Wed, 24 Nov 2010 14:27:30 +0000 (06:27 -0800)] 
winefile: Add a manpage.

13 years agowinemine: Add a manpage.
Austin English [Wed, 24 Nov 2010 13:48:13 +0000 (05:48 -0800)] 
winemine: Add a manpage.

13 years agod3dx9/tests: Fix some tests to take into account POW2 texture capability flags.
Matteo Bruni [Wed, 24 Nov 2010 12:57:24 +0000 (13:57 +0100)] 
d3dx9/tests: Fix some tests to take into account POW2 texture capability flags.

13 years agoshdocvw: Don't open code CONTAINING_RECORD().
Michael Stefaniuc [Wed, 24 Nov 2010 13:06:38 +0000 (14:06 +0100)] 
shdocvw: Don't open code CONTAINING_RECORD().

13 years agoshdocvw: Update Korean resource.
Hwang YunSong [Wed, 24 Nov 2010 08:45:01 +0000 (17:45 +0900)] 
shdocvw: Update Korean resource.

13 years agoping: Sleep 1 second less.
Borut Razem [Tue, 23 Nov 2010 21:14:17 +0000 (22:14 +0100)] 
ping: Sleep 1 second less.

13 years agosti: Use IRegistrar instead of regsvr.c.
Damjan Jovanovic [Tue, 23 Nov 2010 08:11:43 +0000 (10:11 +0200)] 
sti: Use IRegistrar instead of regsvr.c.

13 years agooleaut32: Convert dll registration to the new IRegistrar mechanism.
Alexandre Julliard [Wed, 24 Nov 2010 16:29:27 +0000 (17:29 +0100)] 
oleaut32: Convert dll registration to the new IRegistrar mechanism.

13 years agowinecrt0: Add a generic mechanism for dll registration through IRegistrar.
Alexandre Julliard [Wed, 24 Nov 2010 12:13:28 +0000 (13:13 +0100)] 
winecrt0: Add a generic mechanism for dll registration through IRegistrar.

13 years agoatl: Add support for binary values in IRegistrar.
Damjan Jovanovic [Wed, 24 Nov 2010 09:10:13 +0000 (11:10 +0200)] 
atl: Add support for binary values in IRegistrar.

13 years agoatl: Improve IRegistrar dword parsing.
Damjan Jovanovic [Wed, 24 Nov 2010 09:09:05 +0000 (11:09 +0200)] 
atl: Improve IRegistrar dword parsing.

13 years agoadvapi32/tests: Add a test for driver services.
Paul Vriens [Wed, 24 Nov 2010 09:00:24 +0000 (10:00 +0100)] 
advapi32/tests: Add a test for driver services.

13 years agontdll/tests: Remove unused variable from test_query_volume_information_file.
Gerald Pfeifer [Tue, 23 Nov 2010 23:43:24 +0000 (00:43 +0100)] 
ntdll/tests: Remove unused variable from test_query_volume_information_file.

13 years agomsvcrt: Add missing dereference of the time pointer.
Michael Stefaniuc [Tue, 23 Nov 2010 23:37:32 +0000 (00:37 +0100)] 
msvcrt: Add missing dereference of the time pointer.

13 years agocrypt32/tests: Use pCryptAcquireContextA.
Alexander Morozov [Tue, 23 Nov 2010 10:50:22 +0000 (13:50 +0300)] 
crypt32/tests: Use pCryptAcquireContextA.

13 years agocrypt32/tests: Fix test failures on WinME and some NT4.
Alexander Morozov [Tue, 23 Nov 2010 10:42:10 +0000 (13:42 +0300)] 
crypt32/tests: Fix test failures on WinME and some NT4.

13 years agocrypt32/tests: Do not crash on some Win98.
Alexander Morozov [Tue, 23 Nov 2010 10:02:22 +0000 (13:02 +0300)] 
crypt32/tests: Do not crash on some Win98.

13 years agomsxml3: Add schema parse/validate error callbacks.
Adam Martinson [Tue, 23 Nov 2010 02:59:40 +0000 (20:59 -0600)] 
msxml3: Add schema parse/validate error callbacks.

13 years agoconfigure: Add a check for xmlSchemaSetParserStructuredErrors().
Adam Martinson [Tue, 23 Nov 2010 02:54:54 +0000 (20:54 -0600)] 
configure: Add a check for xmlSchemaSetParserStructuredErrors().

13 years agomsxml3: Fix domdoc_getElementsByTagName()/domelem_getElementsByTagName().
Adam Martinson [Tue, 23 Nov 2010 02:59:20 +0000 (20:59 -0600)] 
msxml3: Fix domdoc_getElementsByTagName()/domelem_getElementsByTagName().

13 years agomsxml3: Implement domtext dt-related functions.
Adam Martinson [Tue, 23 Nov 2010 02:57:58 +0000 (20:57 -0600)] 
msxml3: Implement domtext dt-related functions.

These should always be handled by the parent node.

13 years agomsxml3: Validate node content in domelem_put_dataType().
Adam Martinson [Tue, 23 Nov 2010 02:57:29 +0000 (20:57 -0600)] 
msxml3: Validate node content in domelem_put_dataType().

13 years agomsxml3: Add BSTR versions of the XDR_DT <-> string functions.
Adam Martinson [Tue, 23 Nov 2010 02:56:31 +0000 (20:56 -0600)] 
msxml3: Add BSTR versions of the XDR_DT <-> string functions.

13 years agomsxml3: Use the associated schema for domelem_get_dataType().
Adam Martinson [Tue, 23 Nov 2010 02:55:54 +0000 (20:55 -0600)] 
msxml3: Use the associated schema for domelem_get_dataType().

13 years agod3dx9_36: Move 'static' to the beginning of the declaration.
Michael Stefaniuc [Tue, 23 Nov 2010 13:22:15 +0000 (14:22 +0100)] 
d3dx9_36: Move 'static' to the beginning of the declaration.

13 years agontdll/tests: Add tests for NtQueryVolumeInformationFile with FileFsVolumeInformation...
Louis Lenders [Mon, 22 Nov 2010 20:24:42 +0000 (21:24 +0100)] 
ntdll/tests: Add tests for NtQueryVolumeInformationFile with FileFsVolumeInformation class.

13 years agomscoree/tests: Remove an unneeded test.
Paul Vriens [Mon, 22 Nov 2010 19:02:40 +0000 (20:02 +0100)] 
mscoree/tests: Remove an unneeded test.

13 years agomscoree/tests: Use more A-functions to fix test failures on Win9x.
Paul Vriens [Mon, 22 Nov 2010 12:31:53 +0000 (13:31 +0100)] 
mscoree/tests: Use more A-functions to fix test failures on Win9x.

13 years agomscoree/tests: Use StrStrIW from shlwapi.
Paul Vriens [Mon, 22 Nov 2010 11:01:11 +0000 (12:01 +0100)] 
mscoree/tests: Use StrStrIW from shlwapi.

13 years agomscoree/tests: Use the correct wide string compare to cope with Win9x.
Paul Vriens [Mon, 22 Nov 2010 10:41:13 +0000 (11:41 +0100)] 
mscoree/tests: Use the correct wide string compare to cope with Win9x.

13 years agocmd: Fix Italian translation.
Luca Bennati [Sun, 21 Nov 2010 15:50:08 +0000 (16:50 +0100)] 
cmd: Fix Italian translation.

13 years agowinedbg: Moved into a common function all code dealing with printing information...
Eric Pouech [Sun, 21 Nov 2010 21:19:40 +0000 (22:19 +0100)] 
winedbg: Moved into a common function all code dealing with printing information about an exception, and use this function to implement new 'info exception' command.

13 years agowinedbg: Rename 'info exception' into 'info frame' (which is somehow closer to what...
Eric Pouech [Sun, 21 Nov 2010 21:19:34 +0000 (22:19 +0100)] 
winedbg: Rename 'info exception' into 'info frame' (which is somehow closer to what it does).

13 years agoshdocvw: Fix translations.
Amine Khaldi [Sun, 21 Nov 2010 18:59:18 +0000 (19:59 +0100)] 
shdocvw: Fix translations.

13 years agontoskrnl.exe: Add stub for PoSetPowerState.
Stefan Leichter [Sun, 21 Nov 2010 15:58:54 +0000 (16:58 +0100)] 
ntoskrnl.exe: Add stub for PoSetPowerState.

13 years agowinetest: Add "-u" command line option so TestBot can include a URL in the report.
Greg Geldorp [Sun, 21 Nov 2010 15:43:18 +0000 (16:43 +0100)] 
winetest: Add "-u" command line option so TestBot can include a URL in the report.

13 years agod3dx9/tests: Remove a D3DXPlaneNormalize test.
Matteo Bruni [Sat, 20 Nov 2010 16:13:15 +0000 (17:13 +0100)] 
d3dx9/tests: Remove a D3DXPlaneNormalize test.

13 years agocomctl32/tests: Fix shell32 test failures on NT4/W2K.
Paul Vriens [Sat, 20 Nov 2010 16:42:38 +0000 (17:42 +0100)] 
comctl32/tests: Fix shell32 test failures on NT4/W2K.

13 years agoinclude: Add missing clsids in d3drmobj.h.
Vijay Kiran Kamuju [Sat, 6 Nov 2010 18:03:00 +0000 (14:03 -0400)] 
include: Add missing clsids in d3drmobj.h.

13 years agomsvcrt: Implement _wfindnext64i32.
Eryk Wieliczko [Sat, 20 Nov 2010 14:15:00 +0000 (15:15 +0100)] 
msvcrt: Implement _wfindnext64i32.

13 years agomsvcrt: Implement _wfindfirst64i32.
Eryk Wieliczko [Sat, 20 Nov 2010 13:49:54 +0000 (14:49 +0100)] 
msvcrt: Implement _wfindfirst64i32.

13 years agomsvcrt: Implement _ctime32/64_s.
Eryk Wieliczko [Sat, 20 Nov 2010 13:49:53 +0000 (14:49 +0100)] 
msvcrt: Implement _ctime32/64_s.

13 years agoiexplore: Use a better file description.
Damjan Jovanovic [Tue, 23 Nov 2010 09:06:11 +0000 (11:06 +0200)] 
iexplore: Use a better file description.

13 years agommdevapi/tests: Increase timeout in capture tests.
Austin English [Tue, 23 Nov 2010 06:23:44 +0000 (22:23 -0800)] 
mmdevapi/tests: Increase timeout in capture tests.

13 years agowined3d: Add detection for Nvidia GT 330.
Austin English [Mon, 22 Nov 2010 23:21:37 +0000 (23:21 +0000)] 
wined3d: Add detection for Nvidia GT 330.

13 years agoxcopy: Fix Italian translation.
Luca Bennati [Sat, 20 Nov 2010 20:26:58 +0000 (21:26 +0100)] 
xcopy: Fix Italian translation.

13 years agoserialui: Added Hebrew translation.
Yaron Shahrabani [Mon, 15 Nov 2010 21:00:02 +0000 (23:00 +0200)] 
serialui: Added Hebrew translation.

13 years agontdll: Add a stub implementation of FSCTL_GET_RETRIEVAL_POINTERS.
Hans Leidekker [Sat, 20 Nov 2010 14:48:02 +0000 (15:48 +0100)] 
ntdll: Add a stub implementation of FSCTL_GET_RETRIEVAL_POINTERS.