Subversion Repositories SvarDOS

Rev

Rev 1156 | Rev 1178 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1156 Rev 1162
Line 4... Line 4...
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]