aboutsummaryrefslogtreecommitdiffstats
path: root/doc/STORY.html
diff options
context:
space:
mode:
authorDai Sato <satodai@w3m.jp>2012-05-22 10:16:34 +0000
committerDai Sato <satodai@w3m.jp>2012-05-22 10:16:34 +0000
commit9bf1459f7dc23c214096c8b4b7ab2e7e7fa8fd56 (patch)
tree8c1d29fbb5fb4a0cba9bebcf251e00b9e83ab2cd /doc/STORY.html
parent[w3m-dev 04451] add entity.h to "make clean" target. (diff)
downloadw3m-9bf1459f7dc23c214096c8b4b7ab2e7e7fa8fd56.tar.gz
w3m-9bf1459f7dc23c214096c8b4b7ab2e7e7fa8fd56.zip
[w3m-dev 04452] delete words about Boehm GC.
Diffstat (limited to '')
-rw-r--r--doc/STORY.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/STORY.html b/doc/STORY.html
index 8e89f8c..4ac29ec 100644
--- a/doc/STORY.html
+++ b/doc/STORY.html
@@ -182,6 +182,10 @@ library. This library was written by H. Boehm and A. Demers.
I could distribute w3m without this library because one can
get the library separately, but I decided to contain it in the
w3m distribution for the convenience of an installer.
+<P>
+# Boehm GC library is no longer included into w3m packages
+# after w3m-0.4.2.
+<P>
W3m doesn't use libwww.
<P>
Boehm GC is a garbage collector for C and C++. I began to use this