~ubuntu-branches/ubuntu/maverick/kakasi/maverick

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
2001-09-07  Ryuji Abe  <rug@namazu.org>

	* Version 2.3.4 released.

2001-09-03  Ryuji Abe  <rug@namazu.org>

	[Following changes are derived from OHIRA Fumiaki's
	 Mac OS X patch (kakasi-dev#287). Thanks.]
	* src/kakasi.h (kanwa_entry): New struct.
	(kanwa): Be extern.
	(jisyo_table): Likewise.
	(kanwa_load): Likewise.

	* src/dict.c (kanwa): Move variable declarations from
	dict.c.
	(jisyo_table): Likewise.
	(kanwa_load): Likewise.

2001-09-02  Yoshinori.TAKESAKO  <takesako@namazu.org>

	* src/kakasi.c (main): Changed the layout of Kakasi's help message 
	a little.

2001-08-27  Ryuji Abe  <rug@namazu.org>

	[Applied takesako's patch.]
	* lib/libkakasi.h (kakasi_free): New API for libkakasi.

	* src/kakasi.c: Likewise.

	* lib/kakasi.def: Sync with Win32 binary distribution.

	* lib/makefile.msc.in: Likewise.

	* lib/Makefile.am (libkakasi_la_LDFLAGS): Set -version-info
	to 3:0:1.

	* NEWS: More information updated.

2001-08-09  Ryuji Abe  <rug@namazu.org>

	* configure.in (AC_LIBTOOL_WIN32_DLL): Added as a comment.
	(AC_PROG_LIBTOOL): Use instead of AM_PROG_LIBTOOL.

2001-07-05  Yoshinori TAKESAKO  <takesako@namazu.org>

	* NEWS: Updated a description about 2.3.4.

2001-05-30  Yoshinori TAKESAKO  <takesako@namazu.org>

	* src/hh2.c: Fixed the bug which the pronunciation of "pp" 
	changes incorrectly with "bb", if a hiragana is converted 
	into the Roman alphabet of KUNREI-formula (-Ha -rkunrei option).
	(Reported and a patch contributed by Andreas Marcel Riechert)

	*THANKS: Updated.

2001-04-13  Ryuji Abe  <rug@namazu.org>

	* NEWS: Added a description about 2.3.4.

	* TODO: English documentations are wanted.

2001-04-12  Yoshinori.TAKESAKO  <takesako@namazu.org>

	* src/kakasi.c (main): Kakasi's help message could be displayed 
	on general console screen of 80x25.

	* AUTHORS: Updated.

2001-04-12  Ryuji Abe  <rug@namazu.org>

	* configure.in (AM_INIT_AUTOMAKE): Bumped version number to 2.3.4.

	* src/jj2.c: Fixed indent.
	
2001-04-11  NOKUBI Takatsugu  <knok@daionet.gr.jp>

	* src/kakasi.c (kakasi_do): Changed to return "" instead NULL
	when to display unknown yomi of Kanji (-JH -p option).

	* src/jj2.c (J2H): Fixed segfault bug when invoking with -w and
	too long data (kakasi-dev#00208).

2001-02-15  Yoshinori.TAKESAKO  <takesako@namazu.org>

	* doc/README.lib: Fixed that unification of libkakasi's function 
	name. And description mistake of a sample code was corrected. 

2001-02-06  Yoshinori.TAKESAKO  <takesako@namazu.org>

	* src/kakasi.c (kakasi_getopt_argv): Fixed the problem which is the 
	fault of Text::Kakasi-1.04's test.pl (only-w) [kakasi-dev 00059].
	It was made that input_term_type and output_term_type's values are 
	initialized to UNKNOWN at the time of kakasi_getopt_argv() execution.

2001-01-22  Ryuji Abe  <rug@namazu.org>

	* Version 2.3.3 released.

2001-01-21  Ryuji Abe  <rug@namazu.org>

	* src/kakasi.c (digest): Applied Yoshinori.TAKESAKO's patch
	for correcting the uniting rule of the operators.

	* AUTHORS: Added new member Yoshinori.TAKESAKO.

2001-01-18  Ryuji Abe  <rug@namazu.org>

	* TODO: One bug fix has been done. 

	* lib/libkakasi.h: Revert internal function declarations to old style
	except setcharbuffer() and getpbstr().

2001-01-17  Ryuji Abe  <rug@namazu.org>

	* src/kakasi.c (digest): Applied Yoshinori.TAKESAKO's patch
	for checking buffer overflow.

	* THANKS: Updated.

	* NEWS: Likewise.

2001-01-16  Ryuji Abe  <rug@namazu.org>

	[The function definition style of all KAKASI C source files
	 has been changed.]

	* src/kakasi.c [KAKASI_ATTR]: A new macro to simplify
	source code.

2001-01-15  Ryuji Abe  <rug@namazu.org>

	* src/ee2.c: Includes config.h.

	* src/hh2.c: Likewise.

	* src/jj2.c: Likewise.

	* src/k2.c: Likewise.

	* src/kk2.c: Likewise.

	* src/mkkanwa.c: Likewise.

	* src/wx2-conv.c: Likewise.

	* src/kakasi.c: Likewise.

	* src/kakasi.h: Doesnt include config.h.

	* src/mkkanwa.c [HAVE_STRING_H]: Includes <string.h>.
	Otherwise, includes <strings.h>.

	* src/dict.h: Likewise.

	* src/hh2.c: Likewise.

	* src/jj2.c: Likewise.

	* src/k2.c: Likewise.

	* src/kanjiio.c: Likewise.

	* src/kk2.c: Likewise.

	* src/wx2-conv.c: Likewise.

	* src/mkkanwa.c: Includes <stdlib.h>.

	* lib/Makefile.am (libkakasi_la_LDFLAGS): Set -version-info 2:3:0.

	* TODO: Added "cleanup source code".

2001-01-08  Ryuji Abe  <rug@namazu.org>

	* src/kakasi.h [LIBRARY](putcharpbuf): Added a prototype
	declaration.

	* src/kakasi.c: Added local function decls. Includes <stdlib.h>.
	[HAVE_MALLOC_H]: Includes <malloc.h>.

2001-01-07  Ryuji Abe  <rug@namazu.org>

	* src/kakasi.c (free_jisyo): Be static.

	* THANKS: Updated.

2001-01-05  Ryuji Abe  <rug@namazu.org>

	* maintMakefile (cxref-lib): Target added.

	* src/kanjiio.c [LIBRARY]: Include "libkakasi.h".

2001-01-04  Ryuji Abe  <rug@namazu.org>

	* lib/libkakasi.h: Added disclaimer about internal functions.

	* src/kakasi.c: Added information about bug reports in help
	message. 

2001-01-03  Ryuji Abe  <rug@namazu.org>

	* src/kakasi.h: This file merged jj2.h.

	* src/jj2.h: Removed.

	* src/dict.c: Removed '#include "jj2.h"'.

	* src/jj2.c: Likewise.

	* src/mkkanwa.c: Likewise.

	* src/Makefile.am (noinst_HEADERS): Removed jj2.h.

2000-12-30  Ryuji Abe  <rug@namazu.org>

	* src/furigana.h: Removed because it is same content
	as jj2.h and is not included from any files.

	* src/kanji.h: Also removed unused include files.

	* configure.in: Added gcc flags to output more warnings.

	* src/kakasi.h: Fix prototype declarations.

	* src/conv-util.h: Likewise.

	* lib/libkakasi.h: Likewise.

	* THANKS: Updated.

2000-12-27  Ryuji Abe  <rug@namazu.org>

	* kakasi-config.in: New file.

	* configure.in (AC_OUTPUT): Generate kakasi-config.

	* Makefile.am (bin_SCRIPTS): Added kakasi-config.

2000-12-08  NOKUBI Takatsugu  <knok@daionet.gr.jp>

	* NEWS: Added a description about 2.3.3.

2000-12-07  NOKUBI Takatsugu  <knok@daionet.gr.jp>

	* src/kakasi.c (free_jisyo): Implemented.

2000-12-06  NOKUBI Takatsugu  <knok@daionet.gr.jp>

	* src/kakasi.c (free_jisyo): Added the function (not implemented yet).

	* configure.in: Version 2.3.3 (should be).

2000-10-20  Satoru Takabayashi  <satoru-t@is.aist-nara.ac.jp>

	* lib/Makefile.am (libkakasi_la_LDFLAGS): Add  -export-dynamic

2000-08-20  NOKUBI Takatsugu  <knok@daionet.gr.jp>

	* src/kanjiio.c: Applied performance probrem patch.
	(contributed by Satoru Takabayashi.)

Thu Apr 27 19:20:39 2000  Hajime BABA  <baba@kusastro.kyoto-u.ac.jp>

	* Version 2.3.2 released.

Thu Apr 27 11:32:24 2000  Ryuji Abe  <raeva@t3.rim.or.jp>

	* Makefile.am (EXTRA_DIST): Revert to delete THANKS.
	(because it is added DIST_COMMON in Makefile.in
	automatically.)

Thu Apr 27 10:56:54 2000  Ryuji Abe  <raeva@t3.rim.or.jp>

	* AUTHORS: Edited. Originator and Members of KAKASI
	Project (Maintainers) are listed.

	* Makefile.am (EXTRA_DIST): Added THANKS.

	* NEWS: Updated for next release.

	* README: s/kakasi-dev@namazu.org/bug-kakasi@namazu.org/.

	* README-ja: Likewise.

	* THANKS: New File. List of Contributors.

Wed Apr 26 12:25:29 2000  Ryuji Abe  <raeva@t3.rim.or.jp>

	* TODO: Testsuite are wanted.

Tue Apr 25 17:12:55 2000  Ryuji Abe  <raeva@t3.rim.or.jp>

	* src/kakasi.c (kakasi_getopt_argv): Initialize
	variables wakatigaki_mode, terminate_done, and
	wo_mode. (Fixed the problem [kakasi-dev 00010].)

Sat Apr 22 15:31:00 2000  Ryuji Abe  <raeva@t3.rim.or.jp>

	* doc/kakasi.cat: Fixed typo.

Mon Apr 17 23:09:00 2000  Ryuji Abe  <raeva@t3.rim.or.jp>

	* doc/kakasi.1: Fixed typo.

Thu Apr 13 14:59:17 2000  Hajime BABA  <baba@kusastro.kyoto-u.ac.jp>

	* src/hh2.c: '€ò' €¬ŸÃ€š€Æ€Ê€¯€Ê€ë¥Ð¥°¥Õ¥£¥Ã¥¯¥¹. [kakasi-dev 006]
	* NEWS: ONEWS €òž«€è¡¢€ÈÄûÀµ¡£
        * TODO: -JH ¥ª¥×¥·¥ç¥ó€ò€Ä€±€ë€ÈÆÉ€á€Ê€€ŽÁ»ú€ÏÉœŒš€·€Ê€€·ï [namazu-826]
        * TODO: ¥š¥é¡ŒœèÍý [namazu-dev 917]

Sat Mar  4 13:04:00 2000  Ryuji Abe  <raeva@t3.rim.or.jp>

	* configure.in (CFLAGS): Set -Wall -pedantic if gcc is used. 

	* src/kakasi.c: Fixed variable declaration.

	* src/kanjiio.c: Likewise.

	* src/atoc-conv.c: Removed #ifdef __GNUC__.

	* src/rdic-conv.c: Likewise.

	* src/wx2-conv.c: Likewise.

	* src/hh2.c: Removed #ifdef __BEOS__.

	* src/jj2.c: Likewise.

	* src/kk2.c: Likewise.

	* src/dict.c: Likewise.

	* src/atoc-conv.c: Likewise.

	* src/rdic-conv.c: Likewise.

	* src/wx2-conv.c: Likewise.

	* src/mkkanwa.c: Do cast const char* in strlen(). 

Sat Mar  4 10:41:29 2000  Ryuji Abe  <raeva@t3.rim.or.jp>

	[Now all source use Id rcs tag instead of Header.] 

	* configure.in (AM_INIT_AUTOMAKE): Bumped version number to 2.3.2.
	(AM_MAINTAINER_MODE): Use.
	(AC_OUTPUT): Added kakasi.spec.

	* Makefile.am: Include maintMakefile if maintainer
	mode is enabled.
	(EXTRA_DIST): Added maintMakefile, kakasi.spec, and
	kakasi.spec.in.
	(kanwadict): Use test -f instead of test -e.
	(dist-hook): Likewise.

	* maintMakefile: New file.

	* acinclude.m4: Removed.

	* doc/ChangeLog.lib: EUC-JP encoding.

	* doc/README.lib: Likewise.

	* doc/README.OS2: Likewise.

	* src/kanjiio.h: Include stdlib.h for malloc().

	* src/mkkanwa.c(usage): Requires only one parameter.
	(Thanks SUNAGAWA Keiki <Keiki_SUNAGAWA@yokogawa.co.jp>
	for this patch.)

	* src/kakasi.c: Fixed core dumped problem when no
	parameter is given for kakasi -i.
	(Thanks gotoken@math.sci.hokudai.ac.jp (GOTO Kentaro)
	for this patch.)

	[Also applied Ken-ichi Hirose's patch. Thanks.]

	* src/dict.c: Include config.h which is needed.

	* src/kanjiio.h: Likewise.

	* src/itaiji.h: Include stdlib.h.

Fri Oct 29 21:55:06 1999  Hajime BABA  <baba@kusastro.kyoto-u.ac.jp>

	* ¥Ð¡Œ¥ž¥ç¥ó 2.3.1 ¥ê¥ê¡Œ¥¹¡£

Fri Oct 29 11:36:18 1999  Ryuji Abe  <raeva@t3.rim.or.jp>

	* lib/Makefile.am: Remove old lib*.c files before make symbolic-links.
	
Thu Oct 28 02:20:03 1999  Ryuji Abe  <raeva@t3.rim.or.jp>

	* src/*.{c,h}: Fixed RCS tags. Snail mail address of FSF is 
	now up-to-date.
	* src/kakasi.c (RCS_ID): Removed.

Tue Oct 26 16:26:46 1999  Hajime BABA  <baba@kusastro.kyoto-u.ac.jp>

	* ONEWS: doc/orig/{ANNOUNCE,CHANGES} €«€é ONEWS €òÀžÀ®
	
	* doc/orig/*: €œ€ÎŸ€Ï¥Õ¥¡¥€¥ëÀ°Íý
	
	* TODO: Ÿ¯€·Äɲá£
	
Tue Oct 19 18:54:04 1999  Ryuji Abe  <raeva@t3.rim.or.jp>
	
        * acinclude.m4 (mingw*  AC_PROG_LD): use tr for carriage return.
        (This fix derived from libtool-1.3c that is available via CVS.
         Contributed by Gary V. Vaughan <gary@oranda.demon.co.uk>.)

Tue Oct 19 18:20:25 1999  Hajime BABA  <baba@kusastro.kyoto-u.ac.jp>

	* AUTHORS: doc/CONTRIBUTORS €«€éÌŸÁ°Êѹ¹¡£
	
	* Makefile.am: kakasidict €ò¥Ñ¥Ã¥±¡Œ¥ž€ËƱº­€¹€ë€³€È€Ë
	€·€¿€Î€Ç€œ€Î€è€Š€ËÊѹ¹¡£€Þ€¿ [namazu-dev 608] €Î¥Ð¥°€òœ€Àµ¡£

	* TODO: €€€¯€Ä€«Äɲá£
	
	* kakasi.c (main): ¥é¥€¥Ö¥é¥ê²œÉôʬ€Î¥Ð¥°œ€Àµ¡£[namazu-dev 580]

	* src/dict.c (add_jisyo)(init_kanwa),
 	src/itaiji.c (mkitaijitbl), src/mkkanwa.c (main):
 	fopen() €ÎÆóÈÖÌ܀ΰú¿ô€Ï "rb" or "wb" €ÇÅý°ì¡£

Tue Sep 28 20:15:04 1999  Hajime BABA  <baba@kusastro.kyoto-u.ac.jp>

	* ¥Ð¡Œ¥ž¥ç¥ó 2.3.0 ¥ê¥ê¡Œ¥¹¡£
	
Mon Sep 27 22:08:29 1999  Hajime BABA  <baba@kusastro.kyoto-u.ac.jp>
	
	* °ìÈÌŪ€Ê GNU ¥Ä¡Œ¥ë€ÎºîË¡€ËœŸ€€¡¢Œ­œñ¥€¥ó¥¹¥È¡Œ¥ë°ÌÃÖ€ò
 	/usr/local/lib/kakasi €«€é /usr/local/share/kakasi €ËÊѹ¹¡£

Tue Aug 31 23:38:40 1999  Hajime BABA  <baba@kusastro.kyoto-u.ac.jp>

	* ¹â¶¶»á€è€ê GPL €ËœŸ€Š€È€ÎŸò·ï€ÇºÆÇÛÉÛµö²Ä€òĺ€¯¡£
	
	* ʬ€«€Áœñ€­¥Ñ¥Ã¥ÁÅý¹ç¡£
	  (Hajime BABA <baba@kusastro.kyoto-u.ac.jp> »á€Ë€è€ë)

	* Windows Âбþ¥Ñ¥Ã¥ÁÅý¹ç¡£
	  (Ken-ichi Hirose <hirose@cp.neec.fc.nec.co.jp> »á€Ë€è€ë)

	* OS/2 Âбþ¥Ñ¥Ã¥ÁÅý¹ç¡£
	  (Kaz SHiMZ <kshimz@sfc.co.jp> »á€Ë€è€ë)

	* BeOS Âбþ¥Ñ¥Ã¥ÁÅý¹ç¡£
	  (À¶¿å ŸÈµ× <teru@angel.ne.jp> »á€Ë€è€ë)

	* ¥é¥€¥Ö¥é¥ê²œ¥Ñ¥Ã¥ÁÅý¹ç¡£
	  (NOKUBI Takatsugu <knok@daionet.gr.jp> »á€Ë€è€ë)

	* ŽÄ¶­ÊÑ¿ôÍøÍѥѥåÁÅý¹ç¡£
	  (Kaz SHiMZ <kshimz@sfc.co.jp> »á€Ë€è€ë)

	* GNU autoconf/automake/libtool €òÍÑ€€¡¢configure ²œ¡£

	* OS/2 Âбþ€Î€¿€á¡¢¥Õ¥¡¥€¥ëÌŸ€òÊѹ¹¡£
	  (E2.c -> ee2.c €Ê€É¡¢ÂçÊž»ú€òŸ®Êž»ú€ËÃÖŽ¹)

	* €œ€ÎŸ¡¢¥Þ¥€¥Ê¡Œ€Ê¥Ð¥°€ò¥Õ¥£¥Ã¥¯¥¹¡£