cmd: Fix FOR tab handling.
[wine] / programs / cmd /
2011-08-25  Frédéric Delanoycmd: Fix FOR tab handling.
2011-08-24  Frédéric Delanoycmd: Fix FOR tab handling.
2011-08-24  Frédéric Delanoycmd: Fix ECHO tab issues.
2011-08-23  Frédéric Delanoycmd/tests: Add tests for tab handling.
2011-08-23  Frédéric Delanoycmd/tests: Add @tab@ keyword recognition.
2011-08-23  Frédéric Delanoycmd/tests: Add basic cd tests.
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-05  Frédéric Delanoycmd: Fix handling of lines starting with echo. or echo:.
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  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-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-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-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-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  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-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  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-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 Delanoycmd/tests: Add support for todo_wine constructions.
2011-07-06  Alexandre Julliardcmd/tests: Rewrite replace_escaped_spaces to avoid...
2011-06-14  Frédéric Delanoycmd/tests: Get rid of obsolete @todo_space@ construct.
2011-06-02  Dan Kegelcmd: WCMD_delete: fix /s for dirnames containing spaces...
2011-05-31  Dan Kegelcmd: WCMD_delete: move "Delete *.* ?" processing into...
2011-05-26  Dan Kegelcmd: Don't read past end of thisVar in WCMD_expand_envv...
2011-05-26  Dan Kegelcmd: Add simple test for %errorlevel%.
2011-05-24  Dan Kegelcmd: del /a: test deleting readonly files, with fix.
2011-05-24  Dan Kegelcmd: del /a: move parsing of attributes to helper funct...
2011-03-30  Francois Gougetprograms: In English punctuations are not preceded...
2011-03-16  Francois Gougetcmd: Add full stops to some parameter descriptions...
2011-03-09  Austin Englishcmd: Avoid shadowing a parameter.
2011-01-04  Alexandre Julliardcmd: Convert translations to po files.
2010-12-27  Sven Baarscmd: Update the Dutch translation.
2010-12-27  Sven Baarscmd: Fix a typo in the English resource.
2010-12-27  Aurimas Fišerascmd: Update Lithuanian translation.
2010-12-22  Hwang YunSongcmd: Update Korean resource.
2010-12-22  Frédéric Delanoycmd: Update French translation.
2010-12-22  Łukasz Wojniłowiczcmd: Update Polish translation.
2010-12-21  Anders Jonssoncmd: Update Swedish translation.
2010-12-21  Luca Bennaticmd: Update Italian translation.
2010-12-20  Detlef Riekenbergcmd: Do not reset errorlevel during SET.
2010-12-20  Detlef Riekenbergcmd: Add german translation for CHOICE.
2010-12-20  Detlef Riekenbergcmd: Add CHOICE builtin with DOS6 to XP commandline...
2010-12-13  Detlef Riekenbergcmd: Allow GOTO to a label which has a following whites...
2010-11-23  Luca Bennaticmd: Fix Italian translation.
2010-11-08  Alexandre Goujoncmd: Add a space at the end of the first echo'ed batch...
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-09-09  Luca Bennaticmd: Update Italian translation.
2010-09-08  Jason Edmeadescmd: echo.word should echo back the word without the .
2010-09-08  Jason Edmeadescmd: Make tests supply stderr + more diagnostics.
2010-08-27  Francois Gougetprograms: Remove spaces before '\n's in the Swedish...
2010-08-16  Paul Vrienscmd: Add the Swedish translation.
2010-08-02  Jose Rostagnocmd: Fix Spanish translation.
2010-07-26  Igor Paliychukcmd: Add Ukrainian translation.
2010-07-21  Alexandre Julliardprograms: Remove explicit imports of kernel32 and ntdll.
2010-07-20  Michael Stefaniuccmd: Remove stray ';' from the resource files.
2010-07-13  Michael Stefaniuccmd: Add the Romanian translation.
2010-07-01  Gustavo Henrique... cmd: Update Portuguese (Brazilian) translation.
2010-06-28  Hwang YunSongcmd: Update Korean resource.
2010-06-23  Luca Bennaticmd: Update Italian translation.
2010-06-22  Michael Stefaniuccmd: Don't treat all command lines with '/?' as builtin...
next