diff options
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c05e953d..cce2e321 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,14 @@ 2012-05-24 Gabriel Dos Reis <gdr@cs.tamu.edu> + * interp/sys-globals.boot ($compCount): Remove. + * interp/spad.lisp (knownEqualPred): Move to buildom.boot + (hashable): Likewise. + Remove junk. + * interp/debug.lisp: Remove junk. + * interp/vmlisp.lisp: Likewise. + +2012-05-24 Gabriel Dos Reis <gdr@cs.tamu.edu> + * algebra/Makefile.in (initdb.$(FASLEXT)): Add --syslib to fix thinko. 2012-05-24 Gabriel Dos Reis <gdr@cs.tamu.edu> |