aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
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 20b34695..126f7cb2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
2010-12-07 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * algebra/acplot.spad.pamphlet: Fix decimal constant notation.
+ * interp/fnewmeta.lisp: Replace MATCH-ADVANCE-STRING with
+ MATCH-ADVANCE-KEYWORD when matching for keywords.
+
+2010-12-07 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* interp/compiler.boot (compThrow): Remove niladic type restriction.
(compCatch): Tidy.
(compTry): Likewise.