Subversion Repositories SvarDOS

Rev

Rev 514 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
421 mateuszvis 1
 
464 mateuszvis 2
                          === SVARCOM TODO LIST ===
421 mateuszvis 3
 
4
 
473 mateuszvis 5
This is a loose list of things that I'd like to implement within SvarCOM.
421 mateuszvis 6
 
422 mateuszvis 7
 
495 mateuszvis 8
=== HIGH PRIORITY ============================================================
422 mateuszvis 9
 
421 mateuszvis 10
pipes redirections
495 mateuszvis 11
DIR /A
12
ctrl+break handler
13
int 24h handler (abort, retry, fail, ignore)
514 mateuszvis 14
advanced batch constructs: CALL, :labels, FOR, GOTO, IF EXIST/ERRORLEVEL
517 mateuszvis 15
del review: sometimes says "file not found" while file xxx exists, or does
16
            not complain when even though file does not exists... also it
17
            probably does not work with deleting anything in non-current
18
            directory
19
when reverting redirections I should probably close the old handle
421 mateuszvis 20
 
21
 
495 mateuszvis 22
=== MEDIUM PRIORITY ==========================================================
421 mateuszvis 23
 
495 mateuszvis 24
provide unopened FCBs to launched applications
25
completed EN translation strings
437 mateuszvis 26
translations should be cached in rmod-owned memory
27
if translations reloading fails, do not retry after every command
495 mateuszvis 28
DIR /O
29
DIR /S (must use multiple DTAs recursively)
422 mateuszvis 30
stdin redirection: command < file.txt
507 mateuszvis 31
prompt $t, $d, $v
421 mateuszvis 32
 
33
 
495 mateuszvis 34
=== NICE TO HAVE =============================================================
35
 
514 mateuszvis 36
DIR %DIRCMD% lookup
495 mateuszvis 37
COPY /V
514 mateuszvis 38
COPY /Y
39
COPY ASCII mode support
495 mateuszvis 40
"notify pending command" support (INT 2F,AX=AE00)
453 mateuszvis 41
INT 2F,AX=5500 support
431 mateuszvis 42
stdout redirection should not create the output file if command fails
457 mateuszvis 43
COMSPEC self-setting does not work under MS-DOS 5/6 (no exepath in env block)
467 mateuszvis 44
compression of NLS strings and rmod core (lz4?)
421 mateuszvis 45
dynamic resizing of environment space
46
CTTY
47
LOADHIGH/LH
514 mateuszvis 48
tlumacz: detect incomplete translation files and fill missing strings with EN
421 mateuszvis 49
 
422 mateuszvis 50
 
511 mateuszvis 51
==================================================================== [EOF] ===