update.
[chise/libchise.git] / ChangeLog
1 2003-07-08  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2
3         * Makefile.in: Use libtool.
4
5 2003-07-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
6
7         * chise.c: Include "config.h" when HAVE_CONFIG_H is defined.
8
9         * chise.h (strnlen): New inline function when HAVE_STRNLEN is not
10         defined [based on Izumi MIYAZAKI <imiyazaki@bun.kyoto-u.ac.jp>'s
11         patch].
12
13         * Makefile: Deleted.
14
15         * configure: New file.
16
17         * Makefile.in, config.h.in, configure.in: New files.
18
19 2003-03-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
20
21         * chise.c (chise_dt_get_char): Use `chise_value_data' instead of
22         `chise_value_to_c_string'; use `strnlen' and `chise_value_size'
23         instead of `strlen'; fix problem about control characters.
24
25         * chise.h (chise_value_data): New inline function.
26
27 2003-03-10  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
28
29         * chise.c (chise_dt_get_char): Fix problem about `?\CHAR'.
30
31 2003-03-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
32
33         * sample.c: Add comments.
34
35 2003-03-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
36
37         * sample.c: Use <chise.h>.
38         (db_dir): Use "/usr/local/lib/chise/char-db".
39
40         * Makefile: Install chise.h; setup /usr/local/lib/chise/char-db/.
41
42 2003-03-05  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
43
44         * Makefile, chise.c, chise.h, sample.c: New files.
45