From 458c9ac4ad5d363b048df9394ab0ade0c942f7b6 Mon Sep 17 00:00:00 2001 From: gerd <gerd> Date: Wed, 16 Jul 2003 10:35:36 +0000 Subject: [PATCH] * src/compiler/main.lisp (compile-file-pathname): Default byte-compile keyword arg to *byte-compile-default*. --- general-info/release-19a.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/general-info/release-19a.txt b/general-info/release-19a.txt index 7116602cb..6de36a729 100644 --- a/general-info/release-19a.txt +++ b/general-info/release-19a.txt @@ -61,6 +61,8 @@ New in this release: - (SETF EXT:WEAK-POINTER-VALUE) has been added. - CMUCL no longer entering an infinite loop when dumping circular constant lists to fasl files. + - COMPILE-FILE-PATHNAME's BYTE-COMPILE keyword arg defaulting + to *BYTE-COMPILE-DEFAULT* like COMPILE-FILE. * Numerous ANSI compliance fixes: - Many bugs in CMUCL's type system detected by Paul Dietz' -- GitLab