Subversion Repositories SvarDOS

Rev

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

Rev 989 Rev 990
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
 - stack overflow detection degrades gracefully by invalidating command-line
12
 - stack overflow detection degrades gracefully by invalidating command-line
13
   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
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
 - made all SvarCOM strings localizable
16
 - added German translations (kindly provided by Robert Riebisch)
16
 - added partial German translations (kindly provided by Robert Riebisch)
17
 
17
 
18
 
18
 
19
=== ver 2022.0 (01.02.2022) ==================================================
19
=== ver 2022.0 (01.02.2022) ==================================================
20
 
20
 
21
 - added "global executable links" support (new command: LN)
21
 - added "global executable links" support (new command: LN)