| 1 |
|
Sat Mar 9 16:50:34 UTC 2002 Tomoki AONO <aono@cc.osaka-kyoiku.ac.jp> |
| 2 |
|
* Makefile.in config.h.in configure configure.in |
| 3 |
|
Wnn/etc/gethinsi.c Wnn/jserver/Makefile.in |
| 4 |
|
cWnn/jserver/Makefile.in cWnn/include/Makefile.in |
| 5 |
|
kWnn/jserver/Makefile.in kWnn/include/Makefile.in : |
| 6 |
|
+ Wnn/etc/vasprintf.c and Wnn/etc/mkdir.c are compiled on platforms |
| 7 |
|
which do not have equivalent functions. |
| 8 |
|
(emulating the AC_REPLACE_FUNCS macro by ourself). |
| 9 |
|
+ If the configure option `--disable-cWnn' is specified, disable |
| 10 |
|
Makefile creation under cWnn directory. |
| 11 |
|
Note: It is an experimental feature and it should also be done |
| 12 |
|
for Wnn and kWnn. |
| 13 |
|
|
| 14 |
|
* Wnn/jserver/ de_header.h dispatch.c error.c : |
| 15 |
|
error.c related changes . (cf. [freewnn:00772]) |
| 16 |
|
+ Eliminate error1() and create new functions which takes variable |
| 17 |
|
arguments log_err() and log_debug(). |
| 18 |
|
error1() is defined to be log_debug(). |
| 19 |
|
+ If -s option of jserver is not specified (noisy == 0), prints |
| 20 |
|
log messages to syslog. |
| 21 |
|
+ vwrite_log(), called from log{err,debug}(), puts log message in |
| 22 |
|
one line (i.e. it does not add extra new lines). |
| 23 |
|
Usually, at least 3 lines was printed. |
| 24 |
|
|
| 25 |
|
Fri Mar 8 20:07:13 2002 Hiroo Ono <hiroo@oikumene.gcd.org> |
| 26 |
|
* Include system headers which contains the function prototype used. |
| 27 |
|
* Wnn/etc/wnn_os.h: Put the prototypes for functions defined in |
| 28 |
|
Wnn/etc. |
| 29 |
|
* Wnn/etc/msg.c: removed bsearch() implimentation. |
| 30 |
|
|
| 31 |
|
Fri Mar 8 08:36:04 UTC 2002 Tomoki AONO <aono@cc.osaka-kyoiku.ac.jp> |
| 32 |
|
* Wnn/jserver/de.c |
| 33 |
|
Open log (script) file in append mode. |
| 34 |
|
Delete duplicated signal handler setting in daemon_init(). |
| 35 |
|
|
| 36 |
|
Tue Mar 5 09:23:50 UTC 2002 Tomoki AONO <aono@cc.osaka-kyoiku.ac.jp> |
| 37 |
|
* Imported vasprintf.c and ansidecl.h from libiberty (bundled with |
| 38 |
|
gcc-3.0.4). Needed for error.c rewrite. |
| 39 |
|
Change from original version: |
| 40 |
|
vasprintf.c does not #include <libiberty.h>. |
| 41 |
|
|
| 42 |
|
Mon Mar 4 04:01:55 UTC 2002 Tomoki AONO <aono@cc.osaka-kyoiku.ac.jp> |
| 43 |
|
* Wnn/man/4.cmd/jserver/man |
| 44 |
|
Fixed option-description formatting for jserver. [freewnn:00759] |
| 45 |
|
|
| 46 |
|
Sun Mar 3 14:06:32 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org> |
| 47 |
|
* Wnn/include/wnn_os.h et al. |
| 48 |
|
Removed P_ macro for K&R C. |
| 49 |
|
|
| 50 |
|
Sun Mar 3 12:53:58 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org> |
| 51 |
|
* configure.in: Applied fix from [freewnn:00764] (T.Aono). |
| 52 |
|
|
| 53 |
|
Sat Mar 2 11:19:21 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org> |
| 54 |
|
* Fixed typo in the manual of wddel ([freewnn:00797] T.Matui). |
| 55 |
|
|
| 56 |
Mon Sep 24 08:25:28 UTC 2001 Hiroo Ono <hiroo@oikumene.gcd.org> |
Mon Sep 24 08:25:28 UTC 2001 Hiroo Ono <hiroo@oikumene.gcd.org> |
| 57 |
* Fix for configure.in and Makefile.in ([freewnn:00753] by T.Aono). |
* Fix for configure.in and Makefile.in ([freewnn:00753] by T.Aono). |
| 58 |
|
|