Subversion Repositories SvarDOS

Rev

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

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