summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-03-09 20:15:52 -0700
committerKaz Kylheku <kaz@kylheku.com>2014-03-09 20:15:52 -0700
commit6d962407c0ea219214c752a7a63fac83adab0301 (patch)
treed0167abb0f827cc67ae3002f3c0d6f648e71d7d2 /ChangeLog
parent0c514dc343033eafde26679f858796549a96cc8d (diff)
downloadtxr-6d962407c0ea219214c752a7a63fac83adab0301.tar.gz
txr-6d962407c0ea219214c752a7a63fac83adab0301.tar.bz2
txr-6d962407c0ea219214c752a7a63fac83adab0301.zip
* lib.c (lazy_sub_str): Bugfix: "from" was mistakenly used
in the adjustment of the "to" value. * match.c (search_form): Use predefined constants for -1 and 1 instead of calling num.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 65dcd162..1f34a010 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2014-03-09 Kaz Kylheku <kaz@kylheku.com>
+ * lib.c (lazy_sub_str): Bugfix: "from" was mistakenly used
+ in the adjustment of the "to" value.
+
+ * match.c (search_form): Use predefined constants for -1 and 1
+ instead of calling num.
+
+2014-03-09 Kaz Kylheku <kaz@kylheku.com>
+
Fixing broken processing of horizontal matching across
long lines produced by @(freeform). Once the matching
passes about 4000 characters, the "consume_prefix"