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