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