Various fixes to the way cmd handles errorlevel and the "return values" of commands:
[reactos.git] / reactos / base / shell / cmd / cmd.c
2009-04-12 Jeffrey MorlanVarious fixes to the way cmd handles errorlevel and...
2009-04-05 Jeffrey Morlan- Simplified code for CD, PUSHD, and POPD commands...
2009-04-04 Jeffrey Morlan- Check for cmd's AutoRun registry value in HKEY_CURREN...
2009-03-29 Jeffrey MorlanMake cmd able to (sort of) work without a console.
2009-03-29 Jeffrey MorlanMake command parsing in DoCommand/Execute more compatib...
2009-03-28 Jeffrey Morlan- Implement CMD /A and /U switches.
2009-03-26 Jeffrey Morlan- Fix a buffer overflow in cmd
2009-03-26 Jeffrey Morlan- Implement CMD /D, /Q, and /R switches
2009-03-23 Jeffrey MorlanImplement all remaining switches for the START command.
2009-03-23 Jeffrey MorlanImplement %~$PATH:var variable substitution
2009-03-22 Jeffrey MorlanMake START command able to open non-executable files...
2009-03-21 Jeffrey Morlan- When running a non-executable file, if the program...
2009-03-20 Jeffrey MorlanReplace hard-coded English string constants with transl...
2009-03-18 Jeffrey Morlan- Make MEMORY command use GlobalMemoryStatusEx if avail...
2009-03-16 Jeffrey MorlanFixed output of various date/time stuff ($D and $T...
2009-03-15 Jeffrey MorlanReplace a couple hacks supporting specific cases of...
2009-03-13 Jeffrey MorlanIn a 'Bad command or filename' error, print the name...
2009-03-12 Jeffrey MorlanIn a pipeline ("prog1 | prog2") run all programs simult...
2009-03-06 Jeffrey MorlanImplement SETLOCAL and ENDLOCAL commands. Make delayed...
2009-03-04 Jeffrey MorlanA little cleanup of cmd.c:
2009-03-03 Jeffrey MorlanRework batch-file processing so that 'call file.bat...
2009-03-02 Jeffrey MorlanSeparate batch file contexts and FOR contexts into...
2009-02-27 Jeffrey MorlanHandle quotes in a CMD /C or CMD /K argument properly.
2009-02-24 Jeffrey MorlanImplement complete support for FOR command (including...
2009-02-17 Timo KreuzerMerge freeldr from amd64 branch:
2009-02-15 Jeffrey MorlanDon't expand FOR variables until execution time, so...
2009-02-14 Jeffrey MorlanMake delayed environment-variable expansions actually...
2008-12-22 Jeffrey Morlan- Make IF command a special form; necessary to make...
2008-12-07 Timo KreuzerMerge 34758, 34771, 34786, 34787, 34906, 35826, 36174...
2008-10-29 KJK::HyperionMerging r37048, r37051, r37052, r37055 from the-real...
2008-10-25 KJK::HyperionVisual C++ backend for rbuild (for now just a hacked...
2008-10-25 KJK::HyperionThe real, definitive, Visual C++ support branch. Accept...
2008-10-13 Cameron Gutman - Merge aicom-network-fixes up to r36740
2008-08-26 Jeffrey Morlan- Implement call :label by creating a new batch context...
2008-08-25 Jeffrey MorlanRemove the "LPTSTR cmd" argument to internal commands...
2008-08-22 Jeffrey Morlan- Extract the line-reading code in ProcessInput to...
2008-08-21 Jeffrey Morlan- Begin writing a real parser for cmd. &, &&, ||, and...
2008-08-21 Jeffrey Morlan- Implement X>&Y redirections. Hold redirections in...
2008-08-12 Jeffrey Morlan- Moved ExpandAlias call from ParseCommandLine to ReadC...
2008-08-01 Art YerkesCreate a branch for network fixes.
2008-07-26 Jeffrey Morlan- In cmd, add ConOutResPrintf and ConErrResPrintf funct...
2008-05-22 Johannes Anderwald- fix integer to string representation
2008-05-17 Colin Finck- Minor fixes to work more like WinXP's cmd
2008-05-15 Hervé PoussineauFix debug output of strings
2008-05-15 Hervé Poussineaucmd: replace static traces by dynamic ones
2008-05-12 Colin FinckDon't strip trailing spaces from the command line
2008-04-20 Magnus Olsenadd back a check for the negative value
2008-04-18 Magnus Olsenfixed pipe working again from cmd
2008-03-30 Johannes Anderwald- fix compilation with msvc8
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-02-02 Christoph von Wittichrewrote alias handling in cmd for doskey compatibility
2008-02-02 Christoph von Wittichdon't overwrite terminating \0 char
2008-02-02 Christoph von Wittichfix length calculation for :~
2008-02-02 Christoph von Wittichset correct varNameLen for %~dp0
2008-02-01 Christoph von Wittichfix a problem with length calculation
2008-02-01 Peter Ward- Make dp0 give the directory the batch was run from...
2008-01-31 Christoph von Wittichhandle %dp0
2008-01-31 Christoph von Wittichsupport else
2008-01-20 Christoph von Wittichstartpos is zero based
2008-01-20 Christoph von Wittichsupport blocks ( ... )
2008-01-17 Colin Finck- Define the copyright year one time and then use this...
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2007-12-23 Marc Piulachs- Remove hard-coded reference to cmdstart.bat and load...
2007-11-27 Thomas Bluemelcmd_alloc_dbg is NOT available in release builds!!!
2007-11-27 Timo Kreuzer- implement GrowIfNecessary_dbg() using file and line...
2007-11-10 Magnus OlsenMerge from branch ReactX to Trunk,
2007-10-19 Daniel ReimerDelete all Trailing spaces in code.
2007-10-18 Timo Kreuzerrevert my useless hack.
2007-10-15 Timo KreuzerIf cmd was started from a shortcut, use the shortcut...
2007-08-02 Thomas BluemelFix compiling rostests
2007-08-01 Thomas Bluemel- Detect memory leaks when cmd exits
2007-08-01 Thomas Bluemel- Add code to detect buffer overflows and buffer underf...
2007-07-20 Colin FinckFix cmd build, when compilation units are turned off
2007-05-05 Eric KohlRemove outdated email addresses.
2007-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
2007-03-01 Alex Ionescu- Fix KiDispatchException to unmask KI_EXCEPTION_INTERN...
2007-02-28 Saveliy TretiakovAndrey Janzen (virus126):
2007-02-23 Saveliy TretiakovAndrey Janzen (virus126):
2007-02-16 Alex Ionescu- Create KD branch. All debugging support is removed...
2007-02-05 Aleksey BraginMerge 25584, 25588.
2007-02-04 Magnus Olsenfixed a problem possible overwrite memory in cmd. base...
2007-02-04 Magnus Olsenfixed a problem possible overwrite memory in cmd. base...
2006-12-04 Aleksey BraginCreate a place for work on creating a bootloader capabl...
2006-10-08 Art YerkesPartially fixed up tree after merge from HEAD. More...
2006-09-04 Art YerkesBig merge: thanks alex and greatlord. Not a complete...
2006-06-29 Brandon Turnerexpand %* to batch file params.
2006-02-16 Ged Murphymove explorer and cmd. Add a few .rbuild files