Alex Henrie
660021d0fc
cmd: Consistently wrap lines to 75 characters.
...
75 characters is the maximum length of a line before gettext breaks it,
so this convention will cause each translatable string to fit snugly
into the po files. It's also about what we were doing anyway, just not
consistently.
The biggest advantage to consistent line wrapping is that translators
will no longer have to guess where they should insert line breaks.
I have rewrapped the Catalan, Czech, Danish, German, Spanish, Finnish,
French, Croatian, Hungarian, Italian, Lithuanian, Norwegian, Dutch,
Polish, Portuguese, Romanian, Russian, Slovene, Swedish, Turkish, and
Ukranian translations so as to not burden their maintainers.
The Bulgarian, Greek, Esperanto, Farsi, Hindi, Malayalam, Oriya, Punjabi,
Romansh, Slovak, Serbian, Telugu, Thai, and Walloon translations did not
need to be rewrapped.
I removed Hebrew "translations" of cmd.rc that were just copies of the
English strings, and marked cmd.rc:142 as fuzzy if the translation
mentioned wine.conf.
Single-line translations that were 80 characters long or less were not
wrapped.
The Arabic, Japanese, Korean, and Chinese translations still need to be
rewrapped.
2015-07-06 14:49:40 +09:00
Thomas Faller
3cda870469
cmd: Fix invalid "else if" execution.
2015-06-25 13:56:40 +09:00
Thomas Faller
4e91fa5f6b
cmd: Fix invalid memory access.
2015-06-15 14:49:54 +09:00
Thomas Faller
43dfe76376
cmd: Fix access of uninitialized memory.
2015-06-12 21:22:42 +09:00
Hugh McMaster
27753f2ea6
cmd.exe: Remove redundant call to SetConsoleMode.
2015-05-08 15:07:24 +09:00
Francois Gouget
f505e6fb4a
Assorted spelling fixes.
2015-03-19 21:54:14 +09:00
Michael Stefaniuc
b7c8b62bbf
wcmd: Remove an unused variable (PVS-Studio).
2015-02-23 15:26:00 +09:00
Bruno Jesus
5a469f1b87
cmd: Ensure environment variables fit in memory.
2015-01-06 18:20:01 +01:00
Michael Stefaniuc
232390e5b8
cmd: Remove duplicated if-check (PVS-Studio).
2014-11-27 11:43:22 +01:00
Alexandre Julliard
3d3c5ab400
cmd: Add a helper function to check if a path ends with a backslash.
2014-10-30 13:11:27 +09:00
Alistair Leslie-Hughes
213b244cb5
cmd: Dont assume cmd.exe is the first argument.
2014-09-10 12:40:02 +02:00
Gerald Pfeifer
51d217e6df
cmd: Remove fslashW.
2014-08-21 12:23:38 +02:00
Alexandre Julliard
fd17c93224
cmd: Use array indexing syntax to access array members.
2014-07-16 14:53:18 +02:00
Thomas Faber
d4c4f0ab95
cmd: Do not omit mandatory argument to WriteFile.
2014-07-14 17:22:40 +02:00
Frédéric Delanoy
95ae71f3ab
Assorted spelling/grammar fixes.
2014-07-01 13:09:13 +02:00
Frédéric Delanoy
e9eb86edfb
cmd/tests: Don't use "@pwd@\" when expecting a full path.
2014-03-11 19:39:15 +01:00
Frédéric Delanoy
f80dd2469f
cmd/tests: Correctly determine script path for root directories.
2014-03-11 19:39:05 +01:00
Frédéric Delanoy
0f2bed51bd
Assorted spelling fixes.
2014-02-10 15:47:29 +01:00
Alexandre Julliard
99ef0d6ff0
makefiles: Get rid of the MAKE_TEST_RULES variable.
2014-01-02 12:13:16 +01:00
Alexandre Julliard
86b1f94d28
makefiles: Get rid of the MAKE_PROG_RULES variable.
2014-01-02 12:12:57 +01:00
Alexandre Julliard
4f3d71cef3
makefiles: Get rid of the no longer used PO_SRCS variables.
2013-12-15 10:23:04 +01:00
Alexandre Bique
483b7ebebf
cmd: Update the string of the ver command.
2013-12-12 19:21:35 +01:00
Alexandre Julliard
5756ee09f3
makefiles: Add makedep pragmas for rc files that contain translations.
2013-11-05 20:38:19 +01:00
Frédéric Delanoy
e459131677
cmd: Use BOOL type where appropriate.
2013-10-17 10:45:05 +02:00
Michael Stefaniuc
7641cef0bd
cmd/tests: Compile with -D__WINESRC__.
2013-10-16 11:41:20 +02:00
Michael Stefaniuc
0e681027a2
tests: Compile the tests by default with -D__WINESRC__.
2013-10-02 11:04:02 +02:00
Francois Gouget
c886ad824a
cmd: Standardize the references to directories in the builtin command usage messages.
2013-10-01 19:22:45 +02:00
Francois Gouget
b151052be4
cmd: Mention that the % must be doubled for FOR variables in batch files.
...
Also standardize on the 'Usage:' prefix for usage messages.
2013-10-01 19:16:30 +02:00
Francois Gouget
c1eb9cf1b6
cmd: Remove an invalid comment in the FOR a usage message.
...
The % must be doubled for FOR variables. The removed comment was in fact documenting an old Wine bug.
2013-07-12 18:04:22 +02:00
Marcus Meissner
e85d3c7108
cmd: null terminate answer string (Coverity).
2013-07-10 10:53:14 +02:00
Jason Edmeades
dd0b719a3a
cmd: Avoid infinite loop running batch program.
2013-06-05 17:31:36 +02:00
Jason Edmeades
a5b1172e90
cmd: Fix 'for' expansion of wildcards when no args are supplied.
2013-06-05 11:45:23 +02:00
Jason Edmeades
56a33a8c55
cmd: set "var=value" ignores trailing characters.
2013-06-05 11:45:19 +02:00
Jason Edmeades
2b9649d9db
cmd: Fix tilda parameter expansion when arg is empty.
2013-06-04 21:01:13 +02:00
Jason Edmeades
dc4dd0cb97
cmd: Fix handling of redundant information on goto/labels.
2013-06-04 21:01:13 +02:00
Michael Stefaniuc
6899279bab
cmd: Print the debug string instead of the pointer value.
2013-04-17 21:29:20 +02:00
Alexandre Julliard
64ea72b667
cmd: Add a 256x256 icon.
2013-03-27 20:12:27 +01:00
Piotr Caban
743a42b259
cmd: Fixed memory leak in WCMD_run_program.
2013-03-01 18:03:30 +01:00
Francois Gouget
a5ff4b8088
Assorted spelling fixes.
2013-01-29 12:13:04 +01:00
Piotr Caban
e727e44dfa
cmd: Even if FindExecutable fails wait for process to finish in non-interactive mode.
2013-01-17 12:15:28 +01:00
Jason Edmeades
0b00b717b9
cmd: Add beginnings of support for delayed expansion.
2013-01-07 11:15:23 +01:00
Jason Edmeades
3735bf6af5
cmd: Avoid division by zero in set /a with %.
2013-01-07 11:14:24 +01:00
Francois Gouget
f963f93964
Assorted spelling fixes.
2013-01-07 11:10:40 +01:00
Ann and Jason Edmeades
95279b87e4
cmd: Add set /a support.
2012-12-21 12:00:19 +01:00
Jason Edmeades
51c4411a15
cmd: Add more tests for set /a.
2012-12-21 11:45:31 +01:00
Jason Edmeades
836f3e4c29
cmd: Convert the set /a tests to validate better.
2012-12-21 11:45:18 +01:00
Frédéric Delanoy
5188f08bf4
cmd: Remove dead assignments (clang).
2012-12-20 12:00:45 +01:00
Frédéric Delanoy
40a69ae868
cmd: Remove dead assignment (clang).
2012-12-19 14:38:59 +01:00
Jason Edmeades
64d7151669
cmd: Wait for command to complete when spawned through cmd /c.
2012-11-30 11:44:09 +01:00
Jason Edmeades
fc847f868c
cmd: Change what 'ver' issues.
2012-11-28 20:14:54 +01:00