aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-02-22 17:25:49 +0000
committerdos-reis <gdr@axiomatics.org>2008-02-22 17:25:49 +0000
commitbd371dff087150c946a48a34299aabc893580ffe (patch)
treed762309d6b04a83e24910027f6cb2463b7daa5cd /src/ChangeLog
parent3045578ca18746550988fa351fe62fe7bc92a703 (diff)
downloadopen-axiom-bd371dff087150c946a48a34299aabc893580ffe.tar.gz
* interp/i-analy.boot (bottomUpFormTuple): Use "tuple" for
parse form that are not type instantiations. * interp/i-coerce.boot (coerceInt1): Likewise. * interp/i-intern.boot (mkAtree3): Likewise. (collectDefTypesAndPreds): Likewise. * interp/i-map.boot (args2Tuple): Likewise. (makePattern): Likewise. (canMakeTuple): Likewise. (makeRuleForm): Likewise. (numArgs): Likewise. (combineMapParts): Likewise. (mkMapPred): Likewise. (findLocalVars1): Likewise. * interp/i-output.boot (outputTran): Likewise. * interp/i-spec1.boot ($specialOps): Likewise. (evalUntargetedADEF): Likewise. (upDeclare): Likewise. (declare): Likewise. * interp/i-spec2.boot (upDollarTuple): Likewise. (upLET): Likewise. (isTupleForm): Remove. (uptuple): Rename from upTuple. (upLETWithFormOnLhs): Use "tuple" for parse forms that are not type instantiations. * interp/i-syscmd.boot (displayMacro): Likewise. * interp/pf2atree.boot (pf2Atree1): Likewise. * interp/pf2sex.boot (pf2Sex1): Likewise. (pfApplication2Sex): Likewise. (pfCollectArgTran): Likewise. * interp/ptrees.boot (pfTuple): Likewise. (pfTuple?): Likewise.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog34
1 files changed, 34 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 82abe67a..c2ace4fe 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,37 @@
+2008-02-22 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
+ * interp/i-analy.boot (bottomUpFormTuple): Use "tuple" for
+ parse form that are not type instantiations.
+ * interp/i-coerce.boot (coerceInt1): Likewise.
+ * interp/i-intern.boot (mkAtree3): Likewise.
+ (collectDefTypesAndPreds): Likewise.
+ * interp/i-map.boot (args2Tuple): Likewise.
+ (makePattern): Likewise.
+ (canMakeTuple): Likewise.
+ (makeRuleForm): Likewise.
+ (numArgs): Likewise.
+ (combineMapParts): Likewise.
+ (mkMapPred): Likewise.
+ (findLocalVars1): Likewise.
+ * interp/i-output.boot (outputTran): Likewise.
+ * interp/i-spec1.boot ($specialOps): Likewise.
+ (evalUntargetedADEF): Likewise.
+ (upDeclare): Likewise.
+ (declare): Likewise.
+ * interp/i-spec2.boot (upDollarTuple): Likewise.
+ (upLET): Likewise.
+ (isTupleForm): Remove.
+ (uptuple): Rename from upTuple.
+ (upLETWithFormOnLhs): Use "tuple" for parse forms that are not
+ type instantiations.
+ * interp/i-syscmd.boot (displayMacro): Likewise.
+ * interp/pf2atree.boot (pf2Atree1): Likewise.
+ * interp/pf2sex.boot (pf2Sex1): Likewise.
+ (pfApplication2Sex): Likewise.
+ (pfCollectArgTran): Likewise.
+ * interp/ptrees.boot (pfTuple): Likewise.
+ (pfTuple?): Likewise.
+
2008-02-20 Gabriel Dos Reis <gdr@cs.tamu.edu>
* interp/i-coerce.boot (coerceInt1): Avoid misguided