Revert, thx Thomas, wasnt sure.
[reactos.git] / reactos / subsys / system / cmd / cmd.c
2005-12-29 Magnus OlsenFix Bug 1217 with patch from bugzila by ravelo "If...
2005-12-16 Andrew MungerReturn error codes correctly, fixes 1109. Patch by...
2005-12-06 Brandon TurnerMake sure that a CTRL+C doesn't carry over to another...
2005-12-05 Brandon TurnerCrtl-C gives a new line when reading input
2005-11-27 Casper HornstrupSpeed up compilation of cmd
2005-11-21 Brandon Turnerdon't skip whitespace in echo command. patch by irc...
2005-11-19 Filip NavaraDon't bail out for unparsable environment variables.
2005-11-06 Brandon Turner%foo% where foo is not a envir var should be returned...
2005-11-06 Brandon TurnerAdd some ctrl breaker checks into copy, del, and dir.
2005-11-05 Brandon TurnerSend Ctrl signals to child process correctly. We can...
2005-11-02 Hartmut BirrDon't print a CR, if the command line is from a batch...
2005-10-19 Brandon Turnerafter some long hard thought i decided to not use the...
2005-10-18 Brandon Turnerremove more __REACTOS__ checks / unused code. I left...
2005-10-03 Brandon Turnerdont use the whole commandline as a fall back for execu...
2005-09-21 Thomas Bluemelpass the buffer size to GetEnvironmentVariable() in...
2005-09-21 Royce Mitchell III%1 %2 etc still work with set/a ( just not %foo% )
2005-09-20 Royce Mitchell IIIcmd's documentation says that env variables override...
2005-09-19 Royce Mitchell IIIhack fix to pass % to set/a unmolested
2005-09-19 Royce Mitchell IIIreformat code
2005-09-16 Brandon TurnerWhen searching for a file to execute, if you fail to...
2005-09-12 Magnus OlsenDoCommand()
2005-09-12 Royce Mitchell IIImsvc6 compatibility and small performance improvement...
2005-09-11 Magnus OlsenMake some more dymatic buffer and correct some free()
2005-09-11 Magnus OlsenDo not crash if the prompt command name are binger...
2005-09-10 Hartmut BirrFixed the allocation of some buffers in Execute.
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-03 Magnus Olsenrevers brandon change to prompt.c they are incorrect...
2005-09-03 Brandon TurnerCorrectly assign %propmt%.
2005-08-25 Brandon TurnerImplement escape char in console. "^"
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-17 Magnus Olsenimplemented batch redirection by saving batch info...
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-07-29 Thomas Bluemeldynamically import functions from ntdll on startup
2005-07-21 Magnus Olsenfix a small bug, write out time like HH:MM:SS,ms as...
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-17 Casper HornstrupPrepare cmd for testing
2005-07-14 Magnus Olsenstd_output does handle the : as ms does at pipe and...
2005-07-14 Magnus OlsenFix a weird bug in piping in some case if you pipe...
2005-07-13 Hartmut BirrFixed the allocation of the buffer for the environment...
2005-07-07 Magnus Olsenadd %CMDEXTVERSION% example to use it echo %CMDEXTVERSI...
2005-07-07 Magnus Olsenadding %cmdcmdline%, example how to use it echo %CMDCMD...
2005-07-07 Magnus Olsenadding %RANDOM% example how to use it echo %random%
2005-07-07 Filip Navara#include "precomp.h" -> #include <precomp.h>
2005-07-07 Magnus Olsenadd %DATE% example echo %date% are working now. Bugfix...
2005-07-07 Magnus Olsenadd %time% and %cd% internal value. Example echo ...
2005-07-07 Magnus Olsenadding page break on almost all help param and on help...
2005-07-06 Magnus Olsen Add proper memory alloc ProcessInput, the error handli...
2005-07-06 Magnus Olsentranslate %errorlevel% to a value when it pass at comma...
2005-06-06 Klemens Friedlcmd update:
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-08 Magnus OlsenReomve string STRING_CMD_INVALIDDRIVE in En.rc it...
2005-05-08 Magnus OlsenRemove last hardcode string I have check the soure...
2005-05-08 Magnus Olsenfound some hard code string move them to En.rc
2005-05-08 Steven Edwardsremove whitespace from end of lines
2005-05-07 Magnus Olsenimplement VOID ConOutResPuts (UINT resID), VOID ConErrR...
2005-05-07 Magnus Olsenthe name GetCodePage and OutCodePage is a bit misleadin...
2005-05-07 Magnus OlsenAdd cache for codepage so it does not call hole time...
2005-05-05 Casper HornstrupMerge 14551:14980 from trunk
2005-05-05 Casper HornstrupCopy wininet to branch
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-05-01 Eric Kohl- Use fixed message buffer size.
2005-05-01 Hartmut BirrMade the loading of resource strings more unicode compa...
2005-04-28 Magnus Olsenchange _T((LPTSTR)szMsg)) to (LPTSTR)szMsg)
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-04-02 Magnus OlsenRemove more hardcode string to En.rc
2005-01-01 Gé van GeldorpFix copy command
2004-11-08 Thomas Bluemelmake better use of precompiled headers
2004-08-22 Hartmut Birr- Fixed the compilation as unicode.
2004-08-15 Casper Hornstrup2004-08-16 Casper S. Hornstrup <chorns@users.sourcefo...
2004-07-18 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-16 Jens CollinShellExecute is run when executable is not found to...
2004-07-15 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-06-21 Thomas Bluemeluse FormatMessage() to print some error messages. Patch...
2004-06-06 Hartmut Birr- Check if the temp directory exist, if not use the...
2004-06-06 Hartmut Birr- Removed MakeSureDirectoryPathExistsEx.
2004-05-11 Gé van GeldorpFix command line handling (mostly double-quoting stuff)
2004-04-30 Filip NavaraCMD Enhancements:
2004-04-26 Gunnar Dalsnesmake sure temp directory exist
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-01-28 Gé van GeldorpDon't wait for GUI processes to finish
2003-12-26 Filip NavaraFixed compilation problems with GCC 3.4.
2003-12-18 Gé van GeldorpAllow launching of console apps from GUI apps
2003-08-18 Hartmut Birr- Enabled the break handler.
2003-08-10 Royce Mitchell IIIcommented out unused things
2003-08-08 Thomas BluemelFixed a bug that crashed cmd.exe when the command name...
2003-08-07 Hartmut Birr- Fixed some type problems if cmd is compiled as unicode.
2003-06-01 Hartmut Birr- Open CONOUT$ for accessing the console buffer. This...
2003-04-26 Eric KohlImproved command line completion. Patch by Marc Schuetz.
2003-03-20 Richard CampbellMove cmd to ReactOS module