summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-10-31 09:40:48 -0700
committerKaz Kylheku <kaz@kylheku.com>2012-10-31 09:40:48 -0700
commit75582a6861d8ae7867bd5acf426178089cd40505 (patch)
treee7b64716b57fb66abbd42ec05c0da09b73e21201 /ChangeLog
parent7cc607aa306baf0addad45d7350a771237971943 (diff)
downloadtxr-75582a6861d8ae7867bd5acf426178089cd40505.tar.gz
txr-75582a6861d8ae7867bd5acf426178089cd40505.tar.bz2
txr-75582a6861d8ae7867bd5acf426178089cd40505.zip
* lib.c (int_str): Fix gaping bug introduced by previous commit,
which could have been caught by running the regression test suite. The revised function was returning small integers as bignums.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 817b7df1..7a0735aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-10-31 Kaz Kylheku <kaz@kylheku.com>
+
+ * lib.c (int_str): Fix gaping bug introduced by previous commit,
+ which could have been caught by running the regression test suite.
+ The revised function was returning small integers as bignums.
+
2012-10-30 Kaz Kylheku <kaz@kylheku.com>
* lib.c (string_lt): Bugfix: wcscmp returns some value less than zero,