From b6e44a931b9e95fb4253eeeb048f167e55375937 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Wed, 28 Dec 2011 13:02:02 +0000 Subject: * interp/vmlisp.lisp (SORTBY): Remove. (QSORT): Likewise. * interp/c-util.boot (formal?): Rename from isFormal. Avoid POSITION. * interp/sys-utility.boot (sortBy): New. * interp/br-op1.boot: Use it. * interp/clam.boot: Likewise. * interp/define.boot: Likewise. * interp/i-output.boot: Likewise. * interp/i-coerfn.boot: Likewise. * interp/i-syscmd.boot: Likewise. * interp/showimp.boot: Likewise. * boot/tokens.boot: "<-" is now a token. * boot/ast.boot (bfKeyArg): New. (bfExpandKeys): Likewise. (bfApplication): Use it. * boot/parser.boot (bpKeyArg): New. (bpAssign): Use it. Parse named arguments. --- src/ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index ebc8a2a5..b94f4db7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,23 @@ +2011-12-28 Gabriel Dos Reis + + * interp/vmlisp.lisp (SORTBY): Remove. + (QSORT): Likewise. + * interp/c-util.boot (formal?): Rename from isFormal. Avoid POSITION. + * interp/sys-utility.boot (sortBy): New. + * interp/br-op1.boot: Use it. + * interp/clam.boot: Likewise. + * interp/define.boot: Likewise. + * interp/i-output.boot: Likewise. + * interp/i-coerfn.boot: Likewise. + * interp/i-syscmd.boot: Likewise. + * interp/showimp.boot: Likewise. + * boot/tokens.boot: "<-" is now a token. + * boot/ast.boot (bfKeyArg): New. + (bfExpandKeys): Likewise. + (bfApplication): Use it. + * boot/parser.boot (bpKeyArg): New. + (bpAssign): Use it. Parse named arguments. + 2011-12-28 Gabriel Dos Reis * boot/tokens.boot: Remove redundant renaming of REM. -- cgit v1.2.3