home *** CD-ROM | disk | FTP | other *** search
- Version 3 of VSI_C
-
- Creates a larger stack for use when handling
- virtual store interrupts. Before it was doing
- stack extension which could conflict with the
- main program.
-
- Some error messages are improved.
-
-
- Version 2 of VSI_C
-
- Bug in VSI_Restore fixed, did not detect
- changes in mapping properly in 'system' and
- between poll calls - could cause funny crashes.
-
- Extra intercepts:
- remove
- rename
- fopen
- freopen
- setbuf
- setvbuf
- getenv
-
- !vsilink can now deal with a single instance
- of a defining common as is produced for globals
- by 'cc -pcc'. Cannot common up multiple
- instances - other references must be 'extern'.
-
- The !Run file for !vsilink now defines VSI$Physical
- and VSI$Virtual which may be set to experiment
- with different sizes of real and virtual store
- allocated for VSI handling.
-
- Now copies filename in File_Size in c.vsilinklo so
- no problems in call to _kernel_osfile.
-
- !vsilink now rejects directories as input files
-