Subversion Repositories SvarDOS

Rev

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

Rev 1057 Rev 1072
Line 4... Line 4...
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 (was broken since 2022.1)
8
 - fixed stdin redirection handling (was broken since 2022.1)
-
 
9
 - only COM, EXE and BAT files are allowed for execution
9
 - FOR command: accepts control characters as pattern delimiters
10
 - FOR command: accepts control characters as pattern delimiters
10
 - FOR command: patterns without wildcards are processed as messages
11
 - FOR command: patterns without wildcards are processed as messages
11
 - implemented the TRUENAME command
12
 - implemented the TRUENAME command
12
 - VER command: displays DOS revision and memory area location
13
 - VER command: displays DOS revision and memory area location
13
 - REN command: allows renaming directory names
14
 - REN command: allows renaming directory names
14
 - ln creates %DOSDIR%\LINKS directory when needed and warns on error
15
 - ln creates %DOSDIR%\LINKS directory when needed and warns on error
15
 - ln add outputs an error message when link already exists
16
 - ln add outputs an error message when link already exists
16
 - added Polish translations
17
 - added Polish translations
17
 - added German translations, courtesy of Robert Riebisch (bttr)
18
 - added German translations, courtesy of Robert Riebisch (bttr)
18
 - added French translations, kindly contributed by Berki Yenigün (thraex)
19
 - added French translations, kindly contributed by Berki Yenigun (thraex)
19
 - added Turkish translations, submitted by Berki Yenigün (thraex)
20
 - added Turkish translations, submitted by Berki Yenigun (thraex)
20
 
21
 
21
 
22
 
22
=== ver 2022.2 (04.03.2022) ==================================================
23
=== ver 2022.2 (04.03.2022) ==================================================
23
 
24
 
24
 - added support for the internal FOR command
25
 - added support for the internal FOR command