Subversion Repositories SvarDOS

Rev

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

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