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