Subversion Repositories SvarDOS

Rev

Rev 514 | Go to most recent revision | Blame | Last modification | View Log | RSS feed


                          === SVARCOM TODO LIST ===


This is a loose list of things that I'd like to implement within SvarCOM.


=== HIGH PRIORITY ============================================================

pipes redirections
DIR /A
ctrl+break handler
int 24h handler (abort, retry, fail, ignore)
advanced batch constructs: CALL, :labels, FOR, GOTO, IF EXIST/ERRORLEVEL
del review: sometimes says "file not found" while file xxx exists, or does
            not complain when even though file does not exists... also it
            probably does not work with deleting anything in non-current
            directory
when reverting redirections I should probably close the old handle


=== MEDIUM PRIORITY ==========================================================

provide unopened FCBs to launched applications
completed EN translation strings
translations should be cached in rmod-owned memory
if translations reloading fails, do not retry after every command
DIR /O
DIR /S (must use multiple DTAs recursively)
stdin redirection: command < file.txt
prompt $t, $d, $v


=== NICE TO HAVE =============================================================

DIR %DIRCMD% lookup
COPY /V
COPY /Y
COPY ASCII mode support
"notify pending command" support (INT 2F,AX=AE00)
INT 2F,AX=5500 support
stdout redirection should not create the output file if command fails
COMSPEC self-setting does not work under MS-DOS 5/6 (no exepath in env block)
compression of NLS strings and rmod core (lz4?)
dynamic resizing of environment space
CTTY
LOADHIGH/LH
tlumacz: detect incomplete translation files and fill missing strings with EN


==================================================================== [EOF] ===