Made cmd unicode compatible.
[reactos.git] / reactos / subsys / system / cmd / console.c
2005-07-30 Hartmut BirrMade cmd unicode compatible.
2005-07-19 Magnus Olsenadd ConErrMessage to deal with error msg and ConOutMess...
2005-07-15 Magnus OlsenForget set some error level and some msg that should...
2005-07-07 Filip Navara#include "precomp.h" -> #include <precomp.h>
2005-07-07 Magnus OlsenFix minior bug in ConPrintfPaging so it count line...
2005-07-07 Magnus Olsenadding page break on almost all help param and on help...
2005-07-01 Magnus OlsenBrandon Turner turnerb7@msu.edu
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
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-06 Magnus OlsenThx w3seek that pointout a bug in ConInString it shoul...
2005-05-06 Magnus OlsenAt last unicode version of cmd are now output text...
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-03 Magnus OlsenRemove more hardcode string to En.rc
2005-02-12 Casper HornstrupBranch setupapi
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2004-11-08 Thomas Bluemelmake better use of precompiled headers
2004-11-02 Thomas Bluemeluse ReadConsoleInputW() for unicode builds
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-15 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-06-23 Thomas Bluemelfixed handling of variable arguments and free memory...
2004-06-21 Thomas Bluemeluse FormatMessage() to print some error messages. Patch...
2004-04-30 Filip NavaraCMD Enhancements:
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2003-08-13 James TaborType-O Fix
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-03-20 Richard CampbellMove cmd to ReactOS module