From 4df41da361c522b107d73ef57d938e4da17fe169 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Tue, 7 Feb 2012 02:46:44 +0000 Subject: * interp/lisplib.boot (dbLocateModule): New. (findModule): Use it. Simplify. (loadLib): Tidy. (genericLoadDB): New. (loadDB): Use it. (loadDBIfCan): New. * interp/c-util.boot (lookupDefiningFunction): Give up gracefully if the domain of computation is not compiled yet. * algebra/Makefile.in ($(OUT)/SPADAST.$(FASLEXT)): Require $(OUT)/SUCHTAST.$(FASLEXT). --- src/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 9f696166..d7bd3160 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,16 @@ +2012-02-06 Gabriel Dos Reis + + * interp/lisplib.boot (dbLocateModule): New. + (findModule): Use it. Simplify. + (loadLib): Tidy. + (genericLoadDB): New. + (loadDB): Use it. + (loadDBIfCan): New. + * interp/c-util.boot (lookupDefiningFunction): Give up gracefully + if the domain of computation is not compiled yet. + * algebra/Makefile.in ($(OUT)/SPADAST.$(FASLEXT)): Require + $(OUT)/SUCHTAST.$(FASLEXT). + 2012-02-04 Gabriel Dos Reis * interp/nruncomp.boot (getLocalIndex): Fast track niladic -- cgit v1.2.3