aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-10-15 03:44:37 +0000
committerdos-reis <gdr@axiomatics.org>2008-10-15 03:44:37 +0000
commit95ed543ae545cfffa8465807c7f361ffa3462045 (patch)
tree2cef9217b984013393df2fbd69e088e70ece34b9 /src/ChangeLog
parent8860faa2722a28227923c28f1035d6c3fc6e5630 (diff)
downloadopen-axiom-95ed543ae545cfffa8465807c7f361ffa3462045.tar.gz
* algebra/mkfunc.spad.pamphlet (coerce$InputForm): Display
InputForm as a one-dimensional stream of characters suitable for input to the interpreter. * interp/i-output.boot: Implement conversion of InputForm to displayed OutputForm.
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 d014fe6f..4c85ff21 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,13 @@
2008-10-14 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * algebra/mkfunc.spad.pamphlet (coerce$InputForm): Display
+ InputForm as a one-dimensional stream of characters suitable
+ for input to the interpreter.
+ * interp/i-output.boot: Implement conversion of InputForm to
+ displayed OutputForm.
+
+2008-10-14 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* interp/i-spec2.boot (upQUOTE): Quoted forms belong to InputForm.
* interp/sys-constants.boot ($InputForm): New.