summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2009-11-02 15:21:07 -0800
committerKaz Kylheku <kaz@kylheku.com>2009-11-02 15:21:07 -0800
commit69a1cbeccd0834937a46c95da08948d684868c17 (patch)
tree4e721dab2e2442d3e7a0f390d6679f46d7a55da1 /ChangeLog
parent6191fbb2ca7a9ac339dd3994bdea8273ceb0a24d (diff)
downloadtxr-69a1cbeccd0834937a46c95da08948d684868c17.tar.gz
txr-69a1cbeccd0834937a46c95da08948d684868c17.tar.bz2
txr-69a1cbeccd0834937a46c95da08948d684868c17.zip
Lazy string fix.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0f4b2de1..314b26a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2009-10-20 Kaz Kylheku <kkylheku@gmail.com>
+ * lib.c (sub_str): Avoid invoking c_str which forces the
+ lazy string.
+
+2009-10-20 Kaz Kylheku <kkylheku@gmail.com>
+
Start of implementation for freestyle matching.
Lazy strings implemented, incompletely.