aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-04-20 01:25:30 +0000
committerdos-reis <gdr@axiomatics.org>2008-04-20 01:25:30 +0000
commit138be2b2bf1a9221591811f816b53b6e5dc5c6bd (patch)
tree55ba23ce3e1a10411cdb132c6ccce8636c8599ab /src/ChangeLog
parent7a471005ed325c3329af5bbc55038a7f9db6f870 (diff)
downloadopen-axiom-138be2b2bf1a9221591811f816b53b6e5dc5c6bd.tar.gz
* interp/Makefile.pamphlet (postpar.$(FASLEXT)): Dont' compile as
Old Boot code. * interp/postpar.boot: Adjust function declarations. (aplTran): Remove. (containsBang): Likewise. (containsBang): Likewise. (aplTranList): Likewise. (hasAplExtension): Likewise. (deepestExpression): Likewise. (postTransform): Adjust.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b61f128b..661c04d4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,16 @@
2008-04-19 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * interp/Makefile.pamphlet (postpar.$(FASLEXT)): Dont' compile as
+ Old Boot code.
+ * interp/postpar.boot: Adjust function declarations.
+ (aplTran): Remove.
+ (containsBang): Likewise.
+ (containsBang): Likewise.
+ (aplTranList): Likewise.
+ (hasAplExtension): Likewise.
+ (deepestExpression): Likewise.
+ (postTransform): Adjust.
+
* driver/utils.c (openaxiom_build_rts_options): Fix thinko.
2008-04-19 Gabriel Dos Reis <gdr@cs.tamu.edu>