projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
user32/tests: Add tests for small sizes of cursor bitmaps.
[wine]
/
programs
/
cmd
/
2011-11-15
Frédéric Delanoy
cmd: Avoid duplication of commonly used strings.
tree
|
commitdiff
2011-11-15
Frédéric Delanoy
cmd: Trim whitespace in echo on/off.
tree
|
commitdiff
2011-11-08
Frédéric Delanoy
cmd: Avoid comparison between signed and unsigned values.
tree
|
commitdiff
2011-10-31
Frédéric Delanoy
cmd: Rename a parameter in WCMD_parameter.
tree
|
commitdiff
2011-10-31
Frédéric Delanoy
cmd: Avoid unnecessary null pointer checks.
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-21
Frédéric Delanoy
cmd: Constify WCMD_pushd parameter.
tree
|
commitdiff
2011-10-19
Frédéric Delanoy
cmd: Rename WCMD_opt_s_strip_quotes function.
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-10-08
Frédéric Delanoy
cmd: Make PAUSE accept any keypress instead of a full...
tree
|
commitdiff
2011-10-08
Frédéric Delanoy
cmd: Consistently use infinitive forms in commands...
tree
|
commitdiff
2011-10-06
Frédéric Delanoy
cmd: Avoid reading char by char from files.
tree
|
commitdiff
2011-10-06
Frédéric Delanoy
cmd: Infer handle type from handle value in WCMD_fgets...
tree
|
commitdiff
2011-10-05
Frédéric Delanoy
cmd: Rename a parameter in WCMD_fgets.
tree
|
commitdiff
2011-10-05
Frédéric Delanoy
cmd: Improve handle type recognition in WCMD_ReadFile.
tree
|
commitdiff
2011-10-05
Frédéric Delanoy
cmd: Avoid dead assignments (Clang).
tree
|
commitdiff
2011-10-03
Frédéric Delanoy
cmd: Handle truncation for console reads.
tree
|
commitdiff
2011-10-03
Frédéric Delanoy
cmd: Improve WCMD_fgets documentation.
tree
|
commitdiff
2011-10-03
Frédéric Delanoy
cmd: Output error messages to stderr instead of stdout...
tree
|
commitdiff
2011-09-28
Frédéric Delanoy
cmd/tests: Don't convert lines with DOS endings in...
tree
|
commitdiff
2011-09-28
Frédéric Delanoy
cmd: Get rid of unused parameter in WCMD_ReadFile.
tree
|
commitdiff
2011-09-28
Frédéric Delanoy
cmd: Avoid checking whether we're in console mode for...
tree
|
commitdiff
2011-09-28
Frédéric Delanoy
cmd: Avoid reading char by char from console.
tree
|
commitdiff
2011-09-27
Frédéric Delanoy
cmd: Fix comments in WCMD_color.
tree
|
commitdiff
2011-09-26
Frédéric Delanoy
cmd: Fix WCMD_fgets documentation.
tree
|
commitdiff
2011-09-26
Frédéric Delanoy
cmd: Output error messages to stderr where appropriate.
tree
|
commitdiff
2011-09-26
Frédéric Delanoy
cmd: Add WCMD_output_stderr function to output error...
tree
|
commitdiff
2011-09-26
Frédéric Delanoy
cmd: Use helper function to return file io buffer.
tree
|
commitdiff
2011-09-23
Frédéric Delanoy
cmd: Improve WCMD_volume documentation.
tree
|
commitdiff
2011-09-23
Frédéric Delanoy
cmd: Standardize BOOL type usage in directory.c.
tree
|
commitdiff
2011-09-16
Frédéric Delanoy
cmd: verify_mode has BOOL type instead of int.
tree
|
commitdiff
2011-09-16
Frédéric Delanoy
cmd: echo_mode has BOOL type instead of int.
tree
|
commitdiff
2011-09-16
Frédéric Delanoy
cmd: Remove unused declarations of echo_mode.
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-14
Frédéric Delanoy
cmd: Make some variables static.
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
Christian Costa
cmd: Move externals list at the same place as the built...
tree
|
commitdiff
2011-09-12
Frédéric Delanoy
cmd/tests: Segment CALL tests for an easier read.
tree
|
commitdiff
2011-09-12
Frédéric Delanoy
cmd: GOTO is a no-op and doesn't output anything in...
tree
|
commitdiff
2011-09-09
Frédéric Delanoy
cmd: Backup echo mode before running external batch...
tree
|
commitdiff
2011-09-09
Frédéric Delanoy
cmd: Use correct type instead of void* for prev_context...
tree
|
commitdiff
2011-09-09
Christian Costa
cmd: Add help info for xcopy.
tree
|
commitdiff
2011-09-08
Frédéric Delanoy
cmd: Fix IF operands parsing for '==' operator.
tree
|
commitdiff
2011-09-08
Frédéric Delanoy
cmd: Add an output parameter to WCMD_parameter to point...
tree
|
commitdiff
2011-09-08
Frédéric Delanoy
cmd: Clarify WCMD_if function.
tree
|
commitdiff
2011-09-08
Frédéric Delanoy
cmd: Simplify WCMD_parameter function.
tree
|
commitdiff
2011-09-08
Frédéric Delanoy
cmd: Fix misleading WCMD_parameter documentation.
tree
|
commitdiff
2011-09-07
Francois Gouget
cmd: Fix the indentation of the IF usage message.
tree
|
commitdiff
2011-09-07
Francois Gouget
cmd: Add a trailing full stops to a couple of usage...
tree
|
commitdiff
2011-09-07
Christian Costa
cmd: Launch the command with the /? option for external...
tree
|
commitdiff
2011-09-07
Christian Costa
cmd: Remove attrib from builtins list.
tree
|
commitdiff
2011-09-06
Christian Costa
attrib: Move implementation from cmd.exe to the standal...
tree
|
commitdiff
2011-09-06
Frédéric Delanoy
cmd: Get rid of obsolete autoexec.bat handling code.
tree
|
commitdiff
2011-09-06
Frédéric Delanoy
cmd: Associate comments with their respective descripte...
tree
|
commitdiff
2011-09-05
Frédéric Delanoy
cmd/tests: Add tests for IF '==' operator.
tree
|
commitdiff
2011-09-01
Frédéric Delanoy
cmd: Fix echo's special ';' handling.
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: Add help for FTYPE command.
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-30
Frédéric Delanoy
cmd: Ensure WCMD_assoc error messages are sent to stder...
tree
|
commitdiff
2011-08-30
Frédéric Delanoy
cmd: Add WCMD_output_asis_stderr function.
tree
|
commitdiff
2011-08-30
Frédéric Delanoy
cmd: Add help for ASSOC command.
tree
|
commitdiff
2011-08-29
Octavian Voicu
cmd: Don't parse colons as stream separators when split...
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: Avoid reading garbage when looking for redirection...
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: Quiet a noisy 'FOR /F' fixme.
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: Make some WCHAR arrays static.
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
next