summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2009-11-23 19:02:24 -0800
committerKaz Kylheku <kaz@kylheku.com>2009-11-23 19:02:24 -0800
commita96e16af6a24bf929032612fb8cd0397ca5aeb11 (patch)
treee078277313d96531c7fd6a4aec190fbae0e3aefb /ChangeLog
parent8ba87177ddfa5e5a77dcc1447da2233a3bf3732c (diff)
downloadtxr-a96e16af6a24bf929032612fb8cd0397ca5aeb11.tar.gz
txr-a96e16af6a24bf929032612fb8cd0397ca5aeb11.tar.bz2
txr-a96e16af6a24bf929032612fb8cd0397ca5aeb11.zip
Follow up on 64 bit compilation warnings.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 081d5e6f..9f3d4a38 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2009-11-23 Kaz Kylheku <kkylheku@gmail.com>
+ Follow up on 64 bit compilation warnings.
+
+ * lib.c (chr, chrp): Do not convert directly between wchar_t and
+ the pointer type; go through cnum intermediate value.
+
+ * stream.c (vformat): Fix bad cast from pointer to int; this was
+ missed in the conversion to cnum because it should have been a
+ cast to long originally.
+
+2009-11-23 Kaz Kylheku <kkylheku@gmail.com>
+
* Makefile (conftest.o): revert change that took CFLAGS from
this target.