wine
2008-09-10  Jacek Cabanjscript: Added Boolean constructor object.
2008-09-10  Jacek Cabanjscript: Added Array constructor object implementation.
2008-09-10  Jacek Cabanjscript: Added String constructor object.
2008-09-10  Jacek Cabanjscript: Added Object constructor object implementation.
2008-09-10  Marcus Meissnerinclude: Mark up with alloc_size attribute.
2008-09-10  Rob Shearmanwidl: Fix the writing typedefs to dispinterfaces and...
2008-09-10  Austin Englishwidl: Remove unreached code (Smatch).
2008-09-10  Andrew Talbotmsi: Uninitialized variable fix (Coverity).
2008-09-10  Juan Langcrypt32: Get rid of a magic number and a redundant...
2008-09-10  Juan Langcrypt32: Return FALSE rather than crash if memory alloc...
2008-09-10  Juan Langcrypt32: Fix typo. Fixes Coverity item 605.
2008-09-10  Juan Langcrypt32: Assert condition that can occur only in case...
2008-09-10  Juan Langcabinet: Use helper function to remove duplicate code.
2008-09-10  Juan Langcabinet: Use helper function to remove duplicate code.
2008-09-10  Steven Edwardswidl: Open files in binary mode to avoid corruption...
2008-09-10  Hans Leidekkerwinhttp: Better diagnostics in the notification test.
2008-09-10  Hans Leidekkerwinhttp: Increase sleep between two tests that connect...
2008-09-10  Hans Leidekkerwinhttp: Don't loop on response codes other than 301...
2008-09-10  Huw Davieswinex11.drv: Fix SetDIBits optimization to work with...
2008-09-10  Aric Stewartmlang: Expand stub of fnIMLangFontLink2_GetStrCodePages.
2008-09-09  Alexandre Julliardconfigure: Fixed the check for sigset_t on mingw.
2008-09-09  Paul Vriensws2_32/tests: Remove redundant NULL check before HeapFree.
2008-09-09  Paul Vriensquartz/tests: Fix the tests on several platforms.
2008-09-09  Rob Shearmaninclude: Fix function names in IVBSAXXMLReader interfac...
2008-09-09  Alistair Leslie... mshtml: Implement IDispatch for IHTMLTable.
2008-09-09  Alistair Leslie... mshtml: Implement IDispatch for IHTMLDocument5.
2008-09-09  Alistair Leslie... mshtml: Implement IDispatch for IHTMLInputElement.
2008-09-09  Alistair Leslie... mshtml: Implement IDispatch for IHTMLTextAreaElement.
2008-09-09  Alistair Leslie... mshtml: Implement IDispatch for IHTMLOptionElement.
2008-09-09  Alistair Leslie... mshtml: Implement IDispatch for IHTMLGenericElement.
2008-09-09  Alistair Leslie... mshtml: Implement IDispatch for IHTMLScriptElement.
2008-09-09  Alistair Leslie... mshtml: Implement IDispatch for IHTMLTextContainer.
2008-09-09  Alistair Leslie... mshtml: Implement IDispatch for IHTMLImgElement.
2008-09-09  Alistair Leslie... mshtml: Implement IDispatch for IHTMLDOMTextNode.
2008-09-09  Alistair Leslie... mshtml: Implement IDispatch for IHTMLDocument4.
2008-09-09  Alistair Leslie... mshtml: Implement IDispatch for IHTMLDocument3.
2008-09-09  Alexandre Julliarduser32: Fix DeferWindowPos to work on windows belonging...
2008-09-09  Andrew Talbotshdocvw: Sign-compare warnings fix.
2008-09-09  Piotr Cabanmsxml3: Change SAX IStream parser implementation.
2008-09-09  James Hawkinscomctl32: Store the previous timeout value to test...
2008-09-09  Peter Dons... ntoskrnl: Implement partial stub for IoGetConfiguration...
2008-09-09  James Hawkinsole32: Fix a few file access discrepancies between...
2008-09-09  James Hawkinsurlmon: Fix several failing tests with IE7.
2008-09-09  James Hawkinsurlmon: Fix a failing test with IE7.
2008-09-09  James Hawkinsmsi: Fix a few file access discrepancies between platforms.
2008-09-09  Jacek Cabanjscript: Add static functions to variable objects.
2008-09-09  Jacek Cabanjscript: Added Function.length implementation.
2008-09-09  Jacek Cabanjscript: Added member expression implementation.
2008-09-09  Jacek Cabanjscript: Added function object stub implementation.
2008-09-09  Jacek Cabanjscript: Added '!==' expression implementation.
2008-09-09  Jacek Cabanjscript: Added '===' expression implementation.
2008-09-09  Jacek Cabanjscript: Added var statement implementation.
2008-09-09  Jacek Cabanjscript: Added logical negation implementation.
2008-09-09  Jacek Cabanjscript: Added infrastructure for test scripts.
2008-09-09  Jacek Cabanjscript: Added call expression implementation.
2008-09-09  Jacek Cabanjscript: Added variable object handling.
2008-09-09  Jacek Cabanjscript: Added scope chain implementation.
2008-09-09  Jacek Cabanjscript: Added assignment test.
2008-09-09  Jacek Cabanjscript: Added literal expression implementation.
2008-09-09  Jacek Cabanjscript: Added assign expression implementation.
2008-09-09  Jacek Cabanjscript: Added global object implementation.
2008-09-09  Jacek Cabanjscript: Added AddNamedItem implementation.
2008-09-09  Jacek Cabanjscript: Added identifier expression implementation.
2008-09-09  Jacek Cabanjscript: Added expression statement implementation.
2008-09-09  Jacek Cabanjscript: Added GetMemberName implementation.
2008-09-09  Jacek Cabanjscript: Added DeleteMemberByName implementation.
2008-09-09  Jacek Cabanjscript: Added GetNextDispID implementation.
2008-09-09  Jacek Cabanjscript: Added InvokeEx implementation.
2008-09-09  Juan Langcrypt32: Simplify CryptVerifyMessageSignature.
2008-09-09  Juan Langcrypt32: Implement CryptVerifyDetachedMessageSignature.
2008-09-09  Juan Langcrypt32: Add tests for CryptVerifyDetachedMessageSignature.
2008-09-09  Juan Langcrypt32: Add stub for CryptVerifyDetachedMessageSignature.
2008-09-09  Juan Langcrypt32: Test verifying the signature of a detached...
2008-09-09  Juan Langcrypt32: Don't crash when asked to verify a signature...
2008-09-09  Juan Langcrypt32: Implement CryptVerifyMessageHash.
2008-09-09  Juan Langcrypt32: Add tests for CryptVerifyMessageHash.
2008-09-09  Juan Langcrypt32: Add stub for CryptVerifyMessageHash.
2008-09-09  Juan Langcrypt32: Don't store redundant copy of detached hash...
2008-09-09  Juan Langcrypt32: Check length of sequence before checking tag.
2008-09-09  Gerald Pfeifercomctl32: Remove unused paramters from MONTHCAL_GetRang...
2008-09-09  Gerald Pfeiferwordpad: Shed off unused parameters from on_fontlist_mo...
2008-09-09  Alexander Nicolaysen... regedit: Convert parts of export handling to unicode.
2008-09-09  Alexander Nicolaysen... notepad: Only append .txt to missing files without...
2008-09-09  James Hawkinsriched20: Fix two typos that cause a failing test.
2008-09-09  Rob Shearmaninclude: Use placeholder structures with at least one...
2008-09-09  Rob Shearmaninclude: Add XMLDOMDocumentEvents dispinterface to...
2008-09-09  Rob Shearmaninclude: The INewShortcutHookA, INewShortcutHookW and...
2008-09-09  Rob Shearmaninclude: Fix signature of NearestPoint function of...
2008-09-09  Rob Shearmaninclude: Fix level of indirection of parameters in...
2008-09-09  Rob Shearmaninclude: Uncomment declaration of IDirectShowStream...
2008-09-09  Rob Shearmaninclude: Remove incorrect [optional] attributes from...
2008-09-09  Rob Shearmaninclude: Define sigset_t in pthread.h if HAVE_SIGSET_T...
2008-09-09  Hans Leidekkerwinhttp: Make sure not to read more data than expected...
2008-09-09  Hans Leidekkerwinhttp: WinHttpQueryDataAvailable should do a blocking...
2008-09-09  Hans Leidekkerwinhttp: Option WINHTTP_OPTION_SERVER_CERT_CONTEXT...
2008-09-09  David Adamappwiz: Fix some typos in the French resource.
2008-09-09  Erik Inge Bolsøwinealsa.drv: fix typo in IDsCaptureDriverImpl_Open.
2008-09-08  Alexandre Julliardwinex11: Support setting the window region on windows...
2008-09-08  Alexandre Julliardwinex11: Moved the X11DRV_WindowMessage function to...
2008-09-08  Nikolay Sivovgdiplus: Added missed stubs for Image metadata access.
next