Subversion Repositories SvarDOS

Rev

Rev 975 | Rev 987 | Go to most recent revision | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 975 Rev 983
1
 
1
 
2
 
2
 
3
                    === SvarCOM's history / changelog ===
3
                    === SvarCOM's history / changelog ===
4
 
4
 
5
 
5
 
6
=== ver 2022.1 (xx.xx.xxxx) ==================================================
6
=== ver 2022.1 (xx.xx.xxxx) ==================================================
7
 
7
 
8
 - added GOTO support (jumps to a labelled line within a batch file)
8
 - added GOTO support (jumps to a labelled line within a batch file)
9
 - added CALL support (calls batch files from within batch files)
9
 - added CALL support (calls batch files from within batch files)
10
 - DOS errors are output to stdout, and also to stderr if stdout is redirected
10
 - DOS errors are output to stdout, and also to stderr if stdout is redirected
11
 - fixed batch processing with /C (was executing only first command)
11
 - fixed batch processing with /C (was executing only first command)
12
 - multi-lang support relies on SvarLANG.lib instead of its own routines
12
 - multi-lang support relies on SvarLANG.lib instead of its own routines
13
 - transient shell follows the int23h vector to locate RMOD (this is a
13
 - stack overflow detection degrades gracefully by invalidating command-line
14
   workaround so SvarCOM works even when the LINK/LN TSR is loaded)
14
   history (useful if a stack-hungry TSR overflows the RMOD stack)
15
 
15
 
16
 
16
 
17
=== ver 2022.0 (01.02.2022) ==================================================
17
=== ver 2022.0 (01.02.2022) ==================================================
18
 
18
 
19
 - added "global executable links" support (new command: LN)
19
 - added "global executable links" support (new command: LN)
20
 - prompt fixed when current drive becomes invalid (eg. empty diskette drive)
20
 - prompt fixed when current drive becomes invalid (eg. empty diskette drive)
21
 - piping support (like dir/b | sort)
21
 - piping support (like dir/b | sort)
22
 - DIR: fixed /P pagination in wide mode
22
 - DIR: fixed /P pagination in wide mode
23
 - DIR: implemented /A
23
 - DIR: implemented /A
24
 - implemented IF command (IF EXIST, IF ERRORLEVEL, IF str==str)
24
 - implemented IF command (IF EXIST, IF ERRORLEVEL, IF str==str)
25
 - added a break handler (running application can be aborted with CTRL+C)
25
 - added a break handler (running application can be aborted with CTRL+C)
26
 - DOS error messages are output to stderr
26
 - DOS error messages are output to stderr
27
 
27
 
28
 
28
 
29
=== ver 2021.0 (24.11.2021) ==================================================
29
=== ver 2021.0 (24.11.2021) ==================================================
30
 
30
 
31
 - first public release, after roughly a month of work
31
 - first public release, after roughly a month of work
32
 
32
 
33
 
33
 
34
====================================================================== EOF ===
34
====================================================================== EOF ===
35
 
35