Subversion Repositories SvarDOS

Rev

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

Rev 1025 Rev 1148
1
 
1
 
2
                          === SVARCOM TODO LIST ===
2
                          === SVARCOM TODO LIST ===
3
 
3
 
4
 
4
 
5
This is a loose list of things that I'd like to implement within SvarCOM.
5
This is a loose list of things that I'd like to implement within SvarCOM.
6
 
6
 
7
 
7
 
8
=== HIGH PRIORITY ============================================================
8
=== HIGH PRIORITY ============================================================
9
 
9
 
10
int 24h handler (abort, retry, fail, ignore)
-
 
11
IF EXIST on an empty drive should not lead to the 'Abort, Retry, Fail' prompt
-
 
12
CTRL+C should allow to abort a BAT file running in an infinite loop
10
(moved to OSDN tickets at <https://osdn.net/projects/svardos/ticket/>)
13
LOADHIGH/LH
-
 
14
 
11
 
15
 
12
 
16
=== MEDIUM PRIORITY ==========================================================
13
=== MEDIUM PRIORITY ==========================================================
17
 
14
 
18
provide unopened FCBs to launched applications
-
 
19
if translations reloading fails, do not retry after every command
15
(moved to OSDN tickets at <https://osdn.net/projects/svardos/ticket/>)
20
DIR /O
-
 
21
DIR /S (must use multiple DTAs recursively)
-
 
22
prompt $t, $d, $v
-
 
23
 
16
 
24
 
17
 
25
=== NICE TO HAVE =============================================================
18
=== NICE TO HAVE =============================================================
26
 
19
 
27
respawn COMMAND.COM entirely from memory if it survived last application
20
respawn COMMAND.COM entirely from memory if it survived last application
28
translations could be cached in rmod-owned memory (eg. with /P /MSG)
21
translations could be cached in rmod-owned memory (eg. with /P /MSG)
29
DIR %DIRCMD% lookup
22
DIR %DIRCMD% lookup
30
COPY /V
23
COPY /V
31
COPY /Y
24
COPY /Y
32
"notify pending command" support (INT 2F,AX=AE00)
25
"notify pending command" support (INT 2F,AX=AE00)
33
INT 2F,AX=5500 support
26
INT 2F,AX=5500 support
34
COMSPEC self-setting does not work under MS-DOS 5/6 (no exepath in env block)
27
COMSPEC self-setting does not work under MS-DOS 5/6 (no exepath in env block)
35
dynamic resizing of environment space
28
dynamic resizing of environment space
36
CTTY
29
CTTY
37
 
30
 
38
 
31
 
39
====================================================================== EOF ===
32
====================================================================== EOF ===
40
 
33