Implement LBS_COMBOBOX, and make use of it.
[wine] / programs / wcmd /
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.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-21  Alexandre JulliardRenamed Winelib apps to .exe.so to follow the dll namin...
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
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-04-11  Alexandre JulliardRemoved changelog entries that are in the main changelo...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-27  Andriy PalamarchukRemoved alternative make scripts.
2002-01-29  Steven EdwardsChanges wine_main to main to properly build on all...
2001-11-24  Alexandre JulliardCompile all programs with -DSTRICT -DNONAMELESSUNION...
2001-06-20  Dave Pickles- Fix uninitialised variable problem in DIR command.
2001-06-08  Francois GougetULARGE_INTEGER may have a dummy struct name.
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-10  Alexandre JulliardBuild most programs as .so files.
2000-11-09  Alexandre JulliardAdded some missing imports.
2000-11-02  Dave PicklesPause command interpreter while executing a console...
2000-10-31  Alexandre JulliardAdded import of ntdll.
2000-10-23  Alexandre JulliardBuild Win32 resources as .res files and dump them into...
2000-08-04  Hidenori TakeshimaAdded a few missing imports.
2000-08-04  Alexandre JulliardAdded a few missing imports.
2000-08-01  Dave PicklesAdded support for ERRORLEVEL.
2000-08-01  Jason Edmeades- Support whitespace around commands better, and suppor...
2000-07-29  Francois Gougetole32 now requires linking with kernel32
2000-07-23  Francois GougetAdded -DSTRICT.
2000-04-24  Alexandre JulliardImplemented on-demand loading of builtin dlls using...
2000-04-19  Alexandre JulliardFixed resource loading.
2000-04-15  Alexandre JulliardImproved Winelib apps initialisation code. No longer...
2000-03-24  Patrik StridvallFixed ANSI C related compile problems.
2000-02-03  Ulrich WeigandAdded .spec files for all libtest/ and programs/ WineLi...
2000-01-31  Alexandre JulliardBuild most dlls as separate shared libraries.
1999-10-31  Alexandre JulliardAdded wmcdrc.h
1999-10-25  Alexandre JulliardAdded dependency on winestub.o
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.