Subversion Repositories SvarDOS

Rev

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

Rev 427 Rev 431
Line 9... Line 9...
9
==============================================================================
9
==============================================================================
10
 
10
 
11
BEFORE NEXT RELEASE:
11
BEFORE NEXT RELEASE:
12
 
12
 
13
pipes redirections
13
pipes redirections
14
stdout redirection should not create the output file if command fails
-
 
15
support for translations (single binary file in %NLSPATH%)
14
support for translations (single binary file in %NLSPATH%)
16
DATE
-
 
17
 
15
 
18
 
16
 
19
IN SOME LATER FUTURE:
17
AT SOME LATER TIME:
20
 
18
 
21
stdin redirection: command < file.txt
19
stdin redirection: command < file.txt
22
DIR: /A
20
DIR: /A
23
DIR: %DIRCMD% support
21
DIR: %DIRCMD% support
24
DIR: /O
22
DIR: /O
25
DIR: /S (must use multiple DTAs)
23
DIR: /S (must use multiple DTAs recursively)
26
COPY: /V
24
COPY: /V
27
command-line variables resolution (cd %MYDIR%)
25
command-line variables resolution (cd %MYDIR%)
28
storing rmod in a buffer that can be usefully reused once rmod is installed.
26
storing rmod in a buffer that can be usefully reused once rmod is installed.
29
ctrl+break handler: http://www.techhelpmanual.com/563-int_23h__ctrl_break_exit_address.html
27
ctrl+break handler: http://www.techhelpmanual.com/563-int_23h__ctrl_break_exit_address.html
30
 
28
 
31
"notify pending command" int support: http://www.techhelpmanual.com/741-int_2fh_ae00h__notify_pending_command.html
29
"notify pending command" int support: http://www.techhelpmanual.com/741-int_2fh_ae00h__notify_pending_command.html
32
 
30
 
-
 
31
stdout redirection should not create the output file if command fails
-
 
32
 
33
when execing an external command make sure to sync local environment (or run the program with a custom environment pointer?)
33
when execing an external command make sure to sync local environment (or run the program with a custom environment pointer?)
34
 
34
 
35
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
35
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
36
 
36
 
37
dynamic resizing of environment space
37
dynamic resizing of environment space