2002-02-01 Hiroshi Takekawa * src/multiskkserv.c: The last fix introduced a new bug, returns SKKSERV_S_FOUND with null string when no entry is found. Fixed to return SKKSERV_S_NOT_FOUND. 2002-01-31 Hiroshi Takekawa * src/multiskkserv.c: Merge the same yomi entries. * lib/Makefile.am: Added hash table. * lib/hash.c, lib/hash.h: New files. 2002-01-30 Hiroshi Takekawa * src/Makefile.am: Added header files to be included... 2002-01-12 Hiroshi Takekawa * README, README.j: Updated. * src/Makefile.am: Added getopt-support, multiskkserv-ctl. * src/multiskkserv.c: Use getopt-support. * src/getopt-support.c, src/getopt-support.h: New files. * tools/Makefile.am: Renamed CDB_DIR to CDB_INCLUDES. * src/multiskkserv-ctl.c: New file. * src/multiskkserv.h: Separated declarations from multiskkserv.c. * ltconfig, ltmain.sh: Upgraded libtool from 1.3.5 to 1.4.2. 2001-03-13 Hiroshi Takekawa * src/multiskkserv.c: Implemented -r(chroot) and -f(family). Use snprintf() instead of sprintf(). Now listen() only AF_INET or AF_INET6. More error reporting. Cosmetic changes. 2001-02-13 Hiroshi Takekawa * .cvsignore, lib/.cvsignore, src/.cvsignore, tools/.cvsignore: Added .cvsignore. 2001-02-13 Hiroshi Takekawa * src/multiskkserv.c: Fixed protocol errors. Implemented connection statistics measurement. Implemented the connection number control. Added -b option. Create threads detached when daemon mode. Fixed the critical error that skkconn is not duplicated, which is passed to a server thread. * configure.in: Compatibility and copyright notice. * README, README.j: Instruct to specify the cdb directory with the full path. * config.h.in: Deleted an auto-generated file. 2001-02-13 Hiroshi Takekawa * autogen.sh: More sophisticated operation. 2001-02-11 Hiroshi Takekawa * multiskkserv -- simple skk multi-dictionary server