-
Notifications
You must be signed in to change notification settings - Fork 1
/
ChangeLog
494 lines (351 loc) · 13.3 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
2009-12-10 INA Lintaro <[email protected]>
* configure.in:
VERSION=2.95.5
* doc/README.old: Added.
For rebuilding the package.
* ext/lib/skkservdic.rb:
Remove needless require.
2005-09-26 YAMASHITA Junji <[email protected]>
* configure.in:
VERSION=2.95.4.50-cvs
* skkserv.rb:
(DEFAULT_PORT) Added.
Share the default skkserv port with skkserv/skkservdic.rb.
* ext/lib/skkservdic.rb: Added.
Backend of relaying to another skkserv using tcp/ip or pipe.
* ext/lib/nulldic.rb: NULLDic will be the super class of other
backend. Therefore, default behavior will be implemented in
NULLDic.
(reload): Added.
Preparation for reloading dictionary.
* ext/skkdic.c: Almost rewrite.
Now threre is no limit about the entries length.
2005-06-19 YAMASHITA Junji <[email protected]>
* configure.in:
VERSION=2.95.4
* skkserv.rb:
s/def SKKServ./def self./.
Use Logger new API.
(setup_sighdl) Added.
Introduce the thread of watching to caught signals,
for workaround [ruby-dev:26128], [ruby-dev:26337].
(write_pid) Move signal handler to setup_sighdl.
* ext/lib/logger.rb:
(WARN) New constant. Now the constant WARNING is deprecated.
(log_warn,log_notice,log_info,log_debug) Added.
New Logging API.
(level=) Accept string for level expr.
2005-05-07 YAMASHITA Junji <[email protected]>
* ext/lib/cdbdic.rb: Added.
Backend of SKK dictionary in cdb format.
* test/cdbdic.rb: Added.
Testsuite for skkserv/cdbdic.rb
* ext/lib/nulldic.rb: Added.
Backend of NULL dictionary for debugging server behavior.
* Makefile.in:
(test) Add test runner of cdbdic.rb
2005-05-05 YAMASHITA Junji <[email protected]>
* configure.in:
VERSION=2.95.3.50-cvs
* skkserv.rb.in:
(SKKServer.write_pid)
trap SIGINT and SIGTERM with "EXIT".
(SKKServer#accept_clients)
Rescue just StandardError, not Exception(SignalException).
* ext/lib/conf.rb(Conf#str2bool):
Add yes/no of boolean expression.
* ext/lib/skkdic.rb:
Separate pure ruby searching procedure (search_rb) from search,
and introduce proc object (@search) for dispatching SKKDic.search
and/or SKKDic#search_rb.
* ext/skkdic.c:
Reduce USE_MMAP conditional part.
2004-11-10 YAMASHITA Junji <[email protected]>
* configure.in:
+ VERSION=2.95.3
* skkserv.rb.in:
Rescue the expections of tcpwrappers while acceptings.
2004-11-08 YAMASHITA Junji <[email protected]>
* doc/rskkserv.conf.sample:
s/pid_FILE/pid_file/
* doc/conf-o2n.rb:
s/PIDFILE/PID_FILE/
* Makefile.in:
Install new rskkserv.conf iff not exist.
Thanks to KURASHINA.
2004-11-04 YAMASHITA Junji <[email protected]>
* configure.in:
+ VERSION=2.95.2
* skkserv/ebdic.rb:
As adapt to the wdic-fpw1.4 that the headline includes category,
remove category string from candidates.
* test/ebdic-common.rb:
(format) New method for EPWAgent::Module.format
* test/ebdic-wdic.rb:
(test_format) New test case for headline includes category or not.
* test/skkdic.rb:
(test_lookup_okuri_nasi_success) Follow up skkdic changes,
version 2004-03-23.
2004-11-02 YAMASHITA Junji <[email protected]>
* Makefile.in:
(ext/extconf.rb target) Fix missing '%' chars.
* configure.in:
(AC_OUTPUT) Add doc/rskkserv.1 and doc/rskkserv.1.ja_JP.eucJP
* doc/rskksev.1.ja_JP.eucJP:
Oops, change file encoding iso-2022-jp to euc-jp.
Thanks to KURASHINA.
2004-02-08 YAMASHITA Junji <[email protected]>
* skkserv.rb.in:
Simplify the code of pid file. Now one pid is in the file.
Lazy load the dictionary agent libraries.
Catch more exception while writing pid.
Change the timing of deleting pid file.
2003-11-22 YAMASHITA Junji <[email protected]>
* test/conf.rb: Switch to Test::Unit from RUNIT.
* test/ebdic-common.rb: Ditto.
* test/ebdic-koujien.rb: Ditto.
* test/ebdic-mypaedia.rb: Ditto.
* test/ebdic-wdic.rb: Ditto.
* test/ebdic.rb: Ditto.
* test/skkdic.rb: Ditto.
* test/skkserv.rb: Ditto.
* doc/conf-o2n.rb: Added.
2003-11-18 YAMASHITA Junji <[email protected]>
* skkserv/ebdic.rb: Now module name and subbook are not requisite,
really optional.
2003-11-16 YAMASHITA Junji <[email protected]>
* make-dist.sh: Support making from CVS tree.
Remove doc generation.
Remove autoconf cache directory on distclean.
Extract the package version from configure.in.
* Makefile.in (test): Create missing symlink and directories.
(distclean): Remove working directories of test.
* skkserv.rb.in (mainloop): Responds exception as server error.
2003-11-15 YAMASHITA Junji <[email protected]>
* configure.in:
+ VERSION=2.95.1
+ s/NOLOG/nolog/
* skkserv/conf.rb: added.
new configuration infrastructure.
- new configuration file format.
- new configuraiton class Conf.
* test/conf.rb: added.
testsuite for skkserv/conf.rb
* skkserv.rb.in:
+ adapt to the new config infra.
+ pid file is close iff it isn't closed.
+ remove messy dummy module definition, it isn't work with
ruby1.8 and be needless by new config infra.
* skkserv/skkdic.rb:
+ adapt to the new config infra.
+ remove kcode/sjis support.
* skkserv/ebdic.rb:
+ adapt to the new config infra.
+ no error on the loading even if the eb library isn't exist.
* rskkserv.conf.in: rewritten with new config file format.
* Makefile.in: add the test target for testing.
2003-10-08 YAMASHITA Junji <[email protected]>
* rskkserv: 2.94.13 release
* skkserv.rb.in: use explicit exit status value 0
when become to be daemon.
2003-09-24 YAMASHITA Junji <[email protected]>
* skkserv.rb.in: ruby1.8, Object#type is deprecated.
use Object#class instead.
2003-04-12 YAMASHITA Junji <[email protected]>
* skkserv.rb.in: merge patch to limit the binding interface.
2001-11-20 YAMASHITA Junji <[email protected]>
* skkserv/ebdic.rb (MYPAEDIA.format):
pass at the added test case.
* test/ebdic-mypaedia.rb:
add test case.
2001-11-19 YAMASHITA Junji <[email protected]>
* rskkserv: 2.94.12a release
* Makefile.in: replace "\x40...\x40" to "@...\@".
@...\@ is safe expression for configure.
* configure.in: merge patch partially from
SATO Satoru <[email protected]>
* rskkserv.spec.in: ditto.
* skkserv.rb.in: ditto.
2001-10-18 YAMASHITA Junji (»³²¼ ½ã»Ê) <[email protected]>
* rskkserv.spec.in: added.
Thanks to SATO Satoru <[email protected]>
* configure.in: added rskkserv.spec to AC_OUTPUT.
2001-08-14 YAMASHITA Junji (»³²¼ ½ã»Ê) <[email protected]>
* rskkserv: 2.94.12 release
* make-dist.sh: New.
2001-08-13 YAMASHITA Junji (»³²¼ ½ã»Ê) <[email protected]>
* debian/: New.
* ext/depend.in: Removed.
* skkserv.rb.in:
+ remove library path args to ruby interpreter.
+ (Module#each_module): Added.
+ (SKKDictionary#initialize): use above method.
* ext/lib/skkdic.rb, ext/lib/ebdic.rb:
(create_search_agents): use each_module.
* Makefile.in: Now ext/* are rss-installed.
* ext/extconf.rb.in (create_depend): New.
create ext/depend, that include the target rss-install.
2001-07-23 YAMASHITA Junji (»³²¼ ½ã»Ê) <[email protected]>
* Makefile.in (README, INSTALL): New targets.
* rskkserv.conf.sample (PID_FILE, LOG_FILE, SKKDic::CACHEDIR):
use "./var" directory.
* skkserv.rb.in (SKKDictionary#initialize):
+ Logging what agents will be used.
+ no use constants reversal.
* doc/README.rd.ja, doc/INSTALL.rd.ja: New.
* doc/README.old: renamed from README.
* ext/skkdic.c (Init_skkdic): fix load path order problem.
* skkserv/logger.rb (@@time_format): change default value.
* skkserv/skkdic.rb (SKKDic#to_s): New method.
* skkserv/ebdic.rb (EBDic#to_s): Likewise.
* test/skkserv.rb (test_z): removed.
* test/skkdic.rb (test_lookup_okuri_nasi_success):
add "¤¢¤ª".
2001-07-17 YAMASHITA Junji (»³²¼ ½ã»Ê) <[email protected]>
* Makefile.in:
+ rubylib: renamed rubylibdir
+ RLIBDIR: removed
+ site-install: New target.
+ $(SKKSERV): include rsslibdir, rssarchdir in load path.
* bootstrap.sh, ext/depend: New.
* ext/extconf.rb: change directory guesssing strategy
* skkserv.rb.in:
+ add rubylibdir and rubyarchdir to library path
+ Now load tcpwrap iff SKKServerConfig::TCPWRAP is not false.
* rskkserv.conf.in (TCPWRAP): New config variable
2001-07-10 YAMASHITA Junji (»³²¼ ½ã»Ê) <[email protected]>
* skkserv/ebdic.rb:
+ fix typo.
+ (EBDic#initialize): work with eb v3.
Thank "UECHI Yasumasa" <[email protected]>
for reporting.
+ (EBDic.create_search_agents):
allow to specify the subbook with "SUBBOOK"
as well as "SUBDIC".
+ (EPWAgent::NULLFormatter): New.
2001-02-27 YAMASHITA Junji (»³²¼ ½ã»Ê) <[email protected]>
* skkserv/ebdic.rb (EBDic#search):
+ use search2/endsearch2 methods.
+ (KOUJIEN.format): delete midpoint char on candidate.
* test/ebdic-koujien.rb:
add test case.
2001-02-26 YAMASHITA Junji (»³²¼ ½ã»Ê) <[email protected]>
* skkserv/ebdic.rb (KOUJIEN.format):
pass at the added test case.
* test/ebdic-koujien.rb:
add test case.
2001-02-25 YAMASHITA Junji (»³²¼ ½ã»Ê) <[email protected]>
* rskkserv: 2.94.10 release
* skkserv/ebdic.rb(EPWAgent):
+ (GAIJI): constant moved from KOUJIEN.
+ (gaiji_nasi?): new function.
+ (KOUJIEN.format, format_sub): to use gaiji_nasi?.
+ (MYPAEDIA.format, format_sub): check with gaiji_nasi?.
* test/ebdic-common.rb: added.
* test/ebdic*.rb:
+ to use test/ebdic-common.rb.
+ change class name EBDic*Test to TestEBDic*.
2001-02-24 YAMASHITA Junji (»³²¼ ½ã»Ê) <[email protected]>
* skkserv/ebdic.rb (KOUJIEN.format):
pass at the added test case.
* test/ebdic-koujien.rb:
+ add test case.
+ (search, join): add new functions, and test cases use it.
2001-02-18 YAMASHITA Junji (»³²¼ ½ã»Ê) <[email protected]>
* rskkserv: 2.94.9 release
* skkserv.rb.in (SKKServer.remove_pid):
fixed.
2001-02-17 YAMASHITA Junji (»³²¼ ½ã»Ê) <[email protected]>
* skkserv.rb.in (peer_string):
typo fixed.
* skkserv/ebdic.rb (KOUJIEN.format):
pass at the added test case.
* test/ebdic-koujien.rb:
modify test case.
2001-02-04 YAMASHITA Junji (»³²¼ ½ã»Ê) <[email protected]>
* rskkserv: 2.94.8 release
* skkserv.rb.in, rskkserv.conf.in
+ add flag to be daemon or not
+ add code to record pid
* configure.in:
add `--with-piddir[=PIDDIR]'
* Makefile.in:
+ add code of handling piddir
+ skkserv.rb and rskkserv.conf depends on @CONFIG_STATUS@
* skkserv.rb.in, ext/lib/logger.rb:
add verbose option.
* skkserv.rb.in, ext/lib/skkdic.rb:
reduce the calling of Logger.log
* skkserv/ebdic.rb (KOUJIEN.format):
pass at the added test case.
* test/ebdic-koujien.rb:
add test case.
* test/ebdic-*.rb:
+ put test_search_success* into test_search_success.
+ change char using with join from "," (or "/") to ";".
2001-01-27 YAMASHITA Junji (»³²¼ ½ã»Ê) <[email protected]>
* skkserv.rb.in: BUFSIZ is renamed BUFSIZE,
and change the value same as the orignal skkserv's value.
2001-01-26 YAMASHITA Junji (»³²¼ ½ã»Ê) <[email protected]>
* ext/skkdic.c, ext/lib/skkdic.rb:
change interface of SKKDic.search, for improve search time
2001-01-25 YAMASHITA Junji (»³²¼ ½ã»Ê) <[email protected]>
* rskkserv: 2.94.0 release
* rskkserv.conf.in: added
* configure.in, Makefile.in: added
* Makefile:
removed, and it's auto-generated from Makefile.in
* skkserv/, ext/lib/: skkserv/ is renamed ext/lib/
* ext/exconf.rb.in: added
* ext/extconf.rb:
removed, and it's auto-generated from ext/extconf.rb.in
2001-01-24 YAMASHITA Junji (»³²¼ ½ã»Ê) <[email protected]>
* test/skkdic.rb, ext/skkdic.c, etc/extconf.rb: added.
* skkserv/skkdic.rb: require "skkserv/skkdic.so"
2001-01-23 YAMASHITA Junji (»³²¼ ½ã»Ê) <[email protected]>
* skkserv/ebdic.rb (MYPAEDIA.format): add extract pattern.
2001-01-22 YAMASHITA Junji (»³²¼ ½ã»Ê) <[email protected]>
* skkserv.rb.in: no exit when failed to open /dev/console.
2001-01-21 YAMASHITA Junji (»³²¼ ½ã»Ê) <[email protected]>
* rskkserv: 2.91.1 release
* test/ebdic.rb: fix incorrect assert condition.
* skkserv/ebdic.rb:
+ pass kana to formatter.
+ module MYPAEDIA:
exclude candidate that all the same to kana.
* skkserv/skkdic.rb:
When failed to write cache file, not exit, but logging.
* skkserv.rb.in, skkserv/*dic.rb:
replace printf debug with Logger.log.
* skkserv/logger.rb: added.
2001-01-17 YAMASHITA Junji (»³²¼ ½ã»Ê) <[email protected]>
* rskkserv: 2.90.1 release
* test/*.rb: refine test code.
* skkserv.rb.in, skkserv/*.rb: chomp the search string.
2000-12-25 YAMASHITA Junji (»³²¼ ½ã»Ê) <[email protected]>
* Maintainer: YAMASHITA Junji.
2000-12-23 YAMASHITA Junji (»³²¼ ½ã»Ê) <[email protected]>
* skkserv/ebdic.rb: added.
+ KOUJIEN/MYPAEDIA/WDIC is supported.
2000-12-22 YAMASHITA Junji (»³²¼ ½ã»Ê) <[email protected]>
* skkserv/skkdic.rb: added.
* skkserv.rb:
+ class SKKDic move to skkserv/skkdic.rb,
+ some runtime options are deleted.
+ move @mutex to SKKDictionary#search from SKKDic#search.
* skkserv.rb, skkserv/*dic.rb:
+ search agents return the candidates as array.
* skkserv/skkdic.rb:
+ add 'KCODE' option.
* skkserv.rb:
+ remove --sjis option.
2000-12-21 YAMASHITA Junji (»³²¼ ½ã»Ê) <[email protected]>
* skkserv.rb:
+ use configuration file.
- add option "--config {config-filename}"
- some constants of SKKServer move to confile.
+ old class SKKDictionary is renamed SKKDic.
+ class SKKDictionary is renewed.
+ sync stdout, if -d option.
+ fix typo.
* rskkserv.conf: added.