Subversion Repositories SvarDOS

Rev

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

Rev 454 Rev 457
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
COMSPEC self-setting does not work under MS-DOS 5/6 (no exepath in env block)
-
 
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 32... Line 31...
32
"notify pending command" int support: http://www.techhelpmanual.com/741-int_2fh_ae00h__notify_pending_command.html
31
"notify pending command" int support: http://www.techhelpmanual.com/741-int_2fh_ae00h__notify_pending_command.html
33
 
32
 
34
INT 2F,AX=5500 support
33
INT 2F,AX=5500 support
35
 
34
 
36
stdout redirection should not create the output file if command fails
35
stdout redirection should not create the output file if command fails
-
 
36
COMSPEC self-setting does not work under MS-DOS 5/6 (no exepath in env block)
37
 
37
 
38
when execing an external command make sure to sync local environment (or run the program with a custom environment pointer?)
38
when execing an external command make sure to sync local environment (or run the program with a custom environment pointer?)
39
 
39
 
40
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
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
 
41