Subversion Repositories SvarDOS

Rev

Rev 1007 | Rev 1024 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1007 Rev 1012
1
 
1
 
2
 
2
 
3
                    === SvarCOM's history / changelog ===
3
                    === SvarCOM's history / changelog ===
4
 
4
 
5
 
5
 
6
=== ver 2022.2 (xx.xx.xxxx) ==================================================
6
=== ver 2022.2 (xx.xx.xxxx) ==================================================
7
 
7
 
8
 - fixed parsing of /C and /K arguments that were leading to spurious warnings
8
 - fixed parsing of /C and /K arguments that were leading to spurious warnings
9
 - step-by-step execution of batch files (/Y)
9
 - step-by-step execution of batch files (/Y)
-
 
10
 - fixed %var% matching within batch files to be case-insensitive
10
 
11
 
11
 
12
 
12
=== ver 2022.1 (28.02.2022) ==================================================
13
=== ver 2022.1 (28.02.2022) ==================================================
13
 
14
 
14
 - added GOTO support (jumps to a labelled line within a batch file)
15
 - added GOTO support (jumps to a labelled line within a batch file)
15
 - added CALL support (calls batch files from within batch files)
16
 - added CALL support (calls batch files from within batch files)
16
 - DOS errors are output to stdout, and also to stderr if stdout is redirected
17
 - DOS errors are output to stdout, and also to stderr if stdout is redirected
17
 - fixed batch processing with /C (was executing only first command)
18
 - fixed batch processing with /C (was executing only first command)
18
 - stack overflow detection degrades gracefully by invalidating command-line
19
 - stack overflow detection degrades gracefully by invalidating command-line
19
   history (useful if a stack-hungry TSR overflows the RMOD stack)
20
   history (useful if a stack-hungry TSR overflows the RMOD stack)
20
 - multi-lang support relies on SvarLANG.lib instead of its own routines
21
 - multi-lang support relies on SvarLANG.lib instead of its own routines
21
 - made all SvarCOM strings localizable
22
 - made all SvarCOM strings localizable
22
 - added partial German translations (kindly provided by Robert Riebisch)
23
 - added partial German translations (kindly provided by Robert Riebisch)
23
 
24
 
24
 
25
 
25
=== ver 2022.0 (01.02.2022) ==================================================
26
=== ver 2022.0 (01.02.2022) ==================================================
26
 
27
 
27
 - added "global executable links" support (new command: LN)
28
 - added "global executable links" support (new command: LN)
28
 - prompt fixed when current drive becomes invalid (eg. empty diskette drive)
29
 - prompt fixed when current drive becomes invalid (eg. empty diskette drive)
29
 - piping support (like dir/b | sort)
30
 - piping support (like dir/b | sort)
30
 - DIR: fixed /P pagination in wide mode
31
 - DIR: fixed /P pagination in wide mode
31
 - DIR: implemented /A
32
 - DIR: implemented /A
32
 - implemented IF command (IF EXIST, IF ERRORLEVEL, IF str==str)
33
 - implemented IF command (IF EXIST, IF ERRORLEVEL, IF str==str)
33
 - added a break handler (running application can be aborted with CTRL+C)
34
 - added a break handler (running application can be aborted with CTRL+C)
34
 - DOS error messages are output to stderr
35
 - DOS error messages are output to stderr
35
 
36
 
36
 
37
 
37
=== ver 2021.0 (24.11.2021) ==================================================
38
=== ver 2021.0 (24.11.2021) ==================================================
38
 
39
 
39
 - first public release, after roughly a month of work
40
 - first public release, after roughly a month of work
40
 
41
 
41
 
42
 
42
====================================================================== EOF ===
43
====================================================================== EOF ===
43
 
44