summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 18d1e889..0abff845 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2012-03-01 Kaz Kylheku <kaz@kylheku.com>
+ * match.c (sem_error, file_err): Bugfix: pull text formatted source
+ location using source_loc_str rather than raw object using source_loc.
+
+2012-03-01 Kaz Kylheku <kaz@kylheku.com>
+
* match.c (v_load): Fixed broken functionality. Failing to evaluate
directives following the load and consume input properly.
Check for errors during the parse and throw an exception.