Subversion Repositories SvarDOS

Rev

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

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