Subversion Repositories SvarDOS

Rev

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

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