projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
cmd: Use WCMD_output_asis*() for strings that are not supposed to contain formating...
[wine]
/
programs
/
cmd
/
wcmdmain.c
2011-11-25
Francois Gouget
cmd: Use WCMD_output_asis*() for strings that are not...
blob
|
commitdiff
|
raw
2011-11-21
Frédéric Delanoy
cmd: Move builtins list to builtins.c.
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: Avoid unnecessary null pointer checks.
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-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: Improve handle type recognition in WCMD_ReadFile.
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-26
Frédéric Delanoy
cmd: Add WCMD_output_stderr function to output error...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-26
Frédéric Delanoy
cmd: Use helper function to return file io buffer.
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-09
Frédéric Delanoy
cmd: Backup echo mode before running external batch...
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-07
Christian Costa
cmd: Remove attrib from builtins list.
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-06
Frédéric Delanoy
cmd: Get rid of obsolete autoexec.bat handling code.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-30
Frédéric Delanoy
cmd: Add WCMD_output_asis_stderr function.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-29
Frédéric Delanoy
cmd: Avoid reading garbage when looking for redirection...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-29
Frédéric Delanoy
cmd: Fix redirection handle parsing.
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: Fix if/else tab handling.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-25
Frédéric Delanoy
cmd: Fix REM tab handling.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-25
Frédéric Delanoy
cmd: Skip tabs as well as spaces in WCMD_skip_leading_s...
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-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: 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-05
Frédéric Delanoy
cmd: Fix handling of lines starting with echo. or echo:.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-03
Dan Kegel
cmd: mkdir: Handle multiple arguments.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-27
Frédéric Delanoy
cmd: Fix some comments.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-15
Frédéric Delanoy
cmd: Do not show prompt when echo mode is off.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-15
Frédéric Delanoy
cmd: Output a empty line before version in VER.
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-26
Dan Kegel
cmd: Don't read past end of thisVar in WCMD_expand_envv...
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-11-08
Alexandre Goujon
cmd: Add a space at the end of the first echo'ed batch...
blob
|
commitdiff
|
raw
|
diff to current
2010-06-22
Michael Stefaniuc
cmd: Don't treat all command lines with '/?' as builtin...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-15
Yann Droneaud
cmd: Fixed uninitialised field in WCMD_addCommand(...
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-23
Paul Vriens
cmd: Fix a memory leak (Valgrind).
blob
|
commitdiff
|
raw
|
diff to current
2010-01-04
Dan Kegel
cmd: Fix echoing of multiline commands.
blob
|
commitdiff
|
raw
|
diff to current
2010-01-04
Dan Kegel
cmd: Echoed prompts are preceded by a blank line.
blob
|
commitdiff
|
raw
|
diff to current
2009-12-31
Andrew Nguyen
cmd: Set the PROMPT environment variable on startup.
blob
|
commitdiff
|
raw
|
diff to current
2009-12-23
Austin English
cmd: Use DOS newlines, not UNIX.
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-12-04
Marcus Meissner
cmd: Break out of the argument scan loop (Coverity).
blob
|
commitdiff
|
raw
|
diff to current
2009-10-08
Peter Dons Tychsen
cmd: Fix handling of quotes when line includes redirect...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-29
André Hentschel
wcmd: Ignore start and end quotes.
blob
|
commitdiff
|
raw
|
diff to current
2009-06-15
Francois Gouget
cmd: Replace malloc() with HeapAlloc().
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
2009-03-23
James Hawkins
cmd: Fix a memory leak (Coverity 904).
blob
|
commitdiff
|
raw
|
diff to current
2009-03-03
Diaa Sami
cmd: Fixed a number of buffer overflows.
blob
|
commitdiff
|
raw
|
diff to current
2009-02-12
Erich Hoover
wcmd: Properly cleanup redirects when there are no...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-13
Erich Hoover
wcmd: Fix redirecting a pipe to another pipe.
blob
|
commitdiff
|
raw
|
diff to current
2009-01-13
Erich Hoover
wcmd: Handle batch scripts containing quotes within...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-06
Francois Gouget
cmd: Make some functions static.
blob
|
commitdiff
|
raw
|
diff to current
2009-01-06
Francois Gouget
cmd: WCMD_strtrim_trailing_spaces() is unused so remove it.
blob
|
commitdiff
|
raw
|
diff to current
2009-01-03
Alexandre Julliard
cmd.exe: Don't use wvsprintf on sysv-style varargs...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-31
Alexandre Julliard
cmd: Don't include time.h before winsock.h to avoid...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-31
Francois Gouget
cmd: Reorder some functions to avoid forward declarations.
blob
|
commitdiff
|
raw
|
diff to current
2008-12-15
Francois Gouget
cmd: Make WCMD_DumpCommands() static.
blob
|
commitdiff
|
raw
|
diff to current
2008-12-04
Michael Stefaniuc
cmd: Remove some superfluous casts.
blob
|
commitdiff
|
raw
|
diff to current
2008-07-30
Lei Zhang
cmd: Check the return value from HeapAlloc.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-19
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-03-04
Jason Edmeades
cmd.exe: Fix running programs from root of drive.
blob
|
commitdiff
|
raw
|
diff to current
2008-01-22
Marcus Meissner
cmd: Include <time.h> for time().
blob
|
commitdiff
|
raw
|
diff to current
2008-01-16
Francois Gouget
Assorted spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2008-01-10
Alexander Nicolays...
cmd: Seed the random number generator.
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-27
Francois Gouget
Assorted spelling fixes.
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 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-08-13
Jason Edmeades
cmd.exe: Redirection for external programs was broken...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-10
Jason Edmeades
cmd.exe: Wait when launching GUI pgms in batch.
blob
|
commitdiff
|
raw
|
diff to current
2007-07-30
Jason Edmeades
cmd: Remove some debug code.
blob
|
commitdiff
|
raw
|
diff to current
2007-07-20
Anatoly Lyutin
cmd: Use toupperW instead of toupper.
blob
|
commitdiff
|
raw
|
diff to current
2007-07-12
Paul Vriens
programs/cmd: Do the assignment after the return to...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-05
Francois Gouget
Assorted spelling fixes.
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: Correctly parse IF ELSE plus multipart/multiline.
blob
|
commitdiff
|
raw
|
diff to current
2007-06-18
Jason Edmeades
cmd.exe: Parse multipart FOR statements.
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: Lines starting with REM ignore any 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: Pass the command list through so it is availab...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-18
Jason Edmeades
cmd.exe: Pass command structure into WCMD_pipe, not...
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
next