projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
winedbg: Disassemble more Thumb instructions.
[wine]
/
programs
/
cmd
/
2012-03-29
Frédéric Delanoy
cmd: Use BOOL instead of int for boolean variables.
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
2012-03-01
Francois Gouget
start: Remove the license and the /L option.
tree
|
commitdiff
2012-02-13
Frédéric Delanoy
cmd: Respect constant wide strings naming convention.
tree
|
commitdiff
2012-02-13
Frédéric Delanoy
cmd: Reuse common string constants.
tree
|
commitdiff
2012-02-11
Frédéric Delanoy
cmd: Add short help for START command.
tree
|
commitdiff
2012-02-11
Alexandre Julliard
cmd: START needs to be an internal command.
tree
|
commitdiff
2012-01-25
Francois Gouget
programs: Standardize references to the <Enter> key.
tree
|
commitdiff
2012-01-23
Francois Gouget
cmd: Fix an internationalization issue in WCMD_ask_conf...
tree
|
commitdiff
2012-01-23
Francois Gouget
cmd: Fix asking for a Yes / No / All confirmation.
tree
|
commitdiff
2012-01-23
Francois Gouget
cmd: Remove an unused variable.
tree
|
commitdiff
2012-01-23
Alexandre Julliard
makefiles: Define __WINESRC__ when building programs.
tree
|
commitdiff
2012-01-23
Francois Gouget
cmd: A few usage message tweaks and fixes.
tree
|
commitdiff
2012-01-20
Alexandre Julliard
makefiles: Disable use of Unicode macros globally for...
tree
|
commitdiff
2012-01-03
Frédéric Delanoy
cmd: Avoid unreachable code (Coverity).
tree
|
commitdiff
2011-12-20
Frédéric Delanoy
cmd: Merge two if blocks.
tree
|
commitdiff
2011-12-16
Francois Gouget
cmd: Avoid hardcoding the Unicode string literal lengths.
tree
|
commitdiff
2011-12-15
Akihiro Sagawa
cmd: Improve the message when the volume has no label.
tree
|
commitdiff
2011-12-07
Frédéric Delanoy
cmd: Avoid dead assignment (Clang).
tree
|
commitdiff
2011-12-07
Frédéric Delanoy
cmd: Avoid duplication of commonly used strings.
tree
|
commitdiff
2011-12-06
Francois Gouget
cmd: Use FormatMessage() for better internationalizatio...
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-30
Frédéric Delanoy
cmd: Reorder global vars declarations/definitions to...
tree
|
commitdiff
2011-11-30
Frédéric Delanoy
cmd: Move commonly used global vars declarations to...
tree
|
commitdiff
2011-11-30
Frédéric Delanoy
cmd: Move a global var to the file using it.
tree
|
commitdiff
2011-11-29
Frédéric Delanoy
cmd: Rename unicodePipes variable.
tree
|
commitdiff
2011-11-29
Frédéric Delanoy
cmd: Reduce the scope of a global variable.
tree
|
commitdiff
2011-11-29
Frédéric Delanoy
cmd: Use boolean types for boolean variables.
tree
|
commitdiff
2011-11-29
Frédéric Delanoy
cmd: Remove an unused global variable.
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-29
Eric Pouech
cmd: Correctly parse program name when launching extern...
tree
|
commitdiff
2011-11-25
Francois Gouget
cmd: Use WCMD_output_asis*() for strings that are not...
tree
|
commitdiff
2011-11-24
Frédéric Delanoy
cmd: Avoid dead assignment (clang).
tree
|
commitdiff
2011-11-21
Frédéric Delanoy
cmd: Move builtins list to builtins.c.
tree
|
commitdiff
2011-11-18
Frédéric Delanoy
cmd: Move WCMD_part_execute function to avoid forward...
tree
|
commitdiff
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
next