aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-01-08 04:28:41 +0000
committerdos-reis <gdr@axiomatics.org>2008-01-08 04:28:41 +0000
commit8d42d860e9f2fa6b71cfc1840134ad3b2a0a5dc9 (patch)
tree9337472021a5bf88da7f8edb1981684b6725b358 /src/ChangeLog
parent2ccae4d36c4bad637025e668b550c1e72d738193 (diff)
downloadopen-axiom-8d42d860e9f2fa6b71cfc1840134ad3b2a0a5dc9.tar.gz
Automate FFI at Boot level
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 80dea1e1..5de92eec 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,15 @@
+2008-01-07 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
+ * boot/ast.boot.pamphlet (Ast): Add ImportSignature, Signature,
+ and Mapping.
+ * boot/parser.boot.pamphlet (bpImport): Parse import declaration.
+ (bpSignature): New.
+ (bpMapping): Likewise.
+ * boot/tokens.boot.pamphlet (shoeKeyWords): Add new keyword.
+ * boot/translator.boot.pamphlet (genImportDeclaration): Translate
+ import declaration.
+ (shoeOutItem): Handle import declarations.
+
2008-01-06 Gabriel Dos Reis <gdr@cs.tamu.edu>
* sman/sman.c: Remove debug and dead codes.