diff options
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
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 <gdr@cs.tamu.edu> + + * 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 <gdr@cs.tamu.edu> * interp/nruncomp.boot (getLocalIndex): Fast track niladic |