aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-12-08 05:49:29 +0000
committerdos-reis <gdr@axiomatics.org>2010-12-08 05:49:29 +0000
commit007ce83d9d0c7dee255b35120d671cab5ab0f33e (patch)
treec11af8062b8b3ad2bfc2e56bbfdf3536c4afbf70 /src/ChangeLog
parentacd73b3b9926403115db4db68361703bff439889 (diff)
downloadopen-axiom-007ce83d9d0c7dee255b35120d671cab5ab0f33e.tar.gz
* algebra/acplot.spad.pamphlet: Fix decimal constant notation.
* interp/fnewmeta.lisp: Replace MATCH-ADVANCE-STRING with MATCH-ADVANCE-KEYWORD when matching for keywords.
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.