Subversion Repositories SvarDOS

Rev

Rev 576 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 576 Rev 577
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
write temporary pipe files to %TEMP% if defined
-
 
11
int 24h handler (abort, retry, fail, ignore)
10
int 24h handler (abort, retry, fail, ignore)
12
advanced batch constructs: CALL, FOR, GOTO
11
advanced batch constructs: CALL, FOR, GOTO
13
IF EXIST on an empty drive should not lead to the 'Abort, Retry, Fail' prompt
12
IF EXIST on an empty drive should not lead to the 'Abort, Retry, Fail' prompt
14
 
13
 
15
 
14
 
16
=== MEDIUM PRIORITY ==========================================================
15
=== MEDIUM PRIORITY ==========================================================
17
 
16
 
18
provide unopened FCBs to launched applications
17
provide unopened FCBs to launched applications
19
complete EN translation strings
18
complete EN translation strings
20
translations should be cached in rmod-owned memory
19
translations should be cached in rmod-owned memory
21
if translations reloading fails, do not retry after every command
20
if translations reloading fails, do not retry after every command
22
DIR /O
21
DIR /O
23
DIR /S (must use multiple DTAs recursively)
22
DIR /S (must use multiple DTAs recursively)
24
prompt $t, $d, $v
23
prompt $t, $d, $v
25
 
24
 
26
 
25
 
27
=== NICE TO HAVE =============================================================
26
=== NICE TO HAVE =============================================================
28
 
27
 
29
respawn COMMAND.COM entirely from memory if it survived last application
28
respawn COMMAND.COM entirely from memory if it survived last application
30
DIR %DIRCMD% lookup
29
DIR %DIRCMD% lookup
31
COPY /V
30
COPY /V
32
COPY /Y
31
COPY /Y
33
COPY ASCII mode support?
32
COPY ASCII mode support?
34
"notify pending command" support (INT 2F,AX=AE00)
33
"notify pending command" support (INT 2F,AX=AE00)
35
INT 2F,AX=5500 support
34
INT 2F,AX=5500 support
36
COMSPEC self-setting does not work under MS-DOS 5/6 (no exepath in env block)
35
COMSPEC self-setting does not work under MS-DOS 5/6 (no exepath in env block)
37
compression of NLS strings and rmod core (lz4?)
36
compression of NLS strings and rmod core (lz4?)
38
dynamic resizing of environment space
37
dynamic resizing of environment space
39
CTTY
38
CTTY
40
LOADHIGH/LH
39
LOADHIGH/LH
41
 
40
 
42
 
41
 
43
====================================================================== EOF ===
42
====================================================================== EOF ===
44
 
43