Subversion Repositories SvarDOS

Rev

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

Rev 983 Rev 987
Line 10... Line 10...
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
 - stack overflow detection degrades gracefully by invalidating command-line
13
 - stack overflow detection degrades gracefully by invalidating command-line
14
   history (useful if a stack-hungry TSR overflows the RMOD stack)
14
   history (useful if a stack-hungry TSR overflows the RMOD stack)
-
 
15
 - added German translations (kindly provided by Robert Riebisch)
15
 
16
 
16
 
17
 
17
=== ver 2022.0 (01.02.2022) ==================================================
18
=== ver 2022.0 (01.02.2022) ==================================================
18
 
19
 
19
 - added "global executable links" support (new command: LN)
20
 - added "global executable links" support (new command: LN)