Browse CVS RepositoryLog of /canna/canna/ChangeLog
Revision 1.212 - (view) (download) (annotate) - [select for diffs] Sat Apr 5 17:29:57 2008 UTC (16 years ago) by aida_s Branch: MAIN CVS Tags: HEAD Changes since 1.211: +4 -1 lines Diff to previous 1.211 * lib/RKindep/cfuncs.c(RkiAltStrlcat): bugfix Revision 1.211 - (view) (download) (annotate) - [select for diffs] Sat Apr 5 17:25:45 2008 UTC (16 years ago) by aida_s Branch: MAIN Changes since 1.210: +20 -1 lines Diff to previous 1.210 [Canna-dev 363]: old style sort options is no longer available Don't use the sort command. Implement necessary features into the mergeword and the pod. The forsort is no longer used but still installed for the backward compatibility. * cmd/mergewd/mergewd.c: Reimplemented from scratch. New option "-s": sort the input before the merge. * cmd/mkbindic/mkbindic.cpp: mergeword -s instead of forsort and sort * dic/ideo/grammar/Imakefile: ditto * dic/ideo/pubdic/pod.c: New sort options. New option "-P": sort by yomi and freq stably New option "-S": don't sort; output order is the same to the input * dic/ideo/words/Imakefile: remove forsort, which is just a garbage * dic/phono/Imakefile: ditto * lib/RK/RKintern.h(euctous): declare here * misc/zipcode/Imakefile: mergeword -s and pod -P instead of forsort and sort. (distclean): new target Revision 1.210 - (view) (download) (annotate) - [select for diffs] Wed Aug 8 14:54:29 2007 UTC (16 years, 8 months ago) by aida_s Branch: MAIN Changes since 1.209: +18 -2 lines Diff to previous 1.209 [Canna-dev 360]: romaji-yuusen bug Multiple bugfixes around kana input * lib/canna/RKkana.c(RkwMapPhonogram): Don't pass non-ASCII characters to RkMapPhonogram as the 6th arg. * lib/canna/RKroma.c (RkMapPhonogram): Handle sokuon in old dic case as romaji-yuusen feature expects. (RkMapRoma): Tweak for consistency with RkMapPhonogram's change. * lib/canna/empty.c(EmptySelfInsert): Prevent crash in kana input. * lib/canna/multi.c(_DoFuncSequence): Convert kana key to wchar. * lib/canna/romaji.c(YomiInsert): Allow only ASCII and kana keys to be FunctionalInsert'ed. (makePhonoOnBuffer): Change the 3rd arg to wchar_t. (Yomisearchfunc): Try romaji-yuusen feature only for suitable keys for romaji-kana conversion. Revision 1.209 - (view) (download) (annotate) - [select for diffs] Sun Apr 2 11:54:31 2006 UTC (18 years ago) by aida_s Branch: MAIN Changes since 1.208: +7 -9 lines Diff to previous 1.208 [canna-dev 359]: Solaris + gcc * canna/ccompat.h: On sun gcc uses vendor's as rather than gas. * Canna.conf.dist: Set LD_RUN_PATH on Sun even if ModernElfLink == NO. * ChangeLog(2005-01-01): remove a duplicate Revision 1.208 - (view) (download) (annotate) - [select for diffs] Thu Mar 30 17:38:26 2006 UTC (18 years ago) by aida_s Branch: MAIN Changes since 1.207: +5 -1 lines Diff to previous 1.207 * lib/RK/ncache.c(hash): consider negative pointer * lib/canna/keydef.c(createHashKey): ditto Revision 1.207 - (view) (download) (annotate) - [select for diffs] Sun May 29 15:38:41 2005 UTC (18 years, 10 months ago) by aida_s Branch: MAIN Changes since 1.206: +5 -1 lines Diff to previous 1.206 * ChangeLog(previous commit): gram.goto was changed Revision 1.206 - (view) (download) (annotate) - [select for diffs] Sun May 29 15:32:17 2005 UTC (18 years, 10 months ago) by aida_s Branch: MAIN Changes since 1.205: +5 -1 lines Diff to previous 1.205 * canna/widedef.h: MacOS X 10.4 support * server/util.c: The unused part was enabled by mistake. Disable it. Revision 1.205 - (view) (download) (annotate) - [select for diffs] Fri Apr 1 04:27:02 2005 UTC (19 years ago) by aida_s Branch: MAIN Changes since 1.204: +4 -1 lines Diff to previous 1.204 * dic/ideo/*: Sync with DIC_WORK branch. Revision 1.204 - (view) (download) (annotate) - [select for diffs] Thu Mar 10 20:07:05 2005 UTC (19 years, 1 month ago) by aida_s Branch: MAIN Changes since 1.203: +5 -0 lines Diff to previous 1.203 * lib/RK/bun.c(RkwQueryDic): fixed a bug in the implementation of an unused protocol. Revision 1.203 - (view) (download) (annotate) - [select for diffs] Thu Mar 10 19:54:43 2005 UTC (19 years, 1 month ago) by aida_s Branch: MAIN Changes since 1.202: +14 -0 lines Diff to previous 1.202 #KX, #SX and #ZX was not correctly defined. A cancel in grammatical questions caused a wrong definition. * lib/canna/ulhinshi.c(uuTHinshi2YesCatch): handle errors in grammatical questions (uuTHinshi2NoCatch): ditto (uuTHinshi1YesCatch): ditto (uuTHinshi1NoCatch): ditto (dicTourokuHinshiDelivery): no need to invoke clearYomi() here (makeHinshi): keep katsuyou flag correct (tourokuNo): fix #KX, #SX and #ZX handlings (tangoTouroku): trim last two characters from #KX, #SX and #ZX Revision 1.202 - (view) (download) (annotate) - [select for diffs] Tue Jan 4 05:32:33 2005 UTC (19 years, 3 months ago) by aida_s Branch: MAIN Changes since 1.201: +12 -0 lines Diff to previous 1.201 * doc/lisp/canlisp.tex: style fix Revision 1.201 - (view) (download) (annotate) - [select for diffs] Sat Jan 1 14:44:24 2005 UTC (19 years, 3 months ago) by aida_s Branch: MAIN Changes since 1.200: +8 -0 lines Diff to previous 1.200 New canlisp feature: (load "nonexistent-file" t) returns no error. * lib/canna/lisp.c(Lload): If a non-nil value is given as the second arg of "load", no error is raised even if a nonexistent file were loaded. If the second arg is omitted, nil is assumed. * doc/lisp/canlisp.tex: describe the feature Revision 1.200 - (view) (download) (annotate) - [select for diffs] Sun Nov 21 06:37:40 2004 UTC (19 years, 5 months ago) by aida_s Branch: MAIN Changes since 1.199: +6 -0 lines Diff to previous 1.199 New CRC calculator was buggy. * lib/RKindep/mkcrctab.c: create correct CRC table * lib/RKindep/crctab.c: newly generated Revision 1.199 - (view) (download) (annotate) - [select for diffs] Sun Nov 21 04:51:24 2004 UTC (19 years, 5 months ago) by aida_s Branch: MAIN Changes since 1.198: +5 -0 lines Diff to previous 1.198 [Canna-dev 326]: toorudearou * dic/ideo/grammar/gram.code: make "dearou" synonymous with "darou" Revision 1.198 - (view) (download) (annotate) - [select for diffs] Thu Nov 18 12:19:25 2004 UTC (19 years, 5 months ago) by aida_s Branch: MAIN Changes since 1.197: +5 -0 lines Diff to previous 1.197 [Canna-dev 323]: siranasasugiru * dic/ideo/grammar/gram.goto: new conjunction: nai+ sugiru Revision 1.197 - (view) (download) (annotate) - [select for diffs] Thu Sep 30 13:44:42 2004 UTC (19 years, 6 months ago) by aida_s Branch: MAIN Changes since 1.196: +5 -0 lines Diff to previous 1.196 [Canna-dev 320]: multi.c patch * lib/canna/multic: End, Zenkaku/Hankaku key Revision 1.196 - (view) (download) (annotate) - [select for diffs] Thu Sep 30 13:26:50 2004 UTC (19 years, 6 months ago) by aida_s Branch: MAIN CVS Tags: after_new_zipcode Changes since 1.195: +10 -0 lines Diff to previous 1.195 [Canna-dev 319]: Imakefile bug & #CN -> #CNS/#KK * dic/ideo/words/Imakefile: TAB -> space * dic/ideo/words/zipcode.t: #CN -> #CNS * dic/ideo/words/jigyosyo.t: #CN -> #KK * misc/zipcode/ken_all2canna.pl: #CN -> #CNS * misc/zipcode/jigyosyo2canna.pl: #CN -> #KK * canna/patchlevel.h: bump to 3.8devel2 Revision 1.195 - (view) (download) (annotate) - [select for diffs] Fri Aug 6 14:09:53 2004 UTC (19 years, 8 months ago) by aida_s Branch: MAIN Changes since 1.194: +15 -0 lines Diff to previous 1.194 Introduce new zipcode dictionary made by Nakai san. * dic/ideo/words/zipcode.t: added * dic/ideo/words/jigyosyo.t: added * dic/ideo/words/yubin.t: removed * dic/ideo/words/dics.dir: added zipcode entries * dic/ideo/words/obsolete.dir: ditto * dic/ideo/words/Imakefile: create zipcode.cbd * misc/zipcode/*: added * COPYRIGHT: updated. zipcode.t and jigyosyo.t are in public domain. misc/zipcode/* are under GPL. * cmd/mergewd/mergewd.c: False "too long line" message was printed. Fixed. Revision 1.155.2.21 - (view) (download) (annotate) - [select for diffs] Wed May 19 15:47:33 2004 UTC (19 years, 11 months ago) by aida_s Branch: RELBR_3_7 CVS Tags: release_3_7_p3 Changes since 1.155.2.20: +7 -0 lines Diff to previous 1.155.2.20 , to branch point 1.155 , to next main 1.212 Canna 3.7p3 release. * configure.ac: bump to 3.7p3 * canna/patchlevel.h: ditto * CHANGES.jp: updated Revision 1.155.2.20 - (view) (download) (annotate) - [select for diffs] Wed May 19 15:39:22 2004 UTC (19 years, 11 months ago) by aida_s Branch: RELBR_3_7 Changes since 1.155.2.19: +8 -0 lines Diff to previous 1.155.2.19 , to branch point 1.155 * confwrapper: "." bashism. Many shells don't searches the current directory. * Imakefile: $(CC) -> env $(CC) in case $(CC) is "LD_LIBRARY_PATH=/usr/X11R6/lib cc". * canuum/Imakefile: ditto Revision 1.194 - (view) (download) (annotate) - [select for diffs] Wed May 19 15:06:37 2004 UTC (19 years, 11 months ago) by aida_s Branch: MAIN CVS Tags: before_new_zipcode Changes since 1.193: +8 -0 lines Diff to previous 1.193 * confwrapper: "." bashism. Many shells don't searches the current directory. * Imakefile: $(CC) -> env $(CC) in case $(CC) is "LD_LIBRARY_PATH=/usr/X11R6/lib cc". * canuum/Imakefile: ditto Revision 1.155.2.19 - (view) (download) (annotate) - [select for diffs] Tue May 18 15:10:00 2004 UTC (19 years, 11 months ago) by aida_s Branch: RELBR_3_7 CVS Tags: release_3_7_p2 Changes since 1.155.2.18: +6 -0 lines Diff to previous 1.155.2.18 , to branch point 1.155 Canna 3.7p2 release. * configure.ac: bump to 3.7p2 * canna/patchlevel.h: ditto Revision 1.193 - (view) (download) (annotate) - [select for diffs] Tue May 4 23:41:14 2004 UTC (19 years, 11 months ago) by aida_s Branch: MAIN Changes since 1.192: +5 -0 lines Diff to previous 1.192 * lib/RK/RKintern.h: use mmap * lib/RK/context.c: include <sys/stat.h> for mkdir(2) Revision 1.192 - (view) (download) (annotate) - [select for diffs] Tue May 4 22:41:14 2004 UTC (19 years, 11 months ago) by aida_s Branch: MAIN Changes since 1.191: +5 -0 lines Diff to previous 1.191 * COPYRIGHT: added * RKCCONF.jp: warn about future change Revision 1.155.2.18 - (view) (download) (annotate) - [select for diffs] Tue May 4 22:35:51 2004 UTC (19 years, 11 months ago) by aida_s Branch: RELBR_3_7 Changes since 1.155.2.17: +10 -0 lines Diff to previous 1.155.2.17 , to branch point 1.155 * CHANGES.jp: fix a typo Revision 1.155.2.17 - (view) (download) (annotate) - [select for diffs] Tue May 4 22:04:43 2004 UTC (19 years, 11 months ago) by aida_s Branch: RELBR_3_7 Changes since 1.155.2.16: +9 -0 lines Diff to previous 1.155.2.16 , to branch point 1.155 Merge Pubdic+-fix01 to make the license of pubdic more clear. * dic/ideo/pubdic/pod.c: Remove #ifndef POD_WCHAR part. Make casts more proper. Add 'vu' conversion though it is not needed for now. * dic/ideo/pubdic/COPYRIGHT: added * dic/ideo/pubdic/VERSION: added Revision 1.191 - (view) (download) (annotate) - [select for diffs] Tue May 4 05:20:22 2004 UTC (19 years, 11 months ago) by aida_s Branch: MAIN Changes since 1.190: +9 -0 lines Diff to previous 1.190 Merge Pubdic+-fix01 to make the license of pubdic more clear. * dic/ideo/pubdic/pod.c: Remove #ifndef POD_WCHAR part. Make casts more proper. Add 'vu' conversion though it is not needed for now. * dic/ideo/pubdic/COPYRIGHT: added * dic/ideo/pubdic/VERSION: added Revision 1.190 - (view) (download) (annotate) - [select for diffs] Sun May 2 23:08:29 2004 UTC (19 years, 11 months ago) by aida_s Branch: MAIN Changes since 1.189: +8 -0 lines Diff to previous 1.189 Reimplement CRC calculator to avoid old BSD license. * lib/RKindep/cksum.c: reimplemented everything from FreeBSD * lib/RKindep/crctab.c: added * lib/RKindep/mkcrctab.c: added (but not compiled) * lib/RKindep/Imakefile: mkcrctab rule Revision 1.155.2.16 - (view) (download) (annotate) - [select for diffs] Mon Apr 26 23:15:17 2004 UTC (19 years, 11 months ago) by aida_s Branch: RELBR_3_7 Changes since 1.155.2.15: +10 -0 lines Diff to previous 1.155.2.15 , to branch point 1.155 VENDOR_DEFINES which comes from X.Org's imake contains single quotes. * confwrapper: generate cwenv.sh first and then run configure * Imakefile: ditto * canuum/Imakefile: ditto * confwrapper.sub: removed * Canna.conf.dist: DLLs need INSTBINFLAGS instead of INSTLIBFLAGS Revision 1.155.2.15 - (view) (download) (annotate) - [select for diffs] Mon Apr 26 22:53:02 2004 UTC (19 years, 11 months ago) by aida_s Branch: RELBR_3_7 Changes since 1.155.2.14: +9 -0 lines Diff to previous 1.155.2.14 , to branch point 1.155 When delay-connect is t and KC_FINALIZE is used uilib gets into inconsistent state. * lib/canna/commondata.c(mountnottry): added * lib/canna/globnames: added mountnottry * lib/canna/henkan.c(KanjiInit): mountnottry is now global symbol (KanjiFin): clear some variables Revision 1.155.2.14 - (view) (download) (annotate) - [select for diffs] Mon Apr 26 22:49:20 2004 UTC (19 years, 11 months ago) by aida_s Branch: RELBR_3_7 Changes since 1.155.2.13: +20 -0 lines Diff to previous 1.155.2.13 , to branch point 1.155 Merge trivial fixes (uilib, doc) * lib/canna/obind.c(owcLookupKanji2): buffer_return is not char * but wchar_t *. (cannawc32): use canna_uint32_t (cannawc16): use canna_uint16_t * lib/canna/RKroma.c(RkMapPhonogram): KPDIC&&PTDIC -> KPDIC||PTDIC * [Canna-dev 297]: sentou 1moji sentaku bug * lib/canna/henkan.c(TbChooseChar): last character's attribute needs SENTOU flag * [Canna-dev 290]: Documents * doc/man/guide/tex/func.tex: Now renbun-continue is t by default. * dic/ideo/grammar/gram.code: correct a comment * [Canna-dev 291]: Protocol definition is inconsistent with implementation. * doc/intern/protocol.tex: corrected * [Canna:05898]: canna-parse is broken * lib/canna/lisp.c(Lread): stop fclose(NULL) Revision 1.155.2.13 - (view) (download) (annotate) - [select for diffs] Mon Apr 26 21:48:36 2004 UTC (19 years, 11 months ago) by aida_s Branch: RELBR_3_7 Changes since 1.155.2.12: +22 -0 lines Diff to previous 1.155.2.12 , to branch point 1.155 Merge trivial fixes (canuum, RKC and server) * canuum/canuum.jmn: Description about -[SJUsju] options were misleading or wrong. * canuum/jhlp.c(chld_handler): cygwin has union wait but WIF*() macros do not work if union wait is given * canuum/termcap.c(sr_set): check %p though it exists only in terminfo * lib/RKC/conf.c(read_pipe_with_errors): bug fix in no_exitstatus case (thanks to nanashi san) (Lexer_next): an extra memchr() caused a crash * lib/RKC/convert.c(RkcSendERequest): When communication fails, set errno to EPIPE and close the socket in any case. * lib/RKC/wconvert.c(RkcSendWRequest): ditto * server/misc.c(mysignal): added to prevent syscalls from restarting * server/Imakefile: SIGNAL_DEFINES * server/comm.c(ClientBuf): count temporary failures and close connection if too many errors happen (ClientBuf_recv): save errno before Dmsg (ClientBuf_send): ditto (EventMgr_run): ditto Revision 1.189 - (view) (download) (annotate) - [select for diffs] Sun Apr 25 18:19:27 2004 UTC (19 years, 11 months ago) by aida_s Branch: MAIN Changes since 1.188: +13 -0 lines Diff to previous 1.188 Make it easy to share canuum code with original uum. * canuum/commonhd.h: don't simply remove #include * canuum/sdefine.h: ditto * canuum/sheader.h: ditto * canuum/configure.in(--with-term-libs): don't touch LIBS. support cross compilation. * canuum/jhlp.c: don't simply remove #include (chld_handler): use _POSIX_VERSION to determine if we use union wait (throughlike): remove an unused functoin * canuum/termcap.c(sr_set): check %p though it exists only in terminfo Revision 1.188 - (view) (download) (annotate) - [select for diffs] Sun Apr 25 14:38:36 2004 UTC (19 years, 11 months ago) by aida_s Branch: MAIN Changes since 1.187: +6 -0 lines Diff to previous 1.187 * canuum/README.jp: updated * canuum/canuum.jmn: Description about -[SJUsju] options were misleading or wrong. Revision 1.187 - (view) (download) (annotate) - [select for diffs] Sun Apr 25 14:16:48 2004 UTC (19 years, 11 months ago) by aida_s Branch: MAIN Changes since 1.186: +8 -0 lines Diff to previous 1.186 Imported uum from FreeWnn (CVS HEAD, 2004-04-25) * canuum/acconfig.h: removed because we use autoconf 2.59 now * canuum/configure.in: autoconf 2.59 * canuum/jhlp.c: wnn_fd_set -> fd_set, WNN_FD_* -> FD_* * mkrelease.sh: use autoconf 2.59 for canuum Revision 1.186 - (view) (download) (annotate) - [select for diffs] Tue Apr 13 13:19:14 2004 UTC (20 years ago) by aida_s Branch: MAIN Changes since 1.185: +6 -0 lines Diff to previous 1.185 * lib/RKC/conf.c(Lexer_next): an extra memchr() caused a crash * canuum/jhlp.c(chld_handler): cygwin has union wait but WIF*() macros do not work if union wait is given Revision 1.185 - (view) (download) (annotate) - [select for diffs] Sat Apr 10 05:36:08 2004 UTC (20 years ago) by aida_s Branch: MAIN Changes since 1.184: +7 -1 lines Diff to previous 1.184 [Canna-dev 297]: romaji-yuusen & canna-do-function * lib/canna/romaji.c(Yomisearchfunc): override keymap only when no function is specified (i.e. not KC_DO, multisequence, ...) Revision 1.184 - (view) (download) (annotate) - [select for diffs] Sat Apr 10 05:10:36 2004 UTC (20 years ago) by aida_s Branch: MAIN Changes since 1.183: +7 -1 lines Diff to previous 1.183 [Canna-dev 297]: sentou 1moji sentaku bug * lib/canna/henkan.c(TbChooseChar): last character's attribute needs SENTOU flag Revision 1.183 - (view) (download) (annotate) - [select for diffs] Fri Apr 9 13:04:44 2004 UTC (20 years ago) by aida_s Branch: MAIN Changes since 1.182: +6 -2 lines Diff to previous 1.182 * confwrapper.sub: forgot to remove Revision 1.182 - (view) (download) (annotate) - [select for diffs] Fri Apr 9 11:43:16 2004 UTC (20 years ago) by aida_s Branch: MAIN Changes since 1.181: +10 -1 lines Diff to previous 1.181 VENDOR_DEFINES which comes from X.Org's imake contains single quotes. * confwrapper: generate cwenv.sh first and then run configure * Imakefile: ditto * canuum/Imakefile: ditto * Canna.conf.dist: DLLs need INSTBINFLAGS instead of INSTLIBFLAGS Revision 1.181 - (view) (download) (annotate) - [select for diffs] Thu Apr 8 03:21:25 2004 UTC (20 years ago) by aida_s Branch: MAIN Changes since 1.180: +10 -0 lines Diff to previous 1.180 * server/misc.c(mysignal): added to prevent syscalls from restarting * server/Imakefile: SIGNAL_DEFINES * server/comm.c(ClientBuf): count temporary failures and close connection if too many errors happen (ClientBuf_recv): save errno before Dmsg (ClientBuf_send): ditto (EventMgr_run): ditto Revision 1.180 - (view) (download) (annotate) - [select for diffs] Mon Mar 29 22:11:17 2004 UTC (20 years ago) by aida_s Branch: MAIN Changes since 1.179: +7 -0 lines Diff to previous 1.179 * lib/canna/obind.c(owcLookupKanji2): buffer_return is not char * but wchar_t *. (cannawc32): use canna_uint32_t (cannawc16): use canna_uint16_t Revision 1.179 - (view) (download) (annotate) - [select for diffs] Sat Mar 20 10:21:49 2004 UTC (20 years, 1 month ago) by aida_s Branch: MAIN Changes since 1.178: +6 -0 lines Diff to previous 1.178 * lib/RKC/conf.c(read_pipe_with_errors): bug fix in no_exitstatus case (thanks to nanashi san) Revision 1.178 - (view) (download) (annotate) - [select for diffs] Mon Mar 15 05:09:10 2004 UTC (20 years, 1 month ago) by aida_s Branch: MAIN Changes since 1.177: +9 -0 lines Diff to previous 1.177 When delay-connect is t and KC_FINALIZE is used uilib gets into inconsistent state. * lib/canna/commondata.c(mountnottry): added * lib/canna/globnamed: added mountnottry * lib/canna/henkan.c(KanjiInit): mountnottry is now global symbol (KanjiFin): clear some variables Revision 1.177 - (view) (download) (annotate) - [select for diffs] Mon Mar 15 05:03:57 2004 UTC (20 years, 1 month ago) by aida_s Branch: MAIN Changes since 1.176: +13 -1 lines Diff to previous 1.176 * lib/canna/RKroma.c(RkMapPhonogram): KPDIC&&PTDIC -> KPDIC||PTDIC [Canna-dev 290]: Documents * doc/man/guide/tex/func.tex: Now renbun-continue is t by default. * dic/ideo/grammar/gram.code: correct a comment [Canna-dev 291]: Protocol definition is inconsistent with implementation. * doc/intern/protocol.tex: corrected [Canna:05898]: canna-parse is broken * lib/canna/lisp.c(Lread): stop fclose(NULL) Revision 1.176 - (view) (download) (annotate) - [select for diffs] Mon Mar 15 04:43:50 2004 UTC (20 years, 1 month ago) by aida_s Branch: MAIN Changes since 1.175: +11 -1 lines Diff to previous 1.175 [Canna-dev 291]: Return from temporary mode after quit. * lib/canna/chikuji.c(ChikujiYomiDeletePrevious): restoreFlags() (ChikjiMuhenkan): ditto * lib/canna/empty.c(EmptyQuit): ditto * lib/canna/romaji.c(YomiExit): ditto (YomiQuit): ditto (exitSupkey): ditto Revision 1.175 - (view) (download) (annotate) - [select for diffs] Mon Mar 15 04:33:23 2004 UTC (20 years, 1 month ago) by aida_s Branch: MAIN Changes since 1.174: +10 -1 lines Diff to previous 1.174 [Canna-dev 292]: Problems when handling "bbb..." * lib/canna/romaji.c(clearYomiContext): Clear yc->n_susp_chars. (KanaDeletePrevious): Tweak break-into-roman behaviour. Properly change rCurs and rStartp after deleting first kana. Change behaviour after deleting all unconverted romaji. (YomiDeleteNext): debug_yomi Revision 1.174 - (view) (download) (annotate) - [select for diffs] Thu Jan 29 10:43:26 2004 UTC (20 years, 2 months ago) by aida_s Branch: MAIN Changes since 1.173: +6 -0 lines Diff to previous 1.173 * lib/RKC/convert.c(RkcSendERequest): When communication fails, set errno to EPIPE and close the socket in any case. * lib/RKC/wconvert.c(RkcSendWRequest): ditto Revision 1.155.2.12 - (view) (download) (annotate) - [select for diffs] Fri Jan 2 12:23:05 2004 UTC (20 years, 3 months ago) by aida_s Branch: RELBR_3_7 CVS Tags: release_3_7_p1 Changes since 1.155.2.11: +6 -0 lines Diff to previous 1.155.2.11 , to branch point 1.155 Canna 3.7p1 release. * CHANGES.jp: updated * canna/patchlevel.h: bump to 3.7p1 Revision 1.155.2.11 - (view) (download) (annotate) - [select for diffs] Sun Dec 28 16:10:30 2003 UTC (20 years, 3 months ago) by aida_s Branch: RELBR_3_7 Changes since 1.155.2.10: +7 -0 lines Diff to previous 1.155.2.10 , to branch point 1.155 * Canna.conf.dist(sharedLibExtension): HPArchitecture is also defined on Linux with hppa. Make sure the system is really HP-UX. ([Canna-dev 280]) * confwrapper: CC="$ccadd $CC" is foolish ([Canna-dev 281]) Revision 1.173 - (view) (download) (annotate) - [select for diffs] Sun Dec 28 16:09:53 2003 UTC (20 years, 3 months ago) by aida_s Branch: MAIN Changes since 1.172: +7 -0 lines Diff to previous 1.172 * Canna.conf.dist(sharedLibExtension): HPArchitecture is also defined on Linux with hppa. Make sure the system is really HP-UX. ([Canna-dev 280]) * confwrapper: CC="$ccadd $CC" is foolish ([Canna-dev 281]) Revision 1.155.2.10 - (view) (download) (annotate) - [select for diffs] Sat Dec 27 23:30:53 2003 UTC (20 years, 3 months ago) by aida_s Branch: RELBR_3_7 Changes since 1.155.2.9: +8 -0 lines Diff to previous 1.155.2.9 , to branch point 1.155 * Canna.conf.dist(SHLIBLDFLAGS): Assign "-G -z text" on SVR4 because Solaris appends "-M mapfile" and therefore we need to generate mapfile. * server/wconvert.c(ExtensionVector): remove "static" * CHANGES.jp: make mention of glibc Revision 1.172 - (view) (download) (annotate) - [select for diffs] Sat Dec 27 23:30:00 2003 UTC (20 years, 3 months ago) by aida_s Branch: MAIN Changes since 1.171: +9 -1 lines Diff to previous 1.171 * Canna.conf.dist(SHLIBLDFLAGS): Assign "-G -z text" on SVR4 because Solaris appends "-M mapfile" and therefore we need to generate mapfile. * server/wconvert.c(ExtensionVector): remove "static" * CHANGES.jp: make mention of glibc Revision 1.155.2.9 - (view) (download) (annotate) - [select for diffs] Sat Dec 27 17:15:20 2003 UTC (20 years, 3 months ago) by aida_s Branch: RELBR_3_7 Changes since 1.155.2.8: +29 -1 lines Diff to previous 1.155.2.8 , to branch point 1.155 Sync with HEAD. All changes were fixes of bugs or portability problems, therefore I merged all of them. * CHANGES.jp: forgot IPv6 feature * Canna.conf.dist(CppSedMagic): Remove #pragma inserted by the default gcc-3.3 that ships with MacOS X 10.3. Recent snapshot of XFree86 specifies /usr/bin/cpp3 as CppCmd so we don't need redefine CppSedMagic. * Imakefile: Use confwrapper. #undef malloc in cannaconf.h. Fix OS2Architecture. * configure.ac: add proper arguments of AC_INIT and RCSID * confwrapper: added to remove something like ` ` in CPPFLAGS and others * confwrapper.sub: ditto * mkrelease.sh: always use autoconf 2.59 * canuum/Imakefile: use confwrapper * dic/ideo/pubdic/Imakefile: link libRKindep * lib/RKC/conf.c(Lexer_next): skip #pragma (host_str_defaults): put a dummy member (top_num_defaults): ditto * lib/RKindep/cfuncs.c: #ifndef HAVE_MALLOC -> #if !HAVE_MALLOC * lib/RKindep/cfuncs.h: Newer autoconf defines HAVE_MALLOC to 0 but older undefines it. Accept both. * server/convert.c: Forward declaration of file scope array is not confirm to the standard. Fixed. Added some #ifdef USE_EUC_PROTOCOL. * server/wconvert.c: ditto Revision 1.171 - (view) (download) (annotate) - [select for diffs] Sat Dec 27 16:41:10 2003 UTC (20 years, 3 months ago) by aida_s Branch: MAIN Changes since 1.170: +8 -2 lines Diff to previous 1.170 * mkrelease.sh: always use autoconf 2.59 * configure.ac: add proper arguments of AC_INIT and RCSID * ChangeLog: correct previous commit date Revision 1.170 - (view) (download) (annotate) - [select for diffs] Sat Dec 27 15:41:27 2003 UTC (20 years, 3 months ago) by aida_s Branch: MAIN Changes since 1.169: +7 -1 lines Diff to previous 1.169 * confwrapper: Use var=`xx "yy"` instead of "`xx "yy"`". This IS more portable and does what we want. * Imakefile: fix comment in accanna.h Revision 1.169 - (view) (download) (annotate) - [select for diffs] Fri Dec 26 09:06:11 2003 UTC (20 years, 3 months ago) by aida_s Branch: MAIN Changes since 1.168: +8 -1 lines Diff to previous 1.168 * Imakefile: previous change was incomplete * lib/RKindep/cfuncs.c: #ifndef HAVE_MALLOC -> #if !HAVE_MALLOC * confwrapper: correct a harmless typo * confwrapper.sub: avoid echo here Revision 1.168 - (view) (download) (annotate) - [select for diffs] Wed Dec 24 17:43:27 2003 UTC (20 years, 3 months ago) by aida_s Branch: MAIN Changes since 1.167: +5 -1 lines Diff to previous 1.167 * CHANGES.jp: forgot IPv6 feature Revision 1.167 - (view) (download) (annotate) - [select for diffs] Wed Dec 24 17:24:20 2003 UTC (20 years, 3 months ago) by aida_s Branch: MAIN Changes since 1.166: +6 -1 lines Diff to previous 1.166 * lib/RKindep/cfuncs.h: Newer autoconf defines HAVE_MALLOC to 0 but older undefines it. Accept both. Revision 1.166 - (view) (download) (annotate) - [select for diffs] Wed Dec 24 16:48:14 2003 UTC (20 years, 3 months ago) by aida_s Branch: MAIN Changes since 1.165: +12 -1 lines Diff to previous 1.165 * Canna.conf.dist(CppSedMagic): Guard the use of XF86_VERSION_NUMERIC. * confwrapper: Don't use shell function because AIX's /bin/sh does not support it. * confwrapper.sub: added * Imakefile: Follow confwrapper's change. #undef malloc in cannaconf.h. fix OS2Architecture. * canuum/Imakefile: Follow confwrapper's change. Revision 1.165 - (view) (download) (annotate) - [select for diffs] Sat Dec 20 17:49:05 2003 UTC (20 years, 4 months ago) by aida_s Branch: MAIN Changes since 1.164: +8 -1 lines Diff to previous 1.164 * Canna.conf.dist(CppSedMagic): Remove #pragma inserted by the default gcc-3.3 that ships with MacOS X 10.3. Recent snapshot of XFree86 specifies /usr/bin/cpp3 as CppCmd so we don't need redefine CppSedMagic. Revision 1.164 - (view) (download) (annotate) - [select for diffs] Sat Dec 20 13:23:47 2003 UTC (20 years, 4 months ago) by aida_s Branch: MAIN Changes since 1.163: +15 -1 lines Diff to previous 1.163 [Canna-dev 272] compile error on AIX * confwrapper: added * Imakefile: use confwrapper * canuum/Imakefile: ditto * lib/RKC/conf.c(Lexer_next): skip #pragma (host_str_defaults): put a dummy member (top_num_defaults): ditto * server/convert.c: Forward declaration of file scope array is not confirm to the standard. Fixed. Added some #ifdef USE_EUC_PROTOCOL. * server/wconvert.c: ditto * dic/ideo/pubdic/Imakefile: link libRKindep Revision 1.155.2.8 - (view) (download) (annotate) - [select for diffs] Fri Dec 12 17:43:56 2003 UTC (20 years, 4 months ago) by aida_s Branch: RELBR_3_7 Changes since 1.155.2.7: +6 -1 lines Diff to previous 1.155.2.7 , to branch point 1.155 * CHANGES.jp: modify description of old "security bug" Revision 1.163 - (view) (download) (annotate) - [select for diffs] Fri Dec 12 17:42:50 2003 UTC (20 years, 4 months ago) by aida_s Branch: MAIN Changes since 1.162: +5 -1 lines Diff to previous 1.162 * CHANGES.jp: modify description of old "security bug" Revision 1.155.2.7 - (view) (download) (annotate) - [select for diffs] Fri Dec 12 09:53:07 2003 UTC (20 years, 4 months ago) by aida_s Branch: RELBR_3_7 CVS Tags: release_3_7 Changes since 1.155.2.6: +7 -1 lines Diff to previous 1.155.2.6 , to branch point 1.155 Canna 3.7 release. * CHANGES.jp: updated * canna/patchlevel.h: bump to 3.7 Revision 1.162 - (view) (download) (annotate) - [select for diffs] Fri Dec 12 09:51:28 2003 UTC (20 years, 4 months ago) by aida_s Branch: MAIN Changes since 1.161: +6 -1 lines Diff to previous 1.161 * CHANGES.jp: updated * canna/patchlevel.h: bump to 3.8devel1 Revision 1.155.2.6 - (view) (download) (annotate) - [select for diffs] Fri Dec 12 09:47:52 2003 UTC (20 years, 4 months ago) by aida_s Branch: RELBR_3_7 Changes since 1.155.2.5: +5 -1 lines Diff to previous 1.155.2.5 , to branch point 1.155 * dic/ideo/*: Sync with DIC_WORK branch. Revision 1.161 - (view) (download) (annotate) - [select for diffs] Fri Dec 12 09:36:43 2003 UTC (20 years, 4 months ago) by aida_s Branch: MAIN Changes since 1.160: +5 -1 lines Diff to previous 1.160 * dic/ideo/*: Sync with DIC_WORK branch. Revision 1.155.2.5 - (view) (download) (annotate) - [select for diffs] Sun Dec 7 17:10:54 2003 UTC (20 years, 4 months ago) by aida_s Branch: RELBR_3_7 Changes since 1.155.2.4: +6 -1 lines Diff to previous 1.155.2.4 , to branch point 1.155 * canna/widedef.h: MacOS X 10.3 support * canna/jrkanji.h: define CANNA_JR_BEEP_FUNC_DECLARED Revision 1.160 - (view) (download) (annotate) - [select for diffs] Sun Dec 7 17:10:18 2003 UTC (20 years, 4 months ago) by aida_s Branch: MAIN Changes since 1.159: +6 -1 lines Diff to previous 1.159 * canna/widedef.h: MacOS X 10.3 support * canna/jrkanji.h: define CANNA_JR_BEEP_FUNC_DECLARED Revision 1.155.2.4 - (view) (download) (annotate) - [select for diffs] Sun Oct 12 11:58:17 2003 UTC (20 years, 6 months ago) by aida_s Branch: RELBR_3_7 Changes since 1.155.2.3: +15 -1 lines Diff to previous 1.155.2.3 , to branch point 1.155 * Imakefile: s/CANNA_PURE_CFLAGS/PURE_CFLAGS/ * configure.ac: check inet_aton * server/misc.c(GetAddrListFromName): use inet_addr if inet_aton is not available * canuum/configure.ac: pass PURE_CFLAGS to configure * canuum/header.c: specify argument types of code_trans to distinguish int and size_t * canuum/sdefine.h: declare msg_get to distinguish int and size_t * canuum/termio.c(set_scroll_region): pass exactly 10 arguments to tparm (as XSI Curses standard notes) (throw_cur_raw): ditto Revision 1.159 - (view) (download) (annotate) - [select for diffs] Sun Oct 12 11:54:32 2003 UTC (20 years, 6 months ago) by aida_s Branch: MAIN Changes since 1.158: +15 -1 lines Diff to previous 1.158 * Imakefile: s/CANNA_PURE_CFLAGS/PURE_CFLAGS/ * configure.ac: check inet_aton * server/misc.c(GetAddrListFromName): use inet_addr if inet_aton is not available * canuum/configure.ac: pass PURE_CFLAGS to configure * canuum/header.c: specify argument types of code_trans to distinguish int and size_t * canuum/sdefine.h: declare msg_get to distinguish int and size_t * canuum/termio.c(set_scroll_region): pass exactly 10 arguments to tparm (as XSI Curses standard notes) (throw_cur_raw): ditto Revision 1.155.2.3 - (view) (download) (annotate) - [select for diffs] Thu Oct 9 15:40:58 2003 UTC (20 years, 6 months ago) by aida_s Branch: RELBR_3_7 Changes since 1.155.2.2: +5 -1 lines Diff to previous 1.155.2.2 , to branch point 1.155 * cmd/ctow/ctow.c: s/close/fclose/ Revision 1.158 - (view) (download) (annotate) - [select for diffs] Thu Oct 9 15:40:20 2003 UTC (20 years, 6 months ago) by aida_s Branch: MAIN Changes since 1.157: +5 -1 lines Diff to previous 1.157 * cmd/ctow/ctow.c: s/close/fclose/ Revision 1.155.2.2 - (view) (download) (annotate) - [select for diffs] Thu Oct 9 15:29:08 2003 UTC (20 years, 6 months ago) by aida_s Branch: RELBR_3_7 Changes since 1.155.2.1: +22 -1 lines Diff to previous 1.155.2.1 , to branch point 1.155 Some minor cleanups (especially printf format problems and unused variables) * cmd/cannacheck/main.c: cleanuped * cmd/cannastat/cannastat.c: cleanuped * cmd/catdic/rutil.c: cleanuped * cmd/chkconc/chkconc.c: cleanuped * cmd/crfreq/crfreq.c: cleanuped * cmd/crxdic/crxdic.c: cleanuped * cmd/cshost/cshost.c: cleanuped * cmd/ctow/ctow.c: cleanuped * cmd/dicar/dicar.c: cleanuped * cmd/dpxdic/dpxdic.c: cleanuped * cmd/kpdic/kpdic.c: cleanuped * cmd/mergewd/mergewd.c: cleanuped * cmd/splitwd/splitwd.c: cleanuped * cmd/wtoc/wtoc.c: cleanuped, s/close/fclose/ * server/comm.c: cleanuped * lib/RK/RKintern.h: declare ustoeuc Revision 1.155.2.1 - (view) (download) (annotate) - [select for diffs] Thu Oct 9 15:27:24 2003 UTC (20 years, 6 months ago) by aida_s Branch: RELBR_3_7 Changes since 1.155: +7 -1 lines Diff to previous 1.155 * configure.ac: check arpa/inet.h * canna/net.h: include <arpa/inet.h> if exists * server/misc.c(DetachTTY): use HAVE_* Revision 1.157 - (view) (download) (annotate) - [select for diffs] Thu Oct 9 15:25:30 2003 UTC (20 years, 6 months ago) by aida_s Branch: MAIN Changes since 1.156: +22 -1 lines Diff to previous 1.156 * Some minor cleanups (especially printf format problems and unused variables) * cmd/cannacheck/main.c: cleanuped * cmd/cannastat/cannastat.c: cleanuped * cmd/catdic/rutil.c: cleanuped * cmd/chkconc/chkconc.c: cleanuped * cmd/crfreq/crfreq.c: cleanuped * cmd/crxdic/crxdic.c: cleanuped * cmd/cshost/cshost.c: cleanuped * cmd/ctow/ctow.c: cleanuped * cmd/dicar/dicar.c: cleanuped * cmd/dpxdic/dpxdic.c: cleanuped * cmd/kpdic/kpdic.c: cleanuped * cmd/mergewd/mergewd.c: cleanuped * cmd/splitwd/splitwd.c: cleanuped * cmd/wtoc/wtoc.c: cleanuped, s/close/fclose/ * server/comm.c: cleanuped * lib/RK/RKintern.h: declare ustoeuc Revision 1.156 - (view) (download) (annotate) - [select for diffs] Thu Oct 9 14:34:29 2003 UTC (20 years, 6 months ago) by aida_s Branch: MAIN Changes since 1.155: +7 -1 lines Diff to previous 1.155 * configure.ac: check arpa/inet.h * canna/net.h: include <arpa/inet.h> if exists * server/misc.c(DetachTTY): use HAVE_* Revision 1.155 - (view) (download) (annotate) - [select for diffs] Sun Oct 5 09:27:02 2003 UTC (20 years, 6 months ago) by aida_s Branch: MAIN CVS Tags: relbr_3_7_bp Branch point for: RELBR_3_7 Changes since 1.154: +9 -1 lines Diff to previous 1.154 * canna/jrkanji.h: declare jrBeepFunc only if CANNA_NEW_WCHAR_AWARE is defined * lib/RKC/confP.h(Lexer): turn typeof(lineno) to unsigned int * lib/RKC/conf.c(Lexer_next): ditto (Lexer_error): ditto Revision 1.154 - (view) (download) (annotate) - [select for diffs] Thu Oct 2 12:50:42 2003 UTC (20 years, 6 months ago) by aida_s Branch: MAIN Changes since 1.153: +12 -1 lines Diff to previous 1.153 Set nonblocking mode properly. * server/comm.c(set_nonblock): added (EventMgr_accept): invoke set_nonblock (open_unix_socket): ditto (open_inet_socket): invoke set_nonblock. handle failure in listen() properly. (open_inet6_socket): ditto (ClientBuf_send): check EAGAIN and EWOULDBLOCK (ClientBuf_recv): ditto Revision 1.153 - (view) (download) (annotate) - [select for diffs] Thu Oct 2 07:40:29 2003 UTC (20 years, 6 months ago) by aida_s Branch: MAIN Changes since 1.152: +12 -1 lines Diff to previous 1.152 * canna/sysdep.h: fallback to sys/types.h if neither inttypes.h nor stdint.h are found * configure.ac: better checking of int32_t and in_addr_t (for Cygwin) * cmd/canlisp/canlisp.c: define CANNA_NEW_WCHAR_AWARE * cmd/catdic/RKdelline.c: ditto * cmd/catdic/Imakefile: cannakill was bad link ([Canna-dev 257]) * Canna.conf.dist(LDOPTIONS): remove -l$(libCannaDir) ([Canna-dev 258]) Revision 1.152 - (view) (download) (annotate) - [select for diffs] Tue Sep 30 10:46:34 2003 UTC (20 years, 6 months ago) by aida_s Branch: MAIN Changes since 1.151: +5 -1 lines Diff to previous 1.151 * CHANGES.jp: add some items Revision 1.151 - (view) (download) (annotate) - [select for diffs] Tue Sep 30 10:30:57 2003 UTC (20 years, 6 months ago) by aida_s Branch: MAIN Changes since 1.150: +9 -1 lines Diff to previous 1.150 [Canna-dev 254] * lib/RKC/conf.c(host_num_defaults): change default value of CONF_SERVER_TIMEOUT to 1500ms * RKCCONF.jp: updated due to avobe change * Imakefile: ifdef UseInet6 -> if UseInet6 Revision 1.150 - (view) (download) (annotate) - [select for diffs] Sat Sep 27 06:18:38 2003 UTC (20 years, 6 months ago) by aida_s Branch: MAIN CVS Tags: release_3_7_beta1 Changes since 1.149: +7 -1 lines Diff to previous 1.149 * dic/ideo/*: Sync with DIC_WORK branch. See dic/ideo/ChangeLog for details. * canna/patchlevel.h: bump to 3.7beta1 Revision 1.149 - (view) (download) (annotate) - [select for diffs] Thu Sep 25 15:24:31 2003 UTC (20 years, 6 months ago) by aida_s Branch: MAIN Changes since 1.148: +13 -1 lines Diff to previous 1.148 Update documents for 3.7 beta release. * CHANGES.jp: truncated * OCHANGES.jp: moved everything here from CHANGES.jp * INSTALL: Updated. Removed description about ancient systems. * INSTALL.jp: ditto * README.jp: cannuum is now secure. * misc/initfiles/sample.canna: describe :katakana * misc/initfiles/verbose.canna: ditto * misc/initfiles/unix.canna: describe and enable :katakana Revision 1.148 - (view) (download) (annotate) - [select for diffs] Thu Sep 25 14:37:24 2003 UTC (20 years, 6 months ago) by aida_s Branch: MAIN Changes since 1.147: +8 -1 lines Diff to previous 1.147 Type of CRC is canna_uint32_t. * lib/RKindep/cksum.h: use canna_uint32_t * lib/RKindep/cksum.c: ditto * cmd/crxdic/crxdic.c: ditto Revision 1.147 - (view) (download) (annotate) - [select for diffs] Thu Sep 25 14:33:48 2003 UTC (20 years, 6 months ago) by aida_s Branch: MAIN Changes since 1.146: +10 -1 lines Diff to previous 1.146 Fix renbun-continue problem. * lib/canna/commondata.c(InitCannaConfig): turn default value of renbun-continue to t * lib/canna/henkan.c(TanKakuteiYomiInsert): handle renbun-continue properly * misc/initfiles/verbose.canna: updated Revision 1.146 - (view) (download) (annotate) - [select for diffs] Thu Sep 25 07:38:10 2003 UTC (20 years, 6 months ago) by aida_s Branch: MAIN Changes since 1.145: +7 -1 lines Diff to previous 1.145 * canna/ccompat.h: avoid isolated semicolon in global scope * cmd/cannastat/cannastat.c: add RCSID * cmd/crrdic/*: removed because crrdic is obsoleted by kpdic Revision 1.145 - (view) (download) (annotate) - [select for diffs] Thu Sep 25 07:24:54 2003 UTC (20 years, 6 months ago) by aida_s Branch: MAIN Changes since 1.144: +6 -1 lines Diff to previous 1.144 * canna/jrkanji.h: Add declaration of jrBeepFunc. Remove exp() macro. * lib/canna/canna.h: exp() macro is moved here Revision 1.144 - (view) (download) (annotate) - [select for diffs] Thu Sep 25 07:14:36 2003 UTC (20 years, 6 months ago) by aida_s Branch: MAIN Changes since 1.143: +8 -1 lines Diff to previous 1.143 * lib/RKC/conf.c(Parser_stmt): "foo" "bar" are converted to "foobar" (syn_host): ditto (Parser_getstr): added * lib/RKC/confP.h: updated Revision 1.143 - (view) (download) (annotate) - [select for diffs] Thu Sep 25 06:30:20 2003 UTC (20 years, 6 months ago) by aida_s Branch: MAIN Changes since 1.142: +17 -1 lines Diff to previous 1.142 Build cleanup and an experimental rule to build shared library. We no longer support EUC protocol. * Canna.conf.dist: Lots of new macros. Especially make variables "supportOldWchar" and "inet6Definition" are replaced with cpp macros "SupportOldWchar" and "UseInet6". * Imakefile: change the method to create cannaconf.h * dic/ideo/pubdic/Imakefile: use ProgramTargetName rhan #if * server/Imakefile: ditto * cmd/cmd.tmpl: ditto * cmd/catdic/Imakefile: ditto * cmd/mkbindic/Imakefile: remove -Ui386 * cmd/mkromdic/Imakefile: remove -Ui386 * lib/RKindep/Imakefile: place all:: target first Revision 1.142 - (view) (download) (annotate) - [select for diffs] Wed Sep 24 15:01:06 2003 UTC (20 years, 6 months ago) by aida_s Branch: MAIN Changes since 1.141: +5 -1 lines Diff to previous 1.141 * lib/RKC/rkc.c(RkcConnectIrohaServer): invoke rkc_configure() Revision 1.141 - (view) (download) (annotate) - [select for diffs] Wed Sep 24 14:50:39 2003 UTC (20 years, 6 months ago) by aida_s Branch: MAIN Changes since 1.140: +25 -1 lines Diff to previous 1.140 Now canna works on 64bit Solaris. I believe canna also works in other 64bit environments with minor changes. * configure.ac: check in_addr_t and socklen_t * canna/net.h: Define canna_in_addr_t and canna_socklen_t here. For this include "ccompat.h" first and place an include guard. * cmd/cannastat/cannastat.c: remove verbose include * cmd/crfreq/crfreq.c: fix type of header size * lib/RK/RKintern.h(HD_TAGSIZ): correct definition * lib/RK/ngram.c(RkKxGram): typeof(ng_neg) is canna_uint32_t (RkReadGram): ditto (RkCheckNegGram): ditto * lib/RKC/wconvert.c(connect_unix): correct length of sockaddr (connect_inet, INET6): type of port (connect_inet, !INET6): type of hostinetaddr. use h_addr_list if available. * lib/RKindep/file.c(RkiConnect): type of 5th argument of getsockopt * lib/canna/lisp.c(patom): cast properly due to varargs * server/comm.c(open_inet_socket): use socklen_t * server/main.c(process_request): forgot to pass first argument to Dmsg * server/wconvert.c(ExtensionRequest): static Revision 1.140 - (view) (download) (annotate) - [select for diffs] Tue Sep 23 10:08:50 2003 UTC (20 years, 6 months ago) by aida_s Branch: MAIN Changes since 1.139: +5 -1 lines Diff to previous 1.139 * cmd/cannastat/cannastat.c: cast time_t properly for printf Revision 1.139 - (view) (download) (annotate) - [select for diffs] Tue Sep 23 09:10:13 2003 UTC (20 years, 6 months ago) by aida_s Branch: MAIN Changes since 1.138: +19 -1 lines Diff to previous 1.138 Fix RKC ABI problem. RkcGetServerFD and RkcConnectIrohaServer were renamed by sglobal.h, but their renamed names changed every time globnames changed. Now we export these functions in original names and renamed names in 3.5/3.6. Cannastat and cshost in 3.5/3.6 work fine with new 3.7devel3 library, but these commands in older 3.7 fail to work. For change of native ABI we bump patchlevel and minor version of shared libraries. * lib/RKC/rkc.c(G070_RkcGetServerFD): add for 3.5/3.6 compatibility (G069_RkcConnectIrohaSrever): ditto * cmd/cannastat/cannastat.c: don't include sglobal.h * cmd/cshost/cshost.c: ditto * canna/patchlevel.h: bump to 3.7devel3 * Canna.conf.dist(cannaDsoRev): bump to 1.2 Revision 1.138 - (view) (download) (annotate) - [select for diffs] Tue Sep 23 08:35:56 2003 UTC (20 years, 6 months ago) by aida_s Branch: MAIN Changes since 1.137: +7 -1 lines Diff to previous 1.137 More portable cshost. Ver.1 server support is removed. * cmd/cshost/cshost.c(CannaDispControlList): rewrite (IrohaDispControlList): removed Revision 1.137 - (view) (download) (annotate) - [select for diffs] Tue Sep 23 07:17:42 2003 UTC (20 years, 6 months ago) by aida_s Branch: MAIN Changes since 1.136: +6 -1 lines Diff to previous 1.136 * server/comm.h(EventMgr_run): make sure to send all of reply after KillServer request. Revision 1.136 - (view) (download) (annotate) - [select for diffs] Tue Sep 23 07:11:30 2003 UTC (20 years, 6 months ago) by aida_s Branch: MAIN Changes since 1.135: +15 -1 lines Diff to previous 1.135 Fully rewrite cannastat. * New cannastat is more portable to 64bit environments. * Implement strict error check. * canna/rkcapi.h: new APIs * cmd/cannastat/cannastat.c: rewrite * lib/RKC/convert.c(ReadServer): export as RkcRecvEReply (WriteServer): export as RkcSendERequest * lib/RKC/wconvert.c(ReadServer): export as RkcRecvWReply (WriteServer): export as RkcSendWRequest * server/IR.h: move many definitions to server.h * server/server.h: move many definitions from IR.h Revision 1.135 - (view) (download) (annotate) - [select for diffs] Mon Sep 22 04:48:17 2003 UTC (20 years, 7 months ago) by aida_s Branch: MAIN Changes since 1.134: +13 -1 lines Diff to previous 1.134 * Fix IR_STAT and IR_STAT2 and inhibit other protocols before IR_INIT. * server/convert.c(SendTypeE5Reply): change first argument (ir_initialize): make sure to close connection in error case (ir_server_stat2): change first argument (ir_server_stat): ditto (ir_nosession): added (parse_euc_request): s/request/xrequest/ (Vector): reject IR_STAT and IR_STAT2 when session is up * server/main.c(process_request): perform dispatch via ir_nosession Revision 1.134 - (view) (download) (annotate) - [select for diffs] Sun Sep 21 23:43:04 2003 UTC (20 years, 7 months ago) by aida_s Branch: MAIN Changes since 1.133: +5 -1 lines Diff to previous 1.133 * server/misc.c(get_all_other_clients): correct syntax error Revision 1.133 - (view) (download) (annotate) - [select for diffs] Sun Sep 21 12:56:27 2003 UTC (20 years, 7 months ago) by aida_s Branch: MAIN Changes since 1.132: +27 -1 lines Diff to previous 1.132 ServerNG: 50% scratched reimplementation of cannaserver. * Now cannaserver does not use bitmap of sockets to manage clients. This makes it far easy to port cannaserver to 64bit environments. * Now cannaserver performs fully multiplexed I/O. Especially we are free from hangs waiting for response from dead client. * Intitialization, termination and error handling is much more clean. * All code derived from X server retired. * All functions have prototypes. * configure.ac: check syslog(), vsyslog() and time_t. * canna/protodefs.h: simplify !EXTENSION case * lib/RKindep/file.h(RKI_FD_SETSIZE): added * server/IR.h: Now contains only minimum definitions for use in cannastat and cshost. * server/server.h: place prototype declarations here * server/WaitFor.c: Removed. * server/connectoin.c: Removed. Some code are moved into comm.c and session.c. * server/convert.c: Reduce use of ClientRec by some formal changes. * server/wconvert.c: ditto * server/comm.c: added * server/session.c: added * server/util.c: add const qualifier, replace int to size_t Revision 1.132 - (view) (download) (annotate) - [select for diffs] Sun Sep 21 10:16:48 2003 UTC (20 years, 7 months ago) by aida_s Branch: MAIN Changes since 1.131: +9 -1 lines Diff to previous 1.131 * lib/RK/RK.h: Fix 7th arguemnt's type of RkwGetSimpleKanji. Declare RkwStoreRange. * lib/RK/bun.c(RkwGetSimpleKanji): fix 7th arguemnt's type * lib/RKC/rkc.c(RkwGetSimpleKanji): ditto * lib/canna/engine.c(RkwGetSimpleKanji): ditto Revision 1.131 - (view) (download) (annotate) - [select for diffs] Sun Sep 21 09:08:17 2003 UTC (20 years, 7 months ago) by aida_s Branch: MAIN Changes since 1.130: +6 -1 lines Diff to previous 1.130 * lib/canna/kctrl.c(KC_initialize): fix condition * cmd/cannacheck/main.c: remove "delay-connect" desc Revision 1.130 - (view) (download) (annotate) - [select for diffs] Sun Sep 21 09:02:16 2003 UTC (20 years, 7 months ago) by aida_s Branch: MAIN Changes since 1.129: +5 -1 lines Diff to previous 1.129 * lib/canna/kctrl.c(KC_initialize): s/chkverbose/ckverbose/ Revision 1.129 - (view) (download) (annotate) - [select for diffs] Sun Sep 21 08:56:58 2003 UTC (20 years, 7 months ago) by aida_s Branch: MAIN Changes since 1.128: +5 -1 lines Diff to previous 1.128 * configure.ac: add spaces at the top of lines of AC_CHECK_FUNCS Revision 1.128 - (view) (download) (annotate) - [select for diffs] Sun Sep 21 08:50:34 2003 UTC (20 years, 7 months ago) by aida_s Branch: MAIN Changes since 1.127: +6 -1 lines Diff to previous 1.127 * lib/canna/kctrl.c(KC_initialize): ignore delay-connect in verbose mode for cannacheck. Revision 1.10.2.38 - (view) (download) (annotate) - [select for diffs] Sun Sep 21 06:46:15 2003 UTC (20 years, 7 months ago) by aida_s Branch: RELBR_3_6 CVS Tags: release_3_6_p4 Changes since 1.10.2.37: +9 -1 lines Diff to previous 1.10.2.37 , to branch point 1.10 , to next main 1.212 * CHANGES.jp: updated for 3.6p4 * README: canuum is now secure * README.jp: ditto * misc/initfiles/verbose.canna: autodef dic * canna/patchleve.h: bump to 3.6p4 Revision 1.127 - (view) (download) (annotate) - [select for diffs] Thu Sep 18 12:59:58 2003 UTC (20 years, 7 months ago) by aida_s Branch: MAIN Changes since 1.126: +5 -1 lines Diff to previous 1.126 * cmd/dpxdic/dpxdic.c(getdic): 300702L format dictionary Revision 1.126 - (view) (download) (annotate) - [select for diffs] Wed Sep 17 15:13:26 2003 UTC (20 years, 7 months ago) by aida_s Branch: MAIN Changes since 1.125: +11 -1 lines Diff to previous 1.125 Cleanup includes and definitions in RKC and server. * canna/protodefs.h(MIN): removed * RKindep/ecfuncs.h(RKI_MIN): added (RKI_MAX): added * lib/RKC/*: cleaned up * server/*: cleaned up * server/server.h: added Revision 1.125 - (view) (download) (annotate) - [select for diffs] Wed Sep 17 10:15:08 2003 UTC (20 years, 7 months ago) by aida_s Branch: MAIN Changes since 1.124: +16 -1 lines Diff to previous 1.124 Get rid of BIGPOINTER switch and replace to canna_intptr_t. * configure.ac: test sizeof(void *) * canna/sysdep.h: add canna_intptr_t and fix typo in canna_uint32_t definition. * Canna.conf.dist: remove pointerIntegerDef and wcharDefinition * ccustom/Imakefile: ditto * cmd/cmd.tmpl: ditto * ccustom/lisp.h: use canna_intptr_t instead of POINTERINT * cmd/cannacheck/main.c: ditto * lib/canna/canna.h: define POINTERINT to canna_intptr_t * lib/canna/lisp.c: replace unsigned POINTERINT to canna_uintptr_t * lib/canna/lisp.h: use SIZEOF_VOID_P instead of BIGPOINTER switch Revision 1.124 - (view) (download) (annotate) - [select for diffs] Wed Sep 17 08:50:51 2003 UTC (20 years, 7 months ago) by aida_s Branch: MAIN CVS Tags: after_win_removal Changes since 1.123: +12 -1 lines Diff to previous 1.123 Remove most code for Windows port. It is generally ad hoc and making difficult to maintain related code. In addition working Canna for Windows requires additional proprietary code. Even if we ported Canna to non-UNIX system again, the implementation would be far from Canna for Windows anyway. * lib/canna/*: New compile time switches "USE_MALLOC_FOR_BIG_ARRAY" and "CODED_MESSAGE" are introduced. Some part of Windows code is left and can be enabled by turning these switches on. Revision 1.10.2.37 - (view) (download) (annotate) - [select for diffs] Wed Sep 17 04:09:05 2003 UTC (20 years, 7 months ago) by aida_s Branch: RELBR_3_6 Changes since 1.10.2.36: +5 -1 lines Diff to previous 1.10.2.36 , to branch point 1.10 * cmd/cannastat/cannastat.c(main): getdatasize = htons(ResevShort) Revision 1.123 - (view) (download) (annotate) - [select for diffs] Wed Sep 17 03:21:36 2003 UTC (20 years, 7 months ago) by aida_s Branch: MAIN CVS Tags: before_win_removal Changes since 1.122: +16 -1 lines Diff to previous 1.122 add sysdep.h and pubconf.h for canna_intXX_t. * configure.ac: create pubconf.h * Imakefile: create, link, and install pubconf.h * canna/sysdep.h: added * canna/ccompat.h: include "canna/sysdep.h" * canna/Imakefile: link and install sysdep.h * canna/jrkanji.h: include <canna/sysdep.h> and use canna_uintXX_t * lib/RK/RK.h: ditto * lib/RKC/rkcw.h: use canna_uintXX_t to define cannawc * canna/protodefs.h: use canna_uint16_t to define Ushort * server/IR.h(LENTODATA): use canna_uintXX_t (DATATOLEN): ditto Revision 1.10.2.36 - (view) (download) (annotate) - [select for diffs] Wed Sep 17 01:47:02 2003 UTC (20 years, 7 months ago) by aida_s Branch: RELBR_3_6 Changes since 1.10.2.35: +14 -1 lines Diff to previous 1.10.2.35 , to branch point 1.10 * doc/misc/wchar.tex: Old Kon san's mail address was removed. [Canna-dev 127]: canlisp manual * doc/lisp/canlisp.tex: Updated. Old Kon san's mail address was removed. [Canna-dev 245]: new key symbols and others (by Ikumi san) * doc/man/guide/tex/custom.tex: remove server-timeout * dic/phono/tut.kpdef(tgu): tai->kuma (Reported by KIHARA Hideto san) * canuum/canna.c(convert_getterm): use new key symbols * cmd/catdic/Imakefie: install chmoddic.1 (first reported in [Canna-dev 164]) Revision 1.122 - (view) (download) (annotate) - [select for diffs] Wed Sep 17 01:37:00 2003 UTC (20 years, 7 months ago) by aida_s Branch: MAIN Changes since 1.121: +9 -2 lines Diff to previous 1.121 [Canna-dev 245]: new key symbols and others (by Ikumi san) * doc/man/guide/tex/custom.tex: remove server-timeout * dic/phono/tut.kpdef(tgu): tai->kuma (Reported by KIHARA Hideto san) * canuum/canna.c(convert_getterm): use new key symbols Revision 1.121 - (view) (download) (annotate) - [select for diffs] Wed Sep 17 01:22:00 2003 UTC (20 years, 7 months ago) by aida_s Branch: MAIN Changes since 1.120: +10 -1 lines Diff to previous 1.120 Preprocess rkc.conf by cpp. * Canna.conf.dist(RKC_DEFINES): add -DCPP * RKCCONF.jp: updated * lib/RKC/conf.c(rkc_configure): popen cpp (Lexer_new): initialize linetop flag (Lexer_next): read "# line" generated by preprocessors * lib/RKC/confP.h(Lexer): new member "linetop" Revision 1.120 - (view) (download) (annotate) - [select for diffs] Tue Sep 16 07:55:27 2003 UTC (20 years, 7 months ago) by aida_s Branch: MAIN Changes since 1.119: +8 -1 lines Diff to previous 1.119 * lib/RKC/convert.c(ReadServer): continue in EINTR case (WriteServer): select() * lib/RKC/wconvert.c(READIT): continue in EINTR case (WriteServer): select() Revision 1.10.2.35 - (view) (download) (annotate) - [select for diffs] Mon Sep 15 14:53:29 2003 UTC (20 years, 7 months ago) by aida_s Branch: RELBR_3_6 Changes since 1.10.2.34: +5 -1 lines Diff to previous 1.10.2.34 , to branch point 1.10 * canuum/README.jp: remove libspt desc Revision 1.119 - (view) (download) (annotate) - [select for diffs] Mon Sep 15 14:52:27 2003 UTC (20 years, 7 months ago) by aida_s Branch: MAIN Changes since 1.118: +6 -1 lines Diff to previous 1.118 * canuum/README.jp: Sync with release branch. Update libspt download page. Revision 1.10.2.34 - (view) (download) (annotate) - [select for diffs] Mon Sep 15 14:39:07 2003 UTC (20 years, 7 months ago) by aida_s Branch: RELBR_3_6 Changes since 1.10.2.33: +6 -1 lines Diff to previous 1.10.2.33 , to branch point 1.10 * server/connection.c(open_inet_socket): Dmsg was wrong, htons() was not needed Revision 1.118 - (view) (download) (annotate) - [select for diffs] Mon Sep 15 14:37:55 2003 UTC (20 years, 7 months ago) by aida_s Branch: MAIN Changes since 1.117: +9 -1 lines Diff to previous 1.117 * CHANGES.jp: sync with release branch * INSTALL: ditto * INSTALL.jp: ditto * canuum/canna.c(init_uum): remove nonsensical "< 0" * server/server.jmn(SYNOPSIS): add -inet6 Revision 1.117 - (view) (download) (annotate) - [select for diffs] Mon Sep 15 13:53:58 2003 UTC (20 years, 7 months ago) by aida_s Branch: MAIN Changes since 1.116: +6 -1 lines Diff to previous 1.116 * cmd/cannacheck/main.c: server name mignt be NULL if delay-connect option is set Revision 1.116 - (view) (download) (annotate) - [select for diffs] Mon Sep 15 13:34:55 2003 UTC (20 years, 7 months ago) by aida_s Branch: MAIN Changes since 1.115: +6 -1 lines Diff to previous 1.115 * misc/.cvsignore: add manual.sed * misc/initfiles/verose.canna(server-timeout): removed Revision 1.10.2.33 - (view) (download) (annotate) - [select for diffs] Fri Sep 12 14:32:51 2003 UTC (20 years, 7 months ago) by aida_s Branch: RELBR_3_6 Changes since 1.10.2.32: +20 -1 lines Diff to previous 1.10.2.32 , to branch point 1.10 Merge remainder. * Canna.conf.dist(cannaDsoRev): add Darwin dylib * canna/widedef.h: add Darwin wchar * cmd/crxdic/crxdic.c: Improve boundary and internal sanity checks. Some of error exit() are replaced to assert(). (fil_dic): remove pg arg * lib/RK/RKintern.h(RK_ASSERT): added * lib/RK/ngram.c: Fix wrong boundary check. Some of error return are replaced to RK_ASSERT(). (RkParseWrec): Remove workaround for above wrong boundary check. And improvements of sanity checks. (RkParseOWrec): ditto * lib/RK/util.c(_Rkpanic): use vfprintf (RkAssertFail): added [Canna-dev 241]: bug report from Chinen san * lib/RK/fq.c(readNV): bad pointer Revision 1.10.2.32 - (view) (download) (annotate) - [select for diffs] Fri Sep 12 14:11:08 2003 UTC (20 years, 7 months ago) by aida_s Branch: RELBR_3_6 Changes since 1.10.2.31: +20 -1 lines Diff to previous 1.10.2.31 , to branch point 1.10 Merge changes in server (excluding RK) and RKC. * server/main.c(main): initialize first and fork last * server/misc.c(BecomeDaemon): Move init code to EarlyInit. _exit() instead of exit(). If both -d and -l is given output messages over the given priority to stdout. * server/misc.c(EarlyInit): added * lib/RKC/wconvert.c: make "extension" protocol sensical * server/IRwproto.h: ditto * server/wconvert.c: ditto * server/main.c(Dispatch): output extension name to debug log * server/wconvert.c(ReadWideRequestFromClient): ditto * server/convert.c(ReadRequestFromClient): ditto * lib/RKC/wconvert.c(SendType21Request): fix request size ([Canna-dev 231] cpdic was broken) * lib/RKC/rkc.c(uinfo): change to static to prevent a conflict with uilib's uinfo Revision 1.10.2.31 - (view) (download) (annotate) - [select for diffs] Fri Sep 12 13:36:47 2003 UTC (20 years, 7 months ago) by aida_s Branch: RELBR_3_6 Changes since 1.10.2.30: +20 -1 lines Diff to previous 1.10.2.30 , to branch point 1.10 Merge changes in tools and others. * misc/canna: really removed Several fixes related to romaji-kana conversion. * cmd/dpromdic/dpromdic.c(printch): escape cpp-unsafe characters * cmd/kpdic/kpdic.c(getWORD): Interpret "\xXX" format. "n\x27" was "nx27" for 9 years! (main): correct size header of PTDIC * cmd/mkromdic/mkromdic.cpp: expand CPP macro * lib/RK/RK.h: add RX_PTDIC * lib/canna/RKroma.c: make PTDIC format work (readHeader): added (RkwOpenRoma): move header operations to readHeader Binary dictionary was not created properly. It caused wrong learning sometimes. * cmd/crxdic/crxdic.c(getp): returned number was not prime (fil_ltab): "csn" record in link table was wrong Revision 1.10.2.30 - (view) (download) (annotate) - [select for diffs] Fri Sep 12 13:18:04 2003 UTC (20 years, 7 months ago) by aida_s Branch: RELBR_3_6 Changes since 1.10.2.29: +22 -1 lines Diff to previous 1.10.2.29 , to branch point 1.10 Merge changes in UIlib. * lib/canna/uldefine.c(uuT2TangoEveryTimeCatch): also set SENTOU flag to submitted string in romajiBuffer. * [Canna:05811] [Canna:05812] autodef was broken * lib/canna/lisp.c(Lusedic): handle ":katakana",":hiragana" * lib/canna/romaji.c(doKakutei): define proper word. * [Canna-dev 212]: KC_DO behaviour * lib/canna/kctrl.c(KC_do): return number of commited characters for consistency with EUC API * [Canna-dev 213]: Ikumi-san: key mappings and misc/canna removal * lib/canna/lisp.c(keywordtable): add some key symbols (LdefXKeysym): removed because nobody use and don't work and considered harmful * canna/symbolname.h(S_defXKeysym): removed * lib/canna/alphamap.h: delete extra space * lib/canna/emptymap.h: delete extra space * [Canna-dev 220]: tango touroku problem * lib/canna/uldefine.c(dicTourokuControl): set tblflag Revision 1.10.2.29 - (view) (download) (annotate) - [select for diffs] Fri Sep 12 06:06:33 2003 UTC (20 years, 7 months ago) by aida_s Branch: RELBR_3_6 Changes since 1.10.2.28: +7 -1 lines Diff to previous 1.10.2.28 , to branch point 1.10 * misc/default.ca: forgot 'cvs add' * misc/rc.canna-dist: ditto * misc/.cvsignore: add manual.sed Revision 1.10.2.28 - (view) (download) (annotate) - [select for diffs] Fri Sep 12 05:48:42 2003 UTC (20 years, 7 months ago) by aida_s Branch: RELBR_3_6 Changes since 1.10.2.27: +28 -0 lines Diff to previous 1.10.2.27 , to branch point 1.10 Merge changes in configuration and build files. * Canna.conf.dist(ConvertPathName): add @(DicDir) ([Canna-dev 182], Takamizu san) * cmd/cannacheck/ccheck.man: remove a blank line * dic/ideo/words/dics.dir: remove fuzokugo.cld * dic/ideo/grammer/Imakefile: don't create fuzokugo.cld. separate default.canna and verbose.canna. (proposed by TAMUKI san, Plamo maintainer) * misc/default.ca: place it again * misc/initfiles/default.ca: rename to verbose.canna * misc/initfiles/verbose.canna: renamed from default.ca and slightly modified. * misc/initfiles/Imakefile: install verbose.canna instead of default.ca * misc/canna: removed because we have rc.canna [Canna-dev 185]: misc patch by Ikumi san * cmd/mkbindic/Imakefile: quote CPP * cmd/mkromdic/Imakefile: dittto * dic/phono/kana.kpdef: use \xnn escape seq * dic/phono/newjis.kpdef: ditto * lib/canna/RkPhono.jmn: remove dup file * misc/Imakefile: create rc.canna, don't install [rc]Makefile * misc/cMakefile: removed * misc/rMakefile: reomved * misc/rc.canna-dist: new script source Revision 1.10.2.27 - (view) (download) (annotate) - [select for diffs] Fri Sep 12 05:00:46 2003 UTC (20 years, 7 months ago) by aida_s Branch: RELBR_3_6 Changes since 1.10.2.26: +38 -0 lines Diff to previous 1.10.2.26 , to branch point 1.10 Merge changes in documents.
* lib/canna/RkPhono.jmn: remove dup file (Ikumi san)
* server/server.man: updated (Takamizu san)
* server/server.jmn: ditto
* misc/initfiles/unix.canna: fix a typo ([Canna-dev 216]).
* misc/initfiles/default.ca: (setq inhibit-hankaku-kana nil)
([Canna-dev 216])
* [Canna-dev 190]: Ikumi-san: documentations improved.
- Canna.conf.dist: correct some wording
- INSTALL: explanation about automatic startup now makes the
reader refer to the sample script rather than shows an
example that assumes a certain directory layout etc.
- INSTALL.jp: ditto
* document patch from Ikumi-san ([Canna-dev 216]). The document
is now compliant with LaTeX2e, while the old one depends on
LaTeX. Note that LaTeX 2.09 cannot typeset the document after
this change. The patch also includes a lot of misc fixes. The
following files are modified.
- doc/man/guide/tex/custom.tex
- doc/man/guide/tex/kanacode.tex
- doc/man/guide/tex/Imakefile
- doc/man/guide/tex/library.tex
- doc/man/guide/tex/server.tex
- doc/man/guide/tex/customex.tex
- doc/man/guide/tex/canna-dist.tex
- doc/man/guide/tex/commands.tex
- doc/man/guide/tex/konna.tex
- doc/man/guide/tex/jinput.tex
- doc/man/guide/tex/keymap.tex
- doc/man/guide/tex/func.tex
- doc/man/guide/tex/customfn.tex
- doc/README.jp
- doc/canna.sty
* doc/intern/dic.txt: added. it also describes 3.7devel2-formatted
dictionaries.
Revision 1.115 - (view) (download) (annotate) - [select for diffs] Fri Sep 12 02:38:10 2003 UTC (20 years, 7 months ago) by aida_s Branch: MAIN Changes since 1.114: +6 -1 lines Diff to previous 1.114 [Canna-dev 241]: bug report from Chinen san * lib/RK/fq.c(readNV): bad pointer Revision 1.114 - (view) (download) (annotate) - [select for diffs] Tue Sep 9 10:45:19 2003 UTC (20 years, 7 months ago) by takasan Branch: MAIN Changes since 1.113: +5 -2 lines Diff to previous 1.113 * misc/initfiles/unix.canna: fix a typo ([Canna-dev 216]). * misc/initfiles/verbose.canna: (setq inhibit-hankaku-kana nil) ([Canna-dev 216]) Revision 1.113 - (view) (download) (annotate) - [select for diffs] Tue Sep 9 10:32:59 2003 UTC (20 years, 7 months ago) by takasan Branch: MAIN Changes since 1.112: +24 -1 lines Diff to previous 1.112 * document patch from Ikumi-san ([Canna-dev 216]). The document is now compliant with LaTeX2e, while the old one depends on LaTeX. Note that LaTeX 2.09 cannot typeset the document after this change. The patch also includes a lot of misc fixes. The following files are modefied. - doc/man/guide/tex/custom.tex - doc/man/guide/tex/kanacode.tex - doc/man/guide/tex/Imakefile - doc/man/guide/tex/library.tex - doc/man/guide/tex/server.tex - doc/man/guide/tex/customex.tex - doc/man/guide/tex/canna-dist.tex - doc/man/guide/tex/commands.tex - doc/man/guide/tex/konna.tex - doc/man/guide/tex/jinput.tex - doc/man/guide/tex/keymap.tex - doc/man/guide/tex/func.tex - doc/man/guide/tex/customfn.tex - doc/README.jp - doc/canna.sty Revision 1.112 - (view) (download) (annotate) - [select for diffs] Mon Sep 8 02:57:27 2003 UTC (20 years, 7 months ago) by aida_s Branch: MAIN Changes since 1.111: +6 -1 lines Diff to previous 1.111 * lib/RKC/conf.c(read_pipe_with_errors): prevent hang when my zombie process disappeared by client's wait() Revision 1.111 - (view) (download) (annotate) - [select for diffs] Mon Sep 8 01:14:33 2003 UTC (20 years, 7 months ago) by aida_s Branch: MAIN Changes since 1.110: +7 -1 lines Diff to previous 1.110 [Canna-dev 239]: build error and error handling for rkc.conf * lib/RKC/conf.c(config_path): better error messages * lib/canna/Imakefile(clean): fix NARROW Revision 1.110 - (view) (download) (annotate) - [select for diffs] Sun Sep 7 03:01:57 2003 UTC (20 years, 7 months ago) by aida_s Branch: MAIN Changes since 1.109: +9 -1 lines Diff to previous 1.109 * lib/RK/ngram.c(RkReadGram): fix grammar offset calculation, reduce gcc's warning (RkCopyWrec): initialize a variable * lib/RK/util.c(_RkReadHeader): fix copy size (_RkCreateHeader): another fix of position calculation Revision 1.109 - (view) (download) (annotate) - [select for diffs] Sat Sep 6 13:59:32 2003 UTC (20 years, 7 months ago) by aida_s Branch: MAIN Changes since 1.108: +24 -1 lines Diff to previous 1.108 * lib/RKC/conf.c: cast 0xdeadbeef to int (config_path): avoid PATH_MAX; now return a pointer allocated via malloc() (rkc_configure): change error handling for above change * lib/RKC/confP.h: cast 0xdeadbeef to int * lib/RKindep/strops.exp: add three entries * lib/RKindep/strops.h(RKI_STRBUF_ADDCH): added * lib/RKindep/strops.c(RkiStrbuf_add): added (RkiStrbuf_addmem): added (RkiStrbuf_addch): added * Canna.conf.dist(CANNA_DEFINES): added for __EXTENSIONS__ on sun * Imakefile(DEFINES): added for CANNA_DEFINES * cmd/cmd.tmpl(DEFINES): add CANNA_DEFINES * lib/RK/RKintern.h: fix RK_ASSERT * lib/RK/util.c(_Rkpanic): s/fprintf/vfprintf/ (_RkCreateHeader): fix datasz calculation * lib/RKC/Imakefile: merge RKC16/Imakefile * lib/RKC16/Imakefile: merge into RKC/Imakefile and include it * lib/canna/Imakefile: merge canna16/Imakefile * lib/canna16/Imakefile: merge into canna/Imakefile and include it Revision 1.108 - (view) (download) (annotate) - [select for diffs] Sat Sep 6 06:15:30 2003 UTC (20 years, 7 months ago) by aida_s Branch: MAIN Changes since 1.107: +6 -1 lines Diff to previous 1.107 * lib/canna/Imakefile(RKINDEPSRCS): fix typo * server/misc.c(EarlyInit): -l <num> was not working Revision 1.107 - (view) (download) (annotate) - [select for diffs] Sat Sep 6 05:13:19 2003 UTC (20 years, 7 months ago) by aida_s Branch: MAIN Changes since 1.106: +18 -1 lines Diff to previous 1.106 [Canna-dev 231]: cpdic failure and cpp's stderr * lib/RKC/wconvert.c(SendType21Request): fix request size * lib/RKC/Imakefile: add strops.[co] * lib/RKC16/Imakefile: ditto * lib/canna/Imakefile: ditto * lib/canna16/Imakefile: ditto * lib/RKC/conf.c(read_pipe_with_errors): added (rkc_configure): use read_pipe_with_errors() instead of popen() (Lexer_new): receive complete input instead of FILE * * lib/RKC/confP.h(Lexer): remove rdbuf, curr and rdend is now const char * * lib/RKindep/strops.c: added * lib/RKindep/strops.exp: added * lib/RKindep/strops.h: added Revision 1.106 - (view) (download) (annotate) - [select for diffs] Thu Sep 4 14:02:11 2003 UTC (20 years, 7 months ago) by aida_s Branch: MAIN Changes since 1.105: +6 -1 lines Diff to previous 1.105 * dic/ideo/words/Imakefile: fix DIC_3_6_COMPAT * dic/ideo/grammer/Imakefile: ditto Revision 1.105 - (view) (download) (annotate) - [select for diffs] Thu Sep 4 13:15:24 2003 UTC (20 years, 7 months ago) by aida_s Branch: MAIN Changes since 1.104: +6 -1 lines Diff to previous 1.104 [Canna-dev 226][Canna-dev 227]: isnumber * lib/RKC/conf.c(Lexer_next): s/isnumber/isdigit/ Revision 1.104 - (view) (download) (annotate) - [select for diffs] Thu Sep 4 12:09:02 2003 UTC (20 years, 7 months ago) by takasan Branch: MAIN Changes since 1.103: +5 -1 lines Diff to previous 1.103 * cmd/cannacheck/ccheck.man: remove a blank line Revision 1.103 - (view) (download) (annotate) - [select for diffs] Sun Aug 31 14:15:17 2003 UTC (20 years, 7 months ago) by aida_s Branch: MAIN Changes since 1.102: +5 -1 lines Diff to previous 1.102 * doc/intern/dic.txt: fix spelling Revision 1.102 - (view) (download) (annotate) - [select for diffs] Sun Aug 31 14:13:11 2003 UTC (20 years, 7 months ago) by aida_s Branch: MAIN Changes since 1.101: +6 -1 lines Diff to previous 1.101 [Canna-dev 220]: tango touroku problem * lib/canna/uldefine.c(dicTourokuControl): set tblflag Revision 1.101 - (view) (download) (annotate) - [select for diffs] Sun Aug 24 09:40:27 2003 UTC (20 years, 7 months ago) by aida_s Branch: MAIN Changes since 1.100: +11 -1 lines Diff to previous 1.100 * doc/intern/dic.txt: previous commit was insufficient * Canna.conf.dist(DIC_3_6_COMPAT): new cpp option * dic/ideo/words/Imakefile: support DIC_3_6_COMPAT * dic/ideo/grammer/Imakefile: ditto * cmd/mkbindic/mkbindic.cpp: support -c option * cmd/mkbindic/mkbindic.man: updated * cmd/mkbindic/mkbindic.jmn: updated Revision 1.100 - (view) (download) (annotate) - [select for diffs] Sun Aug 24 08:33:16 2003 UTC (20 years, 7 months ago) by aida_s Branch: MAIN Changes since 1.99: +38 -1 lines Diff to previous 1.99 New dictionary header. The new format is incompatible with former
format, therefore some compatibility feature are introduced.
Crxdic has "3.6-compatible" mode. Crfreq generates old .cld if
.cbd is old format. Server can mount both old and new dictionaries.
These stuff will be removed someday.
* canna/patchlevel.h: bump to 3.7devel2
* lib/RK/RKintern.h: include <unistd.h> and <fcntl.h>
(HD_*): reorder and change to enum
(HD_VERSION): new macro
(HD_TAG_*): moved into util.c
(struct ND): new member "version"
* lib/RK/ngram.c(RkReadGram): New argument "gramsz". Size check is
performed by "gramsz".
(RkOpenGram): Deal with new grammer data storage.
* lib/RK/permdic.c(openDF): Deal with new grammer data storage.
remove "WIN" code.
* lib/RK/util.c(HD_*): moved from RKintern.h
(read_tags): added
(_RkReadHeader): rewritten to handle new format
(_RkCreateHeader): ditto
* cmd/crfreq/crfreq.c(main): s/RK_MAX_HDRSIZ/RK_OLD_MAX_HDRSIZ.
Deal with new grammer data storage.
* cmd/crxdic/crxdic.c(struct dictionary): new members "gram{data,sz}"
(parse_arg): -c and -g option
(STrdup): check memory allocation error
(setHeader): removed
(makeHeader): rewritten
(write_file): write grammer data here instead of "cat" in Makefile
(main): store grammer in memory
* cmd/dpxdic/dpxdic.c(main): catch RkReadGram API change up
* dic/ideo/grammer/Imakefile: don't create fuzokugo.cld.
include cnj.bits to fuzokugo.cbd by "crxdig -g" instead of "cat".
* dic/ideo/words/dics.dir: remove fuzokugo.cld
* doc/intern/dic.txt: updated
Revision 1.99 - (view) (download) (annotate) - [select for diffs] Sun Aug 17 02:59:48 2003 UTC (20 years, 8 months ago) by aida_s Branch: MAIN Changes since 1.98: +5 -1 lines Diff to previous 1.98 * doc/intern/dic.txt: documentation of binary dictionary format Revision 1.98 - (view) (download) (annotate) - [select for diffs] Fri Aug 15 19:51:11 2003 UTC (20 years, 8 months ago) by aida_s Branch: MAIN Changes since 1.97: +8 -1 lines Diff to previous 1.97 Binary dictionary was not created properly. It caused wrong learning sometimes. * cmd/crxdic/crxdic.c(getp): returned number was not prime (fil_ltab): "csn" record in link table was wrong Revision 1.97 - (view) (download) (annotate) - [select for diffs] Fri Aug 15 19:38:25 2003 UTC (20 years, 8 months ago) by aida_s Branch: MAIN Changes since 1.96: +20 -1 lines Diff to previous 1.96 * cmd/crxdic/crxdic.c: Improve boundary and internal sanity checks. Some of error exit() are replaced to assert(). (fil_dic): remove pg arg * lib/RK/RKintern.h(RK_ASSERT): added * lib/RK/ngram.c(wstowrec): Fix wrong boundary check. Some of error return are replaced to RK_ASSERT(). (RkParseWrec): Remove workaround for above wrong boundary check. And improvements of sanity checks. (RkParseOWrec): ditto * lib/RK/util.c(_Rkpanic): use vfprintf (RkAssertFail): added * lib/RKC/convert.c(ServerTimeout): fix declaration * lib/RKC/wconvert.c(ServerTimeout): define externally * lib/canna/globnames: add ServerTimeout again * server/misc.c(EarlyInit): fix -d handling (BecomeDaemon): ditto Revision 1.96 - (view) (download) (annotate) - [select for diffs] Thu Aug 7 16:13:23 2003 UTC (20 years, 8 months ago) by aida_s Branch: MAIN Changes since 1.95: +11 -1 lines Diff to previous 1.95 Preprocess rkc.conf by cpp. * Canna.conf.dist(RKC_DEFINES): add -DCPP * RKCCONF.jp: updated * lib/RKC/conf.c(rkc_configure): popen cpp (Lexer_new): initialize linetop flag (Lexer_next): read "# line" generated by preprocessors * lib/RKC/confP.h(Lexer): new member "linetop" Revision 1.95 - (view) (download) (annotate) - [select for diffs] Thu Aug 7 13:42:01 2003 UTC (20 years, 8 months ago) by aida_s Branch: MAIN Changes since 1.94: +5 -1 lines Diff to previous 1.94 * lib/RKC/conf.c(Parser_eval): disallow EOF in expressions Revision 1.94 - (view) (download) (annotate) - [select for diffs] Thu Aug 7 13:19:26 2003 UTC (20 years, 8 months ago) by aida_s Branch: MAIN Changes since 1.93: +27 -1 lines Diff to previous 1.93 Implement C-like expressions evaluator for rkc.conf. * RKCCONF.jp: updated * lib/RKC/conf.c(match_operator1): added (match_operator2): added (Lexer_next): process operators, add postfix_op flag (op_dump): added for debug (Token_dump): add TOK_SEMICOLON and TOK_OPERATOR (Parser_next): pass postfix_op flag to Lexer_next(), dump token if CONF_LEXER_DEBUG is defined (Parser_next_postfixop): added (Parser_stmt): evaluate expressions (Parser_eval_error): added (Parser_eval): added (calc_*): added (top_statements): turn to static (host_statements): turn to static (RkcConfMgr_find): fix logic * lib/RKC/confP.h(CONF_LEXER_DEBUG): add debug flag (CONF_EVAL_DEBUG): add debug flag (TokenType): add TOK_OPERATOR (Operator): added (TokenVal): new member "opval" to store an operator (Parser): new member "exprval" Revision 1.93 - (view) (download) (annotate) - [select for diffs] Tue Aug 5 12:03:00 2003 UTC (20 years, 8 months ago) by aida_s Branch: MAIN Changes since 1.92: +46 -1 lines Diff to previous 1.92 Implement RKC configuration infrastracture.
* RKCCONF.jp: new documentation
* configure.ac: check strlcpy()
* canna/rkcapi.h(INT_HEADER): added
* canna/Imakefile: add rkcapi.h
* canna/symbolname.h: remove "server-timeout"
* lib/RK/RK.h(RkwSetTimeout,RkwGetTimeout): removed
* lib/RKC/Imakefile: add conf.c, conf.h and confP.h
create symbolic link to rkcapi.h in $(CANNAROOT)/includes.
* lib/RKC/conf.c: added configurator implementation
* lib/RKC/conf.h: added
* lib/RKC/confP.h: added
* lib/RKC/rkc.c(ServerTimeout): move into wconvert.c
(config_error_handler): added
(RkwInitialize): remove CANNA_TIMEOUT feature.
invoke config_error_handler. invoke rkc_configure/rkc_config_fin.
(RkwFinalize): invoke rkc_config_fin.
(RkcListenConfigErrors): added
(RkwGetTimeout): removed
(RkwSetTimeout): removed
* lib/RKC/rkc.h: include "rkcapi.h"
* lib/RKC/wconvert.c(ServerTimeout): moved from rkc.c
(rkc_build_cannaserver_list): check "cannahost" in rkc.conf.
(rkc_Connect_Iroha_Server): set ServerTimeout here
* lib/RKC16/Imakefile: add conf.c, conf.h and confP.h
* lib/RKindep/Imakefile: add ecfuncs.h
* lib/RKindep/cfuncs.c(RkiAltStrlcpy): added
(RkiAltStrlcat): added
* lib/RKindep/ecfuncs.exp: added for RkiAltStrl{cat,cpy}
* lib/RKindep/ecfuncs.h: added for strlcpy and strlcat
* lib/RKindep/file.c(RkiGetLine): added
(RkiReadWholeFile): added
* lib/RKindep/file.exp: added RkiGetLine and RkiReadWholeFile
* lib/RKindep/file.h: ditto
* lib/canna/Imakefile(RKCSRCS): add conf.c
(RKCOBJS): add conf.o
* lib/canna16/Imakefile: ditto
* lib/canna/globnames: add config related functions and remove
ServerTimeout.
* lib/canna/henkan.c(warnRKCErrors): added
(KanjiInit): report RKC config errors if you are in verbose mode
* lib/canna/lisp.c(VServTimeout): removed
Revision 1.92 - (view) (download) (annotate) - [select for diffs] Sat Aug 2 07:46:38 2003 UTC (20 years, 8 months ago) by aida_s Branch: MAIN Changes since 1.91: +10 -1 lines Diff to previous 1.91 fix chkconc build. * lib/RK/RKintern.h(struct RkGramIterator): added (RkNextGram): added * lib/RK/ngram.c(RkFirstGram): added (RkEndGram): added * cmd/chkconc: use RkGramIterator Revision 1.91 - (view) (download) (annotate) - [select for diffs] Thu Jul 31 19:06:25 2003 UTC (20 years, 8 months ago) by aida_s Branch: MAIN Changes since 1.90: +5 -1 lines Diff to previous 1.90 * lib/RK/permdic.c(_Rkpopen): fix copy and paste error Revision 1.90 - (view) (download) (annotate) - [select for diffs] Thu Jul 31 19:03:50 2003 UTC (20 years, 8 months ago) by aida_s Branch: MAIN Changes since 1.89: +22 -1 lines Diff to previous 1.89 Change internal representation of conjunctions. Conjunction matrix is packed per rows and referred by binary search. It can also hold some flags. This is first step to increase maximum number of hinshi. * lib/RK/RKintern.h(RkKxDic): move RkKxDic to ngram.c. (TestGram): replaced to RkTestGram() (struct nword): remove nw_rcvec * lib/RK/ngram.c(RkKxGram): added and new records (gram_fill_conjcells): added (RkGetGramSize): #ifdef unused (RkTestGram): added to replace TestGram() macro (RkCheckNegGram): moved from nword.c and compute rcvec here * lib/RK/nword.c(checkNeg): renamed to RkCheckNegGram and moved into ngram.c (concWord): use RkCheckNegGram and remove unused variable (parseWord): use RkTestGram * lib/RK/bun.c(nword2str): use RkGetGramName instead of direct access to nw_strtab Revision 1.89 - (view) (download) (annotate) - [select for diffs] Wed Jul 30 21:56:02 2003 UTC (20 years, 8 months ago) by aida_s Branch: MAIN Changes since 1.88: +15 -1 lines Diff to previous 1.88 [Canna-dev 218]: Ftte Lower priority of 1 letter word + Ftte. Just a first step. * lib/RK/RKintern.h(RkGram): add P_Ftte (nword): move nw_count outside #ifdef LOGIC_HACK (NW_LOWPRI): move outside #ifdef LOGIC_HACK * lib/RK/context.c(_RkInitialize): get P_Ftte * lib/RK/permdic.c(_Rkpopen): ditto * lib/RK/nword.c: move some LOGIC_HACK code outside #ifdefs. better to remove !LOGIC_HACK code? (concWord): NW_LOWPRI to Ftte (compword): place NW_LOWPRI words after all !NW_LOWPRI word. Revision 1.88 - (view) (download) (annotate) - [select for diffs] Sat Jul 5 22:22:26 2003 UTC (20 years, 9 months ago) by aida_s Branch: MAIN Changes since 1.87: +12 -1 lines Diff to previous 1.87 [Canna-dev 213]: Ikumi-san: key mappings and misc/canna removal * lib/canna/lisp.c(keywordtable): add some key symbols (LdefXKeysym): removed because nobody use and don't work and considered harmful * canna/symbolname.h(S_defXKeysym): removed * lib/canna/alphamap.h: delete extra space * lib/canna/emptymap.h: delete extra space * misc/canna: removed because we have rc.canna Revision 1.87 - (view) (download) (annotate) - [select for diffs] Sat Jul 5 15:53:50 2003 UTC (20 years, 9 months ago) by takasan Branch: MAIN Changes since 1.86: +10 -1 lines Diff to previous 1.86 * [Canna-dev 190]: Ikumi-san: documentations improved.
- Canna.conf.dist: correct some wording
- INSTALL: explanation about automatic startup now makes the
reader refer to the sample script rather than shows an
example that assumes a certain directory layout etc.
- INSTALL.jp: ditto
Revision 1.86 - (view) (download) (annotate) - [select for diffs] Thu Jul 3 11:38:55 2003 UTC (20 years, 9 months ago) by aida_s Branch: MAIN Changes since 1.85: +7 -1 lines Diff to previous 1.85 [Canna-dev 212]: KC_DO behaviour * lib/canna/kctrl.c(KC_do): return number of commited characters for consistency with EUC API Revision 1.85 - (view) (download) (annotate) - [select for diffs] Sat Jun 28 19:49:14 2003 UTC (20 years, 9 months ago) by aida_s Branch: MAIN Changes since 1.84: +7 -1 lines Diff to previous 1.84 CRC processing was broken. * lib/RKindep/cksum.c(RkiCksumCRCAdd): char -> unsigned char * cmd/crxdic/crxdic.c(makeHeader): dic->hdr is empty and useless here. use dic->Dir->buf instead. Revision 1.84 - (view) (download) (annotate) - [select for diffs] Sat Jun 28 19:36:47 2003 UTC (20 years, 9 months ago) by aida_s Branch: MAIN Changes since 1.83: +14 -1 lines Diff to previous 1.83 Several fixes related to romaji-kana conversion. 1. Properly interpret "\xXX" format in kpdef file. 2. Kpdic can generate PTDIC formatted roma-kana table, but uilib did not supported it. Additionally kpdic itself created broken PTDIC. Now all properly handle PTDIC, though it doesn't seem very useful. 3. Dpromdic didn't work if CPP macro included arguments to cpp. * cmd/dpromdic/dpromdic.c(printch): escape cpp-unsafe characters * cmd/kpdic/kpdic.c(getWORD): Interpret "\xXX" format. "n\x27" was "nx27" for 9 years! (main): correct size header of PTDIC * lib/RK/RK.h: add RX_PTDIC * lib/canna/RKroma.c: make PTDIC format work (readHeader): added (RkwOpenRoma): move header operations to readHeader * cmd/mkromdic/mkromdic.cpp: expand CPP macro Revision 1.83 - (view) (download) (annotate) - [select for diffs] Sun Jun 22 18:50:02 2003 UTC (20 years, 10 months ago) by aida_s Branch: MAIN Changes since 1.82: +12 -1 lines Diff to previous 1.82 Some minor changes. * lib/RKC/rkc.c(uinfo): change to static to prevent a conflict with uilib's uinfo * lib/RKindep/Imakefile: don't use .SUFFIXES::, which conflicts with all other .SUFFIXES:. * lib/canna/uldefine.c(uuT2TangoEveryTimeCatch): also set SENTOU flag to submitted string in romajiBuffer. * Canna.conf.dist(cannaDsoRev): add Darwin dylib * canna/widedef.h: add Darwin wchar Revision 1.82 - (view) (download) (annotate) - [select for diffs] Sat May 31 08:11:52 2003 UTC (20 years, 10 months ago) by aida_s Branch: MAIN Changes since 1.81: +7 -1 lines Diff to previous 1.81 fix foolish init path error. Revision 1.81 - (view) (download) (annotate) - [select for diffs] Wed May 28 12:22:18 2003 UTC (20 years, 10 months ago) by aida_s Branch: MAIN Changes since 1.80: +6 -1 lines Diff to previous 1.80 [Canna-dev 206] * server/main.c(main): fork later * server/misc.c(BecomeDaemon): _exit() instead of exit() Revision 1.80 - (view) (download) (annotate) - [select for diffs] Sat Apr 5 23:27:52 2003 UTC (21 years ago) by aida_s Branch: MAIN Changes since 1.79: +8 -1 lines Diff to previous 1.79 Merge stat patch by Fujieda-san and Kanou san. (default off) * lib/RK/Imakefile: add /* -RK_LOG */ * lib/RK/RKintern.h: apply stat patch. * lib/RK/bun.c: ditto Revision 1.79 - (view) (download) (annotate) - [select for diffs] Sat Apr 5 14:52:47 2003 UTC (21 years ago) by aida_s Branch: MAIN Changes since 1.78: +6 -1 lines Diff to previous 1.78 * server/misc.c(GetAddrListFromName): resolve INET4 and INET6 independently. Revision 1.78 - (view) (download) (annotate) - [select for diffs] Sat Mar 29 15:08:53 2003 UTC (21 years ago) by aida_s Branch: MAIN Changes since 1.77: +7 -1 lines Diff to previous 1.77 ACL/INET6 bug fixes. * server/connection.c(GetConnectionInfo): revert the way to descriminate UNIX socket. * server/main.c(NextAvailableClient): don't close socket here Revision 1.77 - (view) (download) (annotate) - [select for diffs] Fri Mar 28 20:25:00 2003 UTC (21 years ago) by aida_s Branch: MAIN Changes since 1.76: +5 -1 lines Diff to previous 1.76 * lib/RKindep/file.h: include <sys/time.h> family for struct timeval. Revision 1.76 - (view) (download) (annotate) - [select for diffs] Fri Mar 28 20:08:02 2003 UTC (21 years ago) by aida_s Branch: MAIN Changes since 1.75: +34 -1 lines Diff to previous 1.75 Implement demand connection and timeout for client. * lib/RKindep/file.c: added * lib/RKindep/file.h: typedef rki_fd_set, RKI_FD_SET(), RkiConnect * lib/RKindep/Imakefile: compile file.c * lib/RKindep/file.exp: add RkiConnect * configure.ac: check FD_ISSET and fd_set * canna/symbolname.h: add "delay-connect", "server-timeout" * lib/RK/RK.h: add RkwSetTimeout, RkwGetTimeout * lib/RKC/Imakefile: include RKindep/file.c * lib/RKC16/Imakefile: ditto * lib/canna/Imakefile: ditto * lib/canna16/Imakefile: ditto * lib/RKC/convert.c(ReadServer): select() * lib/RKC/wconvert.c(ReadServer): select() (try_connect): added (connect_inet): use try_connect * lib/RKC/rkc.c(RkwInitialize): check CANNA_TIMEOUT env (RkwGetTimeout): added (RkwSetTimeout): added * lib/canna/canna.h(CannaConfig): add DelayConnect * lib/canna/commondata.c(standalone): removed (DelayConnect): added * lib/canna/globnames: add ServerTimeout (in libRKC) * lib/canna/kctrl.c(KC_initialize): KanjiInit only if DelayConnect, remove standalone flag * lib/canna/lisp.c(VServTimeout): added (VDelayConnect): added * lib/canna/util.c(KanjiInitError): remove standalone flag * misc/initfiles/unix.canna: (setq delay-connect t) * misc/initfiles/verbose.canna: delay-connect, server-timeout Revision 1.75 - (view) (download) (annotate) - [select for diffs] Wed Mar 26 05:20:37 2003 UTC (21 years ago) by aida_s Branch: MAIN Changes since 1.74: +25 -1 lines Diff to previous 1.74 * reimplement INET6 and ACL. * configure.ac: check struct hostent.h_addr_list; * lib/RKC/wconvert.c: allow scoped address * server/IR.h: change address structures and change macros. * server/connection.c: separate INET socket and INET6 socket. (GetConnectionInfo): use getnameinfo. * server/convert.c: reject IPv4 mapped address. * server/main.c: GetConnectionInfo error check. * server/misc.c: add new address handling. (ACLCheckHostName): removed (IR_Are_Addr_Equal): removed (GetAddressFromName): removed (AddrAreEqual): added (GetAddrListFromName): added (SearchAddrList): added (FreeAddrList): added (CreateAccessControlList): don't treat kernel hostname specially. allow scoped address. allow duplicate addresses. (CheckAccessControlList): don't treat kernel hostname specially. * server/wconvert.c(irw_killserver): cleanup Revision 1.74 - (view) (download) (annotate) - [select for diffs] Mon Mar 24 04:15:21 2003 UTC (21 years, 1 month ago) by aida_s Branch: MAIN Changes since 1.73: +9 -1 lines Diff to previous 1.73 Inhibit direct configure invocation. * Imakefile: set IN_MAKE=yes * configure.ac: test $IN_MAKE * canuum/Imakefile: set IN_MAKE=yes * canuum/configure.in: test $IN_MAKE Revision 1.73 - (view) (download) (annotate) - [select for diffs] Mon Mar 24 04:04:24 2003 UTC (21 years, 1 month ago) by aida_s Branch: MAIN Changes since 1.72: +25 -1 lines Diff to previous 1.72 RKindep cleanup. * Imakefile: mkdir ./include/RKindep * canna/ccompat.h: include "RKindep/cfuncs.h" instead of RKindep.h * cmd/chkconc/chkconc.c: include "RKindep/file.h" * cmd/crxgram/crxgram.c: ditto * cmd/dicar/dicar.c: ditto * cmd/dpxdic/dpxdic.c: ditto * cmd/crxdic/crxdic.c: include "RKindep/file.h", move cksum.h into RKindep/ * lib/RKindep/.cvsignore: RKIsubst.h -> *.sub * lib/RKindep/cksum.h: ditto * lib/RKindep/Imakefile: RKIsubst -> *.sub, separate RKindep.h * lib/RKindep/basename.c: include "RKindep/file.h" * lib/RKindep/cksum.c: move "RKindep/cksum.h" into RKindep/ * lib/RKindep/exports: removed and separated to *.exp * lib/RKindep/RKindep.h: removed * lib/RKindep/cfuncs.h: added * lib/RKindep/file.h: added * lib/RKindep/cfuncs.exp: added * lib/RKindep/file.exp: added * lib/RKindep/cksum.exp: added Revision 1.72 - (view) (download) (annotate) - [select for diffs] Wed Mar 19 12:41:35 2003 UTC (21 years, 1 month ago) by aida_s Branch: MAIN Changes since 1.71: +14 -1 lines Diff to previous 1.71 Check cbd/cld consistency by CRC instead of *.cbd age. * lib/RKindep/cksum.c: added * lib/RKindep/cksum.h: added * lib/RKindep/exports: add RkiCksum* APIs * lib/RKindep/Makefile: add cksum.[ch] * lib/RK/RKintern.h: add #CRC tag * lib/RK/permdic.c: ditto * lib/RK/util.c: add #CRC tag, remove essential_tag[] (unused) * lib/RK/fq.c: compare CRC * cmd/crxdic/crxdic.c: calculate CRC and store in #CRC tag Revision 1.71 - (view) (download) (annotate) - [select for diffs] Mon Mar 10 13:38:33 2003 UTC (21 years, 1 month ago) by aida_s Branch: MAIN Changes since 1.70: +6 -1 lines Diff to previous 1.70 [Canna-dev 182]: DicDir (by Takamizu san) * Canna.conf.dist(ConvertPathName): add @(DicDir) Revision 1.70 - (view) (download) (annotate) - [select for diffs] Tue Mar 4 19:23:52 2003 UTC (21 years, 1 month ago) by aida_s Branch: MAIN Changes since 1.69: +14 -1 lines Diff to previous 1.69 * [Canna-dev 185]: misc patch by Ikumi san * cmd/mkbindic/Imakefile: quote CPP * cmd/mkromdic/Imakefile: dittto * dic/phono/kana.kpdef: use \xnn escape seq * dic/phono/newjis.kpdef: ditto * lib/canna/RkPhono.jmn: remove dup file * misc/Imakefile: create rc.canna, don't install [rc]Makefile * misc/cMakefile: removed * misc/rMakefile: reomved * misc/rc.canna-dist: new script source Revision 1.69 - (view) (download) (annotate) - [select for diffs] Tue Feb 4 14:04:54 2003 UTC (21 years, 2 months ago) by aida_s Branch: MAIN Changes since 1.68: +6 -1 lines Diff to previous 1.68 * server/server.man: misc improvements (by Takamizu san) * server/server.jmn: ditto Revision 1.68 - (view) (download) (annotate) - [select for diffs] Mon Feb 3 20:13:01 2003 UTC (21 years, 2 months ago) by aida_s Branch: MAIN Changes since 1.67: +10 -1 lines Diff to previous 1.67 * separate default.canna and verbose.canna. (proposed by TAMUKI san, Plamo maintainer) * misc/default.ca: place it again * misc/initfiles/default.ca: rename to verbose.canna * misc/initfiles/verbose.canna: renamed from default.ca and slightly modified Revision 1.67 - (view) (download) (annotate) - [select for diffs] Mon Feb 3 17:08:46 2003 UTC (21 years, 2 months ago) by aida_s Branch: MAIN Changes since 1.66: +6 -1 lines Diff to previous 1.66 * lib/canna/romaji.c(doKakutei): save d->current_mode for bubun-kakutei Revision 1.66 - (view) (download) (annotate) - [select for diffs] Sun Feb 2 16:40:05 2003 UTC (21 years, 2 months ago) by aida_s Branch: MAIN Changes since 1.65: +14 -1 lines Diff to previous 1.65 * lib/canna/ebind.c(EUCListCallback): check items == NULL case * lib/RKC/wconvert.c: make "extension" protocol sensical * server/IRwproto.h: ditto * server/wconvert.c: ditto * server/main.c(Dispatch): output extension name to debug log * server/wconvert.c(ReadWideRequestFromClient): ditto * server/convert.c(ReadRequestFromClient): ditto * server/misc.c(BecomeDaemon): if both -d and -l is given output messages over the given priority to stdout. * canna/patchlevel.h: rename to 3.7devel1 Revision 1.65 - (view) (download) (annotate) - [select for diffs] Sat Feb 1 20:16:33 2003 UTC (21 years, 2 months ago) by aida_s Branch: MAIN Changes since 1.64: +10 -1 lines Diff to previous 1.64 * configure.ac: check sys/select.h * server/connectoin.c: HAVE_SYS_SELECT_H instead of AIXV3 * server/WaitFor.c: ditto * canna/protodef.h: correct ifdef around typedef Ushort and BYTE * canna/ccompat.h(RCSID): forgot to define to empty for lint * canuum/commonhd.h: don't need to include "cannaconf.h" Revision 1.64 - (view) (download) (annotate) - [select for diffs] Sat Feb 1 19:34:20 2003 UTC (21 years, 2 months ago) by aida_s Branch: MAIN Changes since 1.63: +17 -1 lines Diff to previous 1.63 * canna/ccompat.h: const hack is done in accanna.h (WARN_REFERENCES): only use on ELF platform (RCSID): __attribute((__unused__)) instead of .ident * cmd/canlisp/canlisp.c: include "ccompat.h" * cmd/forcpp/forcpp.c: ditto * cmd/forsort/forsort.c: ditto * cmd/catdic/can.c: define CANNA_NEW_WCHAR_AWARE * cmd/catdic/rutic.c: ditto * cmd/dpromdic/dpromdic.c: include "ccompat.h" and define CANNA_NEW_WCHAR_AWARE * cmd/wtoc/wtoc.c: include "ccompat.h" (salloc): don't declare malloc() here * lib/canna/obind.c(owcListCallback): check items == NULL case Revision 1.63 - (view) (download) (annotate) - [select for diffs] Sat Feb 1 18:41:21 2003 UTC (21 years, 2 months ago) by aida_s Branch: MAIN Changes since 1.62: +9 -1 lines Diff to previous 1.62 [Canna-dev 164] [Canna-dev 169]: doc and Imakefile patches by Takamizu san. * server/server.jmn: more clear and accurate desc * server/server.man: ditto * cmd/catdic/Imakefile: install chmoddic.1 Revision 1.10.2.26 - (view) (download) (annotate) - [select for diffs] Sat Feb 1 18:28:45 2003 UTC (21 years, 2 months ago) by aida_s Branch: RELBR_3_6 Changes since 1.10.2.25: +4 -0 lines Diff to previous 1.10.2.25 , to branch point 1.10 Rename RELBR_3 to RELBR_3_6 (cvs admin -n). Revision 1.62 - (view) (download) (annotate) - [select for diffs] Sun Jan 26 05:22:27 2003 UTC (21 years, 2 months ago) by aida_s Branch: MAIN CVS Tags: after_autoconf Changes since 1.61: +5 -1 lines Diff to previous 1.61 * oops, I forgot to add configure.ac and cmd/cmd.tmpl. Revision 1.61 - (view) (download) (annotate) - [select for diffs] Sun Jan 26 04:36:30 2003 UTC (21 years, 2 months ago) by aida_s Branch: MAIN Changes since 1.60: +38 -0 lines Diff to previous 1.60 Autoconfized. In addition 2 things are done: 1. cmd/*/Imakefile cleanup. Now most Imakefiles are 5 to 10 lines. 2. New library "libRKindep". Only unshared library are generated and not installed. It provides alternative C funtions and in future various utility functions shared by all components. * Canna.conf.dist: define some make variables (MakeCannaConfigH): include accanna.h from cannaconf.h * Imakefile: invoke configure to create accanna.h (distclean): remove files created by configure * mkrelease.sh: generate configure and accanna.h.in * configure.ac: added * .cvsignore: add generated files by autoconf * canna/ccompat.h: move HAVE_* to accanna.h. include RKindep.h and define compatibility macros. modify some macros. (RCSID): new macro * canuum/Imakefile: rename ConfigureEnv and ConfigureArgs to distinguish toplevel configure and canuum configure * canuum/canna.c: don't include "ccompat.h" * cmd/cmd.tmpl: added * cmd/*/Imakefile: cleanup using cmd.tmpl * cmd/chkconc/chkconc.c: use RkiBasename() instead of basename() * cmd/crxdic/crxdic.c: ditto * cmd/crxgram/crxgram.c: ditto * cmd/dicar/dicar.c: ditto * cmd/dpxdic/dpxdic.c: ditto * lib/Imakefile: add libRKindep * lib/RKC/Imakefile: join cfuncs.c in libRKindep * lib/RKC16/Imakefile: ditto * lib/canna/Imakefile: ditto * lib/canna16/Imakefile: ditto * lib/RK/RKintern.h: define HAVE_RENAME in accanna.h * server/Imakefile: cleanup * lib/RKindep/Imakefile: added * lib/RKindep/cfuncs.c: added * lib/RKindep/basename.c: added * lib/RKindep/RKindep.h: added * lib/RKindep/exports: added * lib/RKindep/.cvsignore: added Revision 1.10.2.25 - (view) (download) (annotate) - [select for diffs] Sat Jan 25 08:46:29 2003 UTC (21 years, 2 months ago) by aida_s Branch: RELBR_3_6 CVS Tags: release_3_6_p3 Changes since 1.10.2.24: +10 -0 lines Diff to previous 1.10.2.24 , to branch point 1.10 see also: ChangeLog 1.59,1.60 * canuum/configure.in: check union wait * canuum/acconfig.h: HAVE_UNION_WAIT * canuum/jhlp.c(chld_handler): HAVE_UNION_WAIT * canuum/termio.c(openTermData): don't invoke reset_shell_mode() * Canna.conf.dist: MANSUFF(X (thanks to nanashi san) * mkrelease.sh: remove autom4te.cache * canna/patchlevel.h: 3.6p3 release Revision 1.60 - (view) (download) (annotate) - [select for diffs] Sat Jan 25 08:36:25 2003 UTC (21 years, 2 months ago) by aida_s Branch: MAIN CVS Tags: before_autoconf Changes since 1.59: +6 -1 lines Diff to previous 1.59 * Canna.conf.dist: MANSUFF(X (thanks to nanashi san) * mkrelease.sh: remove autom4te.cache Revision 1.59 - (view) (download) (annotate) - [select for diffs] Fri Jan 24 14:42:02 2003 UTC (21 years, 2 months ago) by aida_s Branch: MAIN Changes since 1.58: +7 -1 lines Diff to previous 1.58 * canuum/configure.in: check union wait * canuum/jhlp.c(chld_handler): HAVE_UNION_WAIT * canuum/termio.c(openTermData): don't invoke reset_shell_mode() Revision 1.10.2.24 - (view) (download) (annotate) - [select for diffs] Fri Jan 24 09:58:04 2003 UTC (21 years, 2 months ago) by aida_s Branch: RELBR_3_6 CVS Tags: release_3_6_p2 Changes since 1.10.2.23: +4 -0 lines Diff to previous 1.10.2.23 , to branch point 1.10 * canna/patchlevel.h: 3.6p2 release Revision 1.10.2.23 - (view) (download) (annotate) - [select for diffs] Thu Jan 23 17:20:30 2003 UTC (21 years, 2 months ago) by aida_s Branch: RELBR_3_6 Changes since 1.10.2.22: +5 -0 lines Diff to previous 1.10.2.22 , to branch point 1.10 see also: ChangeLog 1.58 * canuum/jhlp.c(open_ttyp): I_PUSH * canuum/commonhd.h: fix typo (s/CONFIG_TEMRIO/CONFIG_TERMINFO) Revision 1.58 - (view) (download) (annotate) - [select for diffs] Thu Jan 23 17:18:29 2003 UTC (21 years, 2 months ago) by aida_s Branch: MAIN Changes since 1.57: +6 -1 lines Diff to previous 1.57 * canuum/jhlp.c(open_ttyp): I_PUSH * canuum/commonhd.h: fix typo (s/CONFIG_TEMRIO/CONFIG_TERMINFO) Revision 1.10.2.22 - (view) (download) (annotate) - [select for diffs] Wed Jan 22 16:06:36 2003 UTC (21 years, 2 months ago) by aida_s Branch: RELBR_3_6 Changes since 1.10.2.21: +5 -0 lines Diff to previous 1.10.2.21 , to branch point 1.10 * Canna.conf: CannaDsoRev is now 1.1 in all platforms. * CHANGES.jp: update Revision 1.10.2.21 - (view) (download) (annotate) - [select for diffs] Tue Jan 21 10:57:03 2003 UTC (21 years, 3 months ago) by aida_s Branch: RELBR_3_6 Changes since 1.10.2.20: +8 -0 lines Diff to previous 1.10.2.20 , to branch point 1.10 [Canna-dev 153]: sample file problems (Thanks to Ikumi san) see also: ChangeLog 1.57 * misc/initfiles/Imakefile: install default.canna to cannaLibDir * misc/initfiles/default.ca: fix typo, 3.5 options * misc/initfiles/sample.canna: ditto * misc/initfiles/unix.canna: ditto Revision 1.57 - (view) (download) (annotate) - [select for diffs] Tue Jan 21 10:56:00 2003 UTC (21 years, 3 months ago) by aida_s Branch: MAIN Changes since 1.56: +8 -0 lines Diff to previous 1.56 [Canna-dev 153]: sample file problems (Thanks to Ikumi san) * misc/initfiles/Imakefile: install default.canna to cannaLibDir * misc/initfiles/default.ca: fix typo, 3.5 options * misc/initfiles/sample.canna: ditto * misc/initfiles/unix.canna: ditto Revision 1.56 - (view) (download) (annotate) - [select for diffs] Fri Jan 17 16:16:29 2003 UTC (21 years, 3 months ago) by aida_s Branch: MAIN Changes since 1.55: +4 -0 lines Diff to previous 1.55 * lib/canna/obind.c(owcListCallback): correct owbuf size Revision 1.55 - (view) (download) (annotate) - [select for diffs] Fri Jan 17 15:56:53 2003 UTC (21 years, 3 months ago) by aida_s Branch: MAIN Changes since 1.54: +13 -0 lines Diff to previous 1.54 Implement KC_SETLISTCALLBACK for EUC and old wchar_t. (dirty) * canna/jrkanji.h(jrEUCListCallbackStruct): added (CANNA_EUC_LISTCALLBACK): added to inform this API * lib/canna/canna.h(uiContext): add elistcb * lib/canna/ebind.c(EUCListCallback): added (XKanjiControl2): map KC_SETLISTCALLBACK * lib/canna/obind.c(owcListCallback): added (owcKanjiControl2): map KC_SETLISTCALLBACK * lib/canna/globnames: add EUCListCallback and owcListCallback * lib/canna/kctrl.c(KC_setListCallback): set d->elistcb Revision 1.10.2.20 - (view) (download) (annotate) - [select for diffs] Fri Jan 17 08:48:19 2003 UTC (21 years, 3 months ago) by aida_s Branch: RELBR_3_6 Changes since 1.10.2.19: +4 -0 lines Diff to previous 1.10.2.19 , to branch point 1.10 * lib/canna/romaji.c(YomiKakutei): Oops, I left debug fprintf. Revision 1.54 - (view) (download) (annotate) - [select for diffs] Fri Jan 17 08:47:26 2003 UTC (21 years, 3 months ago) by aida_s Branch: MAIN Changes since 1.53: +4 -0 lines Diff to previous 1.53 * lib/canna/romaji.c(YomiKakutei): Oops, I left debug fprintf. Revision 1.10.2.19 - (view) (download) (annotate) - [select for diffs] Fri Jan 17 07:27:44 2003 UTC (21 years, 3 months ago) by aida_s Branch: RELBR_3_6 Changes since 1.10.2.18: +13 -0 lines Diff to previous 1.10.2.18 , to branch point 1.10 see also: ChangeLog 1.53 * lib/canna/henkan.c(TanPrintBunpou): correctly handle guidline clear flags (Thanks to Ikumi san) (TanPrintTime): ditto (tanbunToYomiAll): avoid dereference of tan after tanbunCommitYomi * lib/canna/romaji.c(howFarToGoBackward): character-based-move was broken. Don't stop at HENKANSUMI && !SENTOU char. Instead we set SENTOU flag in tango-touroku time. (howFarToGoForward): ditto * lib/canna/uldefine.c(uuT2TangoEveryTimeCatch): SENTOU flag on. Now we can handle cursor in tango-touroku really properly. Revision 1.53 - (view) (download) (annotate) - [select for diffs] Fri Jan 17 07:26:51 2003 UTC (21 years, 3 months ago) by aida_s Branch: MAIN Changes since 1.52: +13 -0 lines Diff to previous 1.52 * lib/canna/henkan.c(TanPrintBunpou): correctly handle guidline clear flags (Thanks to Ikumi san) (TanPrintTime): ditto (tanbunToYomiAll): avoid dereference of tan after tanbunCommitYomi * lib/canna/romaji.c(howFarToGoBackward): character-based-move was broken. Don't stop at HENKANSUMI && !SENTOU char. Instead we set SENTOU flag in tango-touroku time. (howFarToGoForward): ditto * lib/canna/uldefine.c(uuT2TangoEveryTimeCatch): SENTOU flag on. Now we can handle cursor in tango-touroku really properly. Revision 1.10.2.18 - (view) (download) (annotate) - [select for diffs] Wed Jan 15 14:37:58 2003 UTC (21 years, 3 months ago) by aida_s Branch: RELBR_3_6 Changes since 1.10.2.17: +4 -0 lines Diff to previous 1.10.2.17 , to branch point 1.10 * dic/ideo/pubdic/k.p(kabun): T35 -> T15 (Bugs #773) Revision 1.52 - (view) (download) (annotate) - [select for diffs] Wed Jan 15 14:37:18 2003 UTC (21 years, 3 months ago) by aida_s Branch: MAIN Changes since 1.51: +4 -0 lines Diff to previous 1.51 * dic/ideo/pubdic/k.p(kabun): T35 -> T15 (Bugs #773) Revision 1.10.2.17 - (view) (download) (annotate) - [select for diffs] Wed Jan 15 13:42:35 2003 UTC (21 years, 3 months ago) by aida_s Branch: RELBR_3_6 Changes since 1.10.2.16: +21 -1 lines Diff to previous 1.10.2.16 , to branch point 1.10 see also: ChangeLog 1.51 * lib/canna/uldelete.c: delete words in group dictionaries (Thanks to Ikumi san) * cmd/crfreq/crfreq.c: avoid crash when filename and dicname are not specified * [Canna-dev 143]: misc fixes (Thanks to Toru TAKAMIZU san) * ChangeLog(previous commit): s/TEMPDIR/TMPDIR/ * INSTALL: remove canvert * INSTALL.jp: ditto * cmd/dpbindic/dpbindic.man: reformat * cmd/dpbindic/dpbindic.jmn: remove canvert(1) from .SH * cmd/mkbindic/mkbindic.cpp: use .fq suffix if "-name foo.d" is specified * cmd/mkbindic/mkbindic.jmn: new filename, remove canvert(1) * cmd/mkbindic/mkbindic.man: ditto, update examples, add $TMPDIR desc * cmd/ctow/ctow.c: s/itow/ctow/ in comments, s/speach/speech/ * cmd/splitwd/splitwd.man: s/itow/ctow/ * lib/canna/parse.c: undef OBSOLETE_RCFILE Revision 1.51 - (view) (download) (annotate) - [select for diffs] Wed Jan 15 13:41:01 2003 UTC (21 years, 3 months ago) by aida_s Branch: MAIN Changes since 1.50: +21 -1 lines Diff to previous 1.50 * lib/canna/uldelete.c: delete words in group dictionaries (Thanks to Ikumi san) * cmd/crfreq/crfreq.c: avoid crash when filename and dicname are not specified * [Canna-dev 143]: misc fixes (Thanks to Toru TAKAMIZU san) * ChangeLog(previous commit): s/TEMPDIR/TMPDIR/ * INSTALL: remove canvert * INSTALL.jp: ditto * cmd/dpbindic/dpbindic.man: reformat * cmd/dpbindic/dpbindic.jmn: remove canvert(1) from .SH * cmd/mkbindic/mkbindic.cpp: use .fq suffix if "-name foo.d" is specified * cmd/mkbindic/mkbindic.jmn: new filename, remove canvert(1) * cmd/mkbindic/mkbindic.man: ditto, update examples, add $TMPDIR desc * cmd/ctow/ctow.c: s/itow/ctow/ in comments, s/speach/speech/ * cmd/splitwd/splitwd.man: s/itow/ctow/ * lib/canna/parse.c: undef OBSOLETE_RCFILE Revision 1.10.2.16 - (view) (download) (annotate) - [select for diffs] Mon Jan 13 05:34:30 2003 UTC (21 years, 3 months ago) by aida_s Branch: RELBR_3_6 Changes since 1.10.2.15: +12 -0 lines Diff to previous 1.10.2.15 , to branch point 1.10 Misc bug fixes and customize file updates. see also: ChangeLog 1.50 * cmd/dicar/dicar.man: correct typo(Thanks to NAKAMURA Takeshi san) * cmd/mkbindic/mkbindic.cpp: change cpp check method, $TEMPDIR (Thanks to takasan san) * Canna.conf.dist(MakeCannaConfigH): suppress echo * misc/default.ca: already moved into initfiles; removed * misc/Imakefile: remove default.ca * misc/initfiles/default.ca: append old default.ca contents and "nami" "nakaten" symbol defs as comment. * misc/initfiles/unix.ca: add "nami" symbol Revision 1.50 - (view) (download) (annotate) - [select for diffs] Mon Jan 13 05:29:14 2003 UTC (21 years, 3 months ago) by aida_s Branch: MAIN Changes since 1.49: +12 -0 lines Diff to previous 1.49 * cmd/dicar/dicar.man: correct typo(Thanks to NAKAMURA Takeshi san) * cmd/mkbindic/mkbindic.cpp: change cpp check method, $TEMPDIR (Thanks to takasan san) * Canna.conf.dist(MakeCannaConfigH): suppress echo * misc/default.ca: already moved into initfiles; removed * misc/Imakefile: remove default.ca * misc/initfiles/default.ca: append old default.ca contents and "nami" "nakaten" symbol defs as comment. * misc/initfiles/unix.ca: add "nami" symbol Revision 1.49 - (view) (download) (annotate) - [select for diffs] Mon Jan 13 04:20:26 2003 UTC (21 years, 3 months ago) by aida_s Branch: MAIN CVS Tags: after_new_wchar Changes since 1.48: +31 -0 lines Diff to previous 1.48 wchar_t fix final step: now our cannawc does not need wchar_t hack. * Canna.conf.dist(supportOldWchar): added * canna/jrkanji.h: check CANNA_NEW_WCHAR_AWARE * canna/widedef.h: don't define cannawc here * canuum/canna.c: use new wide character * cmd/cannacheck/main.c: don't include "widedef.h". instead <canna/RK.h> is needed. (CANNA_NEW_WCHAR_AWARE): define * canna/ccompat.h(WARN_REFERENCES): added (copied from FreeBSD) * lib/RK/RK.h: demand CANNA_NEW_WCHAR_AWARE * lib/RK/RKintern.h(CANNA_NEW_WCHAR_AWARE): define (cannawc): typedef to Wchar here * lib/RKC/rkc.c(RkwInitialize): rkcWCinit is removed * lib/RKC/rkcw.h(cannawc): typedef here * lib/RKC/wutil.c: replace rkcWCinit and wchar_type to #ifdef * lib/RKC16/Imakefile(DEFINES): undef WCHAR16, define CANNA_WCHAR16 * lib/canna/Imakefile: add obind.[co] * lib/canna/obind.c: added * lib/canna/canna.h: don't include "widedef.h" here (CANNA_NEW_WCHAR_AWARE): define * lib/canna/engine.c: use CANNA_WCHAR16 * lib/canna/globnames: add context_table * lib/canna/kctrl.c(KC_initialize): WCinit is removed (context_table): change to global * lib/canna/util.c: replace WCinit and wchar_type to #ifdef * lib/canna/lisp.c: ditto (WIN_CANLISP) * lib/canna16/Imakefile: add obind.[co] (DEFINES): undef WCHAR16, define CANNA_WCHAR16 Revision 1.10.2.15 - (view) (download) (annotate) - [select for diffs] Sat Jan 11 18:17:08 2003 UTC (21 years, 3 months ago) by aida_s Branch: RELBR_3_6 Changes since 1.10.2.14: +6 -0 lines Diff to previous 1.10.2.14 , to branch point 1.10 * INSTALL: update * INSTALL.jp: update * canuum/README.jp: update Revision 1.10.2.14 - (view) (download) (annotate) - [select for diffs] Sat Jan 11 17:53:56 2003 UTC (21 years, 3 months ago) by aida_s Branch: RELBR_3_6 Changes since 1.10.2.13: +6 -0 lines Diff to previous 1.10.2.13 , to branch point 1.10 Merge canuum. see also: Changelog 1.28-1.30,1.32,1.34,1.37-1.38,1.41,1.43,1.48 This is equal to HEAD except that libspt support is disabled. * canuum/*: merge canuum from HEAD. don't use libspt because it's still alpha release. * mkrelease.sh: invoke autoconf Revision 1.48 - (view) (download) (annotate) - [select for diffs] Fri Jan 10 14:46:40 2003 UTC (21 years, 3 months ago) by aida_s Branch: MAIN Changes since 1.47: +7 -0 lines Diff to previous 1.47 we no longer need JAPANESE_LOCALE. * Canna.conf.dist: remove JapaneseLocale and JAPANESE_LOCALE * canuum/jhlp.c: don't use LANG * canuum/wnn_config.h: remove JAPANESE_LOCALE Revision 1.47 - (view) (download) (annotate) - [select for diffs] Fri Jan 10 13:43:07 2003 UTC (21 years, 3 months ago) by aida_s Branch: MAIN Changes since 1.46: +5 -0 lines Diff to previous 1.46 * sample/*: sample.c is a worst sample. It's hard to make cope with new wide character. Remove them. Revision 1.46 - (view) (download) (annotate) - [select for diffs] Fri Jan 10 13:08:42 2003 UTC (21 years, 3 months ago) by aida_s Branch: MAIN Changes since 1.45: +13 -0 lines Diff to previous 1.45 wchar_t fix step 3: add cannawc hook (no API/ABI changes for now) * canna/jrkanji.h: use cannawc instead of wchar_t * canna/widedef.h: ditto * lib/RK/RK.h: ditto * lib/RKC/*: replace wchar_t to cannawc by macro carefully * lib/canna/*: ditto * server/IR.h: typedef Ushort cannawc; remove alternative prototypes * server/util.c: don't include widedef.h (wchar2ushort32): removed (unused function) (ushort2wchar32): removed (unused function) Revision 1.10.2.13 - (view) (download) (annotate) - [select for diffs] Fri Jan 10 12:50:34 2003 UTC (21 years, 3 months ago) by aida_s Branch: RELBR_3_6 Changes since 1.10.2.12: +19 -0 lines Diff to previous 1.10.2.12 , to branch point 1.10 Merge lerning fix. see also: Changelog 1.25, 1.33 * Prevent wrong learning. It had occured in two situations: 1. bubun kakutei at bunsetsus (probably) except in jishu-henkan mode 2. bubun muhenkan In both cases, all bunsetsus had been learned. This commit is only a quick hack. tanbunContext should be removed and new protocol should be added in future. * lib/canna/henkan.c(tanbunToYomiAll): added (doTanConvertTb): use tanbunToYomiAll (doTanBubunMuhenkan): ditto (tanbunToYomi,tanbunCommitYomi): added (tanbunUnconvert): separated into tanbunToYomi and tanbunCommitYomi (TbBubunMuhenkan): use tanbunToYomi and tanbunCommitYomi (doYomiHenkan): added yc arg, new comment (tanbunHenkan): removed because enterTanHenkanMode no longer calls (enterTanHenkanMode): more strict error handling * lib/canna/romaji.c(TbBubunKakutei): commented out (already unused) Revision 1.45 - (view) (download) (annotate) - [select for diffs] Mon Jan 6 10:42:21 2003 UTC (21 years, 3 months ago) by aida_s Branch: MAIN Changes since 1.44: +17 -0 lines Diff to previous 1.44 completely remove libc's mbstowcs * lib/RKC/rkcw.h: remove JAPANESE_LOCALE * lib/RKC/wutil.c: remove HAVE_WCHAR_OPERATION * lib/canna/canna.h: remove JAPANESE_LOCALE * sample/sample.c: distinguish X/libc wchar_t and canna wchar (main): always invoke setlocale() (euc): removed; always behaves as euc==1 (proc_keypress): always behaves as euc==1 (proc_ctl_keypress): remove HAVE_WCHAR_OPERATION (checkOptions): -euc option is not needed (checkGLineWidth): convert X/libc wchar to canna wchar (WCinit): remove HAVE_WCHAR_OPERATION (mywcstombs): added (mymbstowcs): added Revision 1.44 - (view) (download) (annotate) - [select for diffs] Mon Jan 6 07:47:42 2003 UTC (21 years, 3 months ago) by aida_s Branch: MAIN Changes since 1.43: +17 -0 lines Diff to previous 1.43 wchar_t fix step 2: remove libc's mbstowcs() * Canna.conf(wcharDefinition): empty (Wlib): removed * canna/widedef.h: remove HAVE_WCHAR_OPERATION * lib/canna/canna.h: ditto * lib/canna/commondata.c(locale_insufficient): removed * lib/canna/globnames: remove locale_insufficient * lib/canna/jrbind.c(XwcLookupKanji2): remove if(locale_insufficient) * lib/canna/util.c(WCinit): remove HAVE_WCHAR_OPERATION case (CNvW2E): ditto (CANNA_mbstowcs): always compiled (CANNA_wcstombs): always compiled * lib/canna/lisp.c(WCinit): remove HAVE_WCHAR_OPERATION case although it is Windows only code Revision 1.10.2.12 - (view) (download) (annotate) - [select for diffs] Mon Jan 6 04:42:08 2003 UTC (21 years, 3 months ago) by aida_s Branch: RELBR_3_6 Changes since 1.10.2.11: +10 -0 lines Diff to previous 1.10.2.11 , to branch point 1.10 Merge chikuji*DeletePrevious bugfix. see also: ChangeLog 1.39, 1.40 * [Canna-dev 119] chikuji input was broken * lib/RKC/wconvert.c(SendType11Request): stop buffer overrun * server/wconvert.c(irw_store_yomi): len = ushortstrlen() unless req->yomi == NULL (irw_store_range): ditto (ProcWideReq11): allow empty string that is not null terminated * lib/RK/bun.c(RkStoreYomi): allow yomi == NULL && len == 0 Revision 1.10.2.11 - (view) (download) (annotate) - [select for diffs] Mon Jan 6 04:36:58 2003 UTC (21 years, 3 months ago) by aida_s Branch: RELBR_3_6 Changes since 1.10.2.10: +7 -1 lines Diff to previous 1.10.2.10 , to branch point 1.10 Merge first wchar_t fix and "make instmost". see also: ChangeLog 1.36,1.42 * server/IR.h: define _WCHAR_T again after include "canna/RK.h" * canna/widedef.h: FreeBSD 5.x and OpenBSD * Imakefile(instmost): added Revision 1.10.2.10 - (view) (download) (annotate) - [select for diffs] Mon Jan 6 03:49:49 2003 UTC (21 years, 3 months ago) by aida_s Branch: RELBR_3_6 Changes since 1.10.2.9: +5 -1 lines Diff to previous 1.10.2.9 , to branch point 1.10 * add .cvsignore to all directories. Revision 1.43 - (view) (download) (annotate) - [select for diffs] Mon Jan 6 02:43:28 2003 UTC (21 years, 3 months ago) by aida_s Branch: MAIN CVS Tags: before_new_wchar Changes since 1.42: +6 -0 lines Diff to previous 1.42 * canuum/uumimport.sh: don't use -ko; it is needless because FreeWnn files are checkouted with -kv. now RCSID is expanded correctly. * canuum/* (FreeWnn files): cvs admin -kkv Revision 1.42 - (view) (download) (annotate) - [select for diffs] Mon Jan 6 02:12:29 2003 UTC (21 years, 3 months ago) by aida_s Branch: MAIN Changes since 1.41: +4 -0 lines Diff to previous 1.41 * Imakefile(instmost): added Revision 1.41 - (view) (download) (annotate) - [select for diffs] Mon Jan 6 01:41:28 2003 UTC (21 years, 3 months ago) by aida_s Branch: MAIN Changes since 1.40: +14 -0 lines Diff to previous 1.40 * canuum/Imakefile(ConfigureEnv): fix quote * canuum/commonhd.h: redefine TERMCAP/TERMINFO here according to CONFIG_TERMIO here * canuum/configure.in: check killpg, getpgid, getpgrp * canuum/jhlp.c(chld_handler): use KILLPG macro (do_end): ditto (setsize): ditto * canuum/wnn_os.h: move TERMCAP/TERMINFO redefinition to commonhd.h (KILLPG): new macro (GETPGID): new macro (GETMYPGRP): new macro Revision 1.40 - (view) (download) (annotate) - [select for diffs] Sun Jan 5 11:47:33 2003 UTC (21 years, 3 months ago) by aida_s Branch: MAIN Changes since 1.39: +4 -0 lines Diff to previous 1.39 * lib/RK/bun.c(RkStoreYomi): allow yomi == NULL && len == 0 Revision 1.39 - (view) (download) (annotate) - [select for diffs] Sun Jan 5 10:56:25 2003 UTC (21 years, 3 months ago) by aida_s Branch: MAIN Changes since 1.38: +9 -0 lines Diff to previous 1.38 * [Canna-dev 119] chikuji input was broken * lib/RKC/wconvert.c(SendType11Request): stop buffer overrun * server/wconvert.c(irw_store_yomi): len = ushortstrlen() unless req->yomi == NULL (irw_store_range): ditto (ProcWideReq11): allow empty string that is not null terminated Revision 1.38 - (view) (download) (annotate) - [select for diffs] Sat Jan 4 07:31:02 2003 UTC (21 years, 3 months ago) by aida_s Branch: MAIN Changes since 1.37: +9 -0 lines Diff to previous 1.37 Add RCSID and remove unused code in canuum. * canuum/*: add RCSID * canuum/jhlp.c: remove code commented out * canuum/ttyfdslot.c: removed * canuum/sheader.h: remove ttyfdslot(), setutmp(), saveutmp() and resetutmp() * canuum/freewnn-uum.files: remove ttyfdslot.c and setutmp.c Revision 1.37 - (view) (download) (annotate) - [select for diffs] Sat Jan 4 05:31:56 2003 UTC (21 years, 3 months ago) by aida_s Branch: MAIN Changes since 1.36: +17 -0 lines Diff to previous 1.36 * Get pty with libspt: http://members.jcom.home.ne.jp/aida-s/libspt/ * canuum/Imakefile: link libspt (INSTUGIDFLAGS): don't need any privilege. * canuum/jhlp.c(main): remove utmp logging without libspt completely. (SysV j_term_save): remove meaningless cfset[io]speed. (chld_handler): spt_utmp_set_exit() (ptyfd, ttypfd): -1 init (exec_cmd): use libspt, fix USE_LINUX_TERM, remove old utmp code. (open_pty): use libspt (do_end): libspt related cleanup, remove old utmp code, comment out needless TIOCSSIZE. (ptyname): don't compile when libspt is used. * canuum/setutmp.c: removed because libspt does this Revision 1.36 - (view) (download) (annotate) - [select for diffs] Sat Dec 28 03:15:24 2002 UTC (21 years, 3 months ago) by aida_s Branch: MAIN Changes since 1.35: +6 -0 lines Diff to previous 1.35 * cmd/Imakefile(SUBDIRS): add chkconc * server/IR.h: define _WCHAR_t again after include "canna/RK.h" * canna/widedef.h: FreeBSD 5.x and OpenBSD Revision 1.10.2.9 - (view) (download) (annotate) - [select for diffs] Sat Dec 28 02:52:40 2002 UTC (21 years, 3 months ago) by aida_s Branch: RELBR_3_6 Changes since 1.10.2.8: +10 -0 lines Diff to previous 1.10.2.8 , to branch point 1.10 New direcroty hierarchy. see also: ChangeLog 1.35 Currently old hierarchy is default on stable branch. [canna-dev 97] [canna-dev 106] [canna-dev 107] * Canna.conf.dist: new directory hierarchy if !ObsoleteInstallDir (MakeCannaConfigH for !EMX): preserve old cannaconf.h if unchanged * cmd/catdic/Imakefil: cannakill in cannaSrvDir if !ObsoleteInstallDir Revision 1.35 - (view) (download) (annotate) - [select for diffs] Sat Dec 28 02:47:13 2002 UTC (21 years, 3 months ago) by aida_s Branch: MAIN Changes since 1.34: +8 -0 lines Diff to previous 1.34 New direcroty hierarchy. [canna-dev 97] [canna-dev 106] [canna-dev 107] * Canna.conf.dist: new directory hierarchy if !ObsoleteInstallDir (MakeCannaConfigH for !EMX): preserve old cannaconf.h if unchanged * cmd/catdic/Imakefil: cannakill in cannaSrvDir if !ObsoleteInstallDir Revision 1.34 - (view) (download) (annotate) - [select for diffs] Fri Dec 27 16:29:35 2002 UTC (21 years, 3 months ago) by aida_s Branch: MAIN Changes since 1.33: +45 -0 lines Diff to previous 1.33 Cleanuped tty handling of canuum and TERMCAP/TERMINFO detection. This will improve portability to new systems. I carefully worked, but it might break something in older systems. * canuum/.cvsignore: add config.h.in * canuum/Imakefile(TERMCAP_LIB): added (distclean): delete config.cache and config.status (reconfig): added * canuum/canna.c: don't include <sgtty.h>, <curses.h>, <term.h> directly. latter 2 are included from "wnn_os.h". * canuum/config.h.in: remove from CVS. instead generate by mkrelease.sh. * canuum/acconfig.h: added (ported from FreeWnn) (HAVE_TERMINFO): added * mkrelease.sh: generate canuum/config.h.in using autoheader2.5 * configure.in: Do not set CDEBUGFLAGS/CCOPTIONS when CANNA. Do not use AC_SEARCH_LIBS to detect terminal library. Check termcap.h, sgtty.h, sys/termio.h and termios.h. Choose appropreate terminal library. (ported from vim6.1) Check setsid, dup2. * canuum/freewnn-uum.files: remove config.h.in and add acconfig.h * canuum/jhlp.c: move #include <curses.h> and <term.h> to wnn_os.h. include termios.h or termio.h or sgtty.h appropreately. (USE_LINUX_TERM): Added new macro. If you define it, old linux specific terminal handling code is used instead of new POSIX based one. I don't know why such a special code was needed, but leave it just in case. (ttyfd): initialize before open_pty() (j_term_save): added. POSIX termios ready. (j_term_restore): ditto (j_term_p_init): ditto (j_term_init): now POSIX termios ready (open_ttyp): move some code to j_term_*. (open_pty): ditto (do_end): move cleanup code to j_term_restore. (change_size): change #ifdefs (exec_cmd): Add new code to use POSIX setsid(). If it is not available or USE_LINUX_TERM is specified, old code is used. * canuum/termcap.c: Move #include <curses.h>, <ncurses.h> and <term.h> to "wnn_os.h". * termio.h: ditto * wnn_os.h: Use configure result instead of old TERMCAP/TERMINFO definitions when CONFIG_TERMINFO is defined. In this case include <curses.h>, <ncurses.h>, <term.h> and/or <termcap.h> appropreately. Revision 1.33 - (view) (download) (annotate) - [select for diffs] Sun Dec 22 01:40:01 2002 UTC (21 years, 4 months ago) by aida_s Branch: MAIN Changes since 1.32: +5 -0 lines Diff to previous 1.32 * lib/canna/henkan.c(doTanBubunMuhenkan): correctly calculate first bunsetsu to convert to yomiContext. Revision 1.32 - (view) (download) (annotate) - [select for diffs] Sat Dec 21 23:52:59 2002 UTC (21 years, 4 months ago) by aida_s Branch: MAIN CVS Tags: after_cvsignore Changes since 1.31: +4 -0 lines Diff to previous 1.31 * add .cvsignore to all directories. Revision 1.31 - (view) (download) (annotate) - [select for diffs] Sat Dec 21 23:09:49 2002 UTC (21 years, 4 months ago) by aida_s Branch: MAIN CVS Tags: before_cvsignore Changes since 1.30: +6 -2 lines Diff to previous 1.30 * ChangeLog(previous commit): avoid keyword substitution Revision 1.30 - (view) (download) (annotate) - [select for diffs] Sat Dec 21 22:44:55 2002 UTC (21 years, 4 months ago) by aida_s Branch: MAIN Changes since 1.29: +7 -0 lines Diff to previous 1.29 * canuum/canuum.man: added (but no complete) * canuum/README.copyright: s/Canuum.files/freewnn-uum.files/g * canuum/checkout.sh: cleanup, add $Id$ * canuum/uumimport.sh: cleanup, add $Id$ Revision 1.29 - (view) (download) (annotate) - [select for diffs] Sat Dec 21 21:43:46 2002 UTC (21 years, 4 months ago) by aida_s Branch: MAIN Changes since 1.28: +7 -0 lines Diff to previous 1.28 * canuum/Bring.sh: remove obsolete files * canuum/Canuum.patch: ditto * canuum/Uum.files: ditto * canuum/configure.in: do not use canuum.tmpl Revision 1.28 - (view) (download) (annotate) - [select for diffs] Sat Dec 21 14:41:41 2002 UTC (21 years, 4 months ago) by aida_s Branch: MAIN Changes since 1.27: +5 -0 lines Diff to previous 1.27 FreeWnn canuum. * canuum/*: imported uum from FreeWnn and canuumized. * mkrelease.sh: invoke autoconf Revision 1.10.2.8 - (view) (download) (annotate) - [select for diffs] Sat Dec 21 13:07:13 2002 UTC (21 years, 4 months ago) by aida_s Branch: RELBR_3_6 Changes since 1.10.2.7: +4 -0 lines Diff to previous 1.10.2.7 , to branch point 1.10 * lib/canna/ebind.c(XLookupKanji2): cast to unsigned char first Revision 1.27 - (view) (download) (annotate) - [select for diffs] Sat Dec 21 13:06:26 2002 UTC (21 years, 4 months ago) by aida_s Branch: MAIN Changes since 1.26: +4 -0 lines Diff to previous 1.26 * lib/canna/ebind.c(XLookupKanji2): cast to unsigned char first Revision 1.10.2.7 - (view) (download) (annotate) - [select for diffs] Wed Dec 18 09:38:23 2002 UTC (21 years, 4 months ago) by aida_s Branch: RELBR_3_6 Changes since 1.10.2.6: +12 -0 lines Diff to previous 1.10.2.6 , to branch point 1.10 Merge misc fixes. see also: ChangeLog 1.17,1.20,1.22,1.25 * INSTALL.jp: s/lockfile/socket/g * INSTALL: ditto * CHANGES.jp: more desc about one-letter word hack * cmd/mkbindic/mkbindic.cpp: use only yomi as sort key * lib/canna/romaji.c(howFarToGoBackward): Stop at HENKANSUMI char. Otherwise we cannot edit the words in tango-touroku if character-based-move is true. (howFarToGoForward): ditto (TbBubunKakutei): commented out (already unused) Revision 1.10.2.6 - (view) (download) (annotate) - [select for diffs] Wed Dec 18 09:13:05 2002 UTC (21 years, 4 months ago) by aida_s Branch: RELBR_3_6 Changes since 1.10.2.5: +4 -0 lines Diff to previous 1.10.2.5 , to branch point 1.10 * Oh, forgot to include last 4 changes. Revision 1.10.2.5 - (view) (download) (annotate) - [select for diffs] Wed Dec 18 09:08:08 2002 UTC (21 years, 4 months ago) by aida_s Branch: RELBR_3_6 Changes since 1.10.2.4: +10 -0 lines Diff to previous 1.10.2.4 , to branch point 1.10 Merge build fixes. see also: ChangeLog 1.17,1.18,1.21,1.24 * dic/ideo/grammar/Imakefile: add DESTDIR (thanks to SUZUKI san) * cmd/catdic/Imakefile: remove wrong DESTDIR (thanks to SUZUKI san) * server/convert.c: if CANNA_LIGHT -> ifdef (thanks to Ayamura KIKUCHI san) * lib/RKC/rkcw.h: ditto * lib/RKC/convert.c: ditto * lib/RK/Imakefile: RkMountD -> RkMountDic Revision 1.26 - (view) (download) (annotate) - [select for diffs] Wed Dec 18 09:01:10 2002 UTC (21 years, 4 months ago) by aida_s Branch: MAIN Changes since 1.25: +7 -1 lines Diff to previous 1.25 corrected ChangeLog Revision 1.10.2.4 - (view) (download) (annotate) - [select for diffs] Wed Dec 18 08:41:41 2002 UTC (21 years, 4 months ago) by aida_s Branch: RELBR_3_6 Changes since 1.10.2.3: +19 -0 lines Diff to previous 1.10.2.3 , to branch point 1.10 Merge all dic fixes. see also: ChangeLog 1.12,1.13,1.15 * dic/ideo/pubdic/a.p(adabana): fix kanji (atsureki): fix kanji (ankou): only two letter "ankou" is allowed. (abushiga): mabushiba * dic/ideo/pubdic/m.p(mabushiba): added * [canna-dev 50] [canna-dev 85]: patch by ikumi-san. dic fixes. * dic/ideo/a.p: correct kanjis * dic/ideo/k.p: correct kanjis * dic/ideo/s.p: correct kanjis * dic/ideo/t.p: correct kanjis * dic/ideo/h.p: correct kanjis * dic/ideo/m.p: correct kanjis * dic/ideo/y.p: correct kanjis * dic/ideo/p.p: correct kanjis * dic/ideo/w.p: correct kanjis Revision 1.10.2.3 - (view) (download) (annotate) - [select for diffs] Wed Dec 18 08:29:09 2002 UTC (21 years, 4 months ago) by aida_s Branch: RELBR_3_6 Changes since 1.10.2.2: +13 -1 lines Diff to previous 1.10.2.2 , to branch point 1.10 Merge signal handling fix. see also: ChangeLog 1.14 * server/misc.c(BecomeDaemon): hook SIGTERM before fork (Reset): only raise a flag and return (CheckSignal): added * server/wconvert.c(ReadWideRequestFromClient): check signal (WriteClient): ditto * server/convert.c(ReadRequestFromClient): ditto (WriteClient): ditto (ir_error): ditto * server/WaitFor.c: ditto Revision 1.25 - (view) (download) (annotate) - [select for diffs] Wed Dec 18 08:00:28 2002 UTC (21 years, 4 months ago) by aida_s Branch: MAIN Changes since 1.24: +19 -0 lines Diff to previous 1.24 * Prevent wrong learning. It had occured in two situations: 1. bubun kakutei at bunsetsus (probably) except in jishu-henkan mode 2. bubun muhenkan In both cases, all bunsetsus had been learned. This commit is only a quick hack. tanbunContext should be removed and new protocol should be added in future. * lib/canna/henkan.c(tanbunToYomiAll): added (doTanConvertTb): use tanbunToYomiAll (doTanBubunMuhenkan): ditto (tanbunToYomi,tanbunCommitYomi): added (tanbunUnconvert): separated into tanbunToYomi and tanbunCommitYomi (TbBubunMuhenkan): use tanbunToYomi and tanbunCommitYomi (doYomiHenkan): added yc arg, new comment (tanbunHenkan): removed because enterTanHenkanMode no longer calls (enterTanHenkanMode): more strict error handling * lib/canna/romaji.c(TbBubunKakutei): commented out (already unused) Revision 1.24 - (view) (download) (annotate) - [select for diffs] Mon Dec 16 13:42:54 2002 UTC (21 years, 4 months ago) by aida_s Branch: MAIN Changes since 1.23: +4 -0 lines Diff to previous 1.23 * lib/RK/Imakefile: RkMountD -> RkMountDic Revision 1.23 - (view) (download) (annotate) - [select for diffs] Mon Dec 16 12:28:53 2002 UTC (21 years, 4 months ago) by aida_s Branch: MAIN Changes since 1.22: +6 -0 lines Diff to previous 1.22 [Canna:05811] [Canna:05812] autodef was broken * lib/canna/lisp.c(Lusedic): handle ":katakana",":hiragana" * lib/canna/romaji.c(doKakutei): define proper word Revision 1.22 - (view) (download) (annotate) - [select for diffs] Wed Dec 11 17:37:44 2002 UTC (21 years, 4 months ago) by aida_s Branch: MAIN Changes since 1.21: +7 -0 lines Diff to previous 1.21 Fix cursor movement in tango-touroku with character-based-move. * lib/canna/romaji.c(howFarToGoBackward): Stop at HENKANSUMI char. Otherwise we cannot edit the words in tango-touroku if character-based-move is true. (howFarToGoForward): ditto Revision 1.21 - (view) (download) (annotate) - [select for diffs] Wed Dec 11 15:29:47 2002 UTC (21 years, 4 months ago) by aida_s Branch: MAIN Changes since 1.20: +9 -1 lines Diff to previous 1.20 * server/convert.c: if CANNA_LIGHT -> ifdef (thanks to Ayamura KIKUCHI san) * lib/RKC/rkcw.h: ditto * lib/RKC/convert.c: ditto Revision 1.20 - (view) (download) (annotate) - [select for diffs] Wed Dec 11 15:03:43 2002 UTC (21 years, 4 months ago) by aida_s Branch: MAIN Changes since 1.19: +5 -0 lines Diff to previous 1.19 * CHANGES.jp: more desc about one-letter word hack * cmd/mkbindic/mkbindic.cpp: use only yomi as sort key Revision 1.19 - (view) (download) (annotate) - [select for diffs] Mon Dec 2 00:41:58 2002 UTC (21 years, 4 months ago) by aida_s Branch: MAIN Changes since 1.18: +7 -1 lines Diff to previous 1.18 CANNA-2002-1 security fix. * server/wconvert.c: CANNA-2002-1 security fix. * server/convert.c: ditto * server/util.c(ushortmemchr): added Revision 1.10.2.2 - (view) (download) (annotate) - [select for diffs] Mon Dec 2 00:35:38 2002 UTC (21 years, 4 months ago) by aida_s Branch: RELBR_3_6 CVS Tags: release_3_6_p1 Changes since 1.10.2.1: +7 -1 lines Diff to previous 1.10.2.1 , to branch point 1.10 CANNA-2002-1 security fix. * server/wconvert.c: CANNA-2002-1 security fix. * server/convert.c: ditto * server/util.c(ushortmemchr): added Revision 1.18 - (view) (download) (annotate) - [select for diffs] Sat Nov 9 07:16:45 2002 UTC (21 years, 5 months ago) by aida_s Branch: MAIN Changes since 1.17: +5 -1 lines Diff to previous 1.17 * cmd/catdic/Imakefile: remove wrong DESTDIR (thanks to SUZUKI san) Revision 1.17 - (view) (download) (annotate) - [select for diffs] Sat Nov 9 04:54:11 2002 UTC (21 years, 5 months ago) by aida_s Branch: MAIN Changes since 1.16: +7 -1 lines Diff to previous 1.16 * dic/ideo/words/Imakefile: add DESTDIR (thanks to SUZUKI san) * INSTALL.jp: s/lockfile/socket/g * INSTALL: ditto Revision 1.10.2.1 - (view) (download) (annotate) - [select for diffs] Thu Nov 7 14:46:02 2002 UTC (21 years, 5 months ago) by aida_s Branch: RELBR_3_6 Changes since 1.10: +23 -13 lines Diff to previous 1.10 * ChangeLog: fix my mail address * [canna-dev 50] [canna-dev 58] [canna-dev 75]: patch by Ikumi-san. currently dic fixes are not marged. * cmd/catdic/Imakefile: add chmoddic, DESTDIR * dic/ideo/words/Imakefile: fix text dic permission, add DESTDIR * lib/RK/Imakefile: s/RkRgnBun/RkBgnBun/ * server/util.c(euc2ushort): SS3 conversion was wrong. Revision 1.16 - (view) (download) (annotate) - [select for diffs] Thu Nov 7 14:33:43 2002 UTC (21 years, 5 months ago) by aida_s Branch: MAIN Changes since 1.15: +8 -1 lines Diff to previous 1.15 * server/util.c(ushort2euc): reverted previous wrong SS3 fix. (euc2ushort): should be here. * canna/patchlevel.h: bump to 4.0-devel. * Canna.conf: CannaDsoRev is now 1.1 in all platforms. Revision 1.15 - (view) (download) (annotate) - [select for diffs] Thu Nov 7 13:45:06 2002 UTC (21 years, 5 months ago) by aida_s Branch: MAIN Changes since 1.14: +19 -2 lines Diff to previous 1.14 * ChangeLog: correct date * [canna-dev 50] [canna-dev 85]: patch by ikumi-san. dic fixes. * dic/ideo/a.p: correct kanjis * dic/ideo/k.p: correct kanjis * dic/ideo/s.p: correct kanjis * dic/ideo/t.p: correct kanjis * dic/ideo/h.p: correct kanjis * dic/ideo/m.p: correct kanjis * dic/ideo/y.p: correct kanjis * dic/ideo/p.p: correct kanjis * dic/ideo/w.p: correct kanjis Revision 1.14 - (view) (download) (annotate) - [select for diffs] Thu Nov 7 11:45:15 2002 UTC (21 years, 5 months ago) by aida_s Branch: MAIN Changes since 1.13: +17 -1 lines Diff to previous 1.13 * ChangeLog: unified format * server/misc.c(BecomeDaemon): hook SIGTERM before fork (Reset): only raise a flag and return (CheckSignal): added * server/wconvert.c(ReadWideRequestFromClient): check signal (WriteClient): ditto * server/convert.c(ReadRequestFromClient): ditto (WriteClient): ditto (ir_error): ditto * server/WaitFor.c: ditto Revision 1.13 - (view) (download) (annotate) - [select for diffs] Mon Nov 4 16:56:22 2002 UTC (21 years, 5 months ago) by aida_s Branch: MAIN Changes since 1.12: +5 -1 lines Diff to previous 1.12 Forgot "mabushiga" problem. * dic/ideo/pubdic/a.p(abushiga): magbushiga * dic/ideo/pubdic/m.p(mabushiga): added Revision 1.12 - (view) (download) (annotate) - [select for diffs] Mon Nov 4 16:52:05 2002 UTC (21 years, 5 months ago) by aida_s Branch: MAIN Changes since 1.11: +13 -1 lines Diff to previous 1.11 * [canna-dev 50] [canna-dev 58] [canna-dev 75]: patch by Ikumi-san. currently dic errors are not checked except ones of a.p, so fix only them. * cmd/catdic/Imakefile: add chmoddic, DESTDIR * dic/ideo/words/Imakefile: fix text dic permission, add DESTDIR * lib/RK/Imakefile: s/RkRgnBun/RkBgnBun/ * server/util.c: SS3 conversion was wring. * dic/ideo/pubdic/a.p(adabana): fix kanji (atsureki): fix kanji (ankou): only two letter "ankou" is allowed. Revision 1.11 - (view) (download) (annotate) - [select for diffs] Mon Nov 4 15:47:00 2002 UTC (21 years, 5 months ago) by aida_s Branch: MAIN Changes since 1.10: +37 -13 lines Diff to previous 1.10 IPv6 support. If you want to specify IPv6 address by raw address instead of hostname, use [x::y]:num format. * ChangeLog: fix my mail address * Canna.conf.dist(inet6Definition): added (CANNASERVER_DEFINES, RKC_DEFINES): add inet6Definition * lib/RKC/wconvert.c(connect_inet): create inet6 socket (rkc_Connect_Iroha_Server): IPv6 [x::y] address expression support * server/IR.h: add some in6_addr support * server/connection.c(open_inet_socket): create inet6 socket Dmsg was wrong, htons() was not needed(!INET6 only) (CreateWellKnownSockets): call open_inet_socket when UseInet6 (GetConnectionInfo): support IPv6 address * server/convert.c(ir_initialize): IPv4 address check * server/misc.c: use IR_ARE_ADDR_EQUAL, Address (IR_No_Address, IR_Unix_Address): added (UseInet6): added (USAGE): add -inet6 desc (BecomeDaemon): initialize IR_No_Address if needed, check -inet6 (GetAddressFromName): added (IR_Are_Addr_Equal): added (CreateAccessControlList): IPv6 [x::y] address expression support * server/server.man: add -inet6 desc * server/server.jmn: ditto * server/wconvert.c(irw_killserver): check IPv6 case Revision 1.10 - (view) (download) (annotate) - [select for diffs] Thu Oct 24 14:16:42 2002 UTC (21 years, 5 months ago) by aida_s Branch: MAIN CVS Tags: relbr_3_bp, release_3_6 Branch point for: RELBR_3_6 Changes since 1.9: +7 -1 lines Diff to previous 1.9 * server/server.jmn: remove premountdics desc * server/server.man: ditto * INSTALL(Acknowledgements): changed to "see README.ja." Revision 1.9 - (view) (download) (annotate) - [select for diffs] Wed Oct 23 17:07:14 2002 UTC (21 years, 5 months ago) by aida_s Branch: MAIN Changes since 1.8: +6 -1 lines Diff to previous 1.8 * server/server.man: fix SYNOPSIS (Thanks to Hane san) * dic/ideo/words/dics.dir: add fuzokugo.cld Revision 1.8 - (view) (download) (annotate) - [select for diffs] Wed Oct 23 15:40:55 2002 UTC (21 years, 5 months ago) by aida_s Branch: MAIN Changes since 1.7: +6 -1 lines Diff to previous 1.7 Updated install documents. * INSTALL.jp: updated * INSTALL: ditto Revision 1.7 - (view) (download) (annotate) - [select for diffs] Wed Oct 23 13:58:14 2002 UTC (21 years, 5 months ago) by aida_s Branch: MAIN Changes since 1.6: +8 -1 lines Diff to previous 1.6 Bumped to 3.6. * canna/patchlevel.h: bump to 3.6 * CHANGES.jp: add 3.6 desc * README.jp: updated * README: updated (acknowledgement is not yet done) Revision 1.6 - (view) (download) (annotate) - [select for diffs] Tue Oct 22 16:54:27 2002 UTC (21 years, 6 months ago) by aida_s Branch: MAIN Changes since 1.5: +9 -1 lines Diff to previous 1.5 * Canna.conf.dist: Added warning not to change -DCANNA_WCHAR. * cmd/mkbindic/mkbindic.cpp: pass -div 512 to crfreq. * ChangeLog (2002-10-20 first commit): corrected patch file name. Revision 1.5 - (view) (download) (annotate) - [select for diffs] Tue Oct 22 15:19:13 2002 UTC (21 years, 6 months ago) by aida_s Branch: MAIN Changes since 1.4: +15 -1 lines Diff to previous 1.4 Corrected some spells and changed some manpages. * dic/ideo/pubdic/h.p (ha, hi, himatsu, funman): corrected spells. * dic/ideo/pubdic/n.p (noukousoku): ditto * dic/ideo/pubdic/t.p (toraware,dorojiai): ditto * README, README.jp: add copyright notice * server/server.man: add -u, -inet desc remove obsolete lockfile description and describe socket. * server/server.jmn: ditto * cmd/catdic/cannakill.man: ditto * cmd/catdic/cannakill.jmn: ditto * Canna.conf.dist (ConvertPathName): added UnixSockDir, UnixSockName, and AccessFile. Revision 1.4 - (view) (download) (annotate) - [select for diffs] Sun Oct 20 18:00:21 2002 UTC (21 years, 6 months ago) by aida_s Branch: MAIN Changes since 1.3: +21 -1 lines Diff to previous 1.3 Misc changes mainly ported from Debian. NEWS: Both Japanese manuals and English manuals are installed. This feature can be turned off by commenting JAPANESEMAN out. * server/misc.c (CreateAccessControlList): remove needless init. (from Debian) * cmd/crxgram/crxgram.c (basename): avoid conflicting with glibc. (from Debian) * dic/ideo/pubdic/a.p (enzui): well-known pubdic error * dic/ideo/pubdic/k.p (kotsuzui): ditto * lib/RK/nword.c (evalSplit): one-letter word hack (from Debian) * lib/canna/romaji.c: default romkana dic (from Debian) (DEFAULT_ROMKANA_TABLE): always use ".cbp" (OpenRoma): try topdir/ after topdir/dic/user and topdir/dic * misc/Imakefile: exclude engineSwitch related files (from Debian) * Canna.conf.dist: install both Japanese and English manuals (JMNLOCLALE): added (installManPageLong): install Japanese man page (installLibManPageLong): ditto (installLibManAliases): ditto, use symlink instead of .so * Canna.conf.dist (MakeDirectoriesLong): add semicolon (from Debian) Revision 1.3 - (view) (download) (annotate) - [select for diffs] Sun Oct 20 15:48:11 2002 UTC (21 years, 6 months ago) by aida_s Branch: MAIN Changes since 1.2: +16 -1 lines Diff to previous 1.2 Security fixes and enhancements mainly ported from Debian. * lib/RK/dd.c (DDchmod): wrong buffer size (ported from Debian) * server/misc.c (SetDicHome): fixed buffer overflow found by Shadow Penguin. (ported from Debian) * server/misc.c: added -u and -inet options (ported from Debian) add #include <pwd.h>, <sys/types.h> (userID, UseInet): added (Usage): add -u, -inet (BecomeDaemon): check -u, -inet * server/connection.c: -inet option (ported From Debian) add extern int UseInet (CreateWellKnownSockets): check UseInet * server/Imakefile: We have -u option, no need to setuid. Revision 1.2 - (view) (download) (annotate) - [select for diffs] Sun Oct 20 14:29:56 2002 UTC (21 years, 6 months ago) by aida_s Branch: MAIN Changes since 1.1: +53 -1 lines Diff to previous 1.1 Created canna/ccompat.h. This does following things at once: 1. Inlcude string.h, strings.h, and/or memory.h. 2. Declare malloc(), calloc(), realloc(), free()in appropreate way. 3. Define index(), rindex(), bzero(), bcopy() macros if needed. 4. Define pro() macro. This prevents some well-known portability problems. * Imakefile: do not ignore errors when making all. * canna/ccompat.h: added * canna/Imakefile (OSDEP_HEADER): added ccompat.h * server/IR.h: use ccompat.h * lib/RK/RKintern.h: ditto * lib/RKC/rkc.h: ditto * lib/RKC/rkcw.h: ditto * lib/canna/canna.h: ditto * ccustom/canna.h: ditto * ccustom/ccustom.c: ditto * cmd/cannacheck/main.c: ditto * cmd/catdic/RKdelline.c: ditto * cmd/catdic/can.c: ditto * cmd/catdic/rutil.c: ditto * cmd/chkconc/chkconc.c: ditto * cmd/crrdic/crrdic.c: ditto * cmd/crxdic/crxdic.c: ditto * cmd/crxgram/crxgram.c: ditto * cmd/ctow/ctow.c: ditto * cmd/dpxdic/dpxdic.c: ditto * cmd/kpdic/kpdic.c: ditto * cmd/splitwd/kpdic.c: ditto * canuum/canna.c: ditto * dic/ideo/public/pod.c: ditto * lib/RK/bun.c: remove what is done in ccompat.h * lib/RK/context.c: ditto * lib/RK/dd.c: ditto * lib/RK/dic.c: ditto * lib/RK/fq.c: ditto * lib/RK/ngram.c: ditto * lib/RK/permdic.c: ditto * lib/RK/tempdic.c: ditto * lib/RK/util.c: ditto * lib/RKC/convert.c: ditto * lib/RKC/rkc.c: ditto * lib/RKC/wconvert.c: ditto * lib/RKC/wutil.c: ditto * lib/canna/RKroma.c: ditto * lib/canna/engine.c: ditto * ccustom/lisp.c: ditto * ccustom/util.c: ditto * doc/man/guide/tex/cannaindex.c: use ccompat.h stop using strdup. * cmd/crxgram/Imakefile (INCLUDES): added $(CANNAROOT)/include * cmd/ctow/Imakefile (INCLUDES): ditto * cmd/kpdic/Imakefile (INCLUDES): ditto * cmd/splitwd/Imakefile (INCLUDES): ditto * dic/ideo/pubdic/Imakefile (INCLUDES): ditto * lib/RK/RK.h: support prototype when __cplusplus. Revision 1.1 - (view) (download) (annotate) - [select for diffs] Sun Oct 20 08:20:33 2002 UTC (21 years, 6 months ago) by aida_s Branch: MAIN Build related enhancements, especially cygwin stuffs and non-root installation supports. * ChangeLog: added * mkrelease.sh: added * cmd/chkconc/Imakefile: add .exe suffix on __CYGWIN32__. * Canna.conf: renamed to Canna.conf.dist. Canna.conf is now created by mkrelease.sh. * Canna.conf.dist: renamed from Canna.conf. added DLL stuff for cygwin. use UNIX rules instead of EMX rules(no UNIX socket, no subshell). (cannaPrefix, cannaExecPrefix): added (InstallAsUser): added (UnixSockDir, UnixSockName): added (AccessFile): added * lib/RKC/rkcw.h: use UNIX socket in cygwin. * server/Imakefile: added ConnectionFlags to DEFINES. * canna/protodef.h: allow to configure UNIX socket dir. (IR_UNIX_DIR): moved to cannaconf.h. (IR_UNIX_PATH): use IR_UNIX_DIR, IR_UNIX_SOCKNAME defined in cannaconf.h. * Imakefile: added includes:: dependency. (for XFree86 4.2.0 imake) * lib/canna/Imakefile: ditto * server/util.c: remove #include "net.h" * server/misc.c: add #ifdef ACCESS_FILE This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
|