[MKHIVE/USETUP]
[reactos.git] / reactos / base / shell / cmd /
2010-04-04 Gregor Schneider[CMD]
2010-04-03 Gregor Schneider[cmd] Emit line breaks DOS/Windows style (CRLF), instea...
2010-03-26 Timo KreuzerReintegrate header branch
2010-03-26 Amine KhaldiSync with trunk head (part 1 of x)
2010-03-26 Timo Kreuzer[HAL]
2010-03-25 Timo KreuzerMerge from amd64 branch:
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-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-03-07 Daniel ReimerPolish translation update by Maciej Bialas.
2010-02-27 Sylvain PetreolleDon't use #pragma once for pch files. Fixes build.
2010-02-26 Timo KreuzerCreate a branch for header work.
2010-02-26 Ged Murphy- Move from using include guards to pragma once.
2010-02-15 Samuel SerapionSync tools to 45592
2010-02-08 Daniel ReimerGiant German Language Fix Patch by "tux."
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-20 Timo KreuzerMerge from amd64 branch:
2009-12-10 Timo KreuzerFix number 1
2009-12-03 Samuel SerapionSync to trunk (r44371)
2009-12-02 Colin Finck[General]
2009-12-02 Cameron Gutman - Revert 44301
2009-12-02 Cameron Gutman - Create another branch for networking fixes
2009-11-10 Timo KreuzerMerge trunk HEAD (r44067)
2009-10-27 Dmitry Gorbachev- Update address of Free Software Foundation.
2009-10-14 Timo KreuzerMerge amd64 NDK from amd64 branch:
2009-09-26 Timo KreuzerMerge HAL changes 34743, 34812, 34839, 34917, 35515...
2009-09-23 Timo KreuzerSync with trunk r43123
2009-09-19 Timo KreuzerMerge from amd64 branch:
2009-09-19 Timo KreuzerSync with trunk r43000
2009-09-10 Dmitry GorbachevUpdate/add Spanish and Basque translations. Javier...
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-08-02 Jeffrey MorlanFix many incompatibilities in DIR switch parsing, inclu...
2009-07-26 Timo KreuzerSync to trunk head (r42241)
2009-07-13 Jeffrey MorlanMake IF EXIST directory\ (with trailing backslash)...
2009-07-10 Jeffrey MorlanRearrange some code in cmd parser, avoiding excessive...
2009-07-08 Jeffrey MorlanIn cmd: free all memory before exiting to prevent ...
2009-07-05 Dmitry GorbachevUpdate Norwegian translations. Lars Martin Hambro,...
2009-07-02 Daniel ReimerBug 4636: Romanian translation patch by Dimitriu Petru
2009-06-20 Timo KreuzerMerge trunk head (r41474)
2009-05-29 Daniel ReimerBug 4555: slovak translation update by Mario Kacmar
2009-05-21 Timo KreuzerSync trunk head (r41026)
2009-05-15 Timo Kreuzercmd: Cast the result of GetProcAddress to PVOID before...
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-11 Sylvain Petreollefix cmd build
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-04-01 Jeffrey Morlan- Fix cmd's cgetchar() function so it only returns...
2009-03-31 Jeffrey MorlanFix some incorrect lengths in ConInString (Bug 4085...
2009-03-29 Daniel ReimerSync WinHLP32 and WordPad with Wine HEAD.
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-23 Jeffrey Morlan- In cmd's PUSHD and POPD commands, change directory...
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-18 Jeffrey Morlan- Implement SHIFT /n.
2009-03-17 Jeffrey MorlanFix a typo
2009-03-17 Jeffrey Morlan- Implement MKLINK command.
2009-03-16 Daniel ReimerUpdate German Translation
2009-03-16 Jeffrey MorlanImplement ASSOC command (Bug 4275). Patch by Lee C...
2009-03-16 Jeffrey MorlanFixed output of various date/time stuff ($D and $T...
2009-03-15 Jeffrey Morlan- Allow running a batch file from inside a FOR
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-11 Jeffrey MorlanGive an error message when trying to DEL a file that...
2009-03-08 Jeffrey Morlanadd ConPrintf and ConPrintfPaging prototypes to cmd.h
2009-03-08 Jeffrey Morlan- Clean up code for DIR command
2009-03-06 Jeffrey MorlanImplement SETLOCAL and ENDLOCAL commands. Make delayed...
2009-03-06 Jeffrey Morlan- Ignore special characters in a REM line.
next