From 8eb956703b1347fe2ced725dfba56d35c6aecd74 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Tue, 18 Oct 2011 23:10:24 +0000 Subject: * interp/postpar.boot (displayPreCompilationErrors): Dot not check for interactive mode. (postBigFloat): Likewise. (postDef): Likewise. (postMDef): Likewise. (tuple2List): Likewise. (postReduce): Likewise. (postQUOTE): Remove. (postQuot): Likewise. (postOp): Likewise. (postTran): Adjust. * interp/newaux.lisp: Replace %LET with ':='. * interp/property.lisp: Likewise. * interp/g-util.boot (getTypeOfSyntax): Likewise. * interp/define.boot (checkRepresentation): Likewise. (doIt): Likewise. * interp/compiler.boot (compSetq): Likewise. (compRecoverGuard): Likewise. (compReduce1): Likewise. * interp/c-util.boot (lhsOfAssignment): Likewise. (isAlmostSimple): Likewise. * interp/c-doc.boot (recordAttributeDocumentation): Likewise. * interp/parse.boot (parseLeftArrow): Remove. (parseLETD): Likewise. (parseAssign): Rename from parseLET. * algebra/syntax.spad.pamphlet (SpadAst): Handle both cases. --- src/ChangeLog | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 8d9f41cc..0762948a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,32 @@ +2011-10-18 Gabriel Dos Reis + + * interp/postpar.boot (displayPreCompilationErrors): Dot not check + for interactive mode. + (postBigFloat): Likewise. + (postDef): Likewise. + (postMDef): Likewise. + (tuple2List): Likewise. + (postReduce): Likewise. + (postQUOTE): Remove. + (postQuot): Likewise. + (postOp): Likewise. + (postTran): Adjust. + * interp/newaux.lisp: Replace %LET with ':='. + * interp/property.lisp: Likewise. + * interp/g-util.boot (getTypeOfSyntax): Likewise. + * interp/define.boot (checkRepresentation): Likewise. + (doIt): Likewise. + * interp/compiler.boot (compSetq): Likewise. + (compRecoverGuard): Likewise. + (compReduce1): Likewise. + * interp/c-util.boot (lhsOfAssignment): Likewise. + (isAlmostSimple): Likewise. + * interp/c-doc.boot (recordAttributeDocumentation): Likewise. + * interp/parse.boot (parseLeftArrow): Remove. + (parseLETD): Likewise. + (parseAssign): Rename from parseLET. + * algebra/syntax.spad.pamphlet (SpadAst): Handle both cases. + 2011-10-17 Gabriel Dos Reis * interp/spad-parser.boot (parseSegmentTail): Tidy. -- cgit v1.2.3