Subversion Repositories SvarDOS

Rev

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

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