jscript: Added break statement implementation.
[wine] / dlls /
2008-09-15  Andrew Talbotcomctl32: Sign-compare warnings fix.
2008-09-15  Marcus Meissnerkernel32/tests: Pass correct size to MultiBytetoWideChar.
2008-09-15  Marcus Meissnermsi/tests: Reduce buffer to size of string written.
2008-09-15  Marcus Meissnersecur32: Fixed size passed to GetComputerNameExW.
2008-09-15  Marcus Meissnerdnsapi: Fixed incorrect buffer size to GetComputerNameExW.
2008-09-15  Michael Karcherkernel32: Clean up PROFILE_isspaceW.
2008-09-15  Michael Karcherole32/compobj: Fix function name in comment.
2008-09-15  Paul Vrienscrypt32/tests: Don't crash on NT4.
2008-09-15  Alexandre Julliarduser32/tests: Fix a test that fails on all Windows...
2008-09-15  Alexandre Julliarduser32/tests: Ignore some more messages.
2008-09-15  James Hawkinscomctl32: Fix the remaining broken tests in win95.
2008-09-15  James Hawkinscomctl32: Fix several failing tests in win95.
2008-09-15  James Hawkinsshell32: Remove calls to unicode functions that aren...
2008-09-15  Roderick Colenbranderwined3d: Degrade an ERR to a TRACE.
2008-09-15  Vitaliy Margolenkernel32: Use FileStandardInformation to get file size.
2008-09-15  Mikołaj Zalewskiappwiz.cpl: French should use SUBLANG_NEUTRAL.
2008-09-15  Francois Gougetgdiplus: Add some documentation stubs to make winapiche...
2008-09-15  Francois Gougetd3dx9_36: Fix compilation on systems that don't support...
2008-09-15  Francois Gougetmshtml/tests: Add a trailing '\n' to an ok() call.
2008-09-15  Paul Vriensmsi/tests: Prevent a crash on NT4.
2008-09-15  Paul Vriensoleaut32/tests: Don't crash on Win95.
2008-09-15  Paul Vrienskernel32/tests: Skip tests on Win95.
2008-09-15  Marcus Meissnerinclude: Allocation size markup.
2008-09-12  Alexandre Julliardinetcomm: Avoid a compiler warning.
2008-09-12  Huw Daviesinetcomm: Fix some more idl.
2008-09-12  Rob Shearmanadvpack: Add explicit "!= S_OK" to expressions that...
2008-09-12  Rob Shearmanwintrust: Add explicit "!= NO_ERROR" to expressions...
2008-09-12  Rob Shearmandsound: Add explicit "!= S_OK" to expressions that...
2008-09-12  Rob Shearmanwinedos: Fix the type of res in VGA_DoSetMode.
2008-09-12  Rob Shearmanusp10: Add explicit "!= S_OK" to expressions that use...
2008-09-12  Rob Shearmanurlmon: Add explicit "!= S_OK" to expressions that...
2008-09-12  Rob Shearmanoleaut32: Add explicit "!= S_OK" to expressions that...
2008-09-12  Rob Shearmanavifil32: Add explicit "!= S_OK" to expressions that...
2008-09-12  Rob Shearmanrpcrt4: Fix memory leak of 0-byte buffer allocated...
2008-09-12  Rob Shearmanrpcrt4: Fix memory leaks of hdr in error paths in RPCRT...
2008-09-12  Rob Shearmanrpcrt4: Don't crash in NdrDllGetClassObject when a...
2008-09-12  Rob Shearmanrpcrt4: Print error messages from RPC message functions...
2008-09-12  Rob Shearmanrpcrt4: Free the memory for a registered interface...
2008-09-12  Alexandre Julliardwinex11: Driver-side implementation of SetLayeredWindow...
2008-09-12  Alexandre Julliarduser32: Add a SetLayeredWindowAttributes driver entry...
2008-09-12  Alexandre Julliarduser32/tests: Added some tests for Get/SetLayeredWindow...
2008-09-12  Alexandre Julliardserver: Implemented the server side of Get/SetLayeredWi...
2008-09-12  Alexandre Julliarduser32: Notify the user driver about window extended...
2008-09-12  Luis C. Busquets... d3dx9: Add tests for D3DXMatrixDecompose.
2008-09-12  Luis C. Busquets... d3dx9: Implement D3DXMatrixDecompose.
2008-09-12  Tobias Jakobiwined3d: Fix long int warnings.
2008-09-12  Tobias Jakobiwined3d: Fix SHOW_FRAME_MAKEUP debug dump code.
2008-09-12  Marcus Meissnershell32: Fixed size passed to MultiByteToWideChar.
2008-09-12  Alistair Leslie... msxml3: Add IXMLDOMCharacterData to IXMLDOMComment.
2008-09-12  Alistair Leslie... msxml3: Add IXMLDOMCharacterData to IXMLDOMCDATASection.
2008-09-12  Dylan Smithrichedit: Prevent buffer overrun for tab stops buffer.
2008-09-12  Dylan Smithrichedit: Fixed bugs in handling unterminated nested...
2008-09-12  Dylan Smithrichedit: Make sure the nested tables' RTF properties...
2008-09-12  Dylan Smithrichedit: Enter inserts newline before table at start...
2008-09-12  Dylan Smithrichedit: Enter at the end of a table row appends a...
2008-09-12  Dylan Smithrichedit: Don't put cursor in the table row start parag...
2008-09-12  Erik Inge Bolsøwineesd.drv: Allow all errors to interrupt recording.
2008-09-12  John Klehmwintab32: Support overlap statuses in WTEnable.
2008-09-12  John Klehmwintab32: Support overlap statuses in WTOpen.
2008-09-12  John Klehmwintab32: Support overlap statuses in WTOverlap.
2008-09-12  Jacek Cabanmshtml: Added body dispatch id test.
2008-09-12  Jacek Cabanjscript: Added postfix decrement expression implementation.
2008-09-12  Jacek Cabanjscript: Added postfix increment expression implementation.
2008-09-12  Jacek Cabanjscript: Added prefix decrement expression implementation.
2008-09-12  Jacek Cabanjscript: Added prefix increment expression.
2008-09-12  Jacek Cabanjscript: Added '>=' expression implementation.
2008-09-12  Jacek Cabanjscript: Added '>' expression implementation.
2008-09-12  Jacek Cabanjscript: Added '<=' implementation.
2008-09-12  Jacek Cabanjscript: Added '<' expression implementation.
2008-09-12  Jacek Cabanjscript: Added '&&' expression implementation.
2008-09-12  Jacek Cabanjscript: Added '||' expression implementation.
2008-09-12  Jacek Cabanjscript: Added '+=' expression implementation.
2008-09-12  Ismael Barrosdplayx: Fix static overrun of pDP array in test (Coverity).
2008-09-12  Juan Langwinex11: Make button_state as large as the maximum...
2008-09-12  Juan Languser32: Don't crash if passed a non-scrollbar HWND...
2008-09-12  Muneyuki Noguchiwinex11: Fix a buffer overflow bug in X11DRV_KeyEvent...
2008-09-12  Francois Gougetws2_32/tests: Fix a race in sock.c:test_write_events().
2008-09-12  Francois Gougetcrypt32/tests: Win98 is missing Crypt{Encode,Decode...
2008-09-12  Alistair Leslie... mshtml: Add IHTMLStyle margin tests.
2008-09-12  Paul Vrienssetupapi/tests: Fix a failure on Windows 2000.
2008-09-12  Paul Vriensjscript/tests: Fix crash and failures on win9x.
2008-09-12  Paul Vrienssetupapi/tests: Fix two failures on win98.
2008-09-12  Alexandre Julliardwinex11: Fixed mapping of the move/resize starting...
2008-09-11  Alexandre Julliardwinex11: Remove debug hack that slipped into commit...
2008-09-11  Kai Blinws2_32: Win98 closesocket() does not wake up select.
2008-09-11  Kai Blinws2_32: Win NT4 does not zero the sockaddr_in structure...
2008-09-11  Hans Leidekkerwinhttp: Strip content-type/length headers from request...
2008-09-11  Hans Leidekkerwinhttp: Preserve cookies on redirects.
2008-09-11  Huw Daviesinetcomm: Implement IMimeInternational_CanConvertCodePages.
2008-09-11  Huw Daviesinetcomm: Add a missing function and fix some idl.
2008-09-11  Huw Daviesinetcomm/tests: Add a test for IMimeInternational_SetDe...
2008-09-11  Huw Daviesinetcomm: Implement IMimeInternational_SetDefaultCharset.
2008-09-11  Huw Daviesinetcomm/tests: Add test for IMimeInternational_GetDefa...
2008-09-11  Huw Daviesinetcomm: Implement IMimeInternational_GetDefaultCharset.
2008-09-11  Huw Daviesinetcomm/tests: Add tests for IMimeInternational_GetCod...
2008-09-11  Huw Daviesinetcomm: Implement IMimeInternational_GetCodePageCharset.
2008-09-11  Huw Daviesinetcomm/tests: Add tests for IMimeInternational_GetCha...
2008-09-11  Huw Daviesinetcomm: Implement IMimeInternational_GetCharsetInfo.
2008-09-11  Huw Daviesinetcomm/tests: Tests for IMimeInternational_FindCharset.
2008-09-11  Huw Daviesinetcomm: Implement IMimeInternational_FindCharset.
next