aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2001-12-21 21:37:12 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2001-12-21 21:37:12 +0000
commit543e81d64f809d97c82873e909e2281c7cacfd93 (patch)
treec06b9c35ebf21e62a0b6bbc79319898180447012 /ChangeLog
parent[w3m-dev 02690] RC_DIR in scripts (diff)
downloadw3m-543e81d64f809d97c82873e909e2281c7cacfd93.tar.gz
w3m-543e81d64f809d97c82873e909e2281c7cacfd93.zip
[w3m-dev 02692] w3m on linux/ia64
From: Fumitoshi UKAI <ukai@debian.or.jp>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e65ac8..899cfa5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2001-12-22 Fumitoshi UKAI <ukai@debian.or.jp>
+
+ * [w3m-dev 02692] w3m on linux/ia64
+ * mktable.c: #include "config.h"
+ * mktable.c: #include "stdint.h" or uintptr_t typedef
+ * mktable.c: use uintptr_t instead of unsigned int
+ * configure: check pthread on linux
+ * configure: add gc_cflags for linux/ia64,alpha,s390
+ * configure: check stdint.h
+ * configure (config.h): add $pthreadlib to GCLIB
+ * configure (config.h): add $def_have_stdint_h
+ * config.h.dist (HAVE_STDINT_H): added
+ * Str.c: add #include <stdlib.h> for exit() on some platform (ia64)
+
2001-12-22 Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
* [w3m-dev 02690] RC_DIR in scripts
@@ -1405,4 +1419,4 @@
* release-0-2-1
* import w3m-0.2.1
-$Id: ChangeLog,v 1.157 2001/12/21 20:30:54 ukai Exp $
+$Id: ChangeLog,v 1.158 2001/12/21 21:37:12 ukai Exp $