Subversion Repositories SvarDOS

Rev

Rev 1992 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
521 mateuszvis 1
 
2
 
3
                    === SvarCOM's history / changelog ===
4
 
5
 
1083 bttr 6
 
1992 mateusz.vi 7
=== ver XXXX.X (XX.XX.XXXX) ==================================================
8
 
9
 - COPY returns "insufficient disk space" on write error (was: "insuff. mem")
1997 mateusz.vi 10
 - batch execution in step-by-step mode accepts the RETURN key as "Yes"
1992 mateusz.vi 11
 
12
 
1988 mateusz.vi 13
=== ver 2024.6 (28.08.2024) ==================================================
14
 
1960 mateusz.vi 15
 - DIR: size of files larger than 100M is displayed correctly
16
 
17
 
1914 mateusz.vi 18
=== ver 2024.5 (17.08.2024) ==================================================
1906 mateusz.vi 19
 
20
 - Fixed resetting the EDR kernel environment segment after fetching it
21
 
22
 
1899 mateusz.vi 23
=== ver 2024.4 (16.08.2024) ==================================================
1839 mateusz.vi 24
 
25
 - /P is implied when SvarCOM is the init shell (works in DR-DOS and MS-DOS 5)
1840 mateusz.vi 26
 - DR-DOS compatibility: F5/F8 boot key presses are detected and handled
1842 mateusz.vi 27
 - VER command: provides extended kernel information when available
1860 mateusz.vi 28
 - fixed COMSPEC respawning when SvarCOM is aborted through CTRL+C
1851 mateusz.vi 29
 - when COMMAND.COM respawn fails, the exact path that was tried is displayed
1899 mateusz.vi 30
 - CTRL+C can abort the ongoing batch files or FOR loop
1861 mateusz.vi 31
 - EDR-DOS kernel ("config") environment is used as the initial (master) env
1874 mateusz.vi 32
 - SvarCOM provides its own INT 24h handler (thank you ECM for all your help!)
1839 mateusz.vi 33
 
34
 
1825 mateusz.vi 35
=== ver 2024.3 (25.07.2024) ==================================================
1822 mateusz.vi 36
 
1823 mateusz.vi 37
 - PROMPT: supports $v, $d and $t tags
1824 mateusz.vi 38
 - fixed COMMAND/C processing of batch files and FOR loops (bugz #74)
1822 mateusz.vi 39
 
40
 
1746 mateusz.vi 41
=== ver 2024.2 (20.02.2024) ==================================================
1714 mateusz.vi 42
 
1716 mateusz.vi 43
 - DIR command: added /O support
1725 mateusz.vi 44
 - DIR command: %DIRCMD% support
1736 mateusz.vi 45
 - command-line parsing modified to work around a DN bug. Thanks to Robert
1743 mateusz.vi 46
   Riebisch for reporting the issue and to E. C. Masloch for locating the root
1736 mateusz.vi 47
   cause. ref: https://github.com/SvarDOS/bugz/issues/67
1737 bttr 48
 - implemented the internal LH / LOADHIGH command
1732 mateusz.vi 49
 - SET command: failure to update an env variable does not delete the variable
1746 mateusz.vi 50
 - COPY command: timestamps of copied files are preserved
1714 mateusz.vi 51
 
52
 
1728 mateusz.vi 53
=== ver 2024.1 (17.01.2024) ==================================================
1627 mateusz.vi 54
 
55
 - EDR-DOS compatibility fixes: resident module's PSP is being patched with
56
   cleared JFTs and its parent fields are rewired to SvarCOM. Many thanks to
1736 mateusz.vi 57
   E. C. Masloch (pushbx) for suggesting this.
1629 mateusz.vi 58
 - updated SvarLANG.lib to ver 20230730
1627 mateusz.vi 59
 
60
 
1202 mateusz.vi 61
=== ver 2023.1 (17.02.2023) ==================================================
62
 
63
 - improved BR translations (courtesy of Luzemario Dantes)
64
 
65
 
1178 mateusz.vi 66
=== ver 2023.0 (06.02.2023) ==================================================
67
 
68
 - added a dummy INT 0x2E handler
69
 - added BR translations (courtesy of Luzemario Dantes)
70
 
71
 
1162 mateusz.vi 72
=== ver 2022.4 (12.04.2022) ==================================================
1135 bttr 73
 
1147 bttr 74
 - SET command: fixed upcasing of var names with high-ASCII chars [#44145]
75
 - PATH command: path is always upcased [#44146]
76
 - DIR command: output adapted to 40-columns screen modes [#44153]
77
 - DIR command: make use of thousands separator for file sizes [#44151]
78
 - tabs are accepted as command-line separators (part of [#44145])
1162 mateusz.vi 79
 - PSP FCB fields of launched apps are filled with cmdline arguments [#44268]
1135 bttr 80
 
81
 
1100 mateusz.vi 82
=== ver 2022.3 (13.03.2022) ==================================================
1040 mateusz.vi 83
 
1083 bttr 84
 - fixed stdin redirection handling (was broken since 2022.1) [#44027]
85
 - only COM, EXE and BAT files are allowed for execution [#44068]
86
 - FOR command: accepts control characters as pattern delimiters [#44058]
87
 - FOR command: patterns without wildcards are processed as messages [#44058]
88
 - implemented the TRUENAME command [#44051]
1085 mateusz.vi 89
 - DIR command: /a:xxx is supported like an equivalent to /axxx [#44077]
1100 mateusz.vi 90
 - VER command: displays DOS memory location (low, HMA, ROM...) [#44050]
91
 - VER command: displays true DOS version and DOS rev (bttr) [#44050]
1083 bttr 92
 - REN command: allows renaming directory names [#44060]
1090 mateusz.vi 93
 - implemented CTTY and LOADHIGH/LH as no-ops (LH loads programs low)
1091 mateusz.vi 94
 - LN creates %DOSDIR%\LINKS directory when needed and warns on error [#44042]
95
 - LN ADD outputs an error message when link already exists [#44043]
1049 mateusz.vi 96
 - added Polish translations
1042 mateusz.vi 97
 - added German translations, courtesy of Robert Riebisch (bttr)
1072 mateusz.vi 98
 - added French translations, kindly contributed by Berki Yenigun (thraex)
99
 - added Turkish translations, submitted by Berki Yenigun (thraex)
1084 bttr 100
 - fixed and improved English help screens
1040 mateusz.vi 101
 
1041 mateusz.vi 102
 
1025 mateusz.vi 103
=== ver 2022.2 (04.03.2022) ==================================================
1001 mateusz.vi 104
 
1025 mateusz.vi 105
 - added support for the internal FOR command
1024 mateusz.vi 106
 - step-by-step execution of batch files (/Y)
1025 mateusz.vi 107
 - fixed parsing of /C and /K arguments that was leading to spurious warnings
1083 bttr 108
 - fixed %var% matching within batch files to be case-insensitive [#44000]
1001 mateusz.vi 109
 
110
 
988 mateusz.vi 111
=== ver 2022.1 (28.02.2022) ==================================================
957 mateusz.vi 112
 
964 mateusz.vi 113
 - added GOTO support (jumps to a labelled line within a batch file)
114
 - added CALL support (calls batch files from within batch files)
959 mateusz.vi 115
 - DOS errors are output to stdout, and also to stderr if stdout is redirected
958 mateusz.vi 116
 - fixed batch processing with /C (was executing only first command)
983 mateusz.vi 117
 - stack overflow detection degrades gracefully by invalidating command-line
118
   history (useful if a stack-hungry TSR overflows the RMOD stack)
989 mateusz.vi 119
 - multi-lang support relies on SvarLANG.lib instead of its own routines
990 mateusz.vi 120
 - made all SvarCOM strings localizable
121
 - added partial German translations (kindly provided by Robert Riebisch)
957 mateusz.vi 122
 
123
 
580 mateuszvis 124
=== ver 2022.0 (01.02.2022) ==================================================
526 mateuszvis 125
 
571 mateuszvis 126
 - added "global executable links" support (new command: LN)
526 mateuszvis 127
 - prompt fixed when current drive becomes invalid (eg. empty diskette drive)
543 mateuszvis 128
 - piping support (like dir/b | sort)
528 mateuszvis 129
 - DIR: fixed /P pagination in wide mode
542 mateuszvis 130
 - DIR: implemented /A
536 mateuszvis 131
 - implemented IF command (IF EXIST, IF ERRORLEVEL, IF str==str)
537 mateuszvis 132
 - added a break handler (running application can be aborted with CTRL+C)
580 mateuszvis 133
 - DOS error messages are output to stderr
526 mateuszvis 134
 
135
 
536 mateuszvis 136
=== ver 2021.0 (24.11.2021) ==================================================
526 mateuszvis 137
 
521 mateuszvis 138
 - first public release, after roughly a month of work
139
 
140
 
141
====================================================================== EOF ===