Subversion Repositories SvarDOS

Rev

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

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