home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / coders / jËzyki_programowania / clisp / doc / news < prev    next >
Text File  |  1977-12-31  |  43KB  |  1,255 lines

  1. 30 May 1996
  2. ================
  3.  
  4. User visible changes
  5. --------------------
  6.  
  7. * NO-APPLICABLE-METHOD did not allow for corrective action or
  8.   for escape.  Thanks to Mark Thomas <thommark@access.digex.net>.
  9.  
  10. * REMOVE-METHOD didn't work. 
  11.   Thanks to Roger Kehr <kehr@iti.informatik.th-darmstadt.de>
  12.   and Bruno Haible for the fix.
  13.  
  14. * Fixed a bug in the compiler: A (MULTIPLE-VALUE-SETQ vars valform)
  15.   or (MULTIPLE-VALUE-BIND vars valform ...) form was miscompiled if
  16.   valform is known to produce a single value.
  17.   Thanks to Bruno Haible and Paul Graham <pg@das.harvard.edu>.  
  18.  
  19. * Added SOCKET-WAIT for testing for incoming connections.
  20.   Thanks to Marco Ramoni <M.Ramoni@open.ac.uk>.
  21.  
  22. Portability
  23. -----------
  24.  
  25. * Partial support for Irix 6 (64 bit).
  26.   Thanks to Bruno Haible.
  27.  
  28. * Support for HPUX 10.
  29.   Thanks to Ricardo Aler Mur <aler@grial.uc3m.es>.
  30.  
  31. * Support for DJGPP version 2.
  32.  
  33. * Solaris binary distribution now distributed as a link kit.
  34.  
  35. 17 April 1996
  36. ================
  37.  
  38. User visible changes
  39. --------------------
  40.  
  41. * EXECUTE now returns the exit status of the subprocess.  Thanks to
  42.   Bruno Haible and Brian F. Dennis <xjam@CS.Berkeley.EDU>.
  43.  
  44. * Fixed a bug in the compiler:  MULTIPLE-VALUE-BIND failed to work when 
  45.   given non-function forms.  Thanks to Paul Graham <pg@das.harvard.edu>.
  46.  
  47. * TRANSLATE-LOGICAL-PATHNAME now accepts logical-pathname namestrings.
  48.   Thanks to Don Cohen <don@nichimen.com>
  49.  
  50. * Logical-pathname translation was broken under DOS.
  51.   Thanks to Don Cohen <don@nichimen.com>.
  52.   
  53. * Cross compiler was non-functional.
  54.   Thanks to Don Cohen <don@nichimen.com>.
  55.  
  56. * Fix for bug introduced in last loop macro change.  
  57.   Thanks to Ken Olum <kdo@mit.edu> for reporting this right away.
  58.  
  59. Other modifications
  60. -------------------
  61.  
  62. * Upgraded to autoconf 2.9.
  63.  
  64. * Upgraded to gettext-0.10.12.
  65.  
  66. Portability
  67. -----------
  68.  
  69. * cygwin32 support updated for gnu-win32-b14.
  70.  
  71. * SINIX support updated.  Thanks to Michael Becker <mb12@coconet.de>. 
  72.  
  73. 15 March 1996
  74. ================
  75.  
  76. User visible changes
  77. --------------------
  78.  
  79. * New variable *IMAGE-PATHNAME* provides the pathname 
  80.   resulting from the `-M' option.
  81.  
  82. * Fix for GC bug that could occur during buffered string output.
  83.  
  84. * Pipes can use binary I/O.
  85.  
  86. * RENAME-FILE now does *not* result in an error if the destination
  87.   file already exists (unless the system call results in an error message).
  88.  
  89. * PROBE-FILE and TRUENAME will not issue error messages if given
  90.   directories.
  91.  
  92. * On Unix, PARSE-NAMESTRING will not interpret a leading `.'
  93.   as a file with a type but no name.  Instead, the file will include the `.'
  94.   in the name.  Pathname syntax is unchanged.
  95.   Thanks to Robert Morris <rtm@uun.org>.
  96.  
  97. * Changes to loop macro to allow for derived FOR assignments from
  98.   hash-tables and counting variables.  Improved previous fix
  99.   for derived values from list and vector iteration variables.
  100.   Thanks to Francisco Martin <martin@sinera.iia.csic.es> and
  101.   Russell Senior <seniorr@teleport.com>.
  102.  
  103. Portability
  104. -----------
  105.  
  106. * DECstation 5000/Ultrix support updated.  Thanks to Bruno Haible.
  107.  
  108. * NEXTSTEP support updated (version 3.3).
  109.   Thanks to Robert Murphy <robert.murphy@yale.edu>.
  110.  
  111. * The deema program is no longer used.  
  112.   Empty macro arguments are explictly tagged as such.
  113.  
  114. * Win32 support split into a DOS- and a Unix-style sections.
  115.   The Unix version takes advantage of the Cygnus gnu-win32 DLL
  116.   to emulate a Unix-like environment, e.g. as there is a 
  117.   `mount' program, there is no explicit support for drive names.
  118.   As of gnu-win32-b13.5, NT hosted builds are possible, e.g.:
  119.     `configure --build --disable-nls nt < /dev/null' 
  120.   will autoconf and build CLISP from source.
  121.  
  122. Other modifications
  123. -------------------
  124.  
  125. * Support for tracking dynamic bindings; useful for further multithread work.
  126.   Feature can be compiled-in by using -DDYNBIND_LIST.
  127.  
  128. * Top-level configure adds a GNU-like `--target' syntax for cross compilation.
  129.  
  130. * Non-GNU-gettext multilingual debugging binaries will no longer have
  131.   inaccurate line numbers.
  132.  
  133. * GNU gettext support now distributed in a separate package.
  134.  
  135.  
  136. 8 December 1995
  137. ================
  138.  
  139. User visible changes
  140. --------------------
  141.  
  142. * Bug fix to prevent unbound slots from causing pathological 
  143.   conflicts with the condition system.  Thanks to Bruno Haible
  144.   and Heinrich Taube.
  145.  
  146. * When MAKE-PATHNAME :DIRECTORY is given a string, it is treated as 
  147.   equivalent to (:ABSOLUTE string), as ANS dictates.  Thanks
  148.   to Heinrich Taube for noticing this.
  149.  
  150. * Fixed a bug in the FFI where call-ins which returned structures or
  151.   unions would not compile correctly.  Thanks to Michael Stoll.
  152.  
  153. * Added a <c-type>, C-PTR-NULL to the FFI.  C-PTR-NULL will convert
  154.   NIL objects into NULL (so that type conflicts can be avoided).
  155.  
  156. * X3J13 vote <72> is implemented: all standard Common Lisp data objects 
  157.   other than symbols and lists are self-evaluating. 
  158.   Thanks to Pierpaolo Bernardi. 
  159.  
  160. * SOCKET-STREAMS are implemented.  See impnotes for details.
  161.  
  162. * Loop macro modified to allow sequential, list/vector-computed "FOR" values.
  163.  
  164. * Fixed a bug in the FFI which caused foreign double variables to be
  165.   incorrectly converted.  Thanks to Bruno Haible and Ken Olum.
  166.  
  167. * Callbacks to code which don't respect CLISP global registers are possible. 
  168.   Thanks to Bruno Haible and Ken Olum (Dec Alpha, OSF 2, FORTRAN).
  169.  
  170. * Fixed a double-float conversion routine used by the FFI. 
  171.   0.0d0 wasn't dealt with properly.  Thanks to Bruno Haible and Ken Olum.
  172.  
  173. * Fixed a bug in the FFI which prevented multidimensional arrays from
  174.   being used as :OUT arguments.  Thanks to Ken Olum.
  175.  
  176. * Fixed a bug in the floating point number printing routine:
  177.   In rare cases, a number was printed with more digits than necessary
  178.   (without, however, violating the print-read consistency). For example,
  179.   2.1416s29 printed as 2.14159s29, and 3.002618f-31 printed as 3.0026179f-31.
  180.   Thanks to Bruno Haible.
  181.  
  182. * Fixed a bug in ATAN: (ATAN y 0) with y < 0 returned pi/2 instead of -pi/2.
  183.   Thanks to Bruno Haible.
  184.  
  185. * Fixed a bug in FORMAT which could (in very rare cases) have caused a
  186.   wrong number to be printed by the FORMAT ~F, ~G, ~$, ~E directives.
  187.  
  188. Portability
  189. -----------
  190.  
  191. * Runs on Windows NT.
  192.  
  193. * FreeBSD/NetBSD patches and compilation notes thanks to 
  194.   Douglas Crosher (dtc@stan.xx.swin.oz.au).
  195.  
  196. * Updated OS/2 support thanks to Raymond Keoni Garcia
  197.   (rkgarcia@students.wisc.edu).
  198.  
  199. * Remove Atari support.
  200.  
  201. * On systems where both the select system call and FIONREAD ioctl were
  202.   indicated, take select in preference.  On Irix, where FIONREAD was
  203.   only apparently available, CLISP went into a `function call not 
  204.   implemented' OS error loop.  Symptom also could occur in Emacs (e.g. Ilisp).
  205.  
  206. Other modifications
  207. -------------------
  208.  
  209. * Upgraded gettext support to version 0.10.  This provides locale name
  210.   aliasing like with X Windows.
  211.  
  212. * Upgraded to autoconf-2.7.
  213.  
  214. * Specify bash for makefile.developer's makemake.
  215.   Some shells may convert backslash sequences to control codes --
  216.   the prebuilt dos, os2, etc. makefiles were previously corrupted.
  217.  
  218. * The top-level CLISP `configure' can be used in a more GNU-like
  219.   fashion.  Specifically, there is a `--srcdir' option, with which
  220.   `makemake' runs by default.
  221.  
  222.  
  223. 12 August 1995
  224. ============
  225.  
  226. User visible changes
  227. --------------------
  228.  
  229. * CLISP now supports the GNU gettext package.  Non-gettext internationalization
  230.   support still available with "--disable-nls".  
  231.  
  232. * Self referencing symbolic links were not always avoided during 
  233.   directory searches.  Thanks to Dan Stanger for pointing this out.
  234.  
  235. * Fixed a bug in XGCD which caused the results to be wrong with a small
  236.   probability, for example in the case (XGCD 77874422 32223899).
  237.   Thanks to Bruno Haible and Michael Stoll.
  238.  
  239. * Top level configure accepts absolute build directory.
  240.  
  241. * Top level configure now passes on --exec-prefix, --prefix, and --srcdir 
  242.   to makemake.
  243.  
  244. Portability
  245. -----------
  246.  
  247. * Runs on Solaris 2.4 with SUNWspro (3.0.1).  Thanks to Bruno Haible.
  248.  
  249. * Runs on Solaris 2.4/sun4m with GCC (2.6.3).
  250.  
  251. * Repair of memmove-related build problem on SunOS/Solaris.
  252.   Thanks to Bruno Haible.
  253.  
  254. * Fixed a bug in mips/avcall.
  255.  
  256. * arimips.s now assembled with -KPIC to avoid problems during incremental
  257.   linking of lisp.o.
  258.  
  259. 23 June 1995
  260. ============
  261.  
  262. Important note
  263. --------------
  264.  
  265. * Changed bytecode format. All .fas files generated by previous CLISP versions
  266.   are invalid and must be recompiled.
  267.  
  268. User visible changes
  269. --------------------
  270.  
  271. * X3J13 vote <106> is implemented: LAST has an optional argument. Thanks to
  272.   Pierpaolo Bernardi.
  273.  
  274. * X3J13 vote <87> is implemented: New function COMPLEMENT. Thanks to Pierpaolo
  275.   Bernardi.
  276.  
  277. * X3J13 vote <40> is partially implemented: New macro WITH-STANDARD-IO-SYNTAX.
  278.   Thanks to Pierpaolo Bernardi.
  279.  
  280. * X3J13 vote <98> is partially implemented: New macro WITH-HASH-TABLE-ITERATOR.
  281.   Thanks to Pierpaolo Bernardi.
  282.  
  283. * X3J13 vote <97> is implemented: New functions HASH-TABLE-REHASH-SIZE,
  284.   HASH-TABLE-REHASH-THRESHOLD, HASH-TABLE-SIZE, HASH-TABLE-TEST.
  285.   Thanks to Pierpaolo Bernardi.
  286.  
  287. * X3J13 votes <69> and <70> are implemented: New declaration DYNAMIC-EXTENT.
  288.  
  289. * The dpANS macro LAMBDA is implemented.
  290.  
  291. * The dpANS declaration IGNORABLE is implemented.
  292.  
  293. * The dpANS function CONSTANTLY is implemented. Thanks to Pierpaolo Bernardi.
  294.  
  295. * Better syntax checking for the CASE macro. Thanks to Pierpaolo Bernardi.
  296.  
  297. * The user interface language may be chosen through the environment variable
  298.   LANG as well.
  299.  
  300. * The pretty printer now indents lists spanning more than one line by two
  301.   spaces, instead of one. New variable *PRINT-INDENT-LISTS*.
  302.  
  303. * *PRINT-PRETTY* is now initially T.
  304.  
  305. * Foreign function interface: New foreign type constructor FFI:C-ARRAY-MAX,
  306.   implements zero-terminated arrays of bounded size.
  307.  
  308. * On Unix, 8-bit characters are legal in pathnames if the operating system
  309.   accepts them.
  310.  
  311. * On DOS, #\Newline is converted to CR/LF when doing character output to
  312.   unbuffered file streams (referring to special files).
  313.  
  314. * Fixed a bug in the interpreter and compiler: A MULTIPLE-VALUE-SETQ form
  315.   which assigns to a symbol macro expanded to a wrong form; compiling it
  316.   produced a warning. Thanks to Pierpaolo Bernardi.
  317.  
  318. * Fixed a bug in the compiler: Some CASE form with duplicate keys, when
  319.   compiled, chose the wrong clause to be executed. Thanks to Pierpaolo
  320.   Bernardi.
  321.  
  322. * Fixed a bug in the #+/#- reader macros. (LIST #+FOO #-BAR 1 2 3) now returns
  323.   (2 3), not (3).
  324.  
  325. * Fixed a bug in LOG: (LOG x^n x^m), where n, m are integers, |m| > 1, and
  326.   x is a rational number /= 1, now correctly returns n/m. Previously,
  327.   (LOG 2 4) returned 1/0.
  328.  
  329. * Fixed a CLOS bug: Using the :DOCUMENTATION option in DEFGENERIC declarations
  330.   for function names of the form (SETF symbol) signalled an error. Thanks to
  331.   Pierpaolo Bernardi.
  332.  
  333. * Fixed a bug in DEFSETF: An IGNORE declaration for the store variable had
  334.   no effect. Thanks to Pierpaolo Bernardi.
  335.  
  336. Other modifications
  337. -------------------
  338.  
  339. * The structure of external modules has changed a bit.
  340.  
  341.  
  342. 25 April 1995
  343. =============
  344.  
  345. User visible changes
  346. --------------------
  347.  
  348. * Michael Stoll has written a graphical user interface for CLISP under
  349.   NeXTstep.
  350.  
  351. * Added a foreign language module WILDCARD for wildcard matching.
  352.  
  353. * Added a foreign language module REGEXP for Unix-style regular expression
  354.   matching and searching.
  355.  
  356. * X3J13 vote <94> is implemented: Calling GENSYM has no side effects except
  357.   incrementing the counter. New variable *GENSYM-COUNTER*.
  358.  
  359. * New macro FORMATTER converts a FORMAT control string to a function.
  360.  
  361. * Some FORMAT fixes:
  362.   + X3J13 vote <81> is implemented: The FORMAT ~:^ directive is more useful.
  363.     Warning: Old style "~:^" directives need to be converted to "~#:^".
  364.   + X3J13 vote <82> is implemented: The FORMAT ~D, ~B, ~O, ~X, ~R directives
  365.     accept an optional comma-interval parameter.
  366.   + X3J13 vote <84> is implemented: FORMAT ~C outputs characters with no bits
  367.     as if by WRITE-CHAR.
  368.   + Handling of ~^ within the FORMAT ~? directive.
  369.  
  370. * X3J13 vote <167> is implemented: New types FILE-STREAM, SYNONYM-STREAM,
  371.   BROADCAST-STREAM, CONCATENATED-STREAM, TWO-WAY-STREAM, ECHO-STREAM,
  372.   STRING-STREAM. New functions OPEN-STREAM-P, SYNONYM-STREAM-SYMBOL,
  373.   BROADCAST-STREAM-STREAMS, CONCATENATED-STREAM-STREAMS,
  374.   TWO-WAY-STREAM-INPUT-STREAM, TWO-WAY-STREAM-OUTPUT-STREAM,
  375.   ECHO-STREAM-INPUT-STREAM, ECHO-STREAM-OUTPUT-STREAM.
  376.  
  377. * New condition type PRINT-NOT-READABLE.
  378.   New function PRINT-NOT-READABLE-OBJECT.
  379.  
  380. * New function FINALIZE. (FINALIZE object function) has the effect that
  381.   function will be called when object is being garbage collected.
  382.  
  383. * DRIBBLE now also redirects *ERROR-OUTPUT*, *TRACE-OUTPUT*, *QUERY-IO*,
  384.   *DEBUG-IO* if they refer to *TERMINAL-IO*.
  385.  
  386. * Calling SYMBOL-VALUE on a symbol defined as global symbol macro now returns
  387.   the value of the expansion. New function SYMBOL-MACRO-EXPAND.
  388.  
  389. * Add FFI to the *FEATURES* if the foreign language interface is present.
  390.  
  391. * Fixed a bug: An IGNORE declaration for a macro's &ENVIRONMENT argument now
  392.   has an effect.
  393.  
  394. * Fixed a couple of bugs in the foreign language interface: Passing zero size
  395.   arrays did not work, parameters with mode :OUT did not work on SPARC and
  396.   HP-PA, and some error messages were deficient.
  397.  
  398. * Fixed a bogus error message in SET-DISPATCH-MACRO-CHARACTER.
  399.  
  400. Other modifications
  401. -------------------
  402.  
  403. * Speed up compiled calls to FORMAT with literal control string by use of
  404.   FORMATTER.
  405.  
  406.  
  407. 4 April 1995
  408. ============
  409.  
  410. User visible changes
  411. --------------------
  412.  
  413. * The initial value of *PACKAGE* can be specified by a command line option.
  414.  
  415. * X3J13 vote <6> is implemented: New place ROW-MAJOR-AREF.
  416.  
  417. * X3J13 vote <126> is implemented: New function DELETE-PACKAGE.
  418.  
  419. * X3J13 vote <14> is implemented: Closing a synonym stream does not close
  420.   its constituent stream.
  421.  
  422. * Foreign language interface for C and ANSI C. New package FFI. New macros
  423.   FFI:DEF-C-TYPE, FFI:DEF-C-VAR, FFI:DEF-C-CALL-OUT, FFI:DEF-C-CALL-IN,
  424.   FFI:DEF-C-ENUM, FFI:DEF-C-STRUCT, FFI:DEF-CALL-OUT, FFI:DEF-CALL-IN,
  425.   FFI:ELEMENT, FFI:DEREF, FFI:SLOT, FFI:CAST, FFI:TYPEOF, FFI:SIZEOF,
  426.   FFI:BITSIZEOF.
  427.   This currently works only on Unix and only with the CPUs
  428.   i386/486/586, m680x0, Mips, SPARC, DEC Alpha, HP-PA, RS/6000.
  429.   Warning: (COMPILE-FILE "filename.lsp") now overwrites the file "filename.c".
  430.  
  431. * New macros MUFFLE-CERRORS and APPEASE-CERRORS. During their execution,
  432.   continuable errors are handled by the function CONTINUE. MUFFLE-CERRORS
  433.   does this silently, APPEASE-CERRORS prints the error as a warning.
  434.  
  435. * New macro EXIT-ON-ERROR. During its execution, non-continuable errors
  436.   cause CLISP to exit with error status.
  437.  
  438. * The function ED, when asked to edit a non-existent file, now creates that
  439.   file instead of signalling an error.
  440.  
  441. * When a non-absolute pathname is specified for the -o command line option
  442.   (destination file of a compilation), it is interpreted as relative to the
  443.   current directory, not relative to the source file of the compilation.
  444.  
  445. * The readline library now uses the last column of the screen if the terminal
  446.   is an xterm, for example. Work done by Chet Ramey.
  447.  
  448. * Fixed two bugs in the LOOP macro: FOR-AS-ACROSS clauses could result in AREF
  449.   signalling an out-of-bounds error at the end of the vector. Initialisations
  450.   for FOR-AS-= clauses could be executed in the wrong order.
  451.  
  452. * Fixed a bug in the compiler which caused LOAD-TIME-VALUE forms to be
  453.   evaluated at compile time.
  454.  
  455. * Fixed a bug in the debugger: Choosing a restart Rnnn always invoked the
  456.   last restart listed, not the chosen one.
  457.  
  458. * Fixed a bug: (CLOSE *TERMINAL-IO*) signals an error again.
  459.  
  460. * On DOS and OS/2, the Lisp reader now treats Ctrl-Z as whitespace.
  461.  
  462. * The -I command line option now tells the readline library to handle the Tab
  463.   character as normal self-inserting character.
  464.  
  465. * Unix version only: DISASSEMBLE can display machine instructions, provided
  466.   that GNU gdb is present.
  467.  
  468. Other modifications
  469. -------------------
  470.  
  471. * Generational garbage collection now also works on IRIX 5.2.
  472.  
  473. * Generational garbage collection and support for immutable objects don't
  474.   exclude each other any more.
  475.  
  476.  
  477. 1 January 1995
  478. ==============
  479.  
  480. Important note
  481. --------------
  482.  
  483. * Changed bytecode format. All .fas files generated by previous CLISP versions
  484.   are invalid and must be recompiled.
  485.  
  486. User visible changes
  487. --------------------
  488.  
  489. * The destination file of a compilation can be specified by a command line
  490.   option.
  491.  
  492. * X3J13 vote <152> is implemented: REDUCE has a keyword argument :KEY.
  493.  
  494. * The printed representation of file streams of element type STRING-CHAR now
  495.   contains a line number.
  496.  
  497. * Fixed a bug which caused the interpreter to signal an error when evaluating
  498.   nested DEFUNs.
  499.  
  500. * Fixed a bug which could cause a crash when a GC occurred during single or
  501.   double float subtraction.
  502.  
  503. Other modifications
  504. -------------------
  505.  
  506. * Generational garbage collection now also works on NeXTstep and OSF/1 3.0.
  507.  
  508.  
  509. 26 October 1994
  510. ===============
  511.  
  512. Important note
  513. --------------
  514.  
  515. * Changed bytecode format. All .fas files generated by previous CLISP versions
  516.   are invalid and must be recompiled.
  517.  
  518. User visible changes
  519. --------------------
  520.  
  521. * X3J13 vote <77> is implemented: CL:FLET, CL:LABELS, CL:MACROLET allow
  522.   declarations.
  523.  
  524. * X3J13 vote <78> is implemented: CL:FLET, CL:LABELS, CL:MACROLET, DEFTYPE,
  525.   DEFSETF, DEFINE-SETF-METHOD establish an implicit BLOCK.
  526.  
  527. * X3J13 vote <128> is implemented: MAKE-PATHNAME, PATHNAME-HOST,
  528.   PATHNAME-DEVICE, PATHNAME-DIRECTORY, PATHNAME-NAME, PATHNAME-TYPE have
  529.   a keyword argument :CASE. Thanks to Marcus Daniels.
  530.  
  531. * X3J13 vote <137> is implemented: New functions WILD-PATHNAME-P,
  532.   PATHNAME-MATCH-P and TRANSLATE-PATHNAME. Thanks to Marcus Daniels.
  533.  
  534. * X3J13 vote <130> is implemented: New built-in type LOGICAL-PATHNAME.
  535.   New place LOGICAL-PATHNAME-TRANSLATIONS. New functions LOGICAL-PATHNAME,
  536.   TRANSLATE-LOGICAL-PATHNAME, LOAD-LOGICAL-PATHNAME-TRANSLATIONS,
  537.   COMPILE-FILE-PATHNAME. Thanks to Marcus Daniels.
  538.  
  539. * X3J13 vote <132> is implemented: Synonym streams to file streams are
  540.   allowed as pathnames.
  541.  
  542. * Amiga version: SCREEN package is implemented. Thanks to Jörg Höhle.
  543.  
  544. * The debugger emits some more messages to *DEBUG-IO*, not *ERROR-OUTPUT*.
  545.  
  546. * (COERCE symbol 'FUNCTION) now works.
  547.  
  548. * Fixed a bug in ENOUGH-NAMESTRING: In many cases, a relative directory
  549.   specification was returned instead of an absolute directory specification.
  550.  
  551. * Fixed a CLOS bug which caused (DEFCLASS FOO (STANDARD-OBJECT) ()) and
  552.   (DEFINE-CONDITION FOO (CONDITION) ()) to signal errors.
  553.  
  554. * Fixed a bug: In some situations, USE-PACKAGE reported a name conflict when
  555.   there was none.
  556.  
  557. * Fixed a bug: (READ-CHAR-NO-HANG stream nil eof-object) now signals an error
  558.   if stream is not an input stream. Previously it returned eof-object.
  559.  
  560. * Fixed a bug: On some Unix systems, (FINISH-OUTPUT *TERMINAL-IO*) signalled
  561.   an error if standard output was redirected to a file.
  562.  
  563. * (SQRT 0) now returns an integer 0 instead of a floating-point 0.0.
  564.  
  565. * Readline library: Fixed a small problem with input prompts longer than the
  566.   screen width.
  567.  
  568. * Fixed three bugs in the built-in editor. One of them made the editor
  569.   entirely unusable.
  570.  
  571. Portability
  572. -----------
  573.  
  574. * On DOS, the readline library now handles the /!INPUTRC and history files
  575.   correctly.
  576.  
  577. Other modifications
  578. -------------------
  579.  
  580. * Generational garbage collection now also works on Linux (1.1.52 or newer).
  581.  
  582. * On Unix, external modules written in C can be linked to CLISP without
  583.   recompiling CLISP from source. For example, the STDWIN library.
  584.  
  585.  
  586. 1 September 1994
  587. ================
  588.  
  589. User visible changes
  590. --------------------
  591.  
  592. * The DEFCONSTANT warning about redefinition of a constant is also inhibited
  593.   if the constant's new and old values are the same string (in the sense of
  594.   EQUAL). Thanks to Marcus Daniels.
  595.  
  596. * Unix version only: The daylight saving time flag of a time zone (eighth
  597.   value of GET-DECODED-TIME and DECODE-UNIVERSAL-TIME) is now correct.
  598.  
  599.  
  600. 23 August 1994
  601. ==============
  602.  
  603. User visible changes
  604. --------------------
  605.  
  606. * X3J13 vote <64> is implemented: New macro DESTRUCTURING-BIND.
  607.  
  608. * The function ED can now edit functions that have been entered in
  609.   interpreted form even if they have later been compiled.
  610.  
  611. * New function UNCOMPILE. (UNCOMPILE function-name) undoes the effect of
  612.   (COMPILE function-name) if the function's definition had been entered
  613.   in interpreted form.
  614.  
  615. * The OPEN option :IF-EXISTS :RENAME-AND-DELETE now deletes the renamed
  616.   file. Previously :RENAME-AND-DELETE was equivalent to :RENAME.
  617.  
  618. * (LISP-IMPLEMENTATION-VERSION) returns a more precise version string.
  619.  
  620. * Readline library: Completion of a function call with no arguments
  621.   automatically adds the closing parenthesis.
  622.  
  623. * Readline library: When a closing parenthesis is typed, the corresponding
  624.   opening parenthesis is displayed.
  625.  
  626. Other modifications
  627. -------------------
  628.  
  629. * Copyright clarification.
  630.  
  631. * Added a readline manual page.
  632.  
  633.  
  634. 4 July 1994
  635. ===========
  636.  
  637. User visible changes
  638. --------------------
  639.  
  640. * X3J13 votes <115> and <114> are implemented: an elaborate LOOP macro.
  641.   New macro LOOP-FINISH.
  642.   Warning: The scoping rules for the iteration variables are hairy. If a
  643.   FOR/AS initialisation form refers to an iteration variable of a subsequent
  644.   FOR/AS clause, the effects are implementation dependent!
  645.  
  646. * X3J13 vote <120> is implemented: New function MAP-INTO.
  647.  
  648. * X3J13 vote <79> is implemented: New constants
  649.   LEAST-POSITIVE-NORMALIZED-SHORT-FLOAT,
  650.   LEAST-NEGATIVE-NORMALIZED-SHORT-FLOAT,
  651.   LEAST-POSITIVE-NORMALIZED-SINGLE-FLOAT,
  652.   LEAST-NEGATIVE-NORMALIZED-SINGLE-FLOAT,
  653.   LEAST-POSITIVE-NORMALIZED-DOUBLE-FLOAT,
  654.   LEAST-NEGATIVE-NORMALIZED-DOUBLE-FLOAT,
  655.   LEAST-POSITIVE-NORMALIZED-LONG-FLOAT,
  656.   LEAST-NEGATIVE-NORMALIZED-LONG-FLOAT.
  657.  
  658. * The macro WITH-OUTPUT-TO-PRINTER now also works on DOS.
  659.  
  660. * Fixed a bug in DO-SYMBOLS: A symbol which is exported from a used package
  661.   was considered accessible in the using package even if it was shadowed by
  662.   another present symbol of the same name.
  663.  
  664. * Fixed a bug in the debugger which caused the BACKTRACE commands to print
  665.   garbage if the current user interface language was not english.
  666.  
  667.  
  668. 22 June 1994
  669. ============
  670.  
  671. User visible changes
  672. --------------------
  673.  
  674. * French support is now complete. Thanks to Jörg Höhle.
  675.  
  676. * The user interface language (english, german or french) can now be chosen
  677.   at startup time through a command line option. The constant *LANGUAGE* has
  678.   been removed, and its value has been removed from *FEATURES*. New macros
  679.   ENGLISH, DEUTSCH, FRANCAIS and LANGUAGE-CASE.
  680.  
  681. * There is a command line option that makes CLISP behave more like what
  682.   ILISP (a popular Emacs LISP interface) expects.
  683.  
  684. * The function CLOS:CALL-NEXT-METHOD can now be called with arguments, but
  685.   the check that the set of applicable methods must be the same as for the
  686.   original arguments will be bypassed.
  687.  
  688. * New functions READ-CHAR-SEQUENCE, WRITE-CHAR-SEQUENCE, READ-BYTE-SEQUENCE,
  689.   WRITE-BYTE-SEQUENCE which perform fast block I/O.
  690.  
  691. * Errors of type FLOATING-POINT-UNDERFLOW are inhibited in floating point
  692.   computations (and zero is returned instead) during execution of the new
  693.   macro WITHOUT-FLOATING-POINT-UNDERFLOW.
  694.  
  695. * X3J13 vote <95> is implemented: If the readtable argument passed to
  696.   GET-MACRO-CHARACTER and GET-DISPATCH-MACRO-CHARACTER is NIL, the standard
  697.   readtable is used.
  698.  
  699. * PROBE-FILE doesn't report an error any more if an intermediate directory
  700.   in the path doesn't exist. NIL is returned instead.
  701.  
  702. * The DEFCONSTANT warning about redefinition of a constant is inhibited if
  703.   the constant's new and old values are the same (in the sense of EQL).
  704.   Thanks to Marcus Daniels.
  705.  
  706. * The function INTERACTIVE-STREAM-P knows that if the terminal stream is
  707.   referring to a regular file (via input redirection) it is not interactive.
  708.  
  709. * There is a user programmable kind of streams, called generic streams.
  710.   New functions MAKE-GENERIC-STREAM, GENERIC-STREAM-CONTROLLER,
  711.   GENERIC-STREAM-P, GENERIC-STREAM-READ-CHAR, GENERIC-STREAM-READ-BYTE,
  712.   GENERIC-STREAM-LISTEN, GENERIC-STREAM-WRITE-CHAR, GENERIC-STREAM-WRITE-BYTE,
  713.   GENERIC-STREAM-WRITE-STRING, GENERIC-STREAM-CLEAR-INPUT,
  714.   GENERIC-STREAM-CLEAR-OUTPUT, GENERIC-STREAM-FINISH-OUTPUT,
  715.   GENERIC-STREAM-FORCE-OUTPUT, GENERIC-STREAM-CLOSE.
  716.   See impnotes.txt for details. Thanks to Marcus Daniels and Don Cohen.
  717.  
  718. * The macro WITH-OUTPUT-TO-PRINTER may now also work on OS/2.
  719.  
  720. * Fixed a CLOS bug: Generic functions with both optional and keyword
  721.   arguments didn't work.
  722.  
  723. * Fixed a serious bug in the compiler which caused incorrect code to be
  724.   generated for functions like (LAMBDA (X) (SETQ X 1)).
  725.  
  726. * Fixed a serious bug in the compiler which caused the compiler to crash
  727.   when compiling functions which contain two or more calls to ASSERT.
  728.  
  729. * Fixed a bug: The macroexpander of MULTIPLE-VALUE-SETQ built up a
  730.   syntactically illegal form.
  731.  
  732. * Fixed a bug in the reader: When reading pathnames from the syntax
  733.   #S(PATHNAME ...), #n# references in pathname components were not
  734.   resolved prior to calling MAKE-PATHNAME.
  735.  
  736. * Fixed a bug in the reader: (read-from-string "1/") signalled an error
  737.   of type DIVISION-BY-ZERO.
  738.  
  739. * Fixed a bug in the terminal stream: If several consecutive READ-LINE
  740.   operations on the terminal stream were performed without any text
  741.   containing newlines being output between them, the prompt finally got
  742.   duplicated and then became longer and longer.
  743.  
  744. * Fixed a bug in the readline library (bad handling of prompts longer than
  745.   one line). Thanks to Marcus Daniels.
  746.  
  747. Installation
  748. ------------
  749.  
  750. * All non-Unix versions: Setting the local time zone should now be much
  751.   easier. 122 time zone names are supported.
  752.  
  753.  
  754. 8 January 1994
  755. ==============
  756.  
  757. None.
  758.  
  759.  
  760. 7 January 1994
  761. ==============
  762.  
  763. Important note
  764. --------------
  765.  
  766. * Changed bytecode format. All .fas files generated by previous CLISP versions
  767.   are invalid and must be recompiled.
  768.  
  769. User visible changes
  770. --------------------
  771.  
  772. * X3J13 votes <186> and <31> are implemented: the Common Lisp Condition System.
  773.   New macros
  774.     DEFINE-CONDITION, IGNORE-ERRORS, HANDLER-CASE, HANDLER-BIND,
  775.     RESTART-CASE, WITH-RESTARTS, WITH-SIMPLE-RESTART, RESTART-BIND,
  776.     WITH-CONDITION-RESTARTS,
  777.   new types
  778.     RESTART, CONDITION, SERIOUS-CONDITION, ERROR, PROGRAM-ERROR, CONTROL-ERROR,
  779.     ARITHMETIC-ERROR, DIVISION-BY-ZERO, FLOATING-POINT-OVERFLOW,
  780.     FLOATING-POINT-UNDERFLOW, CELL-ERROR, UNBOUND-VARIABLE, UNDEFINED-FUNCTION,
  781.     TYPE-ERROR, PACKAGE-ERROR, STREAM-ERROR, END-OF-FILE, FILE-ERROR,
  782.     STORAGE-CONDITION, WARNING,
  783.     SIMPLE-CONDITION, SIMPLE-ERROR, SIMPLE-TYPE-ERROR, SIMPLE-WARNING,
  784.   new functions
  785.     MAKE-CONDITION, SIGNAL, COMPUTE-RESTARTS, FIND-RESTART, INVOKE-RESTART,
  786.     INVOKE-RESTART-INTERACTIVELY, ABORT, CONTINUE, MUFFLE-WARNING, STORE-VALUE,
  787.     USE-VALUE, INVOKE-DEBUGGER, RESTART-NAME,
  788.     ARITHMETIC-ERROR-OPERATION, ARITHMETIC-ERROR-OPERANDS, CELL-ERROR-NAME,
  789.     TYPE-ERROR-DATUM, TYPE-ERROR-EXPECTED-TYPE, PACKAGE-ERROR-PACKAGE,
  790.     STREAM-ERROR-STREAM, FILE-ERROR-PATHNAME, SIMPLE-CONDITION-FORMAT-STRING,
  791.     SIMPLE-CONDITION-FORMAT-ARGUMENTS,
  792.   new variables
  793.     *BREAK-ON-SIGNALS*, *DEBUGGER-HOOK*.
  794.   See impnotes.txt for details. Thanks to David Gadbois who wrote most of this.
  795.  
  796. * X3J13 vote <40> is partially implemented: New variable *PRINT-READABLY*.
  797.  
  798. * X3J13 vote <34> is implemented: Arrays and packages may now appear as
  799.   constants in compiled code.
  800.  
  801. * X3J13 vote <90> is implemented: FUNCTIONP on symbols and conses now always
  802.   returns NIL. The type FUNCTION is disjoint from SYMBOL and CONS.
  803.   (COERCE object 'FUNCTION) is implemented.
  804.   Warning: Old style calls like
  805.     (FUNCTIONP object)
  806.   may need to be converted to
  807.     (OR (FUNCTIONP object)
  808.         (SYMBOLP object)
  809.         (AND (CONSP object) (EQ (CAR object) 'LAMBDA))
  810.     )
  811.   This fixes a CLOS bug: (TYPEP object 'FUNCTION) wasn't equivalent to
  812.   (TYPEP object (FIND-CLASS 'FUNCTION)).
  813.  
  814. * Two new debugger commands Break+ and Break- permit to set resp. remove
  815.   breakpoints at specified EVAL or APPLY frames.
  816.  
  817. * Warnings and errors produced by COMPILE-FILE are now accompanied by
  818.   source line number information.
  819.  
  820. * The sub-char passed as second argument to read dispatch macros is now
  821.   exactly the first non-digit read from the stream. Previously it was its
  822.   upper-case equivalent.
  823.  
  824. * DEFPACKAGE now accepts an option (:DOCUMENTATION doctring).
  825.  
  826. * DIRECTORY now accepts a keyword argument :CIRCLE. If it is non-NIL,
  827.   the directory search for ".../" and "**/" wildcards on Unix avoids endless
  828.   loops that may result from symbolic links.
  829.  
  830. * The variable *LOAD-PATHS* in the Unix versions of config.lsp now uses
  831.   "~/" (the home directory at run time) instead of #"~/" (the home directory
  832.   at installation time). Thanks to Gabor Herr.
  833.  
  834. * Unix and OS/2 versions: New dangerous functions MAKE-PIPE-IO-STREAM,
  835.   RUN-SHELL-COMMAND and RUN-PROGRAM.
  836.  
  837. * Unix version only:
  838.   The command shell used by MAKE-PIPE-...-STREAM is now always /bin/sh; the
  839.   environment variable SHELL is only used as interactive shell.
  840.   Fixed a race condition in the functions EXECUTE, MAKE-PIPE-INPUT-STREAM,
  841.   MAKE-PIPE-OUTPUT-STREAM that caused the child process to fail mysteriously.
  842.  
  843. * Attacks such as  (DO-ALL-SYMBOLS (S) (UNLESS (CONSTANTP S) (SET S NIL)))
  844.   no longer crash CLISP.
  845.  
  846. * Fixed a CLOS bug: DEFCLASS failed to signal an error if several direct slots
  847.   had identical names.
  848.  
  849. * Fixed a bug in the reader: When reading hash tables which contain #n#
  850.   references, the hash codes must be recomputed after resolving the
  851.   references. Thanks to Marcus Daniels.
  852.  
  853. * Fixed a bug in the printer: Printed representations with two different
  854.   #1= definitions could result when PRINT-OBJECT methods were called while
  855.   *PRINT-CIRCLE* was true. Thanks to Marcus Daniels.
  856.  
  857.  
  858. 8 November 1993
  859. ===============
  860.  
  861. User visible changes
  862. --------------------
  863.  
  864. * The STDWIN library can now be made part of CLISP by calling makemake with
  865.   argument --with-stdwin.
  866.  
  867. * X3J13 vote <108> is implemented: New packages COMMON-LISP and
  868.   COMMON-LISP-USER.
  869.  
  870. * X3J13 vote <112> is implemented:
  871.   LOAD binds the variables *LOAD-PATHNAME* and *LOAD-TRUENAME*, COMPILE-FILE
  872.   binds the variables *COMPILE-FILE-PATHNAME* and *COMPILE-FILE-TRUENAME*.
  873.   New variables *LOAD-PATHNAME*, *LOAD-TRUENAME*, *COMPILE-FILE-PATHNAME*,
  874.   *COMPILE-FILE-TRUENAME*.
  875.  
  876. * X3J13 vote <26> is implemented: COMPILE-FILE has a keyword argument :PRINT.
  877.   New variables *COMPILE-WARNINGS*, *COMPILE-VERBOSE*, *COMPILE-PRINT*.
  878.  
  879. * Fixed two bugs in DEFPACKAGE: *PACKAGE* is not modified by DEFPACKAGE
  880.   any more, and the :INTERN option now works.
  881.  
  882. * Fixed FUNCTION-LAMBDA-EXPRESSION such that it works on built-in functions.
  883.   Thanks to France Dacar.
  884.  
  885. * Fixed a serious bug in GCD on 16-bit processors: (GCD x y) with
  886.   2^k - 2^(k-16) <= |x|,|y| < 2^k could cause a division by zero.
  887.  
  888.  
  889. 27 September 1993
  890. =================
  891.  
  892. User visible changes
  893. --------------------
  894.  
  895. * COMPILE-FILE now handles top-level forms as described in CLtL2 p. 90:
  896.   The macroexpansion of a top-level form is considered a top-level form.
  897.   When a top-level form is a PROGN, LOCALLY, COMPILER-LET, SYMBOL-MACROLET
  898.   or MACROLET form, the subforms of its body are considered top-level forms
  899.   too and are compiled separately.
  900.   This allows things like
  901.     (PROGN (DEFCONSTANT X 3141) (DEFUN GET-X () X))
  902.   or
  903.     (PROGN (DEFCLASS SHIP () ()) (DEFUN SHIP-P (X) (TYPEP X 'SHIP)))
  904.   to work.
  905.   Warning: If you want to inhibit this splitting into separate forms (for
  906.   example, because several of the forms refer to the same uninterned symbol),
  907.   you have to use (LET () (PROGN ...)) instead of (PROGN ...).
  908.  
  909. * X3J13 vote <144> is implemented: New macro DECLAIM.
  910.  
  911. * X3J13 vote <113> is implemented: The macro LOCALLY is now a special form.
  912.  
  913. * Fixed a serious bug in the compiler: When compiling functions inline
  914.   whose parameters are special variables, incorrect code could be generated.
  915.  
  916. * Fixed a bug in the compiler which caused the compiler to crash in some
  917.   rare cases, notably when compiling Garnet-2.2.
  918.  
  919. * Fixed a bug that prevented the debugger commands DOWN and BOTTOM from
  920.   working on Linux and SunOS.
  921.  
  922. * Fixed a CLOS bug: Specifying &KEY without &REST in generic function
  923.   lambda lists didn't have the desired effect.
  924.  
  925. * DEFCLASS supports both :DEFAULT-INITARGS syntaxes.
  926.  
  927. * DEFGENERIC is more tolerant about invalid declarations.
  928.  
  929.  
  930. 1 September 1993
  931. ================
  932.  
  933. Important note
  934. --------------
  935.  
  936. * Changed bytecode format. All .fas files generated by previous CLISP versions
  937.   are invalid and must be recompiled.
  938.  
  939. User visible changes
  940. --------------------
  941.  
  942. * Unix version only: The command line option -M now also accepts memory images
  943.   that were compressed using GNU gzip.
  944.  
  945. * Fixed a CLOS bug: MAKE-INSTANCE now behaves as if it were calling
  946.   INITIALIZE-INSTANCE, and INITIALIZE-INSTANCE and REINITIALIZE-INSTANCE
  947.   behave as if they were calling SHARED-INITIALIZE.
  948.  
  949. * Fixed a CLOS bug: NO-APPLICABLE-METHOD failed to be called in some cases
  950.   when no method was applicable.
  951.  
  952. * Relating to X3J13 vote <89>: The first argument to the functions FUNCALL and
  953.   APPLY, denoting a function, may now also be a list (SETF symbol).
  954.  
  955. * Fixed a bogus error message that occurred when storing an out-of-range
  956.   integer into an array of element-type (UNSIGNED-BYTE 32).
  957.  
  958.  
  959. 22 August 1993
  960. ==============
  961.  
  962. Important note
  963. --------------
  964.  
  965. * Changed bytecode format. All .fas files generated by previous CLISP versions
  966.   are invalid and must be recompiled.
  967.  
  968. User visible changes
  969. --------------------
  970.  
  971. * X3J13 vote <12> is partially implemented: Native CLOS. New package CLOS
  972.   containing the macros
  973.     DEFCLASS, DEFMETHOD, DEFGENERIC, GENERIC-FUNCTION, GENERIC-FLET,
  974.     GENERIC-LABELS, WITH-SLOTS, WITH-ACCESSORS,
  975.   the functions
  976.     FIND-CLASS, (SETF FIND-CLASS), CLASS-OF, CLASS-NAME, (SETF CLASS-NAME),
  977.     SLOT-VALUE, SLOT-BOUNDP, SLOT-MAKUNBOUND, SLOT-EXISTS-P,
  978.     CALL-NEXT-METHOD, NEXT-METHOD-P,
  979.     NO-APPLICABLE-METHOD, NO-PRIMARY-METHOD, NO-NEXT-METHOD,
  980.     FIND-METHOD, ADD-METHOD, REMOVE-METHOD, COMPUTE-APPLICABLE-METHODS,
  981.     METHOD-QUALIFIERS, FUNCTION-KEYWORDS, SLOT-MISSING, SLOT-UNBOUND,
  982.     PRINT-OBJECT, DESCRIBE-OBJECT, MAKE-INSTANCE, INITIALIZE-INSTANCE,
  983.     REINITIALIZE-INSTANCE, SHARED-INITIALIZE,
  984.   the classes
  985.     STANDARD-CLASS, STRUCTURE-CLASS, BUILT-IN-CLASS, STANDARD-OBJECT,
  986.     STANDARD-GENERIC-FUNCTION, STANDARD-METHOD and all predefined classes,
  987.   and the method combination
  988.     STANDARD.
  989.   See impnotes.txt for details. X3J13 vote <13> is implemented, too.
  990.  
  991. * X3J13 vote <63> is implemented: DESCRIBE receives the output stream as
  992.   optional argument. New function CLOS:DESCRIBE-OBJECT.
  993.  
  994. * X3J13 vote <149> is implemented: The second argument to SUBSEQ may now
  995.   be NIL. Thanks to Thomas Kirk.
  996.  
  997. * X3J13 vote <175> is implemented: TAILP now also works on dotted lists.
  998.  
  999. * X3J13 vote <124> is implemented: (DECLARE (OPTIMIZE (DEBUG ...))) is legal.
  1000.  
  1001. * The type specifier (EQL object), a synonym for (MEMBER object), is now
  1002.   implemented.
  1003.  
  1004. * New DEFSTRUCT option :INHERIT which is exactly like :INCLUDE except that it
  1005.   doesn't create new accessors for the inherited slots. Use this option to
  1006.   avoid the problems that occur when using the same :CONC-NAME for the new
  1007.   and the inherited structure.
  1008.  
  1009. * Fixed EXPORT and USE-PACKAGE: Don't signal a name conflict between the
  1010.   symbol being exported and a symbol accessible in the using package if
  1011.   the latter symbol is on the list of shadowing symbols of the using package.
  1012.  
  1013. * Fixed VECTOR-PUSH-EXTEND. It now works on vectors of dimension 0 and
  1014.   on bit-vectors.
  1015.  
  1016. * Fixed PRINT-UNREADABLE-OBJECT: Don't output adjacent spaces.
  1017.  
  1018. * Fixed a bug in the reader that caused an endless loop or endless recursion
  1019.   when resolving #n=/#n# references in objects that already contained cyclic
  1020.   data structures, e.g. when reading (#1=a #.'#2=(b . #2#) #1#).
  1021.  
  1022. * Fixed a bogus error message in the complex number reader.
  1023.  
  1024.  
  1025. 17 July 1993
  1026. ============
  1027.  
  1028. User visible changes
  1029. --------------------
  1030.  
  1031. * X3J13 vote <150> is mostly implemented: Reading and printing of symbols
  1032.   (and characters with bits or fonts attributes) is now affected by
  1033.   (READTABLE-CASE *READTABLE*), whose value may be one of :UPCASE, :DOWNCASE
  1034.   and :PRESERVE. New place READTABLE-CASE.
  1035.  
  1036. * Support for immutable objects is implemented. Attempts to modify read-only
  1037.   data will signal an error. Program text and quoted constants loaded from
  1038.   files are considered read-only data. Never again will you be allowed to
  1039.   write programs that destructively modify themselves!
  1040.   This works only for Unix implementations with powerful virtual memory
  1041.   management, currently only Linux and SunOS. To enable it, you have to
  1042.   add -DIMMUTABLE to the CFLAGS in the makefile when building CLISP.
  1043.  
  1044. * Fixed DEFUN such that
  1045.   (progn
  1046.     (flet ((bar (x) (+ x 10))) (defun bar (y) (if (zerop y) 1 (bar (1- y))))
  1047.     (bar 1)
  1048.   )
  1049.   returns 10 instead of 1.
  1050.  
  1051. * Fixed a bug in the compiler that caused the compiler to crash by endless
  1052.   recursion and stack overflow when compiling assignments to symbol macros.
  1053.  
  1054.  
  1055. 29 June 1993
  1056. ============
  1057.  
  1058. User visible changes
  1059. --------------------
  1060.  
  1061. * X3J13 vote <89> is implemented: (SETF symbol) is now a valid syntax for a
  1062.   function name in (funname ...), (FUNCTION funname), (DEFUN funname ...),
  1063.   (COMPILE funname ...), (DISASSEMBLE funname), (ED funname), FLET, LABELS etc.
  1064.   New function FDEFINITION.
  1065.  
  1066. * X3J13 vote <173> is implemented: New special form SYMBOL-MACROLET. The
  1067.   macroexpansion environment passed to macro expanders and to MACROEXPAND-1,
  1068.   MACROEXPAND, GET-SETF-METHOD, GET-SETF-METHOD-MULTIPLE-VALUE now comprises
  1069.   both the variable environment and the function environment.
  1070.   New macro DEFINE-SYMBOL-MACRO.
  1071.  
  1072. * New macro PRINT-UNREADABLE-OBJECT.
  1073.  
  1074. * Fixed a bug: The string comparison functions STRING<, STRING>, STRING<=,
  1075.   STRING>=, STRING/=, STRING-LESSP, STRING-GREATERP, STRING-NOT-GREATERP,
  1076.   STRING-NOT-LESSP, STRING-NOT-EQUAL now return the index of the first mismatch
  1077.   instead of T.
  1078.  
  1079. * Fixed a bug: The functions REMOVE-DUPLICATES and DELETE-DUPLICATES produced
  1080.   an out-of-bounds error when called on a small sequence, with :FROM-END T
  1081.   argument and without :END argument.
  1082.  
  1083.  
  1084. 24 May 1993
  1085. ===========
  1086.  
  1087. User visible changes
  1088. --------------------
  1089.  
  1090. * New macro DEFPACKAGE.
  1091.  
  1092. * New function FUNCTION-LAMBDA-EXPRESSION.
  1093.  
  1094. * New package SCREEN containing some functions for random screen access
  1095.   (Unix, DOS, OS/2, Atari, VMS versions only).
  1096.  
  1097. * X3J13 vote <5> is implemented: The value of *APPLYHOOK* must now be
  1098.   a function of two arguments.
  1099.  
  1100. * X3J13 vote <104> is implemented: COMPILE-FILE now binds *READTABLE*.
  1101.  
  1102. * X3J13 vote <161> is implemented: SHADOW now accepts strings as well
  1103.   as symbols.
  1104.  
  1105. * Fixed a bug in the compiler which caused the compiler to crash when
  1106.   compiling (CASE key ...) forms with constant key.
  1107.  
  1108. * Fixed a bug in the compiler which produced unloadable .fas files
  1109.   when compiling forms like (SETF ... (FUNCTION LIST)).
  1110.  
  1111. * Fixed a bogus error message in the AREF function.
  1112.  
  1113. * The built-in editor on Unix now handles the Delete key the same way
  1114.   as the Backspace key or Ctrl-H.
  1115.  
  1116. * Fixed a bug in + that occasionally caused (- x x) to return a
  1117.   long-float zero which was not EQL to the other zeroes of type LONG-FLOAT.
  1118.  
  1119. * Fixed a bug: Correctly do round-to-even when adding two long-floats.
  1120.  
  1121. * Fixed a bug: The destructive sequence functions DELETE etc. failed to
  1122.   produce an error when called on a sequence of type LIST and with an :END
  1123.   argument larger than the list's length.
  1124.  
  1125. * Corrected the branch cuts of the complex ATAN and ATANH functions.
  1126.  
  1127.  
  1128. 5 April 1993
  1129. ============
  1130.  
  1131. None.
  1132.  
  1133.  
  1134. 30 March 1993
  1135. =============
  1136.  
  1137. User visible changes
  1138. --------------------
  1139.  
  1140. * Fixed a bug in + that caused the sign of (+ x y) to be wrong when x and y
  1141.   were double-floats satisfying  0 < x < -y  or  0 > x > -y .
  1142.  
  1143. * New special form LOAD-TIME-VALUE.
  1144.  
  1145. * The function DIR now sorts its output.
  1146.  
  1147. * A new place (DEFAULT-DIRECTORY) manages the "current directory".
  1148.  
  1149. * When LOAD is called with a pathname as argument that contains a parent
  1150.   directory component (".."): Ignore the variable *LOAD-PATHS*, avoid an error.
  1151.  
  1152. * Fixed TRACE so that functions calling TRACE are correctly handled by
  1153.   COMPILE-FILE.
  1154.  
  1155.  
  1156. 19 March 1993
  1157. =============
  1158.  
  1159. User visible changes
  1160. --------------------
  1161.  
  1162. * Replaced variable *TEMPFILE* by a function EDITOR-TEMPFILE.
  1163.  
  1164.  
  1165. 4 March 1993
  1166. ============
  1167.  
  1168. User visible changes
  1169. --------------------
  1170.  
  1171. * Fixed a bug in ADJOIN that caused ADJOJN and PUSHNEW to push (key item)
  1172.   instead of item onto the list when a :KEY argument was present.
  1173.  
  1174. * Amiga version: allow opening of "files" on special devices.
  1175.  
  1176. * OS/2 version: Long filenames on DOS (FAT) filesystems no longer produce
  1177.   errors. They are now silently truncated to 8+3 characters.
  1178.  
  1179. * Unix, Amiga, OS/2 versions: When a pathname is to be fully specified, no
  1180.   subdirectory wildcard "**/" or ".../" is allowed. Check this.
  1181.  
  1182.  
  1183. 21 February 1993
  1184. ================
  1185.  
  1186. User visible changes
  1187. --------------------
  1188.  
  1189. * Include test suite into distribution.
  1190.  
  1191. * Add COMMON-LISP and CLTL1 to the *FEATURES*.
  1192.  
  1193. * Fixed a bug in the compiler which caused the compiler to crash in some
  1194.   rare cases.
  1195.  
  1196. * Fixed a bug in WITH-OPEN-FILE: handle the case when OPEN returns NIL.
  1197.  
  1198. * Amiga version: Fixed bug in FILE-POSITION.
  1199.  
  1200. * Amiga version: Renamed REXX-WAIT-COMMAND to REXX-WAIT-SENT-COMMAND.
  1201.  
  1202.  
  1203. 3 February 1993
  1204. ===============
  1205.  
  1206. None.
  1207.  
  1208.  
  1209. 1 February 1993
  1210. ===============
  1211.  
  1212. User visible changes
  1213. --------------------
  1214.  
  1215. * Fixed handling of declarations in macros DO-SYMBOLS, DO-EXTERNAL-SYMBOLS,
  1216.   DO-ALL-SYMBOLS, DOSEQ, DOHASH.
  1217.  
  1218. * LISTEN on file streams opened with :DIRECTION :OUTPUT now returns NIL.
  1219.  
  1220. * Pathnames resulting from OPEN on special files are now called
  1221.   "file handle streams", they are unbuffered file streams.
  1222.   They can now be used as argument in situations where a pathname is expected.
  1223.  
  1224.  
  1225. 11 January 1993
  1226. ===============
  1227.  
  1228. User visible changes
  1229. --------------------
  1230.  
  1231. * Fixed meaning of :KEY argument for SUBLIS and NSUBLIS.
  1232.  
  1233. * DOS, OS/2 versions: adapted to emx 0.8f. This results in better
  1234.   *KEYBOARD-INPUT* on DOS and faster screen access on OS/2.
  1235.  
  1236. * Amiga version: implemented SHELL.
  1237.  
  1238. * OS/2 version: implemented MAKE-PIPE-INPUT-STREAM and MAKE-PIPE-OUTPUT-STREAM.
  1239.  
  1240. * compiler.lsp: Emit a warning when #'foo is used but foo is undefined.
  1241.  
  1242. * rexx.d, rexx.lsp: remove the trailing "p" from the keywords.
  1243.  
  1244. * init.lsp: don't call a macro a "Common Lisp function".
  1245.  
  1246. * stream.d, readline/readline.[ch]: exported rl_deprep_terminal such that a
  1247.   failing call to xmalloc() can now signal an ordinary error instead of exiting.
  1248.  
  1249.  
  1250. 1 January 1993
  1251. ==============
  1252.  
  1253. Release of first portable version of CLISP.
  1254.  
  1255.