aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 925b7244..4d4df610 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
+2008-05-07 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
+ * interp/types.boot (%Integer): Alias for Lisp INTEGER class.
+ * interp/sys-utility.boot (getVMType): Integer is represented by
+ %Integer.
+ * interp/postpar.boot (postSignature): Don't ignore constants.
+
2008-05-06 Gabriel Dos Reis <gdr@cs.tamu.edu>
* interp/define.boot: Explicitly initialize fluid variables.