Subversion Repositories SvarDOS

Rev

Rev 1073 | Rev 1084 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1073 Rev 1083
1
 
1
 
2
 
2
 
3
                    === SvarCOM's history / changelog ===
3
                    === SvarCOM's history / changelog ===
4
 
4
 
5
 
5
 
-
 
6
 (ticket numbers at https://osdn.net/projects/svardos/ticket/ in [] brackets)
-
 
7
 
-
 
8
 
6
=== ver 2022.3 (xx.xx.xxxx) ==================================================
9
=== ver 2022.3 (xx.xx.xxxx) ==================================================
7
 
10
 
8
 - fixed stdin redirection handling (was broken since 2022.1)
11
 - fixed stdin redirection handling (was broken since 2022.1) [#44027]
9
 - only COM, EXE and BAT files are allowed for execution
12
 - only COM, EXE and BAT files are allowed for execution [#44068]
10
 - FOR command: accepts control characters as pattern delimiters
13
 - FOR command: accepts control characters as pattern delimiters [#44058]
11
 - FOR command: patterns without wildcards are processed as messages
14
 - FOR command: patterns without wildcards are processed as messages [#44058]
12
 - implemented the TRUENAME command
15
 - implemented the TRUENAME command [#44051]
13
 - VER command: displays true DOS version, DOS revision, memory area location
16
 - VER command: displays true DOS version, DOS revision, memory area location
-
 
17
   [#44050]
14
 - REN command: allows renaming directory names
18
 - REN command: allows renaming directory names [#44060]
15
 - ln creates %DOSDIR%\LINKS directory when needed and warns on error
19
 - ln creates %DOSDIR%\LINKS directory when needed and warns on error [#44042]
16
 - ln add outputs an error message when link already exists
20
 - ln add outputs an error message when link already exists [#44043]
17
 - added Polish translations
21
 - added Polish translations
18
 - added German translations, courtesy of Robert Riebisch (bttr)
22
 - added German translations, courtesy of Robert Riebisch (bttr)
19
 - added French translations, kindly contributed by Berki Yenigun (thraex)
23
 - added French translations, kindly contributed by Berki Yenigun (thraex)
20
 - added Turkish translations, submitted by Berki Yenigun (thraex)
24
 - added Turkish translations, submitted by Berki Yenigun (thraex)
21
 
25
 
22
 
26
 
23
=== ver 2022.2 (04.03.2022) ==================================================
27
=== ver 2022.2 (04.03.2022) ==================================================
24
 
28
 
25
 - added support for the internal FOR command
29
 - added support for the internal FOR command
26
 - step-by-step execution of batch files (/Y)
30
 - step-by-step execution of batch files (/Y)
27
 - fixed parsing of /C and /K arguments that was leading to spurious warnings
31
 - fixed parsing of /C and /K arguments that was leading to spurious warnings
28
 - fixed %var% matching within batch files to be case-insensitive
32
 - fixed %var% matching within batch files to be case-insensitive [#44000]
29
 
33
 
30
 
34
 
31
=== ver 2022.1 (28.02.2022) ==================================================
35
=== ver 2022.1 (28.02.2022) ==================================================
32
 
36
 
33
 - added GOTO support (jumps to a labelled line within a batch file)
37
 - added GOTO support (jumps to a labelled line within a batch file)
34
 - added CALL support (calls batch files from within batch files)
38
 - added CALL support (calls batch files from within batch files)
35
 - DOS errors are output to stdout, and also to stderr if stdout is redirected
39
 - DOS errors are output to stdout, and also to stderr if stdout is redirected
36
 - fixed batch processing with /C (was executing only first command)
40
 - fixed batch processing with /C (was executing only first command)
37
 - stack overflow detection degrades gracefully by invalidating command-line
41
 - stack overflow detection degrades gracefully by invalidating command-line
38
   history (useful if a stack-hungry TSR overflows the RMOD stack)
42
   history (useful if a stack-hungry TSR overflows the RMOD stack)
39
 - multi-lang support relies on SvarLANG.lib instead of its own routines
43
 - multi-lang support relies on SvarLANG.lib instead of its own routines
40
 - made all SvarCOM strings localizable
44
 - made all SvarCOM strings localizable
41
 - added partial German translations (kindly provided by Robert Riebisch)
45
 - added partial German translations (kindly provided by Robert Riebisch)
42
 
46
 
43
 
47
 
44
=== ver 2022.0 (01.02.2022) ==================================================
48
=== ver 2022.0 (01.02.2022) ==================================================
45
 
49
 
46
 - added "global executable links" support (new command: LN)
50
 - added "global executable links" support (new command: LN)
47
 - prompt fixed when current drive becomes invalid (eg. empty diskette drive)
51
 - prompt fixed when current drive becomes invalid (eg. empty diskette drive)
48
 - piping support (like dir/b | sort)
52
 - piping support (like dir/b | sort)
49
 - DIR: fixed /P pagination in wide mode
53
 - DIR: fixed /P pagination in wide mode
50
 - DIR: implemented /A
54
 - DIR: implemented /A
51
 - implemented IF command (IF EXIST, IF ERRORLEVEL, IF str==str)
55
 - implemented IF command (IF EXIST, IF ERRORLEVEL, IF str==str)
52
 - added a break handler (running application can be aborted with CTRL+C)
56
 - added a break handler (running application can be aborted with CTRL+C)
53
 - DOS error messages are output to stderr
57
 - DOS error messages are output to stderr
54
 
58
 
55
 
59
 
56
=== ver 2021.0 (24.11.2021) ==================================================
60
=== ver 2021.0 (24.11.2021) ==================================================
57
 
61
 
58
 - first public release, after roughly a month of work
62
 - first public release, after roughly a month of work
59
 
63
 
60
 
64
 
61
====================================================================== EOF ===
65
====================================================================== EOF ===
62
 
66