(Message inbox:24) Return-Path: Received: from CS.CMU.EDU by A.GP.CS.CMU.EDU id aa05093; 4 Jul 94 9:03:05 EDT Received: from nz11.rz.uni-karlsruhe.de by CS.CMU.EDU id aa18979; 4 Jul 94 9:01:38 EDT Received: from ma2s2.mathematik.uni-karlsruhe.de by nz11.rz.uni-karlsruhe.de with SMTP (PP); Mon, 4 Jul 1994 15:00:19 +0200 Received: from ma2s3.mathematik.uni-karlsruhe.de by ma2s2.mathematik.uni-karlsruhe.de (4.1/SMI-4.0) id AA17111; Mon, 4 Jul 94 15:11:16 +0200 Date: Mon, 4 Jul 94 15:11:16 +0200 From: haible@ma2s2.mathematik.uni-karlsruhe.de (Bruno Haible) Message-Id: <9407041311.AA17111@ma2s2.mathematik.uni-karlsruhe.de> To: clisp-list@ma2s2.mathematik.uni-karlsruhe.de Subject: New version of old CLISP Cc: AI.Repository@cs.cmu.edu, friedman@gnu.ai.mit.edu A new version of my current personal source of CLISP is at the usual place, in ma2s2.mathematik.uni-karlsruhe.de:/pub/lisp/clisp/source-haible/clispsrc.tar.z. Change log since 22 June 1994: 4 July 1994 =========== User visible changes -------------------- * X3J13 votes <115> and <114> are implemented: an elaborate LOOP macro. New macro LOOP-FINISH. Warning: The scoping rules for the iteration variables are hairy. If a FOR/AS initialisation form refers to an iteration variable of a subsequent FOR/AS clause, the effects are implementation dependent! * X3J13 vote <120> is implemented: New function MAP-INTO. * X3J13 vote <79> is implemented: New constants LEAST-POSITIVE-NORMALIZED-SHORT-FLOAT, LEAST-NEGATIVE-NORMALIZED-SHORT-FLOAT, LEAST-POSITIVE-NORMALIZED-SINGLE-FLOAT, LEAST-NEGATIVE-NORMALIZED-SINGLE-FLOAT, LEAST-POSITIVE-NORMALIZED-DOUBLE-FLOAT, LEAST-NEGATIVE-NORMALIZED-DOUBLE-FLOAT, LEAST-POSITIVE-NORMALIZED-LONG-FLOAT, LEAST-NEGATIVE-NORMALIZED-LONG-FLOAT. * The macro WITH-OUTPUT-TO-PRINTER now also works on DOS. * Fixed a bug in DO-SYMBOLS: A symbol which is exported from a used package was considered accessible in the using package even if it was shadowed by another present symbol of the same name. * Fixed a bug in the debugger which caused the BACKTRACE commands to print garbage if the current user interface language was not english. Other modifications ------------------- * Miscellaneous documentation updates. New binaries have been rebuilt: from clisp-1994-06-22 for - UnixWare (provided by Jean-Claude Beaudoin ), - HP9000/800 running HP-UX, - Sun4 running SunOS 4. from clisp-1994-07-04 for - Linux. Bruno Haible haible@ma2s2.mathematik.uni-karlsruhe.de