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 c39db1ff..d8ac3c9a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,13 @@ +2012-05-19 Gabriel Dos Reis <gdr@cs.tamu.edu> + + * boot/tokens.boot: symbolBinding is now builtin. + * boot/ast.boot (%Ast): Add %Dynamic variant. + (bfColonColon): Use symbolBinding instead of FIND-SYMBOLS. + (compFluid): Return a %Dynamic form. Adjust callers. + (shoeCompTran): Tidy. + * boot/translator.boot (BOOTLOOP): Tidy. + (BOOTPO): Likewise. + 2012-05-11 Gabriel Dos Reis <gdr@cs.tamu.edu> * interp/c-util.boot: Miscellaneous cleanup. |