Enable querying of IID_FilterGraph interface from filtergraph manager
[wine] / programs / wcmd / wcmdmain.c
2004-03-22  Mike McCormackImplement setlocal/endlocal.
2004-03-18  Mike McCormackFixed handling of "echo."
2004-01-06  Francois GougetAssorted spelling fixes.
2003-10-09  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-09-11  Ferenc WagnerImplement >> style (append) output redirection.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-27  Oleg ProkhorovNo handles were inherited in CreateProcess, all child...
2003-08-22  Oleg ProkhorovAvoid crash in WCMD_run_program when no extension was...
2003-07-22  Alexandre JulliardFixed check for .bat and .cmd extensions (spotted by...
2003-07-11  Sylvain PetreolleFrench translation + misc fixes.
2003-07-09  Alexandre JulliardAvoid hard-coded command line length limit in WCMD_proc...
2003-07-09  Greg MarsdenAllow command lines with pipes to be processed by wcmd.
2003-07-09  Mike McCormackNull parameters need to be quoted on the commandline.
2003-05-11  Francois GougetFix handling of wcmd /c "c:\Program Files\hello.bat".
2003-03-25  Stefan LeichterLet wcmd handle .cmd files like .bat files.
2003-03-05  Sylvain PetreolleAllow to run autoexec.bat when launching wcmd, it was...
2003-02-27  Eric Pouech- don't create a new console upon startup
2003-02-25  Eric Pouech- made support for paged output a generic feature in...
2003-02-24  Dan KegelMake 'cmd /c cl /MUMBLE foo.c' pass /MUMBLE to cl.
2003-02-11  Sylvain PetreolleFixed handling of PATH command with spaces.
2003-01-15  Alexandre JulliardUse proper file sharing parameters when opening files.
2003-01-02  Chris MorganDefault to $P$G prompt. Make width of date 10 characte...
2002-12-11  Sylvain PetreolleImplement $V in builtin PROMPT.
2002-11-04  Jaco GreeffSkip the allocation of a new console on "wcmd /c <comma...
2002-10-09  Alexandre JulliardTry CreateProcess even if SHGetFileInfo fails so that...
2002-09-12  Uwe BonnesWCMD_parse: allow slashes in command filenames.
2002-07-24  Uwe BonnesWCMD_run_program: don't try to run an empty line.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-04  Jason EdmeadesAdd support for the 'title' command.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-29  Steven EdwardsChanges wine_main to main to properly build on all...
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-11-02  Dave PicklesPause command interpreter while executing a console...
2000-08-01  Dave PicklesAdded support for ERRORLEVEL.
2000-08-01  Jason Edmeades- Support whitespace around commands better, and suppor...
2000-04-15  Alexandre JulliardImproved Winelib apps initialisation code. No longer...
2000-03-24  Patrik StridvallFixed ANSI C related compile problems.
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.