summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-03-20 07:15:34 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-03-20 07:15:34 -0700
commit622f87134be4d14aefac13f3c3013d08ebe7c5d0 (patch)
treeaa26b914161f2a50b9bf78103d8fbdc591a0cea2 /ChangeLog
parent772733d9558e63afe8f33ab9f230407242bed2ce (diff)
downloadtxr-622f87134be4d14aefac13f3c3013d08ebe7c5d0.tar.gz
txr-622f87134be4d14aefac13f3c3013d08ebe7c5d0.tar.bz2
txr-622f87134be4d14aefac13f3c3013d08ebe7c5d0.zip
* lib.c (int_str): Workaround for wcstol recognizing the 0x prefix when
radix is 16. Also, thrown an error if radix is not in the range 0 to 36. * txr.1: Document int-str's radix range restriction.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5576dced..ab113ca3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2015-03-20 Kaz Kylheku <kaz@kylheku.com>
+
+ * lib.c (int_str): Workaround for wcstol recognizing the 0x prefix when
+ radix is 16. Also, thrown an error if radix is not in the range
+ 0 to 36.
+
+ * txr.1: Document int-str's radix range restriction.
+
2015-03-17 Kaz Kylheku <kaz@kylheku.com>
* txr.c (help): Added missing documentation for -e and -p.