summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-03-22 17:59:59 -0700
committerKaz Kylheku <kaz@kylheku.com>2012-03-22 17:59:59 -0700
commit3e43fc5cd22e5293aef97cc67721d12fff9b9a84 (patch)
treea88e33bb275f8fb398a6e0d1211eb14acb4cada3 /ChangeLog
parentcffd912f512dc46b5a732068a0380c059db0f07d (diff)
downloadtxr-3e43fc5cd22e5293aef97cc67721d12fff9b9a84.tar.gz
txr-3e43fc5cd22e5293aef97cc67721d12fff9b9a84.tar.bz2
txr-3e43fc5cd22e5293aef97cc67721d12fff9b9a84.zip
* eval.c (transform_op): use integerp instead of numberp.
Not all numbers are integers now, and that situation requires an integer.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a410e26..3c9be325 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2012-03-22 Kaz Kylheku <kaz@kylheku.com>
+ * eval.c (transform_op): use integerp instead of numberp.
+ Not all numbers are integers now, and that situation
+ requires an integer.
+
+2012-03-22 Kaz Kylheku <kaz@kylheku.com>
+
* parser.l: Bugfix: was not allowing e-notation floats
with no decimal point like 1E1.