Sign in
goma
/
wine
/
e15caca5c421868b6f9605ab42899d8bd1cae3e0
/
programs
/
cmd
3f1f5ed
Fix unneeded capitalization in user prompts.
by Nikolay Sivov
· 15 years ago
0d52753
cmd: Remove variable copyFromDir which is not really used from WCMD_copy.
by Gerald Pfeifer
· 15 years ago
5b0de0d
cmd: Remove variable useinput which is not really used from WCMD_more.
by Gerald Pfeifer
· 15 years ago
f40265b
cmd: Remove variable argsProcessed which is not really used from WCMD_directory.
by Gerald Pfeifer
· 15 years ago
02a0bd3
cmd: Remove variable doRecursive which is not really used from WCMD_for.
by Gerald Pfeifer
· 15 years ago
8b37b34
wcmd: Replaced program icon with a Tango compliant icon.
by Joel Holdsworth
· 15 years ago
5b1f661
cmd/tests: Add casts to pointer differences in traces.
by Alexandre Julliard
· 15 years ago
93d9d8a
programs: Fix compiler warnings with flag -Wcast-qual.
by Mikhail Maroukhine
· 15 years ago
27717a5
cmd: Add testcases for goto.
by Austin English
· 15 years ago
e22f6aa
cmd: Ignore spaces before goto label.
by Nikolay Sivov
· 15 years ago
e486a02
cmd: Added @or_broken@ handling to test templates and use it to fix tests on win2k.
by Jacek Caban
· 15 years ago
ac8d924
cmd: Add another expansion test.
by Yann Droneaud
· 15 years ago
954d06c
cmd: Remove %CD% test.
by Yann Droneaud
· 15 years ago
bef5645
makefiles: Remove the no longer needed explicit separators for dependencies.
by Alexandre Julliard
· 15 years ago
9bad2fe
cmd: Added some expansion tests.
by Yann Droneaud
· 15 years ago
727df7a
cmd: Fixed uninitialised field in WCMD_addCommand() (Valgrind).
by Yann Droneaud
· 15 years ago
a607f53
cmd: Fix cmd to take /? as a help parameter.
by Arjun Comar
· 15 years ago
4064efdc
cmd: Fix a memory leak (Valgrind).
by Paul Vriens
· 15 years ago
6164ce2
makefiles: Use the standard C_SRCS variable as the list of test files.
by Alexandre Julliard
· 15 years ago
2ef6101
cmd/tests: Compare strings case-insensitive.
by Paul Vriens
· 15 years ago
41c0db3
cmd: Add test for 'if' case sensitivity.
by Trey Hunner
· 15 years ago
f468055
cmd: Remove some unneeded extension checking.
by Paul Vriens
· 15 years ago
8110dde
cmd: Fix 'else', with tests.
by Dan Kegel
· 15 years ago
e4fd519
cmd: Rename reference file from .out to .exp to avoid clash with gnu make builtin rule.
by Dan Kegel
· 15 years ago
8bc6ff9
cmd: Add test to show ~dp0 should be directory containing batch file.
by Dan Kegel
· 15 years ago
9d63b91
cmd: Add test to show set "FOO=bar" should not include the quotes in the variable value.
by Dan Kegel
· 15 years ago
786429b
cmd: Turn off echo, add visual separator between testcases.
by Dan Kegel
· 15 years ago
5035f3c
cmd: Move all tests to test_builtins.cmd.
by Dan Kegel
· 15 years ago
d00f031
cmd: Improve German translation.
by André Hentschel
· 15 years ago
28a4a7b
cmd: Added cmd.exe tests.
by Jacek Caban
· 15 years ago
15998c2
cmd: Size buffer in create_full_path() correctly.
by Dan Kegel
· 15 years ago
60fe4da
cmd: %~dp0 should expand to the directory containing the batch file, not the current directory.
by Dan Kegel
· 15 years ago
afb374b
cmd: Add support for 'if /i'.
by Trey Hunner
· 15 years ago
b6e8e13
cmd: Fix echoing of multiline commands.
by Dan Kegel
· 15 years ago
27235ec
cmd: Echoed prompts are preceded by a blank line.
by Dan Kegel
· 15 years ago
f06cb3e
cmd: Set the PROMPT environment variable on startup.
by Andrew Nguyen
· 15 years ago
cc72c4d
cmd: Use DOS newlines, not UNIX.
by Austin English
· 15 years ago
79b0072
cmd: Use the explicit name for all A/W function.
by Alexandre Julliard
· 15 years ago
f62218f
cmd: Break out of the argument scan loop (Coverity).
by Marcus Meissner
· 15 years ago
085c393
cmd: Remove spaces before '\n's.
by Francois Gouget
· 15 years ago
79bb4bd
cmd: Add Italian translation.
by Luca Bennati
· 15 years ago
45905b2
cmd.exe: Treat tabs as parameter delimiters.
by Colin Fletcher
· 15 years ago
a78ccf1
cmd: Fix handling of quotes when line includes redirections and/or pipes.
by Peter Dons Tychsen
· 15 years ago
203c538
cmd: Fix copy option handling in batch mode.
by Andrew Nguyen
· 15 years ago
25efe69
cmd: Make 'dir' hide hidden or system files by default.
by Dan Kegel
· 16 years ago
81e5c76
cmd: Improve 'attrib' builtin to handle at least setting/clearing single attributes.
by Dan Kegel
· 16 years ago
765d9a1
wcmd: Ignore start and end quotes.
by André Hentschel
· 16 years ago
5866651
cmd: Fix German typo.
by Jörg Höhle
· 16 years ago
9c7ded0
wcmd: Only execute non-empty commands.
by Juan Lang
· 16 years ago
e03b919
cmd: Convert the Russian resources to UTF-8.
by Vladimir Pankratov
· 16 years ago
7d16eed
cmd: Update German translation.
by André Hentschel
· 16 years ago
4e22326
cmd: Fix German translation.
by André Hentschel
· 16 years ago
f628146
Remove some obsolete README files.
by Alexandre Julliard
· 16 years ago
4b18e8d
cmd: Convert the German resources to UTF-8.
by Michael Stefaniuc
· 16 years ago
18dbff2
cmd: Fix French translation.
by Frédéric Delanoy
· 16 years ago
d7a1cb2
cmd: Add Lithuanian translation.
by Aurimas Fišeras
· 16 years ago
2753331
cmd: Build language resource files separately.
by Michael Stefaniuc
· 16 years ago
008edf4
cmd.exe: Fix incorrect check in WCMD_HandleTildaModifiers().
by Gerald Pfeifer
· 16 years ago
0c01b71
cmd: Replace malloc() with HeapAlloc().
by Francois Gouget
· 16 years ago
c48e5e0
cmd: Introduce a WCMD_strsubstW() function to simplify string substitutions.
by Francois Gouget
· 16 years ago
7448a09
cmd: Updated Polish translations.
by Łukasz Wojniłowicz
· 16 years ago
474276d
cmd: Fix a memory leak (Coverity 904).
by James Hawkins
· 16 years ago
b77d177
cmd: Updated Korean resource.
by Hwang YunSong(황윤성)
· 16 years ago
8ea1a12
cmd: Fixed a number of buffer overflows.
by Diaa Sami
· 16 years ago
2dd1b3b
cmd: Reserve a place in buffer for NULL terminator.
by Nikolay Sivov
· 16 years ago
78f38a7
cmd: Always add a new line in 'type' output on single file mode.
by Nikolay Sivov
· 16 years ago
4691cc4
wcmd: Properly cleanup redirects when there are no in/out/error pipes.
by Erich Hoover
· 16 years ago
8defde7
wcmd: Fix redirecting a pipe to another pipe.
by Erich Hoover
· 16 years ago
423929a
wcmd: Handle batch scripts containing quotes within quotes.
by Erich Hoover
· 16 years ago
e46d25a
cmd: Make some functions static.
by Francois Gouget
· 16 years ago
6b16d02
cmd: WCMD_strtrim_trailing_spaces() is unused so remove it.
by Francois Gouget
· 16 years ago
e7b1257
cmd: Make WCMD_ask_confirm() static.
by Francois Gouget
· 16 years ago
854c9b2
cmd.exe: Don't use wvsprintf on sysv-style varargs, use a libwine function instead.
by Alexandre Julliard
· 16 years ago
aa6f1c7
cmd: Don't include time.h before winsock.h to avoid conflicts.
by Alexandre Julliard
· 16 years ago
3d070ff
cmd: Reorder some functions to avoid forward declarations.
by Francois Gouget
· 16 years ago
f5f54fb
cmd: Reorder some functions to avoid forward declarations.
by Francois Gouget
· 16 years ago
656b627
cmd.exe: Use WCMD_CURRENTTIME resource to show the time.
by Christian Costa
· 16 years ago
3154768
cmd: Make WCMD_DumpCommands() static.
by Francois Gouget
· 16 years ago
5f3287d
*Ko.rc: Update Korean resource.
by ByeongSik Jeon
· 16 years ago
cf8571f
cmd: Remove some superfluous casts.
by Michael Stefaniuc
· 16 years ago
e11c68e
cmd: Convert Japanese resource to UTF-8.
by Muneyuki Noguchi
· 16 years ago
e6bce79
cmd: Check the return value from HeapAlloc.
by Lei Zhang
· 17 years ago
b31fbfc
cmd: Remove spaces before '\n' in resource strings.
by Francois Gouget
· 17 years ago
39cb432
Fix the resources to remove extraneous spaces in '...'.
by Francois Gouget
· 17 years ago
72598cd
cmd: Fix the Turkish translation.
by Michael Stefaniuc
· 17 years ago
0083286
cmd: Fix the Czech translation.
by Michael Stefaniuc
· 17 years ago
8fe5bbf
cmd: Fix the Portuguese translations.
by Michael Stefaniuc
· 17 years ago
712ae3c
cmd: Fix the Japanese translation.
by Michael Stefaniuc
· 17 years ago
8965135
cmd: German translation.
by Andrej Sinicyn
· 17 years ago
5307fec
cmd: Added Danish translation.
by Jens Albretsen
· 17 years ago
6e59cd2
Spelling fixes.
by Austin English
· 17 years ago
df90b52
Fixed typos in the Polish translations.
by Tomasz Nowiński
· 17 years ago
2f807a2
cmd: Updated Slovenian translation.
by Rok Mandeljc
· 17 years ago
8a18e0e
Assorted spelling fixes.
by Francois Gouget
· 17 years ago
e9ee629
cmd: Add a nicer icon.
by Herve Chanal
· 17 years ago
304b415
Assorted spelling fixes.
by Francois Gouget
· 17 years ago
4492334
cmd.exe: Support cd .. when saving current directory.
by Jason Edmeades
· 17 years ago
84f02a6
cmd.exe: Fix pipes.
by Jason Edmeades
· 17 years ago
52e8f6f
cmd.exe: Fix running programs from root of drive.
by Jason Edmeades
· 17 years ago
1d6922b
cmd: Fix character count passed to GetShortPathName in WCMD_HandleTildaModifiers.
by Rob Shearman
· 17 years ago
Next »