aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-06-13 09:34:13 +0000
committerdos-reis <gdr@axiomatics.org>2009-06-13 09:34:13 +0000
commit60ac954f5d873a609675ee63188f09d01b91a6de (patch)
tree49de6853181472cee84fb9e9a8833537ca384ddc /src/ChangeLog
parent25a89d045fc97f375610f3567af4207baf96a87c (diff)
downloadopen-axiom-60ac954f5d873a609675ee63188f09d01b91a6de.tar.gz
Support multiple scrutinee in is-case pattern matching.
* interp/compiler.boot (compRetractGruard): Rename from compRetractAlternative. Split. (compRecoverGuard): Rename from compRecoverAlternative. Split. (compAlternativeGuardItem): New. Use them. (compAlternativeGuard): New. (compMatchAlternative): New. Split from compMatch. (compMatchScrutinee): Likewise. (defineMatchScrutinee): Likewise. (compMatch): Rework.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2607f13f..f28d0a42 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,4 +1,17 @@
2009-06-13 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
+ Support multiple scrutinee in is-case pattern matching.
+ * interp/compiler.boot (compRetractGruard): Rename from
+ compRetractAlternative. Split.
+ (compRecoverGuard): Rename from compRecoverAlternative. Split.
+ (compAlternativeGuardItem): New. Use them.
+ (compAlternativeGuard): New.
+ (compMatchAlternative): New. Split from compMatch.
+ (compMatchScrutinee): Likewise.
+ (defineMatchScrutinee): Likewise.
+ (compMatch): Rework.
+
+2009-06-13 Gabriel Dos Reis <gdr@cs.tamu.edu>
* driver/utils.c (openaxiom_execute_core): Workaround GCL oddity.