Subversion Repositories SvarDOS

Rev

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

Rev 519 Rev 521
Line 15... Line 15...
15
 
15
 
16
 
16
 
17
=== MEDIUM PRIORITY ==========================================================
17
=== MEDIUM PRIORITY ==========================================================
18
 
18
 
19
provide unopened FCBs to launched applications
19
provide unopened FCBs to launched applications
20
completed EN translation strings
20
complete EN translation strings
21
translations should be cached in rmod-owned memory
21
translations should be cached in rmod-owned memory
22
if translations reloading fails, do not retry after every command
22
if translations reloading fails, do not retry after every command
23
DIR /O
23
DIR /O
24
DIR /S (must use multiple DTAs recursively)
24
DIR /S (must use multiple DTAs recursively)
25
stdin redirection: command < file.txt
25
stdin redirection: command < file.txt
26
prompt $t, $d, $v
26
prompt $t, $d, $v
27
 
27
 
28
 
28
 
29
=== NICE TO HAVE =============================================================
29
=== NICE TO HAVE =============================================================
30
 
30
 
-
 
31
respawn COMMAND.COM entirely from memory if it survived last application
31
DIR %DIRCMD% lookup
32
DIR %DIRCMD% lookup
32
COPY /V
33
COPY /V
33
COPY /Y
34
COPY /Y
34
COPY ASCII mode support
35
COPY ASCII mode support?
35
"notify pending command" support (INT 2F,AX=AE00)
36
"notify pending command" support (INT 2F,AX=AE00)
36
INT 2F,AX=5500 support
37
INT 2F,AX=5500 support
37
COMSPEC self-setting does not work under MS-DOS 5/6 (no exepath in env block)
38
COMSPEC self-setting does not work under MS-DOS 5/6 (no exepath in env block)
38
compression of NLS strings and rmod core (lz4?)
39
compression of NLS strings and rmod core (lz4?)
39
dynamic resizing of environment space
40
dynamic resizing of environment space
40
CTTY
41
CTTY
41
LOADHIGH/LH
42
LOADHIGH/LH
42
tlumacz: detect incomplete translation files and fill missing strings with EN
43
tlumacz: detect incomplete translation files and fill missing strings with EN
43
 
44
 
44
 
45
 
45
==================================================================== [EOF] ===
46
====================================================================== EOF ===