projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
cmd: Add set /a support.
[wine]
/
programs
/
cmd
/
builtins.c
2012-12-21
Ann and Jason Edmeades
cmd: Add set /a support.
blob
|
commitdiff
|
raw
2012-12-20
Frédéric Delanoy
cmd: Remove dead assignments (clang).
blob
|
commitdiff
|
raw
|
diff to current
2012-11-20
Jason Edmeades
cmd: Add support for NUL in copy.
blob
|
commitdiff
|
raw
|
diff to current
2012-11-20
Jason Edmeades
cmd: Add support for tokens= (for /f).
blob
|
commitdiff
|
raw
|
diff to current
2012-11-16
Jacek Caban
cmd: Added HeapFree wrapper.
blob
|
commitdiff
|
raw
|
diff to current
2012-11-15
Jacek Caban
cmd: Make allocation unfailable.
blob
|
commitdiff
|
raw
|
diff to current
2012-11-06
Jason Edmeades
cmd: Fix for loops within for loops.
blob
|
commitdiff
|
raw
|
diff to current
2012-11-01
Frédéric Delanoy
cmd: Fix some leaks (coverity).
blob
|
commitdiff
|
raw
|
diff to current
2012-10-30
Frédéric Delanoy
cmd: Avoid handle leaks (coverity).
blob
|
commitdiff
|
raw
|
diff to current
2012-10-29
Francois Gouget
cmd: Make WCMD_forf_getinputhandle() static.
blob
|
commitdiff
|
raw
|
diff to current
2012-10-26
Frédéric Delanoy
cmd: Add support for GTR comparison operator in if...
blob
|
commitdiff
|
raw
|
diff to current
2012-10-26
Frédéric Delanoy
cmd: Add support for GEQ comparison operator in if...
blob
|
commitdiff
|
raw
|
diff to current
2012-10-26
Frédéric Delanoy
cmd: Add support for NEQ comparison operator in if...
blob
|
commitdiff
|
raw
|
diff to current
2012-10-26
Frédéric Delanoy
cmd: Add support for EQU comparison operator in if...
blob
|
commitdiff
|
raw
|
diff to current
2012-10-26
Frédéric Delanoy
cmd: Add support for LEQ comparison operator in if...
blob
|
commitdiff
|
raw
|
diff to current
2012-10-26
Frédéric Delanoy
cmd: Add support for LSS comparison operator in if...
blob
|
commitdiff
|
raw
|
diff to current
2012-10-26
Frédéric Delanoy
cmd: Avoid using strstr to match == operator in WCMD_if.
blob
|
commitdiff
|
raw
|
diff to current
2012-10-26
Frédéric Delanoy
cmd: Move common error reporting code in WCMD_if.
blob
|
commitdiff
|
raw
|
diff to current
2012-10-26
Frédéric Delanoy
cmd: Get rid of longer needed 'end' parameter in WCMD_p...
blob
|
commitdiff
|
raw
|
diff to current
2012-10-26
Frédéric Delanoy
cmd: Correctly set the 'raw' parameter in calls to...
blob
|
commitdiff
|
raw
|
diff to current
2012-10-24
Jason Edmeades
cmd: Add for /f delims= support.
blob
|
commitdiff
|
raw
|
diff to current
2012-10-24
Jason Edmeades
cmd: Strip quotes from for /f string before attempting...
blob
|
commitdiff
|
raw
|
diff to current
2012-10-24
Jason Edmeades
cmd: Correct for /f string and command set handling.
blob
|
commitdiff
|
raw
|
diff to current
2012-10-24
Jason Edmeades
cmd: Add support for usebackq (for /f).
blob
|
commitdiff
|
raw
|
diff to current
2012-10-24
Jason Edmeades
cmd: Implement support for for /f eol=c option.
blob
|
commitdiff
|
raw
|
diff to current
2012-10-24
Jason Edmeades
cmd: Use a common function for the string parsing in...
blob
|
commitdiff
|
raw
|
diff to current
2012-10-24
Jason Edmeades
cmd: Refactor building a list of directories out of...
blob
|
commitdiff
|
raw
|
diff to current
2012-10-24
Jason Edmeades
cmd: Add support parsing for /f options and implement...
blob
|
commitdiff
|
raw
|
diff to current
2012-10-22
Francois Gouget
Assorted spelling tweaks and fixes.
blob
|
commitdiff
|
raw
|
diff to current
2012-10-17
Jason Edmeades
cmd: Add support for calling a built in command.
blob
|
commitdiff
|
raw
|
diff to current
2012-10-17
Jason Edmeades
cmd: Rename parameter passed to builtin calls.
blob
|
commitdiff
|
raw
|
diff to current
2012-10-17
Jason Edmeades
cmd: Handle very odd delimiter support for command...
blob
|
commitdiff
|
raw
|
diff to current
2012-10-15
Jason Edmeades
cmd: Add full support for copy concatenation and ascii...
blob
|
commitdiff
|
raw
|
diff to current
2012-10-15
Jason Edmeades
cmd: Support copy to an 'ascii' destination.
blob
|
commitdiff
|
raw
|
diff to current
2012-10-15
Jason Edmeades
cmd: Rework the body of WCMD_copy based on new paramete...
blob
|
commitdiff
|
raw
|
diff to current
2012-10-15
Jason Edmeades
cmd: Rework parameter parsing for WCMD_Copy.
blob
|
commitdiff
|
raw
|
diff to current
2012-10-02
Jason Edmeades
cmd: cmd.exe /c or /k should suppress copy overwrite...
blob
|
commitdiff
|
raw
|
diff to current
2012-10-01
Jason Edmeades
cmd: Fix setlocal/endlocal implementation.
blob
|
commitdiff
|
raw
|
diff to current
2012-10-01
Jason Edmeades
cmd: Add full for /R support.
blob
|
commitdiff
|
raw
|
diff to current
2012-10-01
Jason Edmeades
cmd: Convert wcmd_for to use WCMD_parameter.
blob
|
commitdiff
|
raw
|
diff to current
2012-09-28
Frédéric Delanoy
cmd: Reuse common string constants.
blob
|
commitdiff
|
raw
|
diff to current
2012-09-26
Jason Edmeades
cmd: Display 'set' sort ordering correctly.
blob
|
commitdiff
|
raw
|
diff to current
2012-09-26
Jason Edmeades
cmd: Fix parameterization around delimiters.
blob
|
commitdiff
|
raw
|
diff to current
2012-09-06
Jason Edmeades
cmd: Space does not delimit environment variable names.
blob
|
commitdiff
|
raw
|
diff to current
2012-09-06
Jason Edmeades
cmd: A successful set should reset the errorlevel.
blob
|
commitdiff
|
raw
|
diff to current
2012-09-05
Jason Edmeades
cmd: Fix incorrect pointer comparison.
blob
|
commitdiff
|
raw
|
diff to current
2012-09-05
Jason Edmeades
cmd: More generic zero iteration for loop fix.
blob
|
commitdiff
|
raw
|
diff to current
2012-09-05
Jason Edmeades
cmd: Fix "PATH=value" command.
blob
|
commitdiff
|
raw
|
diff to current
2012-09-04
Jason Edmeades
cmd: Fix renaming inside directories.
blob
|
commitdiff
|
raw
|
diff to current
2012-09-04
Jason Edmeades
cmd: Fix rmdir error during recursive delete.
blob
|
commitdiff
|
raw
|
diff to current
2012-09-03
Jason Edmeades
cmd: for /l with zero iterations failed to skip its...
blob
|
commitdiff
|
raw
|
diff to current
2012-09-03
Jason Edmeades
cmd: for loops did not respect boundaries.
blob
|
commitdiff
|
raw
|
diff to current
2012-03-29
Frédéric Delanoy
cmd: Use BOOL instead of int for boolean variables.
blob
|
commitdiff
|
raw
|
diff to current
2012-02-13
Frédéric Delanoy
cmd: Respect constant wide strings naming convention.
blob
|
commitdiff
|
raw
|
diff to current
2012-02-13
Frédéric Delanoy
cmd: Reuse common string constants.
blob
|
commitdiff
|
raw
|
diff to current
2012-02-11
Alexandre Julliard
cmd: START needs to be an internal command.
blob
|
commitdiff
|
raw
|
diff to current
2012-01-23
Francois Gouget
cmd: Fix an internationalization issue in WCMD_ask_conf...
blob
|
commitdiff
|
raw
|
diff to current
2012-01-23
Francois Gouget
cmd: Fix asking for a Yes / No / All confirmation.
blob
|
commitdiff
|
raw
|
diff to current
2012-01-23
Francois Gouget
cmd: Remove an unused variable.
blob
|
commitdiff
|
raw
|
diff to current
2011-12-15
Akihiro Sagawa
cmd: Improve the message when the volume has no label.
blob
|
commitdiff
|
raw
|
diff to current
2011-12-06
Francois Gouget
cmd: Use FormatMessage() for better internationalizatio...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-02
Francois Gouget
cmd: Print error messages on stderr, not on stdout.
blob
|
commitdiff
|
raw
|
diff to current
2011-11-30
Frédéric Delanoy
cmd: Reorder global vars declarations/definitions to...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-30
Frédéric Delanoy
cmd: Move commonly used global vars declarations to...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-30
Frédéric Delanoy
cmd: Move a global var to the file using it.
blob
|
commitdiff
|
raw
|
diff to current
2011-11-25
Francois Gouget
cmd: Use WCMD_output_asis*() for strings that are not...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-24
Frédéric Delanoy
cmd: Avoid dead assignment (clang).
blob
|
commitdiff
|
raw
|
diff to current
2011-11-21
Frédéric Delanoy
cmd: Move builtins list to builtins.c.
blob
|
commitdiff
|
raw
|
diff to current
2011-11-18
Frédéric Delanoy
cmd: Move WCMD_part_execute function to avoid forward...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-15
Frédéric Delanoy
cmd: Avoid duplication of commonly used strings.
blob
|
commitdiff
|
raw
|
diff to current
2011-11-15
Frédéric Delanoy
cmd: Trim whitespace in echo on/off.
blob
|
commitdiff
|
raw
|
diff to current
2011-11-08
Frédéric Delanoy
cmd: Avoid comparison between signed and unsigned values.
blob
|
commitdiff
|
raw
|
diff to current
2011-10-28
Frédéric Delanoy
cmd: Make 'if errorlevel' only recognize integer values.
blob
|
commitdiff
|
raw
|
diff to current
2011-10-21
Frédéric Delanoy
cmd: Constify WCMD_pushd parameter.
blob
|
commitdiff
|
raw
|
diff to current
2011-10-19
Frédéric Delanoy
cmd: Rename WCMD_opt_s_strip_quotes function.
blob
|
commitdiff
|
raw
|
diff to current
2011-10-14
Frédéric Delanoy
cmd: Make RENAME work for read-only files.
blob
|
commitdiff
|
raw
|
diff to current
2011-10-13
Frédéric Delanoy
cmd: Make MOVE work for read-only files.
blob
|
commitdiff
|
raw
|
diff to current
2011-10-08
Frédéric Delanoy
cmd: Make PAUSE accept any keypress instead of a full...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-06
Frédéric Delanoy
cmd: Infer handle type from handle value in WCMD_fgets...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-05
Frédéric Delanoy
cmd: Avoid dead assignments (Clang).
blob
|
commitdiff
|
raw
|
diff to current
2011-10-03
Frédéric Delanoy
cmd: Output error messages to stderr instead of stdout...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-28
Frédéric Delanoy
cmd: Get rid of unused parameter in WCMD_ReadFile.
blob
|
commitdiff
|
raw
|
diff to current
2011-09-28
Frédéric Delanoy
cmd: Avoid checking whether we're in console mode for...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-27
Frédéric Delanoy
cmd: Fix comments in WCMD_color.
blob
|
commitdiff
|
raw
|
diff to current
2011-09-26
Frédéric Delanoy
cmd: Output error messages to stderr where appropriate.
blob
|
commitdiff
|
raw
|
diff to current
2011-09-23
Frédéric Delanoy
cmd: Improve WCMD_volume documentation.
blob
|
commitdiff
|
raw
|
diff to current
2011-09-16
Frédéric Delanoy
cmd: verify_mode has BOOL type instead of int.
blob
|
commitdiff
|
raw
|
diff to current
2011-09-16
Frédéric Delanoy
cmd: echo_mode has BOOL type instead of int.
blob
|
commitdiff
|
raw
|
diff to current
2011-09-14
Frédéric Delanoy
cmd: Make some variables static.
blob
|
commitdiff
|
raw
|
diff to current
2011-09-12
Christian Costa
cmd: Move externals list at the same place as the built...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-12
Frédéric Delanoy
cmd: GOTO is a no-op and doesn't output anything in...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-09
Christian Costa
cmd: Add help info for xcopy.
blob
|
commitdiff
|
raw
|
diff to current
2011-09-08
Frédéric Delanoy
cmd: Fix IF operands parsing for '==' operator.
blob
|
commitdiff
|
raw
|
diff to current
2011-09-08
Frédéric Delanoy
cmd: Add an output parameter to WCMD_parameter to point...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-08
Frédéric Delanoy
cmd: Clarify WCMD_if function.
blob
|
commitdiff
|
raw
|
diff to current
2011-09-07
Christian Costa
cmd: Launch the command with the /? option for external...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-06
Christian Costa
attrib: Move implementation from cmd.exe to the standal...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-01
Frédéric Delanoy
cmd: Fix echo's special ';' handling.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-30
Frédéric Delanoy
cmd: Fix invalid RegSetValueExW call in WCMD_assoc.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-30
Frédéric Delanoy
cmd: Ensure WCMD_assoc error messages are sent to stder...
blob
|
commitdiff
|
raw
|
diff to current
next