| 1 |
Date: Sun, 18 May 2003 14:34:02 Hiroaki Abe <h-abe at pc.highway.ne.jp> |
Wed, 4 Jun 2003 14:12:13 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 2 |
|
* Wnn/jserver/get_kaiaria.c: |
| 3 |
|
Global variable definitions are moved from kai_area.c to this file. |
| 4 |
|
* Wnn/jserver/kai_area.c: Remove. |
| 5 |
|
* {Wnn,cWnn,kWnn}/jserver/Makefile.in: Remove kai_area.{c,o} |
| 6 |
|
|
| 7 |
|
Wed, 4 Jun 2003 14:05:23 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 8 |
|
* configure.in: |
| 9 |
|
Fit to newer AC_CHECK_TYPES and AC_DEFINE usage. |
| 10 |
|
* acconfig.h: |
| 11 |
|
New AC_DEFINE usage made this file obsolete. Remove it. |
| 12 |
|
|
| 13 |
|
Wed, 4 Jun 2003 08:35:03 Tomoki Aono <aono at cc.osaka-kyoiku.ac.jp> |
| 14 |
|
* config.guess, config.sub, ltmain.sh, aclocal.m4: |
| 15 |
|
Update libtool to 1.5. This will probably allow shared library |
| 16 |
|
build on Darwin/MacOS X. Initially submitted in [freewnn:00978] |
| 17 |
|
with a little modification. |
| 18 |
|
Most of libtool lines lack --mode=MODE option resulting in |
| 19 |
|
warning messages from libtool. We will have to fix it. |
| 20 |
|
|
| 21 |
|
Fri, 30 May 2003 16:18:00 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 22 |
|
* Wnn/include/commonhd.h: |
| 23 |
|
Increment SERVER_VERSION. |
| 24 |
|
|
| 25 |
|
Sun, 18 May 2003 14:34:02 Hiroaki Abe <h-abe at pc.highway.ne.jp> |
| 26 |
* Wnn/jserver/de_header.h, do_filecom.c: |
* Wnn/jserver/de_header.h, do_filecom.c: |
| 27 |
Allocate struct wnn_file files dynamically. |
Allocate struct wnn_file files dynamically. |
| 28 |
|
|
| 419 |
* Wnn/uum/jhlp.c sheader.h: |
* Wnn/uum/jhlp.c sheader.h: |
| 420 |
Use system's setenv() function. As it is not in C89 or POSIX 1,2 |
Use system's setenv() function. As it is not in C89 or POSIX 1,2 |
| 421 |
standards, use our own definition when it is not found. |
standards, use our own definition when it is not found. |
| 422 |
However, it should be rewritten to meet other specification, and |
However, it should be rewritten to meet other specification. |
|
it assumes environment variables are in the variable char **environ. |
|
| 423 |
|
|
| 424 |
Tue Apr 02 04:16:21 UTC 2002 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp> |
Tue Apr 02 04:16:21 UTC 2002 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp> |
| 425 |
* Wnn/jserver/de.c: include fcntl.h. |
* Wnn/jserver/de.c: include fcntl.h. |