Browse CVS RepositoryLog of /canna/canna/Canna.conf.dist
Revision 1.29 - (view) (download) (annotate) - [select for diffs] Sun Apr 2 11:54:31 2006 UTC (18 years ago) by aida_s Branch: MAIN CVS Tags: HEAD Changes since 1.28: +4 -1 lines Diff to previous 1.28 [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.23.2.4 - (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 CVS Tags: release_3_7_p2, release_3_7_p3 Changes since 1.23.2.3: +1 -1 lines Diff to previous 1.23.2.3 , to branch point 1.23 , to next main 1.29 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.28 - (view) (download) (annotate) - [select for diffs] Fri Apr 9 11:43:16 2004 UTC (20 years ago) by aida_s Branch: MAIN CVS Tags: after_new_zipcode, before_new_zipcode Changes since 1.27: +2 -2 lines Diff to previous 1.27 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.23.2.3 - (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 CVS Tags: release_3_7_p1 Changes since 1.23.2.2: +1 -1 lines Diff to previous 1.23.2.2 , to branch point 1.23 * 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.27 - (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.26: +1 -1 lines Diff to previous 1.26 * 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.23.2.2 - (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.23.2.1: +3 -1 lines Diff to previous 1.23.2.1 , to branch point 1.23 * 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.26 - (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.25: +4 -2 lines Diff to previous 1.25 * 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.23.2.1 - (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.23: +11 -1 lines Diff to previous 1.23 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.25 - (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.24: +7 -6 lines Diff to previous 1.24 * 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.24 - (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.23: +10 -1 lines Diff to previous 1.23 * 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.23 - (view) (download) (annotate) - [select for diffs] Thu Oct 2 07:40:29 2003 UTC (20 years, 6 months ago) by aida_s Branch: MAIN CVS Tags: relbr_3_7_bp, release_3_7 Branch point for: RELBR_3_7 Changes since 1.22: +2 -2 lines Diff to previous 1.22 * 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.22 - (view) (download) (annotate) - [select for diffs] Thu Sep 25 06:30:20 2003 UTC (20 years, 6 months ago) by aida_s Branch: MAIN CVS Tags: release_3_7_beta1 Changes since 1.21: +181 -185 lines Diff to previous 1.21 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.21 - (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.20: +2 -2 lines Diff to previous 1.20 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.20 - (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.19: +5 -15 lines Diff to previous 1.19 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.4.2.7 - (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 CVS Tags: release_3_6_p4 Changes since 1.4.2.6: +5 -2 lines Diff to previous 1.4.2.6 , to branch point 1.4 , to next main 1.29 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.4.2.6 - (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.4.2.5: +2 -0 lines Diff to previous 1.4.2.5 , to branch point 1.4 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.4.2.5 - (view) (download) (annotate) - [select for diffs] Fri Sep 12 05:00:45 2003 UTC (20 years, 7 months ago) by aida_s Branch: RELBR_3_6 Changes since 1.4.2.4: +2 -2 lines Diff to previous 1.4.2.4 , to branch point 1.4 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.19 - (view) (download) (annotate) - [select for diffs] Sat Sep 6 13:59:32 2003 UTC (20 years, 7 months ago) by aida_s Branch: MAIN CVS Tags: after_win_removal, before_win_removal Changes since 1.18: +13 -9 lines Diff to previous 1.18 * 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.18 - (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.17: +3 -1 lines Diff to previous 1.17 * 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.17 - (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.16: +3 -2 lines Diff to previous 1.16 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.16 - (view) (download) (annotate) - [select for diffs] Sat Jul 5 15:53:51 2003 UTC (20 years, 9 months ago) by takasan Branch: MAIN Changes since 1.15: +3 -3 lines Diff to previous 1.15 * [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.15 - (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.14: +4 -1 lines Diff to previous 1.14 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.14 - (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.13: +3 -1 lines Diff to previous 1.13 [Canna-dev 182]: DicDir (by Takamizu san) * Canna.conf.dist(ConvertPathName): add @(DicDir) Revision 1.13 - (view) (download) (annotate) - [select for diffs] Sun Jan 26 04:36:30 2003 UTC (21 years, 2 months ago) by aida_s Branch: MAIN CVS Tags: after_autoconf Changes since 1.12: +33 -5 lines Diff to previous 1.12 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.4.2.4 - (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.4.2.3: +1 -1 lines Diff to previous 1.4.2.3 , to branch point 1.4 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.12 - (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.11: +1 -1 lines Diff to previous 1.11 * Canna.conf.dist: MANSUFF(X (thanks to nanashi san) * mkrelease.sh: remove autom4te.cache Revision 1.4.2.3 - (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 CVS Tags: release_3_6_p2 Changes since 1.4.2.2: +1 -6 lines Diff to previous 1.4.2.2 , to branch point 1.4 * Canna.conf: CannaDsoRev is now 1.1 in all platforms. * CHANGES.jp: update Revision 1.4.2.2 - (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.4.2.1: +1 -1 lines Diff to previous 1.4.2.1 , to branch point 1.4 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.11 - (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.10: +2 -2 lines Diff to previous 1.10 * 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.10 - (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.9: +11 -3 lines Diff to previous 1.9 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.9 - (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.8: +0 -6 lines Diff to previous 1.8 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.8 - (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.7: +1 -16 lines Diff to previous 1.7 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.4.2.1 - (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.4: +75 -30 lines Diff to previous 1.4 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.7 - (view) (download) (annotate) - [select for diffs] Sat Dec 28 02:47:13 2002 UTC (21 years, 3 months ago) by aida_s Branch: MAIN CVS Tags: before_new_wchar Changes since 1.6: +75 -30 lines Diff to previous 1.6 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.6 - (view) (download) (annotate) - [select for diffs] Thu Nov 7 14:33:43 2002 UTC (21 years, 5 months ago) by aida_s Branch: MAIN CVS Tags: after_cvsignore, before_cvsignore Changes since 1.5: +2 -7 lines Diff to previous 1.5 * 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.5 - (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.4: +5 -3 lines Diff to previous 1.4 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.4 - (view) (download) (annotate) - [select for diffs] Tue Oct 22 16:54:27 2002 UTC (21 years, 6 months ago) by aida_s Branch: MAIN CVS Tags: relbr_3_bp, release_3_6, release_3_6_p1 Branch point for: RELBR_3_6 Changes since 1.3: +4 -1 lines Diff to previous 1.3 * 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.3 - (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.2: +7 -1 lines Diff to previous 1.2 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.2 - (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.1: +48 -15 lines Diff to previous 1.1 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.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.
|