diff options
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a7009036..ea46d38b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,11 @@ 2011-04-19 Gabriel Dos Reis <gdr@cs.tamu.edu> + * boot/tokens.boot: charUpcase, charDowncase, stringUpcase, + singDowncase, valueEq? are new builtin functions. + * boot/ast.boot (bfMembr): Tidy. + +2011-04-19 Gabriel Dos Reis <gdr@cs.tamu.edu> + * interp/newfort.boot: Likewise. * interp/define.boot (orderBySubsumption): Fix thinko. * interp/boot-pkg.lisp: Use BOOTTRAN package. Don't import names |