Commit Graph

45 Commits (f706c68cf91133330fa705c7ed5fc24c83b74dd6)

Author SHA1 Message Date
Marcus Meissner 1db4c5dc67 xcopy: Handle return from vsnprintfW (Coverity). 2009-01-29 12:48:16 +01:00
Alexandre Julliard 91421f0f02 xcopy.exe: Don't use wvsprintf on sysv-style varargs, use a libwine function instead. 2009-01-03 11:38:26 +01:00
Ricardo Filipe 3d047b7601 xcopy: Added Portuguese translation. 2008-10-22 13:54:54 +02:00
Alexandre Julliard 09874bf78a xcopy.exe: Get rid of remaining uses of Unicode macros. 2008-09-04 14:08:19 +02:00
Francois Gouget d66790e327 xcopy: Remove spaces before '\n' in resource strings. 2008-06-12 12:03:34 +02:00
Michael Karcher 40e8e95cf7 xcopy: Fix non-translation of a string. 2008-06-11 20:03:27 +02:00
Mikołaj Zalewski d0d2b4a45c xcopy: German should use SUBLANG_NEUTRAL. 2008-06-11 20:02:24 +02:00
Michael Karcher 95f3b94800 xcopy: Add German translation. 2008-06-11 11:27:23 +02:00
Alexandre Julliard 0e3eda3425 programs: Use the Wine import libraries when compiling with MinGW. 2008-05-26 19:26:06 +02:00
Jens Albretsen e29fe86a0e xcopy: Added Danish translation. 2008-05-05 13:34:40 +02:00
Alexander Nicolaysen Sørnes 2e798b52ef xcopy: Add Norwegian Bokmål resource. 2008-04-22 12:00:10 +02:00
Hwang YunSong(황윤성) cbd65e17f9 xcopy: Updated Korean resource. 2008-04-09 12:20:04 +02:00
Rok Mandeljc d3245adf46 xcopy: Added Slovenian translation. 2008-04-08 11:58:18 +02:00
Francois Gouget 8a18e0e43a Assorted spelling fixes. 2008-04-07 13:36:18 +02:00
Frans Kool 44958d7e8f xcopy: Created Dutch translations. 2008-02-16 13:55:02 +01:00
Francois Gouget c68745c51b UTF-8 resource files must explicitly say so with a pragma. 2008-02-15 09:55:58 +01:00
Jonathan Ernst 33c0c7cef6 xcopy: Updated French translation. 2007-11-13 21:47:25 +01:00
Andrew Talbot a8df7fddd5 xcopy: Fix some memory leaks. 2007-10-25 14:26:47 +02:00
Dmitry Timoshkov 197f4059ab include: winres.h no longer exists in PSDK, fix winresrc.h includes. 2007-08-07 14:09:09 +02:00
Jason Edmeades ea34c87cc3 xcopy.exe: Convert from main to wmain. 2007-06-04 14:49:44 +02:00
Hwang YunSong(황윤성) 58634e8481 xcopy: New Korean resource. 2007-05-24 11:34:48 +02:00
Mikołaj Zalewski 4266bf0869 xcopy: Add Polish translation. 2007-05-22 12:02:56 +02:00
Jason Edmeades a2fa763008 xcopy: Output to console in Unicode if possible, or OEM codepage otherwise. 2007-05-02 15:03:19 +02:00
Kirill K. Smirnov 9a973408a0 xcopy: Add Russian resource. 2007-04-23 13:54:14 +02:00
Jason Edmeades 928f1cb722 xcopy: Hack/workaround for filenames starting with a '.'. 2007-04-02 12:04:38 +02:00
Jason Edmeades b8b8f254d8 xcopy: /E implies recursive (fixes ActiveState Perl installer). 2007-04-02 12:04:30 +02:00
Jason Edmeades da977e5579 xcopy: Make displayed names mirror windows. 2007-04-02 12:04:12 +02:00
Jason Edmeades a8914b9494 xcopy: Add help. 2007-04-02 12:04:02 +02:00
Jason Edmeades bb2b2d7d3e xcopy: Update comments with unsupported operations and current status. 2007-04-02 12:03:56 +02:00
Jason Edmeades 9ff8b4be5b xcopy: Move all messages into an English resource file. 2007-04-02 12:03:52 +02:00
Jason Edmeades a5cbc372b3 xcopy: Rearrange code to closely match windows ordering.
Effectively work out if we are interested in a file before worrying
about prompting for copy or overwrite.
2007-04-02 11:42:22 +02:00
Jason Edmeades 3645c30ba1 xcopy: Add support for /D and /D:m-d-y. 2007-04-02 11:41:59 +02:00
Jason Edmeades 54b1d19c5b xcopy: Add support for /EXCLUDELIST:file1+file2 etc. 2007-04-02 11:41:11 +02:00
Jason Edmeades 4794bec1c1 xcopy: Add support for xcopy /A and /M (archive copies). 2007-03-30 10:55:21 +02:00
Jason Edmeades 60e79adb53 xcopy: Add support for /P (Prompt). 2007-03-30 10:55:21 +02:00
Jason Edmeades d742bb632b xcopy: Add support for /C (Continue if errors).
Also fix one place error reporting was missing.
2007-03-30 10:55:21 +02:00
Jason Edmeades 0a3a741a4a xcopy: Add support for /H (Hidden/System). 2007-03-30 10:55:20 +02:00
Jason Edmeades 432d81d704 xcopy: Add support for /R (Replace read only files). 2007-03-30 10:55:20 +02:00
Jason Edmeades 5f8f5eb5be xcopy: Add support for /U (target must exist). 2007-03-30 10:55:20 +02:00
Jason Edmeades fe89021458 xcopy: Add support for /N (shortname copy). 2007-03-30 10:55:20 +02:00
Jason Edmeades 30fcdd9f07 xcopy: Add support for COPYCMD override and fix /-y. 2007-03-30 10:55:20 +02:00
Jason Edmeades 70fe414c2a xcopy: Prompt when overwriting files, add /Y and /-Y support. 2007-03-30 10:55:20 +02:00
Jason Edmeades 59bf2dc341 xcopy: Add support for /T (no copy). 2007-03-30 10:55:20 +02:00
Jason Edmeades cf872445a3 xcopy: Add support for /W (pause). 2007-03-30 10:55:20 +02:00
Jason Edmeades 921edab758 Basic implementation of xcopy. 2007-03-19 14:50:32 +01:00