| 1 |
|
Sat May 11 13:03:37 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org> |
| 2 |
|
* INSTALL INSTALL.en |
| 3 |
|
Update. |
| 4 |
|
|
| 5 |
|
Tue May 07 22:26:30 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org> |
| 6 |
|
* Wnn/etc/msg.c: |
| 7 |
|
Corrected _search(). ([freewnn:00847] by K.Wada) |
| 8 |
|
|
| 9 |
|
Sun May 05 05:13:10 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org> |
| 10 |
|
* Wnn/include/commonhd.h: |
| 11 |
|
Updated _SERVER_VERSION to pl20. |
| 12 |
|
Removed unistd.h inclusion. |
| 13 |
|
|
| 14 |
|
Sat May 04 17:15:24 UTC 2002 Tomoki AONO <aono@cc.osaka-kyoiku.ac.jp> |
| 15 |
|
* Wnn/manual/4.cmd/jserver man/4.cmd/jserver.man: |
| 16 |
|
Update. |
| 17 |
|
|
| 18 |
|
Thu May 02 15:18:55 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org> |
| 19 |
|
* Wnn/jserver/do_hindo_s.c: |
| 20 |
|
Corrected inclusion of stdlib.h. |
| 21 |
|
|
| 22 |
|
Wed May 01 21:05:10 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org> |
| 23 |
|
* configure.in config.h.in configure: |
| 24 |
|
Added checking for syslog(), syslog.h and setenv() that are not |
| 25 |
|
in C89 or POSIX 1,2. |
| 26 |
|
* */jserver/Makefile.in: |
| 27 |
|
Removed JS_SUPPORTLIB. We do not use syslog()/libbe in the BeOS. |
| 28 |
|
* Wnn/jserver/error.c: |
| 29 |
|
Skip syslog() when it is not found. |
| 30 |
|
* Wnn/uum/jhlp.c sheader.h: |
| 31 |
|
Use system's setenv() function. As it is not in C89 or POSIX 1,2 |
| 32 |
|
standards, use our own definition when it is not found. |
| 33 |
|
However, it should be rewritten to meet other specification, and |
| 34 |
|
it assumes environment variables are in the variable char **environ. |
| 35 |
|
|
| 36 |
|
Tue Apr 02 04:16:21 UTC 2002 Tomoki AONO <aono@cc.osaka-kyoiku.ac.jp> |
| 37 |
|
* Wnn/jserver/de.c: include fcntl.h. |
| 38 |
|
* Wnn/conv/cvt_read.c: Change include point of cvt_head.h. |
| 39 |
|
|
| 40 |
|
Sun Mar 31 11:30:23 UTC 2002 Hiroaki Abe <h-abe@pc.highway.ne.jp> |
| 41 |
|
* Wnn/include/commonhd.h: |
| 42 |
|
Remoke unitsd.h inclusion for BeOS. |
| 43 |
|
* */jserver/Makefile.in configure.in configure: |
| 44 |
|
BeOS requires to link libbe.so when using syslog function. |
| 45 |
|
Add JS_SUPPORTLIBS to set libraries when building [jckt]server. |
| 46 |
|
|
| 47 |
|
Sun Mar 31 06:26:54 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org> |
| 48 |
|
* Wnn/jserver/de.c de_header.h: |
| 49 |
|
Changed the value of cmd_name[] from argv[0] to "[cjkt]server". |
| 50 |
|
Style and error message fix. |
| 51 |
|
|
| 52 |
|
Sat Mar 30 13:44:22 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org> |
| 53 |
|
* Wnn/romkan/rk_modread.c: Include stdlib.h |
| 54 |
|
|
| 55 |
|
Sat Mar 30 09:34:48 UTC 2002 Tomoki AONO <aono@cc.osaka-kyoiku.ac.jp> |
| 56 |
|
* (Wnn/cWnn/kWnn)/romkan/Makefile.in: |
| 57 |
|
Added -I$(TOP) to INCLUDES. |
| 58 |
|
Removed LIB_MT_DEFINES. It is not used anywhere. |
| 59 |
|
Preliminary change for enabling build when builddir != srcdir. |
| 60 |
|
|
| 61 |
|
Sat Mar 30 02:35:22 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org> |
| 62 |
|
* Wnn/etc/yincoding.c: Style fix. |
| 63 |
|
* files below Wnn/: |
| 64 |
|
Added header files (string.h/strings.h unistd.h and so on) inclusion |
| 65 |
|
according to STDC_HEADERS and HAVE_*_H. |
| 66 |
|
Add config.h inclusion if necessary. |
| 67 |
|
* configure.in config.h.in configure: |
| 68 |
|
Remove limits.h check. We see STDC_HEADERS. |
| 69 |
|
Add memory.h check for future bcopy/index -> memmove/strchr change. |
| 70 |
|
|
| 71 |
|
Sat Mar 23 21:18:32 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org> |
| 72 |
|
files under Wnn directory: |
| 73 |
|
* See STDC_HEADERS for stdlib.h and string.h. |
| 74 |
|
* Include strings.h if no STDC_HEADERS and it exists. |
| 75 |
|
* Include config.h if necessary. |
| 76 |
|
|
| 77 |
|
Thu Mar 21 06:59:22 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org> |
| 78 |
|
* configure.in: Removed unecessary comments. |
| 79 |
|
* cvt_head.h: Removed commented out codes. |
| 80 |
|
* cvt_read.c, bdic.c, yincoding.c: |
| 81 |
|
get rid of BSD42 and SYSVR2 macros and add check by configure. |
| 82 |
|
* config.h.in, configure.in, configure: |
| 83 |
|
add fchmod() check. |
| 84 |
|
|
| 85 |
|
Sun Mar 10 10:43:47 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org> |
| 86 |
|
* pubdic.p: Fixed typo. ([freewnn:00812] by Fe2+) |
| 87 |
|
|
| 88 |
Sat Mar 9 16:50:34 UTC 2002 Tomoki AONO <aono@cc.osaka-kyoiku.ac.jp> |
Sat Mar 9 16:50:34 UTC 2002 Tomoki AONO <aono@cc.osaka-kyoiku.ac.jp> |
| 89 |
* Makefile.in config.h.in configure configure.in |
* Makefile.in config.h.in configure configure.in |
| 90 |
Wnn/etc/gethinsi.c Wnn/jserver/Makefile.in |
Wnn/etc/gethinsi.c Wnn/jserver/Makefile.in |