remove whitespace from end of lines
[reactos.git] / reactos / subsys / system / cmd / cmd.c
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-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-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