home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / lisp / interpre / xlispplu / readme.upd < prev   
Text File  |  1992-02-13  |  2KB  |  67 lines

  1.                             02-13-92
  2. New version number 2.1d, and name changed to XLISP-PLUS to aid in
  3. differentiation.
  4.  
  5. Many compilation options have been removed to provide more consistant
  6. code. There have been bug fixes in the xlobj (problems with 32 bit
  7. compilers, and special variable binding), gccstuff, and unixstuf 
  8. (SYS V support) files. A bug causing (type-of 'x) to return CONS has
  9. been fixed
  10.  
  11. Documentation is overhauled, and is somewhat simpler because of the fewer
  12. compilation variations.
  13.  
  14. New features are rational numbers and readtable-case.
  15.  
  16. Added Amiga support.
  17.  
  18.  
  19.                             11-15-91
  20.  
  21. No change to the version number -- this is a maintenance upgrade.
  22.  
  23. Three additional bugs have been identified and fixed. The first corrects
  24. a problem in typep that caused the type NUMBER to never match. The
  25. second implements *dos-input* for the 80386 XLISP, and corrects a minor
  26. problem with dribble in that version.
  27.  
  28.  
  29.                                10-22-91
  30.  
  31. No change to the version number -- this is a maintenance upgrade.
  32.  
  33. There have been two bug fixes made to this version. The first corrects
  34. problems with save/restore and binary files when the 80386 XLISP is used
  35. and the second corrects problems with string streams during garbage
  36. collections that print messages.
  37.  
  38. In addition a new version of go32, DJ Delorie's DOS extender, is being used.
  39. This one is VCPI compatible as well as XMS compatible (still not DPMI).
  40. It is also possible to use it without an 80387 using his new 80387 emulator.
  41.  
  42. Put the file emu387 in the directory with your binaries (lets say "c:\bin")
  43. and then set the environment variable: "set go32=emu c:/bin/emu387" -- note
  44. the forward slashes. XLISP will now use the 80387 emulator, even if an 80387
  45. is present.
  46.  
  47. Tom Almy
  48. toma@sail.labs.tek.com
  49.  
  50.                             8-19-91
  51.  
  52. This archive contains a copy of the source file dldmem.c with a bug fixed.
  53.  
  54. The version number has been revised to 2.1c. Please change file xlisp.c to
  55. match.
  56.  
  57. Also included are new executable files. Please delete any existing
  58. 80386 XLISP executables because of distribution licensing problems and
  59. use this executable which has been compiled with  the GNU C compiler and
  60. uses DJ Delorie's DOS extender, go32. While this version does not run in
  61. VCPI or DPMI environments, it does offer virtual memory (swaps to disk)
  62. and will spawn a DOS shell with almost the entire lower memory free (I've
  63. incorporated Ralf Brown's SPAWNO into go32!).
  64.  
  65. Tom Almy
  66. toma@sail.labs.tek.com
  67.