home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / usr.bin / lisp / lispnews / text0001.txt < prev    next >
Encoding:
Text File  |  1985-11-10  |  938 b   |  23 lines

  1.  The new features of this version are:
  2.     If the load function ends up fasl'ing in a file, then load will
  3.   do what is necessary to insure that the new functions are linked in
  4.   correctly. Previously, if you turned on the transfer tables with
  5.   (sstatus translink on) or (sstatus translink t) and then fasl'ed in
  6.   functions which already existed, the old versions of the functions
  7.   would still be used, unless you did (sstatus translink on) yourself.
  8.   Now this is done automatically.
  9.  
  10.       tyi now accepts a second argument which is the object to return
  11.   upon eof.  -1 is the default.
  12.  
  13.      (pp-form 'g_obj ['p_port]) should be used instead of $prpr
  14.  for pretty printing a form.
  15.  
  16.      The storage allocator and collector has been modified to add
  17.  two new data types: vector and vector immediate.  They are not in
  18.  their final form so I suggest that you not try to use them. 
  19.  However, be on the lookout for garbage collection bugs.
  20.  
  21.  
  22.  
  23.