[CMD] Protect certain actions with a critical section, patch by Katayama Hirofumi
[reactos.git] / reactos / base / shell / cmd / cmd.c
2010-05-31 Gregor Schneider[CMD] Protect certain actions with a critical section...
2010-03-26 Timo KreuzerReintegrate header branch
2010-03-26 Amine KhaldiSync with trunk head (part 1 of x)
2010-03-25 Amine KhaldiSync with trunk head.
2010-03-25 Timo KreuzerMerge from amd64-branch:
2010-03-25 Timo KreuzerMerge from amd64-branch:
2010-03-24 Timo KreuzerMerge trunk HEAD (r46369)
2010-03-24 Timo KreuzerMerge trunk HEAD (r46369)
2010-03-23 Timo KreuzerMerge trunk HEAD (r46369)
2010-03-23 Timo KreuzerMerge trunk HEAD (r46369)
2010-03-18 Amine KhaldiSync with trunk head (part 1 of 2)
2010-03-13 Sir Richard[DDK]: Merge 46183 from header-branch.
2010-03-12 Timo Kreuzer[HEADERS]
2010-03-12 Amine KhaldiSync with trunk head
2010-03-09 Amine KhaldiSync with trunk head
2010-02-26 Timo KreuzerCreate a branch for header work.
2010-02-15 Samuel SerapionSync tools to 45592
2010-02-06 Timo KreuzerMerge trunk head (r45466)
2010-01-21 Timo KreuzerMerge from amd64-branch:
2010-01-21 Timo KreuzerMerge trunk r45185
2010-01-21 Cameron GutmanMerge aicom-network-branch (without NDIS changes for...
2010-01-14 Timo KreuzerSync to trunk HEAD (r45072)
2010-01-05 Timo Kreuzer[CSRSS]
2010-01-05 Timo KreuzerSync to trunk (r44933)
2009-12-28 Samuel SerapionSync to trunk (r44789)
2009-12-27 Samuel Serapionsync to trunk (44770)
2009-12-10 Timo KreuzerFix number 1
2009-12-02 Cameron Gutman - Revert 44301
2009-12-02 Cameron Gutman - Create another branch for networking fixes
2009-10-14 Timo KreuzerMerge amd64 NDK from amd64 branch:
2009-09-26 Timo KreuzerMerge HAL changes 34743, 34812, 34839, 34917, 35515...
2009-09-19 Timo KreuzerMerge from amd64 branch:
2009-09-19 Timo KreuzerSync with trunk r43000
2009-08-11 Jeffrey MorlanFix a buffer overflow in ConvertULargeInteger
2009-08-05 Gregor Schneider-Import tkreuzer's time implementation from AMD64 branch
2009-08-02 Stefan Ginsberg- npapi.h: Correct definitions of function pointer...
2009-07-26 Timo KreuzerSync to trunk head (r42241)
2009-07-08 Jeffrey MorlanIn cmd: free all memory before exiting to prevent ...
2009-05-01 Timo KreuzerMerge from amd64-branch:
2009-04-30 Timo Kreuzermerge 37282 from amd64-branch:
2009-04-16 Timo KreuzerSync trunk r40500
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-18 Timo KreuzerSync to trunk head (r40091)
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...
2009-01-01 Timo Kreuzersync to trunk r38300
2008-12-22 Jeffrey Morlan- Make IF command a special form; necessary to make...
2008-12-08 Timo Kreuzer- reduce differences to trunk
2008-12-07 Timo KreuzerMerge 34758, 34771, 34786, 34787, 34906, 35826, 36174...
2008-12-06 Timo Kreuzermerge trunk head (37902)
2008-12-05 Timo Kreuzersync to trunk head (37853) (except rbuild changes)
2008-11-10 Samuel Serapion- Merge to trunk r37270.
2008-10-30 Timo Kreuzersync to trunk head (37079)
2008-10-29 KJK::HyperionMerging r37048, r37051, r37052, r37055 from the-real...
2008-10-27 Timo Kreuzersync trunk head (37032)
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-20 Samuel SerapionMerge to trunk HEAD(r36856)
2008-10-20 Timo Kreuzersync to trunk revision 36700
2008-10-20 Timo Kreuzersync to trunk revision 36500
2008-10-20 Timo Kreuzersync to trunk revision 36100
2008-10-13 Cameron Gutman - Merge aicom-network-fixes up to r36740
2008-09-24 Samuel SerapionMinor 64bit fixes.
2008-09-05 Timo Kreuzersync to trunk head (35945)
2008-08-31 Samuel Serapion- minor WIN64 fixes
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-14 Timo KreuzerSync to trunk head (35333)
2008-08-12 Jeffrey Morlan- Moved ExpandAlias call from ParseCommandLine to ReadC...
2008-08-01 Art YerkesCreate a branch for network fixes.
2008-07-28 Timo Kreuzersync with trunk head (34904)
2008-07-26 Jeffrey Morlan- In cmd, add ConOutResPrintf and ConErrResPrintf funct...
2008-05-22 Johannes Anderwald- fix integer to string representation
next