Added configure check for libutil.h.
[wine.git] / programs / wcmd / ChangeLog
blobeccc8c267d5473e892d6f55932151a83e0330b38
1 v0.12 - 4 July 1999
2 FOR and IF commands added.
3 MOVE command added, but no wildcard support.
4 Redirection added.
5 Fixed TIME (was reporting in GMT).
6 More help text.
8 v0.11 - 20 June 1999
9 Batch command parameters (and the SHIFT command) added.
10 GOTO added.
11 Batch invokation (including CALL) now functions correctly
12 VERIFY command added as a stub.
14 v0.10 - 2 June 1999
15 Additional help text and error codes.
17 v0.09 - 5 May 1999
18 Directory byte counts and disk free space are reported with commas and in 64-bit.
19 File sizes have commas but are computed in 32 bits.
20 Handling of DIR /S on non-current path corrected.
21 DEL with wildcard or directory name works correctly.
23 v0.08 - 21 Mar 1999
24 Invoke an AUTOEXEC.BAT file if it exists in the root directory of the startup drive.
26 v0.07 - 8 Mar 1999
27 Can now be compiled as a WineLib app (conditional code added).
28 Additional help text.
29 Icon added to resources (the Wine-glass).
31 v0.06 - 23 Feb 1999
32 Help text moved into resource file to allow localisation.
33 Simple batch files (without parameters) can be executed.
35 v0.05 - 17 Feb 1999
36 Fixed problem with DIR command & long, complex relative paths.
37 DIR /S and /P implemented.
38 Date and time in PROMPT localised.
39 More work on batch files (they are echoed to screen but not executed). 
41 v0.04 - 7 Feb 1999
42 Command-line qualifiers /c /q /k implemented (as NT's CMD.EXE).
43 ECHO command implemented, though echo mode is not honoured.
44 Environment variables in commands (eg %envvar%) expanded.
45 REN and COPY added, but no wildcard support or relative paths.
46 Filenames in quotes now handled.
47 PAUSE command.
48 Preliminary coding for batch files.
50 v0.03 - 5 Feb 1999
51 Added relative path and alternate drive support to DIR, also free disk space
52 (32-bit only!).
54 v0.02 - 27 Jan 1999
55 Added change-drive code.
57 v0.01 - 25 Jan 1999
58 Initial version.