From 9c70c2b50bb44aebcd2d01e605d7712492c7de0e Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 28 Feb 2012 23:22:58 -0800 Subject: * lib.c (numberp): Fix bad type check: null pointer dereference when object is nil. * match.c (do_match_line): Bugfix for incorrect treatment of long lines. Must return the absolute position from the start of the original line (plus(c->pos, c->base)), rather than just c->pos, which only measures from the start of a line that may have been chopped by consume_prefix. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2ff209e4..3bc68f5b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2012-02-28 Kaz Kylheku + + * lib.c (numberp): Fix bad type check: null pointer dereference when + object is nil. + + * match.c (do_match_line): Bugfix for incorrect treatment of long + lines. Must return the absolute position from the start of the original + line (plus(c->pos, c->base)), rather than just c->pos, which only + measures from the start of a line that may have been chopped by + consume_prefix. + 2012-02-28 Kaz Kylheku Bugfix: rlcp function was incorrect for new way of storing -- cgit v1.2.3