From c129ad817cd16aef92f5b433a509e15254b9ccd3 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sat, 2 Aug 2008 10:21:14 +0000 Subject: * boot/parser.boot (bpTerm): Term forms depend on the kind of variable. (bpTypeItem): New. (bpTypeItemList): Use it. (bpTypeAliasDefition): Tidy. (bpCaseItem): Accept wildchars in pattern terms. * boot/ast.boot (bfCompDef): Don't name unused pattern variables. (bfSmintable): A character compares EQL. (bfCI): Ignore wildcard pattern variables. * boot/strap: Update cached Lisp translation. --- src/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 29ed0049..cb41c8e3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,16 @@ +2008-08-02 Gabriel Dos Reis + + * boot/parser.boot (bpTerm): Term forms depend on the kind of + variable. + (bpTypeItem): New. + (bpTypeItemList): Use it. + (bpTypeAliasDefition): Tidy. + (bpCaseItem): Accept wildchars in pattern terms. + * boot/ast.boot (bfCompDef): Don't name unused pattern variables. + (bfSmintable): A character compares EQL. + (bfCI): Ignore wildcard pattern variables. + * boot/strap: Update cached Lisp translation. + 2008-08-01 Gabriel Dos Reis * interp/macros.lisp (sayBrightlyNT1): Tidy. -- cgit v1.2.3