From 3ab430eb58740212cfc0c6ca582448b77fcb68a7 Mon Sep 17 00:00:00 2001 From: Juan Jose Garcia Ripoll Date: Sun, 1 Nov 2009 02:42:18 +0100 Subject: [PATCH] Note latest fixes in CHANGELOG. --- src/CHANGELOG | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/CHANGELOG b/src/CHANGELOG index 80ca55d82..b81ddfc95 100755 --- a/src/CHANGELOG +++ b/src/CHANGELOG @@ -26,6 +26,15 @@ ECL 9.10.3: - sockopt-linger and (setf sockopt-linger) now work as they should, using the struct linger argument (M. Mondor) +* ASDF: + + - ASDF:MAKE-BUILD now accepts also a :PROLOGUE-CODE argument with code to + be executed before all lisp files are run. + + - C:BUILDER's argument :PROLOGUE-CODE can now be a lisp form and in the case + of standalone programs it is always executed after cl_boot() has been + invoked. + ECL 9.10.2: ===========