projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
cmd: Allow a batch file to delete itself.
[wine]
/
programs
/
cmd
/
builtins.c
2011-09-12
Christian Costa
cmd: Move externals list at the same place as the built...
blob
|
commitdiff
|
raw
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
2011-08-29
Frédéric Delanoy
cmd: Ignore trailing whitespace when using cd.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-26
Frédéric Delanoy
cmd: Quiet a noisy 'FOR /F' fixme.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-26
Frédéric Delanoy
cmd: Make some WCHAR arrays static.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-25
Frédéric Delanoy
cmd: Misc tab fixes.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-25
Frédéric Delanoy
cmd: Fix if/else tab handling.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-25
Frédéric Delanoy
cmd: Fix FOR tab handling.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-24
Frédéric Delanoy
cmd: Fix FOR tab handling.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-24
Frédéric Delanoy
cmd: Fix ECHO tab issues.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-23
Frédéric Delanoy
cmd: Constify some function parameters.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-23
Frédéric Delanoy
cmd: Rename WCMD_strtrim_leading_spaces to WCMD_skip_le...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-23
Frédéric Delanoy
cmd: Fix a FOR parsing bug when multiple spaces follow...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-23
Frédéric Delanoy
cmd: Clarify some trace messages.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-23
Frédéric Delanoy
cmd: Use CSTR_* instead of hardcoded values as result...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-03
Dan Kegel
cmd: mkdir: Set errorlevel and output error message...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-03
Dan Kegel
cmd: mkdir: Set errorlevel on invalid argument.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-03
Dan Kegel
cmd: mkdir: Handle multiple arguments.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-28
Frédéric Delanoy
cmd: Partial fix for echo's special ':' handling.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-15
Frédéric Delanoy
cmd: Avoid excess newline after TYPE outputs file contents.
blob
|
commitdiff
|
raw
|
diff to current
2011-06-02
Dan Kegel
cmd: WCMD_delete: fix /s for dirnames containing spaces...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-31
Dan Kegel
cmd: WCMD_delete: move "Delete *.* ?" processing into...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-24
Dan Kegel
cmd: del /a: test deleting readonly files, with fix.
blob
|
commitdiff
|
raw
|
diff to current
2011-05-24
Dan Kegel
cmd: del /a: move parsing of attributes to helper funct...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-20
Detlef Riekenberg
cmd: Do not reset errorlevel during SET.
blob
|
commitdiff
|
raw
|
diff to current
2010-12-20
Detlef Riekenberg
cmd: Add CHOICE builtin with DOS6 to XP commandline...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-13
Detlef Riekenberg
cmd: Allow GOTO to a label which has a following whites...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-08
Jason Edmeades
cmd: echo.word should echo back the word without the .
blob
|
commitdiff
|
raw
|
diff to current
2010-05-10
Gerald Pfeifer
cmd: Remove variable copyFromDir which is not really...
blob
|
commitdiff
|
raw
|
diff to current
2010-05-05
Gerald Pfeifer
cmd: Remove variable useinput which is not really used...
blob
|
commitdiff
|
raw
|
diff to current
2010-05-03
Gerald Pfeifer
cmd: Remove variable doRecursive which is not really...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-24
Nikolay Sivov
cmd: Ignore spaces before goto label.
blob
|
commitdiff
|
raw
|
diff to current
2010-03-04
Arjun Comar
cmd: Fix cmd to take /? as a help parameter.
blob
|
commitdiff
|
raw
|
diff to current
2010-02-18
Dan Kegel
cmd: Fix 'else', with tests.
blob
|
commitdiff
|
raw
|
diff to current
2010-02-03
Dan Kegel
cmd: Size buffer in create_full_path() correctly.
blob
|
commitdiff
|
raw
|
diff to current
2010-02-02
Trey Hunner
cmd: Add support for 'if /i'.
blob
|
commitdiff
|
raw
|
diff to current
2009-12-09
Alexandre Julliard
cmd: Use the explicit name for all A/W function.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-06
Andrew Nguyen
cmd: Fix copy option handling in batch mode.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-25
Dan Kegel
cmd: Improve 'attrib' builtin to handle at least settin...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-29
André Hentschel
wcmd: Ignore start and end quotes.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-13
Juan Lang
wcmd: Only execute non-empty commands.
blob
|
commitdiff
|
raw
|
diff to current
2009-06-15
Francois Gouget
cmd: Replace malloc() with HeapAlloc().
blob
|
commitdiff
|
raw
|
diff to current
2009-02-18
Nikolay Sivov
cmd: Reserve a place in buffer for NULL terminator.
blob
|
commitdiff
|
raw
|
diff to current
2009-02-18
Nikolay Sivov
cmd: Always add a new line in 'type' output on single...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-06
Francois Gouget
cmd: Make WCMD_ask_confirm() static.
blob
|
commitdiff
|
raw
|
diff to current
2008-12-30
Christian Costa
cmd.exe: Use WCMD_CURRENTTIME resource to show the...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-07
Francois Gouget
Assorted spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-04
Jason Edmeades
cmd.exe: Support cd .. when saving current directory.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-04
Jason Edmeades
cmd.exe: Fix pipes.
blob
|
commitdiff
|
raw
|
diff to current
2008-02-15
Francois Gouget
Assorted spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2008-01-04
Lance Jackson
cmd: Fix some unclosed file and registry handles.
blob
|
commitdiff
|
raw
|
diff to current
2007-10-15
Dmitry Potapov
cmd: copy: Fix "Path not found" error.
blob
|
commitdiff
|
raw
|
diff to current
2007-09-12
Jason Edmeades
cmd.exe: Fix redirect ordering on a command line.
blob
|
commitdiff
|
raw
|
diff to current
2007-09-12
Jason Edmeades
cmd.exe: Add basic support for FOR /F parsing launched...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-12
Jason Edmeades
cmd.exe: Add basic for /F string support.
blob
|
commitdiff
|
raw
|
diff to current
2007-09-12
Jason Edmeades
cmd.exe: Add suport for if 1==1 echo yes.
blob
|
commitdiff
|
raw
|
diff to current
2007-09-12
Jason Edmeades
cmd.exe: Expand for variables at last with tilda modifi...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-12
Jason Edmeades
cmd.exe: Enhance FOR support.
blob
|
commitdiff
|
raw
|
diff to current
2007-08-13
Marcus Meissner
cmd.exe: WCMD_for is only for files.
blob
|
commitdiff
|
raw
|
diff to current
2007-07-30
Jason Edmeades
cmd: Fix comment to accurately reflect the function.
blob
|
commitdiff
|
raw
|
diff to current
2007-07-30
Jason Edmeades
cmd: Add support for wildcards in copy.
blob
|
commitdiff
|
raw
|
diff to current
2007-07-11
Anatoly Lyutin
cmd: Use toupperW instead of toupper.
blob
|
commitdiff
|
raw
|
diff to current
2007-07-05
Francois Gouget
Assorted spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2007-06-27
Michael Stefaniuc
cmd: Remove superfluous casts of void pointers to other...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-18
Jason Edmeades
cmd.exe: for loop by default only matches files.
blob
|
commitdiff
|
raw
|
diff to current
2007-06-18
Jason Edmeades
cmd.exe: Fix FOR so it works as 'well' as before.
blob
|
commitdiff
|
raw
|
diff to current
2007-06-18
Jason Edmeades
cmd.exe: Support IF..ELSE processing tolerate multiline...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-18
Jason Edmeades
cmd.exe: EXIT /b skips any residual commands.
blob
|
commitdiff
|
raw
|
diff to current
2007-06-18
Jason Edmeades
cmd.exe: GOTO throws away any preloaded multi part...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-18
Jason Edmeades
cmd.exe: Pass the command list through so it is availab...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-08
Alexandre Julliard
cmd.exe: Silence a FIXME.
blob
|
commitdiff
|
raw
|
diff to current
2007-06-04
Jason Edmeades
cmd.exe: Fix 'help garbage' command post-unicode support.
blob
|
commitdiff
|
raw
|
diff to current
2007-06-04
Jason Edmeades
cmd.exe: Convert cmd to Unicode.
blob
|
commitdiff
|
raw
|
diff to current
2007-06-04
Jason Edmeades
cmd.exe: Move English constants into NLS files.
blob
|
commitdiff
|
raw
|
diff to current
2007-04-30
Francois Gouget
Assorted spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2007-04-24
Jason Edmeades
cmd.exe: Support for DEL filename /s.
blob
|
commitdiff
|
raw
|
diff to current
2007-04-16
Jason Edmeades
cmd.exe: Implement a basic 'more'.
blob
|
commitdiff
|
raw
|
diff to current
2007-04-12
Jason Edmeades
cmd.exe: Add prompting and COPYCMD plus /Y support...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-12
Jason Edmeades
cmd.exe: Add move support for wildcards and directories.
blob
|
commitdiff
|
raw
|
diff to current
2007-04-12
Jason Edmeades
cmd.exe: Add support for move with simple wildcards.
blob
|
commitdiff
|
raw
|
diff to current
2007-03-13
Stefan Huehner
Mark several functions as static.
blob
|
commitdiff
|
raw
|
diff to current
2007-03-13
Jason Edmeades
cmd.exe: Make SET have correct errorlevel.
blob
|
commitdiff
|
raw
|
diff to current
2007-03-13
Jason Edmeades
cmd.exe: Add SET /P support.
blob
|
commitdiff
|
raw
|
diff to current
2007-03-13
Jason Edmeades
cmd.exe: Add TYPE multiple file support.
blob
|
commitdiff
|
raw
|
diff to current
2007-03-13
Jason Edmeades
cmd.exe: Add support for FTYPE.
blob
|
commitdiff
|
raw
|
diff to current
2007-03-12
Francois Gouget
cmd: Fix compilation on systems that don't support...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-08
Jason Edmeades
cmd.exe: Support SHIFT /n option.
blob
|
commitdiff
|
raw
|
diff to current
2007-03-08
Jason Edmeades
cmd.exe: Add support for CD /D.
blob
|
commitdiff
|
raw
|
diff to current
2007-03-08
Jason Edmeades
cmd.exe: setlocal and endlocal should preserve drive...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-08
Jason Edmeades
cmd.exe: Hide new internal vars during SET.
blob
|
commitdiff
|
raw
|
diff to current
2007-03-08
Jason Edmeades
cmd.exe: Add support for working directories per drive.
blob
|
commitdiff
|
raw
|
diff to current
next