msxml3: Fixed typo in create_bsc.
[wine] / programs / xcopy /
2008-06-12  Francois Gougetxcopy: Remove spaces before '\n' in resource strings.
2008-06-11  Michael Karcherxcopy: Fix non-translation of a string.
2008-06-11  Mikołaj Zalewskixcopy: German should use SUBLANG_NEUTRAL.
2008-06-11  Michael Karcherxcopy: Add German translation.
2008-05-26  Alexandre Julliardprograms: Use the Wine import libraries when compiling...
2008-05-05  Jens Albretsenxcopy: Added Danish translation.
2008-04-22  Alexander Nicolays... xcopy: Add Norwegian Bokmål resource.
2008-04-09  Hwang YunSong(황윤성)xcopy: Updated Korean resource.
2008-04-08  Rok Mandeljcxcopy: Added Slovenian translation.
2008-04-07  Francois GougetAssorted spelling fixes.
2008-02-16  Frans Koolxcopy: Created Dutch translations.
2008-02-15  Francois GougetUTF-8 resource files must explicitly say so with a...
2007-11-13  Jonathan Ernstxcopy: Updated French translation.
2007-10-25  Andrew Talbotxcopy: Fix some memory leaks.
2007-08-07  Dmitry Timoshkovinclude: winres.h no longer exists in PSDK, fix winresr...
2007-06-04  Jason Edmeadesxcopy.exe: Convert from main to wmain.
2007-05-24  Hwang YunSong(황윤성)xcopy: New Korean resource.
2007-05-22  Mikołaj Zalewskixcopy: Add Polish translation.
2007-05-02  Jason Edmeadesxcopy: Output to console in Unicode if possible, or...
2007-04-23  Kirill K. Smirnovxcopy: Add Russian resource.
2007-04-02  Jason Edmeadesxcopy: Hack/workaround for filenames starting with...
2007-04-02  Jason Edmeadesxcopy: /E implies recursive (fixes ActiveState Perl...
2007-04-02  Jason Edmeadesxcopy: Make displayed names mirror windows.
2007-04-02  Jason Edmeadesxcopy: Add help.
2007-04-02  Jason Edmeadesxcopy: Update comments with unsupported operations...
2007-04-02  Jason Edmeadesxcopy: Move all messages into an English resource file.
2007-04-02  Jason Edmeadesxcopy: Rearrange code to closely match windows ordering.
2007-04-02  Jason Edmeadesxcopy: Add support for /D and /D:m-d-y.
2007-04-02  Jason Edmeadesxcopy: Add support for /EXCLUDELIST:file1+file2 etc.
2007-03-30  Jason Edmeadesxcopy: Add support for xcopy /A and /M (archive copies).
2007-03-30  Jason Edmeadesxcopy: Add support for /P (Prompt).
2007-03-30  Jason Edmeadesxcopy: Add support for /C (Continue if errors).
2007-03-30  Jason Edmeadesxcopy: Add support for /H (Hidden/System).
2007-03-30  Jason Edmeadesxcopy: Add support for /R (Replace read only files).
2007-03-30  Jason Edmeadesxcopy: Add support for /U (target must exist).
2007-03-30  Jason Edmeadesxcopy: Add support for /N (shortname copy).
2007-03-30  Jason Edmeadesxcopy: Add support for COPYCMD override and fix /-y.
2007-03-30  Jason Edmeadesxcopy: Prompt when overwriting files, add /Y and /...
2007-03-30  Jason Edmeadesxcopy: Add support for /T (no copy).
2007-03-30  Jason Edmeadesxcopy: Add support for /W (pause).
2007-03-19  Jason EdmeadesBasic implementation of xcopy.