projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
cmd: Properly handle multibyte characters in batch files.
[wine]
/
programs
/
cmd
/
tests
/
2012-10-22
Francois Gouget
Assorted spelling tweaks and fixes.
tree
|
commitdiff
2012-10-17
Jason Edmeades
cmd: Add support for calling a built in command.
tree
|
commitdiff
2012-10-17
Jason Edmeades
cmd: Handle very odd delimiter support for command...
tree
|
commitdiff
2012-10-16
Jason Edmeades
cmd: %* expands to first non-whitespace delimiter of...
tree
|
commitdiff
2012-10-16
Jason Edmeades
cmd: Identify the program name using more appropriate...
tree
|
commitdiff
2012-10-16
Jason Edmeades
cmd: cmd /c "pgmname" searches all extensions on PATHEXT.
tree
|
commitdiff
2012-10-15
Jason Edmeades
cmd: Add full support for copy concatenation and ascii...
tree
|
commitdiff
2012-10-15
Jason Edmeades
cmd: Support copy to an 'ascii' destination.
tree
|
commitdiff
2012-10-15
Jason Edmeades
cmd: Add suite of tests for the copy command.
tree
|
commitdiff
2012-10-15
Jason Edmeades
cmd: Fix some issues with ~ modifier expansion.
tree
|
commitdiff
2012-10-11
Frédéric Delanoy
cmd/tests: Add tests for command line parsing.
tree
|
commitdiff
2012-10-11
Frédéric Delanoy
cmd/tests: Move command line tests to separate file.
tree
|
commitdiff
2012-10-03
Jason Edmeades
cmd: Change command line parsing away from argv/argc.
tree
|
commitdiff
2012-10-02
Jason Edmeades
cmd: Fix basic cmd.exe /c "echo hello" type syntax.
tree
|
commitdiff
2012-10-02
Jason Edmeades
cmd: cmd.exe /c or /k should suppress copy overwrite...
tree
|
commitdiff
2012-10-01
Jason Edmeades
cmd: Fix setlocal/endlocal implementation.
tree
|
commitdiff
2012-10-01
Jason Edmeades
cmd: Add full for /R support.
tree
|
commitdiff
2012-10-01
Jason Edmeades
cmd: Convert wcmd_for to use WCMD_parameter.
tree
|
commitdiff
2012-09-26
Jason Edmeades
cmd: Display 'set' sort ordering correctly.
tree
|
commitdiff
2012-09-26
Jason Edmeades
cmd: Echo back command with whitespace removed first.
tree
|
commitdiff
2012-09-26
Jason Edmeades
cmd: Support for ^ character at end of line.
tree
|
commitdiff
2012-09-26
Jason Edmeades
cmd: Add circumflex support into command shell.
tree
|
commitdiff
2012-09-26
Jason Edmeades
cmd: Fix parameterization around delimiters.
tree
|
commitdiff
2012-09-24
Francois Gouget
Assorted spelling fixes.
tree
|
commitdiff
2012-09-06
Jason Edmeades
cmd: Space does not delimit environment variable names.
tree
|
commitdiff
2012-09-06
Jason Edmeades
cmd: A successful set should reset the errorlevel.
tree
|
commitdiff
2012-09-05
Jason Edmeades
cmd: More generic zero iteration for loop fix.
tree
|
commitdiff
2012-09-05
Jason Edmeades
cmd: Fix "PATH=value" command.
tree
|
commitdiff
2012-09-04
Jason Edmeades
cmd: Fix renaming inside directories.
tree
|
commitdiff
2012-09-04
Jason Edmeades
cmd: Fix rmdir error during recursive delete.
tree
|
commitdiff
2012-09-03
Jason Edmeades
cmd: for /l with zero iterations failed to skip its...
tree
|
commitdiff
2012-09-03
Jason Edmeades
cmd: for loops did not respect boundaries.
tree
|
commitdiff
2012-03-27
Christian Costa
cmd/tests: If we rewind to the beginning of the line...
tree
|
commitdiff
2012-03-27
Christian Costa
attrib: Dislay attribute flags in the right order.
tree
|
commitdiff
2012-03-27
Christian Costa
attrib: Add 2 missing spaces between attribute flags...
tree
|
commitdiff
2011-12-02
Francois Gouget
cmd: Print error messages on stderr, not on stdout.
tree
|
commitdiff
2011-11-30
Francois Gouget
cmd/tests: Use resynchronization points to better deal...
tree
|
commitdiff
2011-11-29
Francois Gouget
cmd/tests: Tweak subsection headers so they are treated...
tree
|
commitdiff
2011-11-29
Francois Gouget
cmd/tests: Standardize the batch file section headers.
tree
|
commitdiff
2011-11-29
Francois Gouget
cmd/tests: Treat lines that start with '---' as resynch...
tree
|
commitdiff
2011-11-15
Frédéric Delanoy
cmd: Trim whitespace in echo on/off.
tree
|
commitdiff
2011-10-28
Frédéric Delanoy
cmd: Fix a comment.
tree
|
commitdiff
2011-10-28
Frédéric Delanoy
cmd: Make 'if errorlevel' only recognize integer values.
tree
|
commitdiff
2011-10-14
Frédéric Delanoy
cmd: Make RENAME work for read-only files.
tree
|
commitdiff
2011-10-14
Frédéric Delanoy
cmd/tests: Show that read-only files are RENAMEable.
tree
|
commitdiff
2011-10-14
Frédéric Delanoy
cmd/tests: Add tests for directories RENAMEs.
tree
|
commitdiff
2011-10-13
Frédéric Delanoy
cmd: Make MOVE work for read-only files.
tree
|
commitdiff
2011-10-13
Frédéric Delanoy
cmd/tests: Show that read-only files are MOVEable.
tree
|
commitdiff
2011-10-11
Frédéric Delanoy
cmd/tests: Add MOVE tests.
tree
|
commitdiff
2011-09-28
Frédéric Delanoy
cmd/tests: Don't convert lines with DOS endings in...
tree
|
commitdiff
2011-09-15
Frédéric Delanoy
cmd/tests: Add RENAME tests.
tree
|
commitdiff
2011-09-14
Frédéric Delanoy
cmd/tests: Add tests for SHIFT builtin.
tree
|
commitdiff
2011-09-13
Frédéric Delanoy
cmd/tests: Segment mkdir tests for an easier read.
tree
|
commitdiff
2011-09-12
Frédéric Delanoy
cmd/tests: Add tests for combined CALLs/GOTOs.
tree
|
commitdiff
2011-09-12
Frédéric Delanoy
cmd: Allow a batch file to delete itself.
tree
|
commitdiff
2011-09-12
Frédéric Delanoy
cmd: Show that windows doesn't lock/prevent access...
tree
|
commitdiff
2011-09-12
Frédéric Delanoy
cmd/tests: Segment CALL tests for an easier read.
tree
|
commitdiff
2011-09-08
Frédéric Delanoy
cmd: Fix IF operands parsing for '==' operator.
tree
|
commitdiff
2011-09-05
Frédéric Delanoy
cmd/tests: Add tests for IF '==' operator.
tree
|
commitdiff
2011-08-31
Frédéric Delanoy
cmd/tests: Add pushd/popd tests.
tree
|
commitdiff
2011-08-30
Octavian Voicu
cmd/tests: Test del /s recursion in subdirectories...
tree
|
commitdiff
2011-08-30
Frédéric Delanoy
cmd/tests: Add ftype tests.
tree
|
commitdiff
2011-08-30
Frédéric Delanoy
cmd: Fix invalid RegSetValueExW call in WCMD_assoc.
tree
|
commitdiff
2011-08-30
Frédéric Delanoy
cmd/tests: Add assoc tests.
tree
|
commitdiff
2011-08-29
Frédéric Delanoy
cmd/tests: Add tests for mixed echo modes.
tree
|
commitdiff
2011-08-29
Frédéric Delanoy
cmd/tests: Add tests for redirections within IF statements.
tree
|
commitdiff
2011-08-29
Frédéric Delanoy
cmd: Fix redirection handle parsing.
tree
|
commitdiff
2011-08-29
Frédéric Delanoy
cmd/tests: Add tests for redirections using non stdout...
tree
|
commitdiff
2011-08-29
Frédéric Delanoy
cmd: Ignore trailing whitespace when using cd.
tree
|
commitdiff
2011-08-26
Frédéric Delanoy
cmd/tests: Add variable substitution tests.
tree
|
commitdiff
2011-08-26
Frédéric Delanoy
cmd: Add @shortpath@ keyword, replaced by expanded...
tree
|
commitdiff
2011-08-26
Frédéric Delanoy
cmd: Add @path@ keyword, replaced by regular non-expand...
tree
|
commitdiff
2011-08-26
Frédéric Delanoy
cmd: Add @drive@ keyword, replaced by drive letter.
tree
|
commitdiff
2011-08-26
Frédéric Delanoy
cmd: Add @drive@ keyword, replaced by drive letter.
tree
|
commitdiff
2011-08-26
Frédéric Delanoy
cmd/tests: Add tests for FOR /F 'skip' option.
tree
|
commitdiff
2011-08-26
Frédéric Delanoy
cmd/tests: Add tests for FOR /F 'delims' option.
tree
|
commitdiff
2011-08-26
Frédéric Delanoy
cmd/tests: Add tests for FOR /F 'eol' option.
tree
|
commitdiff
2011-08-26
Frédéric Delanoy
cmd/tests: Add basic FOR /F tests.
tree
|
commitdiff
2011-08-26
Frédéric Delanoy
cmd/tests: Add FOR tests for various quoted parameters.
tree
|
commitdiff
2011-08-26
Frédéric Delanoy
cmd/tests: Ensure ATTRIB tests pass on more Windows...
tree
|
commitdiff
2011-08-25
Frédéric Delanoy
cmd/tests: Add attrib tests.
tree
|
commitdiff
2011-08-25
Frédéric Delanoy
cmd/tests: Add tests for variables substrings.
tree
|
commitdiff
2011-08-25
Frédéric Delanoy
cmd/tests: Test handling of strings starting with on...
tree
|
commitdiff
2011-08-25
Frédéric Delanoy
cmd: Misc tab fixes.
tree
|
commitdiff
2011-08-25
Frédéric Delanoy
cmd: Fix if/else tab handling.
tree
|
commitdiff
2011-08-25
Frédéric Delanoy
cmd: Fix REM tab handling.
tree
|
commitdiff
2011-08-25
Frédéric Delanoy
cmd/tests: Add REM tests.
tree
|
commitdiff
2011-08-25
Frédéric Delanoy
cmd: Skip tabs as well as spaces in WCMD_skip_leading_s...
tree
|
commitdiff
2011-08-24
Frédéric Delanoy
cmd: Fix FOR tab handling.
tree
|
commitdiff
2011-08-24
Frédéric Delanoy
cmd: Fix ECHO tab issues.
tree
|
commitdiff
2011-08-23
Frédéric Delanoy
cmd/tests: Add tests for tab handling.
tree
|
commitdiff
2011-08-23
Frédéric Delanoy
cmd/tests: Add @tab@ keyword recognition.
tree
|
commitdiff
2011-08-23
Frédéric Delanoy
cmd/tests: Add basic cd tests.
tree
|
commitdiff
2011-08-23
Frédéric Delanoy
cmd: Constify some function parameters.
tree
|
commitdiff
2011-08-23
Frédéric Delanoy
cmd: Fix a FOR parsing bug when multiple spaces follow...
tree
|
commitdiff
2011-08-23
Frédéric Delanoy
cmd/tests: Fix bug where an output line was marked...
tree
|
commitdiff
2011-08-05
Frédéric Delanoy
cmd: Fix handling of lines starting with echo. or echo:.
tree
|
commitdiff
2011-08-04
Frédéric Delanoy
cmd/tests: Add FOR /A tests.
tree
|
commitdiff
2011-08-04
Frédéric Delanoy
cmd/tests: Add setlocal/endlocal tests.
tree
|
commitdiff
2011-08-04
Frédéric Delanoy
cmd/tests: Refactor "broken" keyword handling so all...
tree
|
commitdiff
next