notepad: Make NOTEPAD_DoReplace(All)?() static.
[wine] / programs / cmd /
2009-04-23  Łukasz Wojniłowiczcmd: Updated Polish translations.
2009-03-23  James Hawkinscmd: Fix a memory leak (Coverity 904).
2009-03-09  Hwang YunSong(황윤성)cmd: Updated Korean resource.
2009-03-03  Diaa Samicmd: Fixed a number of buffer overflows.
2009-02-18  Nikolay Sivovcmd: Reserve a place in buffer for NULL terminator.
2009-02-18  Nikolay Sivovcmd: Always add a new line in 'type' output on single...
2009-02-12  Erich Hooverwcmd: Properly cleanup redirects when there are no...
2009-01-13  Erich Hooverwcmd: Fix redirecting a pipe to another pipe.
2009-01-13  Erich Hooverwcmd: Handle batch scripts containing quotes within...
2009-01-06  Francois Gougetcmd: Make some functions static.
2009-01-06  Francois Gougetcmd: WCMD_strtrim_trailing_spaces() is unused so remove it.
2009-01-06  Francois Gougetcmd: Make WCMD_ask_confirm() static.
2009-01-03  Alexandre Julliardcmd.exe: Don't use wvsprintf on sysv-style varargs...
2008-12-31  Alexandre Julliardcmd: Don't include time.h before winsock.h to avoid...
2008-12-31  Francois Gougetcmd: Reorder some functions to avoid forward declarations.
2008-12-31  Francois Gougetcmd: Reorder some functions to avoid forward declarations.
2008-12-30  Christian Costacmd.exe: Use WCMD_CURRENTTIME resource to show the...
2008-12-15  Francois Gougetcmd: Make WCMD_DumpCommands() static.
2008-12-11  ByeongSik Jeon*Ko.rc: Update Korean resource.
2008-12-04  Michael Stefaniuccmd: Remove some superfluous casts.
2008-10-13  Muneyuki Noguchicmd: Convert Japanese resource to UTF-8.
2008-07-30  Lei Zhangcmd: Check the return value from HeapAlloc.
2008-06-11  Francois Gougetcmd: Remove spaces before '\n' in resource strings.
2008-06-05  Francois GougetFix the resources to remove extraneous spaces in '...
2008-06-04  Michael Stefaniuccmd: Fix the Turkish translation.
2008-06-04  Michael Stefaniuccmd: Fix the Czech translation.
2008-06-02  Michael Stefaniuccmd: Fix the Portuguese translations.
2008-05-30  Michael Stefaniuccmd: Fix the Japanese translation.
2008-05-13  Andrej Sinicyncmd: German translation.
2008-05-05  Jens Albretsencmd: Added Danish translation.
2008-04-22  Austin EnglishSpelling fixes.
2008-04-21  Tomasz NowińskiFixed typos in the Polish translations.
2008-04-08  Rok Mandeljccmd: Updated Slovenian translation.
2008-04-07  Francois GougetAssorted spelling fixes.
2008-03-20  Herve Chanalcmd: Add a nicer icon.
2008-03-19  Francois GougetAssorted spelling fixes.
2008-03-04  Jason Edmeadescmd.exe: Support cd .. when saving current directory.
2008-03-04  Jason Edmeadescmd.exe: Fix pipes.
2008-03-04  Jason Edmeadescmd.exe: Fix running programs from root of drive.
2008-02-25  Rob Shearmancmd: Fix character count passed to GetShortPathName...
2008-02-25  Rob Shearmancmd: Fix loop termination check in WCMD_batch.
2008-02-15  Francois GougetAssorted spelling fixes.
2008-02-15  Frans Koolcmd: Added & corrected Dutch translations.
2008-02-07  Andrey Esincmd: Additions to Russian translation.
2008-01-22  Marcus Meissnercmd: Include <time.h> for time().
2008-01-16  Francois GougetAssorted spelling fixes.
2008-01-10  Alexander Nicolays... cmd: Seed the random number generator.
2008-01-04  Lance Jacksoncmd: Fix some unclosed file and registry handles.
2007-11-21  Jonathan Ernstcmd: Updated French translation.
2007-11-13  Jonathan Ernstcmd: Updated French translation.
2007-10-15  Dmitry Potapovcmd: copy: Fix "Path not found" error.
2007-09-27  Francois GougetAssorted spelling fixes.
2007-09-18  Alexandre Julliardcmd.exe: We can now store binary files in the repository.
2007-09-12  Jason Edmeadescmd.exe: Fix redirect ordering on a command line.
2007-09-12  Jason Edmeadescmd.exe: Add basic support for FOR /F parsing launched...
2007-09-12  Jason Edmeadescmd.exe: Add basic for /F string support.
2007-09-12  Jason Edmeadescmd.exe: Add suport for if 1==1 echo yes.
2007-09-12  Jason Edmeadescmd.exe: Allow = and , to be delimiters.
2007-09-12  Jason Edmeadescmd.exe: Expand for variables at last with tilda modifi...
2007-09-12  Jason Edmeadescmd.exe: Enhance FOR support.
2007-08-17  Kirill K. Smirnovprograms/cmd: Do not use hardcoded constants when corre...
2007-08-13  Jason Edmeadescmd.exe: Redirection for external programs was broken...
2007-08-13  Marcus Meissnercmd.exe: WCMD_for is only for files.
2007-08-10  Jason Edmeadescmd.exe: Wait when launching GUI pgms in batch.
2007-08-07  Dmitry Timoshkovinclude: winres.h no longer exists in PSDK, fix winresr...
2007-07-30  Jason Edmeadescmd: Remove some debug code.
2007-07-30  Jason Edmeadescmd: Fix comment to accurately reflect the function.
2007-07-30  Jason Edmeadescmd: Add support for wildcards in copy.
2007-07-25  Jason Edmeadescmd: Fix trap when batch pgm runs another batch pgm.
2007-07-20  Anatoly Lyutincmd: Use toupperW instead of toupper.
2007-07-18  Hwang YunSong(황윤성)cmd: Updated Korean resource.
2007-07-12  Paul Vriensprograms/cmd: Do the assignment after the return to...
2007-07-11  Anatoly Lyutincmd: Use toupperW instead of toupper.
2007-07-05  Francois GougetAssorted spelling fixes.
2007-06-27  Michael Stefaniuccmd: Remove superfluous casts of void pointers to other...
2007-06-18  Jason Edmeadescmd.exe: for loop by default only matches files.
2007-06-18  Jason Edmeadescmd.exe: Fix FOR so it works as 'well' as before.
2007-06-18  Jason Edmeadescmd.exe: Support IF..ELSE processing tolerate multiline...
2007-06-18  Jason Edmeadescmd.exe: Correctly parse IF ELSE plus multipart/multiline.
2007-06-18  Jason Edmeadescmd.exe: Parse multipart FOR statements.
2007-06-18  Jason Edmeadescmd.exe: EXIT /b skips any residual commands.
2007-06-18  Jason Edmeadescmd.exe: Lines starting with REM ignore any multiline...
2007-06-18  Jason Edmeadescmd.exe: GOTO throws away any preloaded multi part...
2007-06-18  Jason Edmeadescmd.exe: Pass the command list through so it is availab...
2007-06-18  Jason Edmeadescmd.exe: Pass command structure into WCMD_pipe, not...
2007-06-18  Jason Edmeadescmd.exe: Add basic support for && and (...) syntax.
2007-06-15  Jason Edmeadescmd.exe: Add support for cmd.exe /u (Unicode from inter...
2007-06-08  Alexandre Julliardcmd.exe: Silence a FIXME.
2007-06-07  Anatoly Lyutincmd.exe: Update Russian translation.
2007-06-06  Francois Gougetprograms/cmd: Add missing '\n' to Wine trace.
2007-06-04  Jason Edmeadescmd.exe: Fix dir /w.
2007-06-04  Jason Edmeadescmd.exe: Change from main to wmain.
2007-06-04  Jason Edmeadescmd.exe: Fix handling of malformed environment variable...
2007-06-04  Jason Edmeadescmd.exe: Fix 'help garbage' command post-unicode support.
2007-06-04  Jason Edmeadescmd.exe: Convert cmd to Unicode.
2007-06-04  Jason Edmeadescmd.exe: Handle command line as Unicode.
2007-06-04  Jason Edmeadescmd.exe: Move writing to console into a single function.
2007-06-04  Jason Edmeadescmd.exe: Move English constants into NLS files.
2007-06-01  Alexander Nicolays... cmd: Update Norwegian Bokmål resources.
2007-05-30  José Manuel Ferrer... Some Spanish translations updated.
next