Subversion Repositories SvarDOS

Rev

Rev 473 | 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
 
464 mateuszvis 8
=== BEFORE NEXT RELEASE ======================================================
422 mateuszvis 9
 
421 mateuszvis 10
pipes redirections
474 mateuszvis 11
autoexec.bat processing (with F5 skipping)
12
make cmdline a near pointer for better performance (maybe a separate buffer)
13
put the rmod->echoflag inside rmod->flags
421 mateuszvis 14
 
15
 
464 mateuszvis 16
=== AT SOME LATER TIME =======================================================
421 mateuszvis 17
 
437 mateuszvis 18
translations should be cached in rmod-owned memory
19
if translations reloading fails, do not retry after every command
422 mateuszvis 20
stdin redirection: command < file.txt
427 mateuszvis 21
DIR: /A
422 mateuszvis 22
DIR: %DIRCMD% support
23
DIR: /O
431 mateuszvis 24
DIR: /S (must use multiple DTAs recursively)
422 mateuszvis 25
COPY: /V
421 mateuszvis 26
command-line variables resolution (cd %MYDIR%)
422 mateuszvis 27
storing rmod in a buffer that can be usefully reused once rmod is installed.
464 mateuszvis 28
ctrl+break handler
421 mateuszvis 29
 
422 mateuszvis 30
"notify pending command" int support: http://www.techhelpmanual.com/741-int_2fh_ae00h__notify_pending_command.html
421 mateuszvis 31
 
453 mateuszvis 32
INT 2F,AX=5500 support
33
 
461 mateuszvis 34
provide unopened FCBs to launched applications
35
 
431 mateuszvis 36
stdout redirection should not create the output file if command fails
457 mateuszvis 37
COMSPEC self-setting does not work under MS-DOS 5/6 (no exepath in env block)
431 mateuszvis 38
 
467 mateuszvis 39
compression of NLS strings and rmod core (lz4?)
40
 
421 mateuszvis 41
dynamic resizing of environment space
450 mateuszvis 42
single-stepping AUTOEXEC with F8 at boot time (/Y)
421 mateuszvis 43
CTTY
44
LOADHIGH/LH
45
 
434 mateuszvis 46
advanced batch files support:
421 mateuszvis 47
 - CALL
48
 - :labels
49
 - FOR
50
 - GOTO
51
 - IF EXIST
52
 - IF ERRORLEVEL
53
 - SHIFT
422 mateuszvis 54
 
55
==============================================================================