|
Last change
on this file since 19 was 17, checked in by Alex Taylor, 11 years ago |
|
More work on named-pipe and I/O functions. Added some test cases for the new functionality. Updated documentation.
|
|
File size:
1.2 KB
|
| Line | |
|---|
| 1 | FUNCTION WISHLIST
|
|---|
| 2 |
|
|---|
| 3 | * Sys2ReplaceModule - A wrapper for DosReplaceModule()
|
|---|
| 4 | * Named pipe management functions
|
|---|
| 5 | * Open/Close/Seek/Read/Write functions with large file support
|
|---|
| 6 | - Sys2TokenizeString - A string tokenizer
|
|---|
| 7 | - Sys2FormatNumber - Format a number according to locale
|
|---|
| 8 | - Sys2FormatCurrency - A strfmon wrapper
|
|---|
| 9 | - Sys2GetResource - DosGetResource wrapper
|
|---|
| 10 | - Sys2IsDirectory - Determine if filespec is a directory
|
|---|
| 11 |
|
|---|
| 12 | Under consideration:
|
|---|
| 13 | - Sys2PrintFile - Print a file to a port or queue
|
|---|
| 14 | - Sys2StemSort - Sort the values in an array stem
|
|---|
| 15 | - SYSLEVEL parser
|
|---|
| 16 | - BLDLEVEL parser <-- exists in rxunlock
|
|---|
| 17 | ? Install a font
|
|---|
| 18 | ? Sys2IncFileName: find the next available filename according to a pattern
|
|---|
| 19 | (e.g. CONFIG.001, log_0004.txt, etc.)
|
|---|
| 20 | ? Create a printer port <-- in rxprtutil
|
|---|
| 21 | ? Create a printer queue <-- in rxprtutil
|
|---|
| 22 | ? Install a printer "driver.device" <-- in rxprtutil
|
|---|
| 23 | ? Access to the Win32 registry <-- exists in sp1utils
|
|---|
| 24 | ? Sys2CloseWindow & Sys2ExitWindow <-- exists in pr1util
|
|---|
| 25 | ? Sys2ReplaceObjectClass <-- exists in rexxutil replacement
|
|---|
| 26 | ? Query/extract an object's icon <-- exists in RWS?
|
|---|
| 27 |
|
|---|
| 28 | * = Implemented, needs testing
|
|---|
| 29 | ? = Suggestion only
|
|---|
| 30 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.