Francois Gouget
|
cfc3943c5f
|
Make our ascii strings static const.
Remove a couple string variables that were used only once and use the
string literal directly.
|
2004-05-04 04:13:05 +00:00 |
Ge van Geldorp
|
399901e054
|
Rename LARGE_INTEGER and ULARGE_INTEGER members "s" to "u" to conform
with PSDK.
|
2004-01-23 01:51:33 +00:00 |
Rolf Kalbermatter
|
76f13deb26
|
Use INVALID_FILE_ATTRIBUTES to test for failure of
GetFileAttributesA/W and not -1 or 0xFFFFFFFF.
|
2003-10-16 19:12:49 +00:00 |
Eric Pouech
|
b2f079bade
|
- don't create a new console upon startup
- no longer assume we're always attached to a console
|
2003-02-27 01:41:21 +00:00 |
Eric Pouech
|
841d9828e9
|
- made support for paged output a generic feature in wcmd
- rewrote DIR command accordingly
|
2003-02-25 03:58:42 +00:00 |
Alexandre Julliard
|
ae4311c71c
|
Defined NONAMELESSUNION/STRUCT directly in the files that need it
instead of globally in the makefile.
|
2003-01-07 23:11:12 +00:00 |
Chris Morgan
|
c87595c994
|
Default to $P$G prompt. Make width of date 10 characters to align
date column with DATE_SHORTDATE format.
|
2003-01-02 17:47:40 +00:00 |
Steven Edwards
|
629f02b329
|
Porting fix.
|
2002-10-28 23:54:08 +00:00 |
Alexandre Julliard
|
dd0bdbe44e
|
Removed the __uint* types from basetsd.h since they don't exist under
Windows. Fixed a few other issues with type definitions.
|
2002-09-12 17:29:12 +00:00 |
Gregg Mattinson
|
d0f8bf3743
|
Modified WCMD_filesize64 to handle unsigned numbers.
|
2002-07-05 22:47:56 +00:00 |
Vincent Béron
|
9a62491660
|
Removed trailing whitespace.
|
2002-05-31 23:06:46 +00:00 |
Jason Edmeades
|
a88289500c
|
- Support for dir /w and /b flags
- Fixed a couple of unclosed FindFirst/FindNext pairs
|
2002-04-29 23:33:09 +00:00 |
Alexandre Julliard
|
0799c1a780
|
Added LGPL standard comment, and copyright notices where necessary.
Global replacement of debugtools.h by wine/debug.h.
|
2002-03-09 23:29:33 +00:00 |
Dave Pickles
|
a9d0209c75
|
- Fix uninitialised variable problem in DIR command.
- Correct some comments.
|
2001-06-20 22:52:12 +00:00 |
Francois Gouget
|
f860ded319
|
ULARGE_INTEGER may have a dummy struct name.
|
2001-06-08 18:59:03 +00:00 |
Dave Pickles
|
64fba1cb84
|
- Report file and directory sizes using 64-bit arithmetic (like NT).
- Handle pipes in commands.
|
2001-06-04 02:55:38 +00:00 |
Dave Pickles
|
ebecf50229
|
Added support for ERRORLEVEL.
Most errors reported via FormatMessage().
COPY command now works correctly if output specifier is a directory.
|
2000-08-01 22:02:18 +00:00 |
Patrik Stridvall
|
205721e724
|
Fixed ANSI C related compile problems.
|
2000-03-24 20:40:41 +00:00 |
Dave Pickles
|
036a9f79a9
|
FOR and IF commands added.
MOVE command added, but no wildcard support.
Redirection added.
Fixed TIME (was reporting in GMT).
More help text.
|
1999-07-10 11:36:45 +00:00 |
Dave Pickles
|
74f440eabf
|
Added Wine command-line interpreter.
|
1999-06-06 15:24:04 +00:00 |