Subversion Repositories SvarDOS

Rev

Rev 988 | Rev 990 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 988 Rev 989
Line 7... Line 7...
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
-
 
13
 - stack overflow detection degrades gracefully by invalidating command-line
12
 - stack overflow detection degrades gracefully by invalidating command-line
14
   history (useful if a stack-hungry TSR overflows the RMOD stack)
13
   history (useful if a stack-hungry TSR overflows the RMOD stack)
-
 
14
 - multi-lang support relies on SvarLANG.lib instead of its own routines
-
 
15
 - made many more strings localizable (80% of messages ready for translation)
15
 - added German translations (kindly provided by Robert Riebisch)
16
 - added German translations (kindly provided by Robert Riebisch)
16
 
17
 
17
 
18
 
18
=== ver 2022.0 (01.02.2022) ==================================================
19
=== ver 2022.0 (01.02.2022) ==================================================
19
 
20