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