Subversion Repositories SvarDOS

Rev

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

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