home *** CD-ROM | disk | FTP | other *** search
- The new features of this version are:
- If the load function ends up fasl'ing in a file, then load will
- do what is necessary to insure that the new functions are linked in
- correctly. Previously, if you turned on the transfer tables with
- (sstatus translink on) or (sstatus translink t) and then fasl'ed in
- functions which already existed, the old versions of the functions
- would still be used, unless you did (sstatus translink on) yourself.
- Now this is done automatically.
-
- tyi now accepts a second argument which is the object to return
- upon eof. -1 is the default.
-
- (pp-form 'g_obj ['p_port]) should be used instead of $prpr
- for pretty printing a form.
-
- The storage allocator and collector has been modified to add
- two new data types: vector and vector immediate. They are not in
- their final form so I suggest that you not try to use them.
- However, be on the lookout for garbage collection bugs.
-
-
-
-