summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 59e998bc..e69e360c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2009-02-02 Thomas Thurman <tthurman@gnome.org>
+ and the actual parsing code!
+
+ * src/ui/rpn.c:
+ * src/ui/rpn.h:
+ * src/ui/rpn.c (added):
+ * src/ui/rpn.h (added):
+
+2009-02-02 Thomas Thurman <tthurman@gnome.org>
+
Basic work for a possible RPN-based parser which is
(slightly) faster and (hopefully) clearer than the
existing one; uses GScanner for tokenising; works