Subversion Repositories SvarDOS

Rev

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

Rev 437 Rev 443
Line 10... Line 10...
10
 
10
 
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
wmake clean does not work under SvarCOM
-
 
16
 
15
 
17
 
16
 
18
AT SOME LATER TIME:
17
AT SOME LATER TIME:
19
 
18
 
20
translations should be cached in rmod-owned memory
19
translations should be cached in rmod-owned memory
Line 36... Line 35...
36
when execing an external command make sure to sync local environment (or run the program with a custom environment pointer?)
35
when execing an external command make sure to sync local environment (or run the program with a custom environment pointer?)
37
 
36
 
38
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
37
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
39
 
38
 
40
dynamic resizing of environment space
39
dynamic resizing of environment space
41
command line arguments to command.com (/e /E /k /p etc)
40
command line arguments to command.com (/p etc)
42
single-stepping AUTOEXEC with F8 at boot time (/P /Y)
41
single-stepping AUTOEXEC with F8 at boot time (/P /Y)
43
skipping AUTOEXEC with F5 at boot time (/P /D)
42
skipping AUTOEXEC with F5 at boot time (/P /D)
44
CTTY
43
CTTY
45
LOADHIGH/LH
44
LOADHIGH/LH
46
 
45