summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0abff845..6a2cd0b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2012-03-01 Kaz Kylheku <kaz@kylheku.com>
+ * match.c (search_form): search_form works with relative positions now,
+ but match_line returns absolute, and so needs to be offset by -c->base.
+ (h_trailer, h_fun): Bugfix: return the absolute position, rather than
+ relative c->pos. The return value of these functions becomes the return
+ value of do_match_line, so the semantics has to agree.
+
+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.