diff options
author | Dai Sato <satodai@w3m.jp> | 2012-05-22 10:16:34 +0000 |
---|---|---|
committer | Dai Sato <satodai@w3m.jp> | 2012-05-22 10:16:34 +0000 |
commit | 9bf1459f7dc23c214096c8b4b7ab2e7e7fa8fd56 (patch) | |
tree | 8c1d29fbb5fb4a0cba9bebcf251e00b9e83ab2cd | |
parent | [w3m-dev 04451] add entity.h to "make clean" target. (diff) | |
download | w3m-9bf1459f7dc23c214096c8b4b7ab2e7e7fa8fd56.tar.gz w3m-9bf1459f7dc23c214096c8b4b7ab2e7e7fa8fd56.zip |
[w3m-dev 04452] delete words about Boehm GC.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | doc-jp/STORY.html | 3 | ||||
-rw-r--r-- | doc/STORY.html | 4 | ||||
-rw-r--r-- | doc/w3m.1 | 2 |
5 files changed, 12 insertions, 5 deletions
@@ -1,6 +1,8 @@ 2012-05-22 Tatsuya Kinoshita <tats@vega.ocn.ne.jp> - * Makefile.in: add entity.h to "make clean" + * [w3m-dev 04452] Re: w3m on macosx 10.6.6 + * doc/w3m.1, doc/STORY.html, doc-jp/STORY.html: + delete words about formerly included Boehm GC library. 2012-05-22 Enu <theme.of.n@gmail.com> @@ -9312,4 +9314,4 @@ a * [w3m-dev 03276] compile error on EWS4800 * release-0-2-1 * import w3m-0.2.1 -$Id: ChangeLog,v 1.1053 2012/05/22 09:53:21 inu Exp $ +$Id: ChangeLog,v 1.1054 2012/05/22 10:16:34 inu Exp $ diff --git a/Makefile.in b/Makefile.in index 7d692f9..0137211 100644 --- a/Makefile.in +++ b/Makefile.in @@ -288,7 +288,7 @@ uninstall: clean: sweep -$(RM) -f *.o *.a $(TARGETS) mktable$(EXT) -$(RM) -f funcname.tab - -$(RM) -f entity.h funcname.c funcname1.h funcname2.h tagtable.c functable.c + -$(RM) -f funcname.c funcname1.h funcname2.h tagtable.c functable.c -for dir in w3mimg libwc; \ do \ (cd $$dir && $(MAKE) clean RM="$(RM)"); \ diff --git a/doc-jp/STORY.html b/doc-jp/STORY.html index c261b47..a3b22a4 100644 --- a/doc-jp/STORY.html +++ b/doc-jp/STORY.html @@ -158,6 +158,9 @@ w3m は, <a href="http://www.hpl.hp.com/personal/Hans_Boehm/gc/">Boehm GC</a> というライブラリを利用している.これは私が書いたものではないが, コンパイル時の便宜を考えて配布パッケージに含めている. +<P> +# Boehm GC は、w3m-0.4.2 以降のパッケージには含まれていません。 +<P> なお,libwww は使っていない. <P> Boehm GCは,Cから使えるガベージコレクタだ.table を実装したあたりにこれを 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 @@ -245,8 +245,6 @@ or on its English version of the site at: .I w3m has incorporated code from several sources. -Hans J. Boehm, Alan J. Demers, Xerox Corp. and Silicon Graphics -have the copyright of the GC library comes with w3m package. Users have contributed patches and suggestions over time. .SH AUTHOR Akinori ITO <aito@fw.ipsj.or.jp> |