hh: Cast GetProcAddress's return to supress a Win64 warning.
[wine] / programs / wcmd / builtins.c
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-16  Mike McCormackprograms: Use WIN32_LEAN_AND_MEAN in some more places.
2005-12-03  Aric Stewartwcmd: mkdir recursive create
2005-12-02  Rein KlazesAvoid formatted output in a few more places where forma...
2005-12-01  Rein KlazesDon't use formatted output in WCMD_setshow_sortenv.
2005-08-19  Mike McCormackFix gcc 4.0 warnings.
2005-07-11  Detlef RiekenbergDo not print an error message when deleting a nonexiste...
2005-06-27  Andreas MohrConstify wcmd.
2005-02-14  Jason EdmeadesMake 'exist' in wcmd handle both file and directories.
2004-11-29  Eric PouechMade some functions and variables static.
2004-07-30  Alexandre JulliardFixed bug with % signs in help output (reported by...
2004-05-04  Francois GougetMake our ascii strings static const.
2004-03-22  Mike McCormackImplement setlocal/endlocal.
2004-03-18  Mike McCormackFixed handling of "echo."
2003-12-30  Mike McCormackSort the output of wcmd's set command.
2003-10-09  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-07-11  Sylvain PetreolleFrench translation + misc fixes.
2003-02-27  Eric Pouech- don't create a new console upon startup
2003-02-11  Sylvain PetreolleFixed handling of PATH command with spaces.
2003-01-15  Alexandre JulliardUse proper file sharing parameters when opening files.
2002-07-24  Uwe BonnesMore verbose output when file not found.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-04  Jason EdmeadesAdd support for the 'title' command.
2002-04-29  Jason Edmeades- Support for dir /w and /b flags
2002-04-29  Jason EdmeadesEmulate the dos cmd 'cls'.
2002-04-20  Jason Edmeades- Fixed move and copy when no destination supplied...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-06-04  Dave Pickles- Report file and directory sizes using 64-bit arithmet...
2001-01-02  François GougetThe last parameter of CreateFile is a HANDLE and should...
2000-08-01  Dave PicklesAdded support for ERRORLEVEL.
2000-08-01  Jason Edmeades- Support whitespace around commands better, and suppor...
2000-04-19  Alexandre JulliardFixed resource loading.
1999-07-10  Dave PicklesFOR and IF commands added.
1999-06-26  Dave PicklesAdded more batch functionality, including the CALL...
1999-06-06  Dave PicklesAdded Wine command-line interpreter.