aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6c61c356..80d9d77d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
+2012-05-21 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
+ * interp/spad.lisp (S-PROCESS): Rename to translateSpad and move
+ to spad-parser.boot.
+ * interp/parsing.lisp (MATCH-ADVANCE-SPECIAL): Remove.
+ (MATCH-SPECIAL): Likewise.
+ (MATCH-KEYWORD-NEXT): Likewise.
+ (INITIAL-SUBSTRING-P): Likewise.
+ (TERMCHR): Likewise.
+ (dollarTran): Simplify and move to spad-parser.boot.
+
2012-05-20 Gabriel Dos Reis <gdr@cs.tamu.edu>
* interp/lexing.boot (getDecimalNumberToken): New.