Subversion Repositories SvarDOS

Rev

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

Rev 486 Rev 494
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
=== BEFORE NEXT RELEASE ======================================================
8
=== BEFORE NEXT RELEASE ======================================================
9
 
9
 
10
pipes redirections
10
pipes redirections
11
F5 skipping of autoexec.bat
-
 
12
handling of %VARS% in cmdline (BAT files or interactive queries)
11
handling of %VARS% in cmdline (BAT files or interactive queries)
13
 
12
 
14
 
13
 
15
=== AT SOME LATER TIME =======================================================
14
=== AT SOME LATER TIME =======================================================
16
 
15
 
17
translations should be cached in rmod-owned memory
16
translations should be cached in rmod-owned memory
18
if translations reloading fails, do not retry after every command
17
if translations reloading fails, do not retry after every command
19
stdin redirection: command < file.txt
18
stdin redirection: command < file.txt
20
DIR: /A
19
DIR: /A
21
DIR: %DIRCMD% support
20
DIR: %DIRCMD% support
22
DIR: /O
21
DIR: /O
23
DIR: /S (must use multiple DTAs recursively)
22
DIR: /S (must use multiple DTAs recursively)
24
COPY: /V
23
COPY: /V
25
ctrl+break handler
24
ctrl+break handler
26
int 24h handler (abort, retry, fail, ignore)
25
int 24h handler (abort, retry, fail, ignore)
27
 
26
 
28
"notify pending command" int support: http://www.techhelpmanual.com/741-int_2fh_ae00h__notify_pending_command.html
27
"notify pending command" int support: http://www.techhelpmanual.com/741-int_2fh_ae00h__notify_pending_command.html
29
 
28
 
30
INT 2F,AX=5500 support
29
INT 2F,AX=5500 support
31
 
30
 
32
provide unopened FCBs to launched applications
31
provide unopened FCBs to launched applications
33
 
32
 
34
stdout redirection should not create the output file if command fails
33
stdout redirection should not create the output file if command fails
35
COMSPEC self-setting does not work under MS-DOS 5/6 (no exepath in env block)
34
COMSPEC self-setting does not work under MS-DOS 5/6 (no exepath in env block)
36
 
35
 
37
compression of NLS strings and rmod core (lz4?)
36
compression of NLS strings and rmod core (lz4?)
38
 
37
 
39
dynamic resizing of environment space
38
dynamic resizing of environment space
40
single-stepping AUTOEXEC with F8 at boot time (/Y)
39
single-stepping AUTOEXEC with F8 at boot time (/Y)
41
CTTY
40
CTTY
42
LOADHIGH/LH
41
LOADHIGH/LH
43
 
42
 
44
advanced batch files support:
43
advanced batch files support:
45
 - CALL
44
 - CALL
46
 - :labels
45
 - :labels
47
 - FOR
46
 - FOR
48
 - GOTO
47
 - GOTO
49
 - IF EXIST
48
 - IF EXIST
50
 - IF ERRORLEVEL
49
 - IF ERRORLEVEL
51
 - SHIFT
50
 - SHIFT
52
 
51
 
53
==============================================================================
52
==============================================================================
54
 
53