Fix a CD bug spotted by ravelo_. This is simlair to bug 690. cd foo\"bar", cd ...
[reactos.git] / reactos / subsys / system / cmd / internal.c
2005-08-21 Brandon TurnerFix a CD bug spotted by ravelo_. This is simlair to...
2005-08-04 Magnus Olsenfix a small bug in cd, it did make all char lower case...
2005-07-21 Alex Ionescu - Fix "cd" usage when the initial directory is a direc...
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-07 Filip Navara#include "precomp.h" -> #include <precomp.h>
2005-07-07 Magnus Olsenadding page break on almost all help param and on help...
2005-07-06 Magnus Olsenset right errorlevel for cd / chdir, left to do we...
2005-06-21 Maarten BosmaMartin Rottensteiner (2005only@pianonote.at):
2005-06-06 Klemens Friedlcmd update:
2005-05-27 Casper HornstrupMerge 15329:15546 from trunk
2005-05-27 Casper HornstrupCopy rpoolmgr.h from trunk
2005-05-20 Magnus OlsenImplement same behavor for cd * as ms cmd cd *
2005-05-20 Magnus OlsenAdd new thing to cd.
2005-05-19 Magnus OlsenFix CD bug for
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-05 Casper HornstrupMerge 14551:14980 from trunk
2005-05-05 Thomas Bluemelprevent buffer overflow, LoadString accepts the size...
2005-05-05 Magnus OlsenUsurp
2005-05-05 Casper HornstrupCopy wininet to branch
2005-05-04 Thomas Bluemelcorrectly use tchar.h again and build a unicode version...
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-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-04-02 Magnus OlsenDid forget the info I did change
2005-04-02 Magnus Olsensvn path=/trunk/; revision=14457
2004-11-08 Thomas Bluemelmake better use of precompiled headers
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-21 Thomas Bluemeluse FormatMessage() to print some error messages. Patch...
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-01-30 Gé van GeldorpPatch by Michael Fritscher
2003-08-07 Hartmut Birr- Fixed some type problems if cmd is compiled as unicode.
2003-03-20 Richard CampbellMove cmd to ReactOS module