Commit Graph

74040 Commits

Author SHA1 Message Date
Alexandre Julliard f53d82b4f4 msvcrt: Fix controlfp_s parameter checks, with tests. 2010-11-27 20:40:14 +01:00
Alexandre Julliard ce3abe8c0c widl: Add support for generating a .rgs registration script for the defined interfaces. 2010-11-27 13:29:13 +01:00
Alexandre Julliard 233814c21e widl: Add a general -o option instead of having a different output name option for each file type. 2010-11-27 13:28:16 +01:00
Alexandre Julliard 5d3b4fb6cb widl: Use the output buffer functions to write typelibs. 2010-11-27 11:54:51 +01:00
Alexandre Julliard 00dda6f687 widl: Copy the output buffer management functions from winebuild. 2010-11-27 11:42:09 +01:00
Alexandre Julliard b51f8d4812 Release 1.3.8. 2010-11-26 20:06:11 +01:00
Francois Gouget 5f694ddf4c 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).
2010-11-26 16:32:41 +01:00
Hans Leidekker e609bb0453 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.
2010-11-26 14:59:35 +01:00
Hans Leidekker 4b5db7a9ac msi: Always initialize the dialog font list. Convert it to a standard Wine list.
Avoids accessing uninitialized memory when the TextStyle table is absent.
2010-11-26 14:59:19 +01:00
Hans Leidekker 967f73eaef msi: Trace errors from LoadLibraryShim. 2010-11-26 14:59:06 +01:00
Hans Leidekker 1f96b882e9 msi: Fix the Create/RemoveFolders actions to actually create and remove empty folders. 2010-11-26 14:59:02 +01:00
Hans Leidekker 24ce163a8b gdi32/tests: Fix a test failure on systems configured to use a color profile. 2010-11-26 14:58:47 +01:00
Alexandre Julliard 4dba956ea6 msvcrt: Add parameter checking in _controlfp_s. 2010-11-26 14:58:39 +01:00
Alexandre Julliard 1ae23af85b include/msvcrt: Define more CPU control word flags. 2010-11-26 14:58:39 +01:00
Louis Lenders fa2b7066e5 ntdll: Set the IdleTime member from the SystemPerformanceInformation info class in NtQuerySystemInformation. 2010-11-26 14:58:39 +01:00
Christian Inci 4229b1f3b6 wined3d: Add nVidia GT 320M to the table. 2010-11-26 14:58:39 +01:00
Volodymyr M. Shcherbyna acee9cde17 dbgeng: Add initial stub dll implementation. 2010-11-26 14:58:38 +01:00
Akihiro Sagawa e7bf31c40d jscript: Update Japanese translation. 2010-11-26 14:58:38 +01:00
Peter Urbanec edab173047 msi: Add AMD64 platform definition to support installation of Visual C++ 8.0 redistributable. 2010-11-26 12:15:21 +01:00
Maarten Lankhorst b769a266cf qedit: Try all possible splitter filters instead of only the first one. 2010-11-26 12:15:10 +01:00
Michael Stefaniuc 09849ed929 clock: Add the Hindi translation.
Translation by Rajesh Ranjan.
2010-11-26 12:15:02 +01:00
Juan Lang ef4560e51f msisip: Determine whether a file is an MSI file based on its CLSID rather than its extension. 2010-11-26 12:14:58 +01:00
Austin English 50e2f2f10c winegcc: Symlink winegcc manpage to winecpp. 2010-11-26 12:14:18 +01:00
Austin English 78a1df139e winepath: Add a manpage. 2010-11-26 12:13:31 +01:00
Austin English 76725fbb68 regedit: Add a manpage. 2010-11-26 12:13:18 +01:00
Austin English c43c31fe47 wineconsole: Add a manpage. 2010-11-26 12:12:50 +01:00
Austin English 8d821bd933 wineboot: Add a manpage. 2010-11-26 12:12:41 +01:00
Austin English 1c7d349f26 wininet: Add a stub for InternetShowSecurityInfoByURL. 2010-11-25 16:57:13 +01:00
Alexander Morozov f48b0aa6a2 crypt32/tests: Fix test failures on some Win95 and some NT4. 2010-11-25 16:56:27 +01:00
Alexander Morozov b9c122f15e crypt32/tests: Skip more tests. 2010-11-25 16:56:09 +01:00
Jacek Caban 387ed3c855 mshtml: Fixed ref count tests on broken IEs.
Also some code clean up.
2010-11-25 16:55:22 +01:00
Jacek Caban 5030554ccd mshtml: Don't use wine_url in nsIURI::SchemeIs implementation. 2010-11-25 16:55:12 +01:00
Jacek Caban 286249031c mshtml: Don't use wine_uri in nsIIOService::NewChannelFromURI implementation. 2010-11-25 16:55:05 +01:00
Jacek Caban 74aabe94b1 mshtml: Don't use wine_url in nsURI::Clone implementation. 2010-11-25 16:55:00 +01:00
Alexandre Julliard 0a28308b90 cryptnet/tests: Don't import shlwapi. 2010-11-25 12:01:43 +01:00
Eryk Wieliczko 91bc6c5201 msvcrt: Implement fprintf_s and fwprintf_s. 2010-11-25 11:55:31 +01:00
Eryk Wieliczko 133a38fcfb msvcrt: Implement printf_s and wprintf_s. 2010-11-25 11:55:20 +01:00
Eryk Wieliczko 6296d95b9e msvcrt: Implement vprintf_s and vwprintf_s. 2010-11-25 11:55:05 +01:00
Eryk Wieliczko 8bf437d827 msvcrt: Implement vfprintf_s and vfwprintf_s. 2010-11-25 11:53:07 +01:00
Maarten Lankhorst ab2e5c0499 quartz: Add support for fullscreen mode in video renderer. 2010-11-25 11:49:08 +01:00
Piotr Caban 28d355966d msvcrt: Fix errors in spec files. 2010-11-25 11:49:08 +01:00
Michael Stefaniuc 828fff8c8b msxml3: Remove dead code: break after return (Smatch). 2010-11-25 11:49:08 +01:00
Adam Martinson 459c29ba34 msxml3: Store the DOMDocument/XMLSchemaCache object version. 2010-11-25 11:49:08 +01:00
Adam Martinson 10e2d26e3f msxml3/schema: Properly handle schema_cache_add() from a URL. 2010-11-25 11:49:07 +01:00
Adam Martinson 54d949fbe8 msxml3: Fix a few error messages. 2010-11-25 11:49:07 +01:00
Adam Martinson 2f0e73f896 msxml3/tests: Move domdoc.c schema-related tests to schema.c. 2010-11-25 11:49:07 +01:00
Piotr Caban 785828fc87 msvcp90/tests: Added basic_string<char>::compare tests. 2010-11-25 11:49:07 +01:00
Piotr Caban b808de857a msvcp80: Update spec file. 2010-11-25 11:49:07 +01:00
Piotr Caban 919a7cedb5 msvcp90: Added basic_string<wchar>::compare implementation. 2010-11-25 11:49:07 +01:00
Piotr Caban b09125ad4e msvcp90: Added basic_string<char>::compare implementation. 2010-11-25 11:49:07 +01:00