Revert, thx Thomas, wasnt sure.
[reactos.git] / reactos / subsys / system / cmd /
2005-09-16 Brandon Turnerlast time. fix a typo. im so sorry!
2005-09-16 Brandon Turnerforgot to free comspec, very sorry.
2005-09-16 Brandon TurnerUse compsec instead of "cmd" when trying to find cmd.exe
2005-09-12 Royce Mitchell IIIfix breakage - sorry
2005-09-12 Magnus OlsenDoCommand()
2005-09-12 Royce Mitchell IIImsvc6 compatibility and small performance improvement...
2005-09-11 Magnus OlsenDo not compile cmd to unicode, if we do pipe will be...
2005-09-11 Magnus OlsenMake some more dymatic buffer and correct some free()
2005-09-11 Brandon Turnersimple fix for 'del foo' where foo is a folder.
2005-09-11 Magnus OlsenDo not crash if the prompt command name are binger...
2005-09-11 Brandon TurnerWindows style auto complete should only return folders...
2005-09-10 Hartmut BirrFixed the allocation of some buffers in Execute.
2005-09-09 Hervé PoussineauCompile cmd.exe as unicode
2005-09-09 Gé van GeldorpRestore console title after running a command
2005-09-04 Magnus OlsenRevers the change after reboot it did carcgh for me...
2005-09-04 Magnus Olsenremove some hardcode buffer value. The dymatic buffer...
2005-09-04 Magnus OlsenRemove more hardcode buffer value to dymatic buffer.
2005-09-04 Magnus Olsenfix a small bug after me, and check if it really got...
2005-09-03 Magnus Olsenremove some hardcode commadline buffer value. first...
2005-09-03 Magnus Olsenfix type can handler \n at text output thx ravelo for...
2005-09-03 Andrew MungerFix cmd build. Please check your changes before commiting.
2005-09-03 Brandon TurnerSetting my changes back for prompt.c. Greatlord and...
2005-09-03 Magnus Olsenrevers brandon change to prompt.c they are incorrect...
2005-09-03 Brandon TurnerCorrectly assign %propmt%.
2005-09-02 Brandon TurnerFixed a bug that crashed cmd when "cd /D" but no path...
2005-08-29 Thomas Bluemelfixed uninitialized variable warning
2005-08-29 Brandon Turnerfix an if statment. Found by thomas.
2005-08-29 Brandon TurnerFixed a bug in tab complete when there was only one...
2005-08-27 Andrew Munger"." means current directory, not previous. Spotted...
2005-08-25 Steven Edwardsminor build fixes for msvc
2005-08-25 Magnus OlsenThx ravelo to found a new bug in start.c it did not...
2005-08-25 Brandon TurnerDon't dereference the pointers. Catch by Thomas.
2005-08-25 Brandon TurnerImplement escape char in console. "^"
2005-08-25 Brandon TurnerUse GetShortPathName and GetLongPathName to correct...
2005-08-24 Magnus Olsenfixing a bug in searching for cmd for bat/cmd files...
2005-08-24 Magnus OlsenImplement start execute support for bat/cmd file. wokin...
2005-08-24 Magnus Olsenimplemented "" remove for the start command. This...
2005-08-21 Brandon TurnerFix a CD bug spotted by ravelo_. This is simlair to...
2005-08-20 Brandon Turneroptimize 17218 by using memmove instead of memcopy...
2005-08-20 Brandon TurnerOpen err redirection the same as output redirection...
2005-08-20 Brandon TurnerChange the way batch files and output files are opened...
2005-08-18 Magnus Olsenimplement errorlevel in some cmd command and bug fix...
2005-08-18 Brandon Turnermake dir change errorlevel to 0 on success.
2005-08-18 Brandon TurnerTest commit, adding myself to the cmd credits.
2005-08-17 Magnus Olsenimplemented batch redirection by saving batch info...
2005-08-14 Magnus Olsenchange CMDLINE_LENGTH to 8192 to keep rbuild happy...
2005-08-11 Hartmut BirrUse GetLocalTime instead of GetSystemTime.
2005-08-11 Hartmut BirrDon't query on batch files.
2005-08-09 Magnus OlsenThx harmut you did see the small bug, I miss, do not...
2005-08-08 Magnus Olsenfixing bug 690 by Brandon Turner. note ms only allown...
2005-08-07 Hartmut BirrFixed the comment from my last commit.
2005-08-07 Hartmut Birr- Removed the exclusive deletion because '-' is a valid...
2005-08-06 Thomas Bluemelfixed uninitialized variable warning and indentation
2005-08-05 Magnus OlsenFixes a bug which disallows tab complete on empty input...
2005-08-04 Magnus Olsenfix a small bug in cd, it did make all char lower case...
2005-08-04 Magnus OlsenWindows TAB complete style instead for unix style patch...
2005-07-30 Hartmut BirrMade cmd unicode compatible.
2005-07-30 Hartmut BirrUse FileGetString instead of ReadFile, because ReadFile...
2005-07-30 Hartmut BirrPut FindClose onto the correct position.
2005-07-29 Thomas Bluemeldynamically import functions from ntdll on startup
2005-07-27 Magnus Olsenfix errorlevel for type, the r16766 was Brandon Turner...
2005-07-27 Magnus Olsenupdate the english text for type
2005-07-27 Magnus Olsenadd /P as param for Type, from PCDOS by Brandon Turner
2005-07-26 Magnus Olsenupdate the En.rc for del by Brandon Turner and me
2005-07-26 Magnus OlsenImplement /S /F and code clean up by Brandon Turner
2005-07-24 Martin Fuchsset eol-style for most xml files
2005-07-22 Magnus Olsenlast mins bug fix frirc nick jjkola, Jyrki Jaakkola...
2005-07-22 Magnus Olsenirc nick jjkola, Jyrki Jaakkola <jjkola@email.com...
2005-07-21 Magnus Olsenfix bug in date if the input arg are not right dateform...
2005-07-21 Magnus Olsenfix a small bug, write out time like HH:MM:SS,ms as...
2005-07-21 Magnus OlsenFix copy /B filename + , , bug (touch)...
2005-07-21 Magnus Olsenadd touch to copy by Brandon Turner
2005-07-21 Alex Ionescu - Fix "cd" usage when the initial directory is a direc...
2005-07-20 Magnus Olsenfix more cmd goto bugs. found labels bugs, and search...
2005-07-20 Magnus Olsenfix another bug in goto it is internel label :eof jump...
2005-07-20 Magnus Olsenfix one bug with cmd goto so WBAT will work bit more...
2005-07-19 Magnus Olsenfixing bug copy file c: by Brandon Turner
2005-07-19 Magnus OlsenMake CMD rember startpath when you change from start...
2005-07-19 Magnus OlsenFix some pipe and revirt one erly change as harumt...
2005-07-19 Magnus Olsenadd ConErrMessage to deal with error msg and ConOutMess...
2005-07-19 Magnus OlsenFix all bugs in cmd commands cd, make it rember the...
2005-07-19 Magnus OlsenCd does rember the cd c:\gcc and you can do c:
2005-07-19 Magnus Olsenmake GetRootPath bit smarter
2005-07-18 Magnus Olsenmake GetRootPath bit faster if it does not get a drive...
2005-07-18 Magnus Olsenadd a new interal function call GetRootPath(TCHAR ...
2005-07-17 Casper HornstrupPrepare cmd for testing
2005-07-17 Hartmut BirrFixed the determining of the file from the output redir...
2005-07-17 Magnus Olsen/D /Z are implement in ros cmd copy by BrandonTurner...
2005-07-15 Magnus Olsenpart1 of move bug from a volume to another have been...
2005-07-15 Magnus OlsenI should not write code when it is hot outside
2005-07-15 Magnus Olsenin cress COPYCMD param search speed before w3seek does it
2005-07-15 Magnus Olsenlast try to fix NULL bug
2005-07-15 Magnus Olsenlast bugfix did forget use tchar * 512 in malloc I...
2005-07-15 Magnus Olsendid forget check malloc and realloc was NULL and set...
2005-07-15 Magnus Olsenimplement $s
2005-07-15 Magnus Olsenbug fix $t so it write out time instead for "current...
2005-07-15 Magnus OlsenForget set some error level and some msg that should...
2005-07-15 Magnus Olsenfix a bug from me in COPYCMD check code it was two /V
2005-07-15 Magnus Olsenfix errorlevel for copy. left to do is /D = copy encryp...
2005-07-15 Magnus OlsenAdd environment variable COPYCMD to copy
next