summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-12-01 16:52:00 -0800
committerKaz Kylheku <kaz@kylheku.com>2011-12-01 16:52:00 -0800
commit57c258b48499c98dc316e14973e5c88a4986f7d7 (patch)
tree264a88220b3bd975fd72c6615c989a48525b1649 /ChangeLog
parent91adf830df344b712b08b47f8c7dbbb88f278fba (diff)
downloadtxr-57c258b48499c98dc316e14973e5c88a4986f7d7.tar.gz
txr-57c258b48499c98dc316e14973e5c88a4986f7d7.tar.bz2
txr-57c258b48499c98dc316e14973e5c88a4986f7d7.zip
* lib.c (int_str): Return nil rather than 0 if no digits are extracted
at all.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e4478bde..d23bf83d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2011-12-01 Kaz Kylheku <kaz@kylheku.com>
+ * lib.c (int_str): Return nil rather than 0 if no digits are extracted
+ at all.
+
+2011-12-01 Kaz Kylheku <kaz@kylheku.com>
+
* match.c (h_skip, h_coll, v_skip, v_collect): Evaluate the arguments.
(do_txeval): Optimization: short-circuit out if the expression is nil,
without establishing the exception handler.