aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2012-05-06 22:02:12 +0000
committerdos-reis <gdr@axiomatics.org>2012-05-06 22:02:12 +0000
commitbaa2d50e5a11158ac998dfc0f3c8d5293666f77a (patch)
treefdd18c9db3f95045d14bf01200d42de63ac3a93f /src/ChangeLog
parent3ca02c13b9f1cd5026ce2beec02b812a5e55baef (diff)
downloadopen-axiom-baa2d50e5a11158ac998dfc0f3c8d5293666f77a.tar.gz
* interp/lexing.boot (indentationLocation): New.
* interp/macros.lisp (expand-tabs): Use it in lieu of NDENT-POS. * interp/preparse.lisp (PREPARSE1): Likewise.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index fdf8f767..f900aac6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
2012-05-06 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * interp/lexing.boot (indentationLocation): New.
+ * interp/macros.lisp (expand-tabs): Use it in lieu of NDENT-POS.
+ * interp/preparse.lisp (PREPARSE1): Likewise.
+
+2012-05-06 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* interp/Makefile.in (OBJS): Include io.$(FASLEXT).
(io.$(FASLEXT)): New rule.
* interp/io.boot: New.