| 1 |
Tue Aug 14 11:12:34 UTC 2001 Hiroo Ono <hiroo@oikumene.gcd.org> |
| 2 |
* CPP + IPv6 path ([freewnn:00673] Katsuomi Hamajima) |
| 3 |
* fix to configure.in for beos ([freewnn:00677] Hiroaki Abe) |
| 4 |
* libtoolized by libtool-1.4 and aclocal. |
| 5 |
|
| 6 |
Sun Jun 17 15:00:08 UTC 2001 |
| 7 |
* Added some manpages in English.([freewnn:00542] Francis Bond) |
| 8 |
atod.man, atof.man, dtoa.man |
| 9 |
They are not installed for the instant. |
| 10 |
* Added -v option to jserver ([freewnn:00581] Y.Yabuki) |
| 11 |
* Corrected jserver usage. ([freewnn:00606] Francis Bond) |
| 12 |
|
| 13 |
Sat Jun 2 00:27:56 JST 2001 Hiroo Ono <hiroo@oikumene.gcd.org> |
| 14 |
* config.h.in, configure.in, */*/Makefile.in, |
| 15 |
and some other *.h and *.c files: |
| 16 |
check if sys/param.h exists. |
| 17 |
include config.h for this. |
| 18 |
fixed INCLUDES line of Makefile.in for this. |
| 19 |
modified #if statements related to macro NOFILE. (should be revised). |
| 20 |
* Wnn/man/6.jutil/atod.man: changed some alphabet characters. |
| 21 |
* removed some comments for emacs (NEmacs?) editor. |
| 22 |
|
| 23 |
Wed May 30 00:09:15 JST 2001 Hiroo Ono <hiroo@oikumene.gcd.org> |
| 24 |
* Wnn/manual/3.libwnn/*, |
| 25 |
Wnn/manual/7.Protocol/KKTP: |
| 26 |
fix document typo ([[freewnn:00581] by Youichi Yabuki) |
| 27 |
The documents in English should also be fixed, but... |
| 28 |
|
| 29 |
Sun May 27 12:55:45 JST 2001 Hiroo Ono <hiroo@oikumene.gcd.org> |
| 30 |
* Makefile.in: remove libtool in distclean |
| 31 |
* Wnn/include/wnn_os.h: remove HAVE_WAIT3 (it is now in configure.in) |
| 32 |
* configure.in: temporary fix for CPP ([freewnn:00578] H.Abe) |
| 33 |
CPP=`$CC -print-prog-name=cpp` on BePC, FreeBSD, Linux |
| 34 |
|
| 35 |
Sun May 20 18:09:02 JST 2001 Hiroo Ono <hiroo@oikumene.gcd.org> |
| 36 |
|
| 37 |
* makerule.mk.in: pass -DHAVE_CONFIG_H to $(CC) |
| 38 |
* PubdicPlus/fzk.con: fix previous patch ([freewnn:00576] by Keiki Sunagawa). |
| 39 |
* include <sys/param.h> before Wnn/include/msg.h . |
| 40 |
* Wnn/jd/wnnenvrc_R.omr: add gerodic ([freewnn:00346] by Fuminori Uematsu). |
| 41 |
* Wnn/jlib/js.c: include config.h ([freewnn:00392] by Hiroaki Abe) |
| 42 |
|
| 43 |
Sat May 19 18:20:25 JST 2001 Hiroo Ono <hiroo@oikumene.gcd.org> |
| 44 |
|
| 45 |
* PubdicPlus/fzk.con patch ([freewnn:00547] by Keiki Sunagawa) |
| 46 |
* PubdicPlus/pubdic.p fix ([freewnn:00424] by Tetsuo Tsukamoto) |
| 47 |
|
| 48 |
* Add target distclean to Makefile.in ([freewnn:00380] by Nobuyuki Hikichi) |
| 49 |
* Wnn/include/msg.h: fix the constraint for path name length. |
| 50 |
* Wnn/etc/msg.c: likewise. |
| 51 |
* Wnn/jlib/js.c: add the include of sys/param.h for removing path |
| 52 |
name length. |
| 53 |
([freewnn:00380] by Nobuyuki Hikichi) |
| 54 |
|
| 55 |
* now, generate config.h.in by autoheader using acconfig.h. |
| 56 |
([freewnn:00290] by Shinchi Motoki) |
| 57 |
|
| 58 |
* include config.h only when HAVE_CONFIG_H is defined. |
| 59 |
|
| 60 |
Sat May 19 14:16:00 JST 2001 Hiroo Ono <hiroo@oikumene.gcd.org> |
| 61 |
|
| 62 |
* divide and shared library patch ([freewnn:00443] by Satoshi Taoka) |
| 63 |
* importing |
| 64 |
libltdl/aclocal.m4 |
| 65 |
ltconfig |
| 66 |
ltmain.sh |
| 67 |
from libtool-1.3.5, and |
| 68 |
config.guess |
| 69 |
config.sub |
| 70 |
from autoconf-2.13 ([freewnn:00444] by Satoshi Taoka) |
| 71 |
* remove configure from cvs tree. |
| 72 |
it can be generated by autoconf. |