projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
cmd: Add a 256x256 icon.
[wine]
/
programs
/
cmd
/
batch.c
2013-01-07
Jason Edmeades
cmd: Add beginnings of support for delayed expansion.
blob
|
commitdiff
|
raw
2012-11-27
Jason Edmeades
cmd: Prevent overflow for long command string.
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-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-24
Jason Edmeades
cmd: Add for /f delims= support.
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-22
Akihiro Sagawa
cmd: Properly handle multibyte characters in batch...
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: Handle very odd delimiter support for command...
blob
|
commitdiff
|
raw
|
diff to current
2012-10-15
Jason Edmeades
cmd: Fix some issues with ~ modifier expansion.
blob
|
commitdiff
|
raw
|
diff to current
2012-10-01
Jason Edmeades
cmd: Fix setlocal/endlocal implementation.
blob
|
commitdiff
|
raw
|
diff to current
2012-09-28
Frédéric Delanoy
cmd: Spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2012-09-26
Jason Edmeades
cmd: Fix parameterization around delimiters.
blob
|
commitdiff
|
raw
|
diff to current
2012-05-16
Frédéric Delanoy
cmd: Improve WCMD_parameter documentation.
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
2011-11-30
Frédéric Delanoy
cmd: Move commonly used global vars declarations to...
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-08
Frédéric Delanoy
cmd: Avoid comparison between signed and unsigned values.
blob
|
commitdiff
|
raw
|
diff to current
2011-10-31
Frédéric Delanoy
cmd: Rename a parameter in WCMD_parameter.
blob
|
commitdiff
|
raw
|
diff to current
2011-10-06
Frédéric Delanoy
cmd: Avoid reading char by char from files.
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: Rename a parameter in WCMD_fgets.
blob
|
commitdiff
|
raw
|
diff to current
2011-10-03
Frédéric Delanoy
cmd: Handle truncation for console reads.
blob
|
commitdiff
|
raw
|
diff to current
2011-10-03
Frédéric Delanoy
cmd: Improve WCMD_fgets documentation.
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-28
Frédéric Delanoy
cmd: Avoid reading char by char from console.
blob
|
commitdiff
|
raw
|
diff to current
2011-09-26
Frédéric Delanoy
cmd: Fix WCMD_fgets documentation.
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-16
Frédéric Delanoy
cmd: Remove unused declarations of echo_mode.
blob
|
commitdiff
|
raw
|
diff to current
2011-09-12
Frédéric Delanoy
cmd: Allow a batch file to delete itself.
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: Simplify WCMD_parameter function.
blob
|
commitdiff
|
raw
|
diff to current
2011-09-08
Frédéric Delanoy
cmd: Fix misleading WCMD_parameter documentation.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-29
Octavian Voicu
cmd: Don't parse colons as stream separators when split...
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-03-09
Austin English
cmd: Avoid shadowing a parameter.
blob
|
commitdiff
|
raw
|
diff to current
2010-02-18
Paul Vriens
cmd: Remove some unneeded extension checking.
blob
|
commitdiff
|
raw
|
diff to current
2010-02-03
Dan Kegel
cmd: %~dp0 should expand to the directory containing...
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-15
Colin Fletcher
cmd.exe: Treat tabs as parameter delimiters.
blob
|
commitdiff
|
raw
|
diff to current
2009-06-16
Gerald Pfeifer
cmd.exe: Fix incorrect check in WCMD_HandleTildaModifie...
blob
|
commitdiff
|
raw
|
diff to current
2009-06-15
Francois Gouget
cmd: Introduce a WCMD_strsubstW() function to simplify...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-04
Michael Stefaniuc
cmd: Remove some superfluous casts.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-07
Francois Gouget
Assorted spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2008-02-25
Rob Shearman
cmd: Fix character count passed to GetShortPathName...
blob
|
commitdiff
|
raw
|
diff to current
2008-02-25
Rob Shearman
cmd: Fix loop termination check in WCMD_batch.
blob
|
commitdiff
|
raw
|
diff to current
2008-01-16
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-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: Allow = and , to be delimiters.
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-07-25
Jason Edmeades
cmd: Fix trap when batch pgm runs another batch pgm.
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: GOTO throws away any preloaded multi part...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-18
Jason Edmeades
cmd.exe: Add basic support for && and (...) syntax.
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-03-08
Jason Edmeades
cmd.exe: Support SHIFT /n option.
blob
|
commitdiff
|
raw
|
diff to current
2007-03-06
Francois Gouget
Assorted spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2007-03-05
Francois Gouget
cmd: Fix compilation on systems that don't support...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-01
Alexandre Julliard
cmd: Fix silly local variables indentation that breaks...
blob
|
commitdiff
|
raw
|
diff to current
2007-02-28
Jason Edmeades
cmd.exe: Fix parameter parsing returns.
blob
|
commitdiff
|
raw
|
diff to current
2007-02-28
Jason Edmeades
cmd.exe: Prompt during del *.* and del *.
blob
|
commitdiff
|
raw
|
diff to current
2007-02-26
Jason Edmeades
cmd.exe: Unify parsing and expansion.
blob
|
commitdiff
|
raw
|
diff to current
2007-02-26
Jason Edmeades
cmd.exe: Add support for call :label and goto :label.
blob
|
commitdiff
|
raw
|
diff to current
2007-02-23
Alexandre Julliard
cmd: Remove execute permission on source files.
blob
|
commitdiff
|
raw
|
diff to current
2007-02-23
Jan Zerebecki
cmd: Remove redundant const.
blob
|
commitdiff
|
raw
|
diff to current
2007-02-21
Jason Edmeades
cmd.exe: Add support for env vars DATE, TIME, CD.
blob
|
commitdiff
|
raw
|
diff to current
2007-02-21
Jason Edmeades
cmd.exe: Add support for %ERRORLEVEL% in both batch...
blob
|
commitdiff
|
raw
|
diff to current
2007-02-21
Jason Edmeades
cmd.exe: Add ~ modifiers for %0-9.
blob
|
commitdiff
|
raw
|
diff to current
2007-02-21
Jason Edmeades
cmd.exe: Add support for %*.
blob
|
commitdiff
|
raw
|
diff to current
2007-02-21
Jason Edmeades
cmd.exe: Support exit [/b] returncode.
blob
|
commitdiff
|
raw
|
diff to current
2006-09-07
Dan Kegel
programs/wcmd: Rename to programs/cmd.
blob
|
commitdiff
|
raw
|
diff to current