mshtml: Don't crash in QueryInterface if uri is NULL.
[wine] / programs / wcmd /
2006-07-26  Thomas Khowcmd: Correct handling of quotes and /s flag when a...
2006-07-10  Alexandre Julliard.gitignore: Added wildcards to ignore generated resourc...
2006-07-10  Alexandre Julliardmake_progs: Generate the .gitignore file.
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-07-03  Thomas Khowcmd: Modify option parser to allow compound options.
2006-06-06  Mike McCormackwcmd: Fix a Win64 warning.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-21  Alexandre Julliardwcmd: Try executing the process even if the exe file...
2006-03-20  Robert Shearmanwcmd: Use PACKAGE_VERSION as the wcmd version.
2006-03-06  Robert Shearmanwcmd: Improve command line processing.
2006-02-13  Petr Tesarikwcmd: Czech language resources encoding fix.
2006-02-06  Rein Klazeswcmd: CALL should search the current PATH.
2006-02-06  Fatih Aşıcıwcmd: Turkish translation.
2006-01-16  Mike McCormackprograms: Use WIN32_LEAN_AND_MEAN in some more places.
2005-12-19  Rein Klazeswcmd: Increase maximum length of commands.
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-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-28  YunSong HwangUpdate Korean translations.
2005-11-26  Alexandre JulliardIgnore symlink files too (needed for git).
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-23  YunSong HwangUpdate Korean translations.
2005-11-21  YunSong HwangUpdate Korean translations.
2005-11-14  YunSong HwangAdd Korean translations.
2005-10-03  Brian GraysonSkip tabs in wcmd.
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-26  Alexander N. SørnesNorwegian translation of wcmd and wineconsole.
2005-08-19  Mike McCormackFix gcc 4.0 warnings.
2005-07-15  Eric PouechEnsure msvcrt's io block is passed down from wcmd's...
2005-07-11  Detlef RiekenbergDo not print an error message when deleting a nonexiste...
2005-06-27  Andreas MohrConstify wcmd.
2005-03-28  Vincent BéronNative wcmd.exe accepts CALLs to .exe files.
2005-03-02  Francois GougetAssorted spelling fixes.
2005-02-16  Alex Villacís LassoChange SUBLANG_DEFAULT to SUBLANG_NEUTRAL for LANG_SPAN...
2005-02-14  Jason EdmeadesMake 'exist' in wcmd handle both file and directories.
2005-02-10  Francois GougetAssorted spelling fixes.
2005-02-10  Alexandre JulliardAuthors: Américo José Melo <mmodem00@netvisao.pt>,...
2004-12-06  Eric PouechAnother round of const correctness fixes.
2004-11-29  Eric PouechMade some functions and variables static.
2004-10-25  David KredbaNew Czech resources.
2004-10-04  Piotr CabanAdded Polish translation.
2004-09-22  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-08-04  Henning GerhardtUpdated the German translation.
2004-07-30  Alexandre JulliardFixed bug with % signs in help output (reported by...
2004-07-30  Henning GerhardtAdded a German translation to wcmd.
2004-07-23  Francois GougetAssorted spelling fixes.
2004-07-12  Hajime SegawaAdded Japanese translation for msrle32, wininet, wcmd.
2004-05-04  Francois GougetMake our ascii strings static const.
2004-04-06  José Manuel Ferrer... Updated Spanish translations.
2004-03-22  Mike McCormackImplement setlocal/endlocal.
2004-03-18  Mike McCormackFixed handling of "echo."
2004-03-09  Alexandre JulliardTake advantage of the new winegcc -B support.
2004-03-02  Alexandre JulliardWe no longer use the .exe.spec.c files.
2004-03-02  Alexandre JulliardBuild all the programs with winegcc.
2004-01-23  Ge van GeldorpRename LARGE_INTEGER and ULARGE_INTEGER members "s...
2004-01-06  Francois GougetAssorted spelling fixes.
2003-12-30  Mike McCormackSort the output of wcmd's set command.
2003-12-13  Alexandre JulliardRemoved useless #ifdef WINELIB.
2003-10-27  Hans Leidekker- Added Dutch translation.
2003-10-16  Rolf KalbermatterUse INVALID_FILE_ATTRIBUTES to test for failure of
2003-10-09  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-10-04  Pavel RoskinConvert resources to standard format without embedded...
2003-09-22  Vincent BéronAnother batch of French resources updates.
2003-09-17  Igor StepinAdded a lot of Russian translations.
2003-09-11  Ferenc WagnerImplement >> style (append) output redirection.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-29  Rok MandeljcMinor updates of Slovenian translations.
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  Marcelo DuarteMinor fixes in Pt, En resources.
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-06-23  Marcelo Duarte- localization to the Portuguese of Brazil of "programs/*"
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-30  Dan KegelAdd real syntax doc for LABEL command.
2003-01-21  Dan Kegel\ at EOL in string now behaves like in msvc6's rc.
2003-01-15  Alexandre JulliardUse proper file sharing parameters when opening files.
2003-01-07  Alexandre JulliardDefined NONAMELESSUNION/STRUCT directly in the 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-28  Steven EdwardsPorting fix.
2002-10-09  Alexandre JulliardTry CreateProcess even if SHGetFileInfo fails so that...
2002-09-12  Uwe BonnesWCMD_parse: allow slashes in command filenames.
2002-09-12  Alexandre JulliardRemoved the __uint* types from basetsd.h since they...
2002-07-24  Uwe BonnesWCMD_run_program: don't try to run an empty line.
2002-07-24  Uwe BonnesMore verbose output when file not found.
2002-07-24  Uwe BonnesWCMD_batch: increase possible line length and warn...
2002-07-05  Gregg MattinsonModified WCMD_filesize64 to handle unsigned numbers.
2002-06-01  Alexandre JulliardRemoved some more trailing whitespace.
next