aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-04-06 21:30:41 +0000
committerdos-reis <gdr@axiomatics.org>2009-04-06 21:30:41 +0000
commitee659ea81f9226c98374a32852b14d5cb4bfb5b6 (patch)
treed5ea1783a5fd78c4408ad2a600f2bb905f7d998e /src/ChangeLog
parentd48d041fe8f7237fce77d30f799891d9a376a341 (diff)
downloadopen-axiom-ee659ea81f9226c98374a32852b14d5cb4bfb5b6.tar.gz
* boot/ast.boot: Support more ISO C sized integer type in FFI.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ff7e5a96..10764537 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2009-04-06 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
+ * boot/ast.boot: Support more ISO C sized integer type in FFI.
+
2009-03-26 Gabriel Dos Reis <gdr@cs.tamu.edu>
* boot/ast.boot (nativeType): Accept int16 and int32.