aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-12-28 13:02:02 +0000
committerdos-reis <gdr@axiomatics.org>2011-12-28 13:02:02 +0000
commitb6e44a931b9e95fb4253eeeb048f167e55375937 (patch)
tree6e96286e9a69d406f1610cffc0683cbc9802bb93 /src/ChangeLog
parent292bd212f1c30a51f0191128d5a9cd2691c5ccf9 (diff)
downloadopen-axiom-b6e44a931b9e95fb4253eeeb048f167e55375937.tar.gz
* 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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ebc8a2a5..b94f4db7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,25 @@
2011-12-28 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * 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 <gdr@cs.tamu.edu>
+
* boot/tokens.boot: Remove redundant renaming of REM.
loopBody and loopExit are not selectors.
* interp/i-output.boot: Include sys-utility.