diff options
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 79e3e61c..2b3f8191 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,15 @@ 2011-10-29 Gabriel Dos Reis <gdr@cs.tamu.edu> + * interp/lisplib.boot (makePredicateBitVector): Take a DB argument. + Set dbPredicates. + (compConLib1): Set dbPredicates to nil. + (compDefineLisplib): Likewise. + (finalizeLisplib): Write dbPredicates. + * boot/tokens.boot (copyTree): Do not translate. + * boot/utility.boot (topyTree): Implement. Export. + +2011-10-29 Gabriel Dos Reis <gdr@cs.tamu.edu> + * interp/define.boot (getInfovecCode): Take a DB argument. Pass it to callees. Adjust caller. * interp/database.boot (getConstructorPredicates): If contructor |