- Remove the remaining __USE_W32API, deprecated for ages.
[reactos.git] / reactos / base / shell / cmd / parser.c
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-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-10 Jeffrey MorlanRearrange some code in cmd parser, avoiding excessive...
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-03-29 Jeffrey MorlanMake command parsing in DoCommand/Execute more compatib...
2009-03-26 Jeffrey Morlan- Implement CMD /D, /Q, and /R switches
2009-03-20 Jeffrey MorlanReplace hard-coded English string constants with transl...
2009-03-18 Timo KreuzerSync to trunk head (r40091)
2009-03-12 Jeffrey MorlanIn a pipeline ("prog1 | prog2") run all programs simult...
2009-03-06 Jeffrey Morlan- Ignore special characters in a REM line.
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-01-01 Timo KreuzerSync to trunk r38500
2009-01-01 Timo Kreuzersync to trunk r38300
2008-12-30 Jeffrey MorlanMake IF /? work again
2008-12-22 Jeffrey Morlan- Make IF command a special form; necessary to make...
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-09-05 Timo Kreuzersync to trunk head (35945)
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...