Subversion Repositories SvarDOS

Rev

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

Rev 449 Rev 450
Line 11... Line 11...
11
BEFORE NEXT RELEASE:
11
BEFORE NEXT RELEASE:
12
 
12
 
13
pipes redirections
13
pipes redirections
14
basic BAT support (without workflow controls, FOR loops etc)
14
basic BAT support (without workflow controls, FOR loops etc)
15
merge adjacent assembly blocks in rmod_install()
15
merge adjacent assembly blocks in rmod_install()
-
 
16
COMSPEC self-setting does not work under MS-DOS 5/6 (no exepath in env block)
16
investigate why COMSPEC is not set properly
17
SET COMSPEC=something freezes under MS-DOS 5
-
 
18
DEBUG-ONLY "rmod" internal command for displaying internal stuff
17
 
19
 
18
 
20
 
19
AT SOME LATER TIME:
21
AT SOME LATER TIME:
20
 
22
 
21
translations should be cached in rmod-owned memory
23
translations should be cached in rmod-owned memory
Line 37... Line 39...
37
when execing an external command make sure to sync local environment (or run the program with a custom environment pointer?)
39
when execing an external command make sure to sync local environment (or run the program with a custom environment pointer?)
38
 
40
 
39
when execing a program, make sure I use the correct PATH.. -> actually I need to parse PATH and look for matches myself for BAT support
41
when execing a program, make sure I use the correct PATH.. -> actually I need to parse PATH and look for matches myself for BAT support
40
 
42
 
41
dynamic resizing of environment space
43
dynamic resizing of environment space
42
command line arguments to command.com (/p etc)
-
 
43
single-stepping AUTOEXEC with F8 at boot time (/P /Y)
44
single-stepping AUTOEXEC with F8 at boot time (/Y)
44
skipping AUTOEXEC with F5 at boot time (/P /D)
45
skipping AUTOEXEC with F5 at boot time (/D)
45
CTTY
46
CTTY
46
LOADHIGH/LH
47
LOADHIGH/LH
47
 
48
 
48
advanced batch files support:
49
advanced batch files support:
49
 - CALL
50
 - CALL