jscript: Treat VT_UNKNOWN VARIANTs supporting IDispatch interface as VT_DISPATCH.
[wine] / programs /
2012-12-03  Christian Costacabarc: Handle fdintENUMERATE notification.
2012-12-03  Christian Costacabarc: Handle fdintNEXT_CABINET notification to suppor...
2012-12-03  Christian Costacabarc: Keep \ in the cab path as FDICopy expects it.
2012-12-03  Christian Costacabarc: Add some debug messages.
2012-12-03  Alexandre Julliarduser32: Refresh the desktop when the wallpaper is changed.
2012-11-30  Jason Edmeadescmd: Wait for command to complete when spawned through...
2012-11-28  Jason Edmeadescmd: Change what 'ver' issues.
2012-11-27  Jason Edmeadescmd: Prevent overflow for long command string.
2012-11-20  Jason Edmeadescmd: Add support for NUL in copy.
2012-11-20  Jason Edmeadescmd: Prevent external env vars causing tests to fail.
2012-11-20  Jason Edmeadescmd: Add support for tokens= (for /f).
2012-11-16  Jacek Cabancmd: Added HeapFree wrapper.
2012-11-15  Jacek Cabancmd: Make allocation unfailable.
2012-11-15  Alexandre Julliarduser32: Simplify initialization of the desktop wallpaper.
2012-11-12  Michael Stefaniucmsiexec: Use FIELD_OFFSET to calculate the size of...
2012-11-08  André Hentschelxcopy: Fix indentation of a break (coverity).
2012-11-08  André Hentschelwinhlp32: Mark up fallthrough switch case (coverity).
2012-11-08  André Hentschelstart: Fix mask for creation flags (coverity).
2012-11-07  Frédéric Delanoycmd/tests: Simplify 'if' comparison tests.
2012-11-06  Jason Edmeadesattrib: Remove redundant code.
2012-11-06  Jason Edmeadesxcopy: Fix resource leak (coverity).
2012-11-06  Jason Edmeadescmd: Fix for loops within for loops.
2012-11-06  Jason Edmeadesattrib: Add attrib /d support.
2012-11-06  Jason Edmeadesattrib: Add support for attrib /s.
2012-11-06  Jason Edmeadesattrib: Support relative paths as args.
2012-11-06  Jason Edmeadescmd: Don't overflow parameter length when copying subst...
2012-11-06  Detlef Riekenbergschtasks: Add a stub schtasks.exe.
2012-11-05  Francois GougetAssorted spelling fixes.
2012-11-02  Francois Gougetwinemenubuilder: Return the icon identifier instead...
2012-11-02  Francois Gougetwinemenubuilder: Use the same icon name on Mac OS X...
2012-11-01  Frédéric Delanoycmd: Fix some leaks (coverity).
2012-10-30  Frédéric Delanoycmd: Avoid handle leaks (coverity).
2012-10-29  Francois Gougetcmd: Make WCMD_forf_getinputhandle() static.
2012-10-29  Francois Gougetservices: Fix compilation on systems that don't support...
2012-10-26  Frédéric Delanoycmd: Display a clearer error message for not found...
2012-10-26  Frédéric Delanoycmd: Add support for GTR comparison operator in if...
2012-10-26  Frédéric Delanoycmd: Add support for GEQ comparison operator in if...
2012-10-26  Frédéric Delanoycmd: Add support for NEQ comparison operator in if...
2012-10-26  Frédéric Delanoycmd: Add support for EQU comparison operator in if...
2012-10-26  Frédéric Delanoycmd: Add support for LEQ comparison operator in if...
2012-10-26  Frédéric Delanoycmd: Add support for LSS comparison operator in if...
2012-10-26  Frédéric Delanoycmd: Avoid using strstr to match == operator in WCMD_if.
2012-10-26  Frédéric Delanoycmd: Move common error reporting code in WCMD_if.
2012-10-26  Frédéric Delanoycmd: Get rid of longer needed 'end' parameter in WCMD_p...
2012-10-26  Frédéric Delanoycmd: Correctly set the 'raw' parameter in calls to...
2012-10-26  André Hentschelwinedbg: Cleanup if gdb startup fails (coverity).
2012-10-24  Jason Edmeadescmd: Add for /f delims= support.
2012-10-24  Jason Edmeadescmd: Strip quotes from for /f string before attempting...
2012-10-24  Jason Edmeadescmd: Correct for /f string and command set handling.
2012-10-24  Jason Edmeadescmd: Add support for usebackq (for /f).
2012-10-24  Jason Edmeadescmd: Implement support for for /f eol=c option.
2012-10-24  Jason Edmeadescmd: Use a common function for the string parsing in...
2012-10-24  Jason Edmeadescmd: Refactor building a list of directories out of...
2012-10-24  Jason Edmeadescmd: Add support parsing for /f options and implement...
2012-10-23  André Hentschelwinedbg: Fix check for register number (coverity).
2012-10-23  Frédéric Delanoycmd/tests: Add tests for mixed number/stringified numbe...
2012-10-23  Frédéric Delanoycmd/tests: Add tests for GTR comparison operator in...
2012-10-23  Frédéric Delanoycmd/tests: Add tests for GEQ comparison operator in...
2012-10-23  Frédéric Delanoycmd/tests: Add tests for NEQ comparison operator in...
2012-10-23  Frédéric Delanoycmd/tests: Add tests for EQU comparison operator in...
2012-10-23  Frédéric Delanoycmd/tests: Add tests for LEQ comparison operator in...
2012-10-23  Frédéric Delanoycmd/tests: Add tests for LSS comparison operator in...
2012-10-22  André Hentschelwinedbg: Buffer size includes the quotes (coverity).
2012-10-22  André Hentschelview: Buffer size of GetFileTitleW is in characters...
2012-10-22  Piotr Cabanservices: Added tests for service thread termination...
2012-10-22  Piotr Cabanservices: Kill service thread after timeout so it can...
2012-10-22  Alexandre Julliardexplorer: Remove support for the old-style X11 desktop...
2012-10-22  Akihiro Sagawacmd: Properly handle multibyte characters in batch...
2012-10-22  Francois GougetAssorted spelling tweaks and fixes.
2012-10-22  Ken Thomaseswinemenubuilder: Use proper marker (negative index...
2012-10-19  Aric Stewartwinemenubuilder: Scale 64x64 classic icons to 128x128...
2012-10-17  Jason Edmeadescmd: Add support for calling a built in command.
2012-10-17  Jason Edmeadescmd: Rename parameter passed to builtin calls.
2012-10-17  Jason Edmeadescmd: Handle very odd delimiter support for command...
2012-10-16  Daniel Jelinskiregedit: Disallow editing root key names.
2012-10-16  Jason Edmeadescmd: %* expands to first non-whitespace delimiter of...
2012-10-16  Jason Edmeadescmd: Identify the program name using more appropriate...
2012-10-16  Jason Edmeadescmd: cmd /c "pgmname" searches all extensions on PATHEXT.
2012-10-15  Jason Edmeadescmd: Add full support for copy concatenation and ascii...
2012-10-15  Jason Edmeadescmd: Support copy to an 'ascii' destination.
2012-10-15  Jason Edmeadescmd: Add suite of tests for the copy command.
2012-10-15  Jason Edmeadescmd: Fix some issues with ~ modifier expansion.
2012-10-15  Jason Edmeadescmd: Rework the body of WCMD_copy based on new paramete...
2012-10-15  Jason Edmeadescmd: Rework parameter parsing for WCMD_Copy.
2012-10-15  Jason Edmeadescmd: Fix regression around prompting during copy.
2012-10-15  Marcus Meissnerwinefile: Check index before buffer overread (Coverity).
2012-10-12  Marcus Meissnerregedit: FIXME() on printing.
2012-10-11  Frédéric Delanoycmd/tests: Add tests for command line parsing.
2012-10-11  Frédéric Delanoycmd/tests: Move command line tests to separate file.
2012-10-10  Marcus Meissnerwinetest: Close filehandle on run error (Coverity).
2012-10-09  André Hentschelwinetest: Report actual number of failures in the statu...
2012-10-09  Jacek Cabanservices: Fixed memory leak.
2012-10-08  Alexandre Julliardwinedbg: Mark the lexer as always interactive to preven...
2012-10-08  André Hentschelwinedbg: Adjust copyright to avoid confusions.
2012-10-08  André Hentschelwinedbg: Simplify Coprocessor operators in the Thumb2...
2012-10-08  André Hentschelwinedbg: Add load non-word operators to Thumb2 disassem...
2012-10-08  André Hentschelwinedbg: Add preload operators for Thumb2 disassembler.
2012-10-04  André Hentschelwinedbg: Reorder disassembler functions to match instru...
2012-10-04  André Hentschelwinedbg: Add Coprocessor data transfer operators for...
2012-10-04  André Hentschelwinedbg: Add enhanced Coprocessor move operators to...
next