cmd: Fix renaming inside directories.
[wine] / programs / cmd / tests / test_builtins.cmd.exp
2012-09-04  Jason Edmeadescmd: Fix renaming inside directories.
2012-09-03  Jason Edmeadescmd: for /l with zero iterations failed to skip its...
2012-09-03  Jason Edmeadescmd: for loops did not respect boundaries.
2012-03-27  Christian Costaattrib: Dislay attribute flags in the right order.
2012-03-27  Christian Costaattrib: Add 2 missing spaces between attribute flags...
2011-12-02  Francois Gougetcmd: Print error messages on stderr, not on stdout.
2011-11-30  Francois Gougetcmd/tests: Use resynchronization points to better deal...
2011-11-29  Francois Gougetcmd/tests: Tweak subsection headers so they are treated...
2011-11-29  Francois Gougetcmd/tests: Standardize the batch file section headers.
2011-11-29  Francois Gougetcmd/tests: Treat lines that start with '---' as resynch...
2011-11-15  Frédéric Delanoycmd: Trim whitespace in echo on/off.
2011-10-28  Frédéric Delanoycmd: Make 'if errorlevel' only recognize integer values.
2011-10-14  Frédéric Delanoycmd: Make RENAME work for read-only files.
2011-10-14  Frédéric Delanoycmd/tests: Show that read-only files are RENAMEable.
2011-10-14  Frédéric Delanoycmd/tests: Add tests for directories RENAMEs.
2011-10-13  Frédéric Delanoycmd: Make MOVE work for read-only files.
2011-10-13  Frédéric Delanoycmd/tests: Show that read-only files are MOVEable.
2011-10-11  Frédéric Delanoycmd/tests: Add MOVE tests.
2011-09-15  Frédéric Delanoycmd/tests: Add RENAME tests.
2011-09-14  Frédéric Delanoycmd/tests: Add tests for SHIFT builtin.
2011-09-13  Frédéric Delanoycmd/tests: Segment mkdir tests for an easier read.
2011-09-12  Frédéric Delanoycmd/tests: Add tests for combined CALLs/GOTOs.
2011-09-12  Frédéric Delanoycmd: Allow a batch file to delete itself.
2011-09-12  Frédéric Delanoycmd: Show that windows doesn't lock/prevent access...
2011-09-12  Frédéric Delanoycmd/tests: Segment CALL tests for an easier read.
2011-09-08  Frédéric Delanoycmd: Fix IF operands parsing for '==' operator.
2011-09-05  Frédéric Delanoycmd/tests: Add tests for IF '==' operator.
2011-08-31  Frédéric Delanoycmd/tests: Add pushd/popd tests.
2011-08-30  Frédéric Delanoycmd/tests: Add ftype tests.
2011-08-30  Frédéric Delanoycmd: Fix invalid RegSetValueExW call in WCMD_assoc.
2011-08-30  Frédéric Delanoycmd/tests: Add assoc tests.
2011-08-29  Frédéric Delanoycmd/tests: Add tests for mixed echo modes.
2011-08-29  Frédéric Delanoycmd/tests: Add tests for redirections within IF statements.
2011-08-29  Frédéric Delanoycmd: Fix redirection handle parsing.
2011-08-29  Frédéric Delanoycmd/tests: Add tests for redirections using non stdout...
2011-08-29  Frédéric Delanoycmd: Ignore trailing whitespace when using cd.
2011-08-26  Frédéric Delanoycmd/tests: Add variable substitution tests.
2011-08-26  Frédéric Delanoycmd/tests: Add tests for FOR /F 'skip' option.
2011-08-26  Frédéric Delanoycmd/tests: Add tests for FOR /F 'delims' option.
2011-08-26  Frédéric Delanoycmd/tests: Add tests for FOR /F 'eol' option.
2011-08-26  Frédéric Delanoycmd/tests: Add basic FOR /F tests.
2011-08-26  Frédéric Delanoycmd/tests: Add FOR tests for various quoted parameters.
2011-08-26  Frédéric Delanoycmd/tests: Ensure ATTRIB tests pass on more Windows...
2011-08-25  Frédéric Delanoycmd/tests: Add attrib tests.
2011-08-25  Frédéric Delanoycmd/tests: Add tests for variables substrings.
2011-08-25  Frédéric Delanoycmd/tests: Test handling of strings starting with on...
2011-08-25  Frédéric Delanoycmd: Misc tab fixes.
2011-08-25  Frédéric Delanoycmd: Fix if/else tab handling.
2011-08-25  Frédéric Delanoycmd: Fix REM tab handling.
2011-08-25  Frédéric Delanoycmd/tests: Add REM tests.
2011-08-25  Frédéric Delanoycmd: Skip tabs as well as spaces in WCMD_skip_leading_s...
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 basic cd tests.
2011-08-23  Frédéric Delanoycmd: Fix a FOR parsing bug when multiple spaces follow...
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-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-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/tests: Add tests for stdout redirection and appendi...
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/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-15  Frédéric Delanoycmd: Avoid excess newline after TYPE outputs file contents.
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-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: Add simple test for %errorlevel%.
2011-05-24  Dan Kegelcmd: del /a: test deleting readonly files, with fix.
2010-12-13  Detlef Riekenbergcmd: Allow GOTO to a label which has a following whites...
2010-11-08  Alexandre Goujoncmd: Add a space at the end of the first echo'ed batch...
2010-09-08  Jason Edmeadescmd: echo.word should echo back the word without the .
2010-03-24  Austin Englishcmd: Add testcases for goto.
2010-03-18  Jacek Cabancmd: Added @or_broken@ handling to test templates and...
2010-03-16  Yann Droneaudcmd: Add another expansion test.
2010-03-16  Yann Droneaudcmd: Remove %CD% test.
next