cmd: Properly handle multibyte characters in batch files.
[wine] / programs / cmd / tests /
2012-10-22  Francois GougetAssorted spelling tweaks and fixes.
2012-10-17  Jason Edmeadescmd: Add support for calling a built in command.
2012-10-17  Jason Edmeadescmd: Handle very odd delimiter support for command...
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-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-03  Jason Edmeadescmd: Change command line parsing away from argv/argc.
2012-10-02  Jason Edmeadescmd: Fix basic cmd.exe /c "echo hello" type syntax.
2012-10-02  Jason Edmeadescmd: cmd.exe /c or /k should suppress copy overwrite...
2012-10-01  Jason Edmeadescmd: Fix setlocal/endlocal implementation.
2012-10-01  Jason Edmeadescmd: Add full for /R support.
2012-10-01  Jason Edmeadescmd: Convert wcmd_for to use WCMD_parameter.
2012-09-26  Jason Edmeadescmd: Display 'set' sort ordering correctly.
2012-09-26  Jason Edmeadescmd: Echo back command with whitespace removed first.
2012-09-26  Jason Edmeadescmd: Support for ^ character at end of line.
2012-09-26  Jason Edmeadescmd: Add circumflex support into command shell.
2012-09-26  Jason Edmeadescmd: Fix parameterization around delimiters.
2012-09-24  Francois GougetAssorted spelling fixes.
2012-09-06  Jason Edmeadescmd: Space does not delimit environment variable names.
2012-09-06  Jason Edmeadescmd: A successful set should reset the errorlevel.
2012-09-05  Jason Edmeadescmd: More generic zero iteration for loop fix.
2012-09-05  Jason Edmeadescmd: Fix "PATH=value" command.
2012-09-04  Jason Edmeadescmd: Fix renaming inside directories.
2012-09-04  Jason Edmeadescmd: Fix rmdir error during recursive delete.
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 Costacmd/tests: If we rewind to the beginning of the line...
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: Fix a comment.
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-28  Frédéric Delanoycmd/tests: Don't convert lines with DOS endings in...
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  Octavian Voicucmd/tests: Test del /s recursion in subdirectories...
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: Add @shortpath@ keyword, replaced by expanded...
2011-08-26  Frédéric Delanoycmd: Add @path@ keyword, replaced by regular non-expand...
2011-08-26  Frédéric Delanoycmd: Add @drive@ keyword, replaced by drive letter.
2011-08-26  Frédéric Delanoycmd: Add @drive@ keyword, replaced by drive letter.
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 @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: 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-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...
next