aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-09-30 19:40:42 +0000
committerdos-reis <gdr@axiomatics.org>2011-09-30 19:40:42 +0000
commit4cb6f558586ccd4893c2acd088bba66654f6bf19 (patch)
treeabe984a499222f151ae26a6973356ac2e97ed6f8 /src/ChangeLog
parent09ad07bc33ad4ce8d7e4ac1f9e5bb5e7cb9a9498 (diff)
downloadopen-axiom-4cb6f558586ccd4893c2acd088bba66654f6bf19.tar.gz
* boot/utility.boot (firstNonblankPosition): New.
(firstBlankPosition): Likewis. * boot/translator.boot (reallyPrettyPrint): New. (genOptimizeOptions): Use it. (evalBootFile): Tidy. (shoePPtoFile): Remove as deadcode. (shoeAddbootIfNec): Rewrite. (shoeAddStringIfNec): Remove. * boot/scanner.boot (shoeNextLine): Use firstNonblankPosition. (shoeEsc): Likewise. (shoePossFloat): Likewise. * boot/initial-env.lisp ($IEEE): Remove. (*LISP-BIN-FILETYPE*): Likewise. (*LISP-SOURCE-FILETYPE*): Likewise. (SHOEPRETTYPRINT1): Likewise, (REALLYPRETTYPRINT): Likewise. (SHOENOPRETTYPRINT): Likewise. (STRPOS): Likewise. (STRPOSL): Likewise. (shoeReadLisp): Likewise.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0a5660c7..c5268333 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,28 @@
2011-09-30 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * boot/utility.boot (firstNonblankPosition): New.
+ (firstBlankPosition): Likewis.
+ * boot/translator.boot (reallyPrettyPrint): New.
+ (genOptimizeOptions): Use it.
+ (evalBootFile): Tidy.
+ (shoePPtoFile): Remove as deadcode.
+ (shoeAddbootIfNec): Rewrite.
+ (shoeAddStringIfNec): Remove.
+ * boot/scanner.boot (shoeNextLine): Use firstNonblankPosition.
+ (shoeEsc): Likewise.
+ (shoePossFloat): Likewise.
+ * boot/initial-env.lisp ($IEEE): Remove.
+ (*LISP-BIN-FILETYPE*): Likewise.
+ (*LISP-SOURCE-FILETYPE*): Likewise.
+ (SHOEPRETTYPRINT1): Likewise,
+ (REALLYPRETTYPRINT): Likewise.
+ (SHOENOPRETTYPRINT): Likewise.
+ (STRPOS): Likewise.
+ (STRPOSL): Likewise.
+ (shoeReadLisp): Likewise.
+
+2011-09-30 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* interp/br-data.boot (lefts): Iterate directly over table.
(mkUsersHashTable): Likewise.
(mkDependentsHashTable): Likewise.