Subversion Repositories SvarDOS

Rev

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

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