(chise_ft_iterate): New function.
[chise/libchise.git] / ChangeLog
1 2003-08-06  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
2
3         * chise.c (chise_ft_get_value): Use escape forms for some special
4         characters.
5
6 2003-08-06  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
7
8         * sample.c (main): Rename "ideograph-daikanwa" to "=daikanwa".
9
10         * chise.c (chise_open_attribute_table): Encode '/' and '%' in
11         argument `feature' for file name.
12
13 2003-07-12  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
14
15         * chise.c, chise.h: Move strnlen related code from chise.h to
16         chise.c.
17
18 2003-07-08  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
19
20         * Makefile.in (CFLAGS): Refer @CFLAGS@.
21
22         * configure.in: Add check code for Fink.
23
24 2003-07-08  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
25
26         * Makefile.in (LIBTOOL): New variable.
27         (distclean): New target.
28
29         * configure.in: Check about libtool.
30
31 2003-07-08  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
32
33         * Makefile.in: Use libtool.
34
35 2003-07-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
36
37         * chise.c: Include "config.h" when HAVE_CONFIG_H is defined.
38
39         * chise.h (strnlen): New inline function when HAVE_STRNLEN is not
40         defined [based on Izumi MIYAZAKI <imiyazaki@bun.kyoto-u.ac.jp>'s
41         patch].
42
43         * Makefile: Deleted.
44
45         * configure: New file.
46
47         * Makefile.in, config.h.in, configure.in: New files.
48
49 2003-03-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
50
51         * chise.c (chise_dt_get_char): Use `chise_value_data' instead of
52         `chise_value_to_c_string'; use `strnlen' and `chise_value_size'
53         instead of `strlen'; fix problem about control characters.
54
55         * chise.h (chise_value_data): New inline function.
56
57 2003-03-10  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
58
59         * chise.c (chise_dt_get_char): Fix problem about `?\CHAR'.
60
61 2003-03-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
62
63         * sample.c: Add comments.
64
65 2003-03-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
66
67         * sample.c: Use <chise.h>.
68         (db_dir): Use "/usr/local/lib/chise/char-db".
69
70         * Makefile: Install chise.h; setup /usr/local/lib/chise/char-db/.
71
72 2003-03-05  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
73
74         * Makefile, chise.c, chise.h, sample.c: New files.
75