Browse CVS RepositoryLog of /canna/canna/RKCCONF.jp
Revision 1.5 - (view) (download) (annotate) - [select for diffs] Tue May 4 22:41:14 2004 UTC (19 years, 11 months ago) by aida_s Branch: MAIN CVS Tags: HEAD, after_new_zipcode, before_new_zipcode Changes since 1.4: +6 -1 lines Diff to previous 1.4 * COPYRIGHT: added * RKCCONF.jp: warn about future change Revision 1.4.2.1 - (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 CVS Tags: release_3_7_p2, release_3_7_p3 Changes since 1.4: +6 -1 lines Diff to previous 1.4 , to next main 1.5 * CHANGES.jp: fix a typo Revision 1.4 - (view) (download) (annotate) - [select for diffs] Tue Sep 30 10:30:57 2003 UTC (20 years, 6 months ago) by aida_s Branch: MAIN CVS Tags: relbr_3_7_bp, release_3_7, release_3_7_p1 Branch point for: RELBR_3_7 Changes since 1.3: +2 -2 lines Diff to previous 1.3 [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.3 - (view) (download) (annotate) - [select for diffs] Thu Aug 7 16:13:24 2003 UTC (20 years, 8 months ago) by aida_s Branch: MAIN CVS Tags: after_win_removal, before_win_removal, release_3_7_beta1 Changes since 1.2: +17 -1 lines Diff to previous 1.2 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.2 - (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.1: +4 -1 lines Diff to previous 1.1 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.1 - (view) (download) (annotate) - [select for diffs] Tue Aug 5 12:03:00 2003 UTC (20 years, 8 months ago) by aida_s Branch: MAIN 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
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.
|