include: Add xmlparser interfaces.
[wine] / programs /
2011-08-23  Frédéric Delanoycmd: Constify some function parameters.
2011-08-23  Frédéric Delanoycmd: Rename WCMD_strtrim_leading_spaces to WCMD_skip_le...
2011-08-23  Frédéric Delanoycmd: Fix a FOR parsing bug when multiple spaces follow...
2011-08-23  Frédéric Delanoycmd/tests: Fix bug where an output line was marked...
2011-08-23  Frédéric Delanoycmd: Clarify some trace messages.
2011-08-23  Frédéric Delanoycmd: Remove reference to no longer existing WCMD_read_c...
2011-08-23  Frédéric Delanoycmd: Use CSTR_* instead of hardcoded values as result...
2011-08-23  Per Johanssonwinemenubuilder: Use start.exe to open URLs to respect...
2011-08-22  Francois Gougettaskmgr: Remove some useless and untranslatable popup...
2011-08-22  Marcus Meissnernet: LoadStringW incorrect size bytes vs characters.
2011-08-05  Michał Ziętekwscript: Fix tests on wow64.
2011-08-05  Frédéric Delanoycmd: Fix handling of lines starting with echo. or echo:.
2011-08-05  Francois Gougetnet: Add a WriteConsole() fall back so things still...
2011-08-05  Francois Gougetnet: Convert to Unicode.
2011-08-05  Frédéric Delanoywinedbg: Remove dead assignment (Clang).
2011-08-04  Frédéric Delanoycmd/tests: Add FOR /A tests.
2011-08-04  Frédéric Delanoycmd/tests: Add setlocal/endlocal tests.
2011-08-04  Frédéric Delanoycmd/tests: Refactor "broken" keyword handling so all...
2011-08-04  Frédéric Delanoycmd/tests: Remove redundant ok check in compare_line...
2011-08-04  Frédéric Delanoycmd/tests: Ensure failures are caught in all cases...
2011-08-03  Francois Gougetnet: Remove a debug trace.
2011-08-03  Frédéric Delanoycmd/tests: Fix "broken" handling when expected line...
2011-08-03  Dan Kegelcmd: mkdir: Set errorlevel and output error message...
2011-08-03  Dan Kegelcmd: mkdir: Set errorlevel on invalid argument.
2011-08-03  Dan Kegelcmd: mkdir: Handle multiple arguments.
2011-08-03  Francois GougetAssorted spelling fixes.
2011-08-02  Frédéric Delanoycmd/tests: Additional tests for variable delayed expansion.
2011-08-01  Frédéric Delanoycmd/tests: Add tests for variable delayed expansion.
2011-08-01  Francois Gougetnet: Make it possible to translate the connection statu...
2011-08-01  Jacek Cabaniexplore: Use ieframe instead of shdocvw.
2011-08-01  Eric Pouechwinhlp32: Better protect macros against not finding...
2011-07-29  Jacek Cabanwinetest: Include language settings in OS info.
2011-07-29  Frédéric Delanoycmd/tests: Additional CALL tests.
2011-07-29  Frédéric Delanoycmd/tests: Add FOR /L tests.
2011-07-29  Frédéric Delanoycmd/tests: Add FOR /D tests.
2011-07-29  Jacek Cabaniexplore: Removed unneeded imports.
2011-07-29  Jacek Cabaniexplore: Moved iexplore registration extension to...
2011-07-28  Frédéric Delanoycmd/tests: Additional variable expansion FOR tests.
2011-07-28  Frédéric Delanoycmd: Partial fix for echo's special ':' handling.
2011-07-28  Frédéric Delanoycmd/tests: Test special handling of ':' in echo.
2011-07-28  Frédéric Delanoycmd/tests: Fix test runner so it catches cases where...
2011-07-28  André Hentschelview: Don't load icons, we don't have one yet.
2011-07-28  André Hentschelview: Handle the commandline.
2011-07-27  Frédéric Delanoyprograms: Assorted spelling fixes.
2011-07-27  André Hentschelview: Add support for enhanced metafiles.
2011-07-27  André Hentschelview: Merge 3 C source files and a header file into...
2011-07-27  Frédéric Delanoycmd: Fix some comments.
2011-07-27  Frédéric Delanoycmd/tests: Add tests for stdout redirection and appendi...
2011-07-27  Frédéric Delanoydxdiag: Remove dead increment (Clang).
2011-07-26  Frédéric Delanoycmd: Add help for setlocal/endlocal commands.
2011-07-25  Frédéric Delanoycmd/tests: Test multiple params rmdir.
2011-07-25  Frédéric Delanoycmd/tests: Test multiple params mkdir.
2011-07-25  André Hentschelwinevdm: Try using the new DOSBox command to remap...
2011-07-25  Frédéric Delanoycmd/tests: Add ^ escape character tests.
2011-07-25  Frédéric Delanoycmd/tests: Add tests for || on failure conditional...
2011-07-25  Frédéric Delanoycmd/tests: Add tests for && on success conditional...
2011-07-25  Frédéric Delanoycmd/tests: Add tests for & (un)conditional execution.
2011-07-22  Jay Yangexplorer: Fix various memory leaks.
2011-07-21  André Hentschelwinevdm: Use secure mode when running apps in DOSBox.
2011-07-21  Michał Ziętekwscript: Implemented Host_get_ScriptFullName.
2011-07-21  Michał Ziętekwscript: Implemented Host_get_ScriptName.
2011-07-21  Michał Ziętekwscript: Implemented Host_get_Path.
2011-07-21  Michał Ziętekwscript: Implemented Host_get_FullName.
2011-07-21  Frédéric Delanoycmd: Fix comment for CMD_PIPE.
2011-07-21  Frédéric Delanoycmd/tests: Add CALL tests.
2011-07-19  Frédéric Delanoycmd/tests: Add tests for NUL handling.
2011-07-19  Michael Stefaniucexplorer: Use FAILED instead of !SUCCEEDED.
2011-07-19  Frédéric Delanoycmd/tests: Test that ErrorLevel is set to 9009 when...
2011-07-19  Frédéric Delanoycmd/tests: Add tests for recursive rmdir.
2011-07-18  Frédéric Delanoycmd/tests: Add SET tests.
2011-07-18  Frédéric Delanoycmd/tests: Convert line endings to DOS style at runtime...
2011-07-15  Frédéric Delanoycmd: Avoid excess newline after TYPE outputs file contents.
2011-07-15  Frédéric Delanoycmd: Do not show prompt when echo mode is off.
2011-07-15  Frédéric Delanoycmd: Avoid printing an excess newline after version...
2011-07-15  Frédéric Delanoycmd: Output a empty line before version in VER.
2011-07-15  Andrew Eikumwinejack.drv: Remove unused WinMM driver.
2011-07-15  Andrew Eikumwineesd.drv: Remove unused WinMM driver.
2011-07-15  Andrew Eikumwinenas.drv: Remove unused WinMM driver.
2011-07-14  André Hentschelprogman: Remove idempotent operation (clang).
2011-07-14  Akihiro Sagawapo: Add message contexts for 'Desktop' and update Japan...
2011-07-14  Akihiro Sagawapo: Add message contexts for 'Restore' and update Japan...
2011-07-12  André Hentschelcmd/tests: Add test for parameter detection.
2011-07-12  Frédéric Delanoycmd/tests: Add basic rmdir tests.
2011-07-12  Frédéric Delanoycmd/tests: Add mkdir tests for trailing backslashes...
2011-07-12  Frédéric Delanoycmd/tests: Add basic mkdir tests.
2011-07-12  Frédéric Delanoycmd/tests: Add basic "for" tests.
2011-07-11  Frédéric Delanoystart: Add support for /? command line parameter.
2011-07-11  Frédéric Delanoywinhlp32: Remove dead assignment (Clang).
2011-07-11  Francois Gougetexplorer: Fix compilation on systems that don't support...
2011-07-11  Frédéric Delanoycmd/tests: Add support for todo_wine constructions.
2011-07-06  Alexandre Julliardcmd/tests: Rewrite replace_escaped_spaces to avoid...
2011-07-06  André Hentschelwinefile: Remove dead initialization (clang).
2011-07-05  Jay Yangexplorer: Fix incorrect cast.
2011-07-05  Michał Ziętekwscript: Implemented Host_get_BuildVersion.
2011-07-04  Jay Yangexplorer: Add dropdown entries to explorer's combobox.
2011-07-04  Jay Yangexplorer: Add a path combobox to explorer.
2011-07-04  Jay Yangexplorer: Add navigation buttons to explorer.
2011-06-28  Marcus Meissnerexplorer: Remove useless array NULL check (Coverity).
2011-06-28  Michał Ziętekwscript: Implemented Host_get_Version.
2011-06-28  Michał Ziętekwscript: Implemented Host_get_Name.
next