aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2012-06-10 22:40:43 +0000
committerdos-reis <gdr@axiomatics.org>2012-06-10 22:40:43 +0000
commitc38d92615d504612f6bfb15f75a2c9ff78ee9c71 (patch)
tree2323ef9553a1e85cbc1963a5634818ed4e7ab3fc /src/ChangeLog
parentd2331901fb45bb0e5c81776c02c8c1e0689827d4 (diff)
downloadopen-axiom-c38d92615d504612f6bfb15f75a2c9ff78ee9c71.tar.gz
* interp/io.boot (%SourceLine): New.
(%LoadUnit): Likewise. (readLoadUnitSource): Likewise. (%Reader): Remove input stream field. Include load unit and next lines fields. Adjust users.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9a17233e..9c8cc32b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,13 @@
2012-06-10 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * interp/io.boot (%SourceLine): New.
+ (%LoadUnit): Likewise.
+ (readLoadUnitSource): Likewise.
+ (%Reader): Remove input stream field. Include load unit and next
+ lines fields. Adjust users.
+
+2012-06-10 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* interp/newaux.lisp (MAKEOP): Move to spad-parser.boot.
Remove file.
* interp/Makefile.in: Adjust.