X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=dc37fc6e78fdcf6e4d7cc571fc7cce3e92c1ecd3;hb=e9f6ba828a3102f9052eff28a4bcd36731a6fcf3;hp=9196dfbf24be80689474f61d1d154cb154735c6e;hpb=3fe80992472078ea912e11178e5c339c919813dc;p=chise%2Flibchise.git diff --git a/ChangeLog b/ChangeLog index 9196dfb..dc37fc6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,103 @@ +2003-08-11 MORIOKA Tomohiko + + * chise.h (chise_dt_put_char): New prototype. + +2003-08-10 MORIOKA Tomohiko + + * chise.c (chise_dt_put_char): New function. + (chise_put_attribute_table): New function. + +2003-08-10 MORIOKA Tomohiko + + * chise.c (chise_format_char_id): New function. + (chise_ft_get_value): Use `chise_format_char_id'. + +2003-08-09 MORIOKA Tomohiko + + * chise.h: Define `_CHISE_H'. + +2003-08-09 MORIOKA Tomohiko + + * sample.c (test_map_func): New function. + (main): Add sample of `chise_ft_iterate'. + + * chise.c (chise_char_id_parse_c_string): New function. + (chise_dt_get_char): Use `chise_char_id_parse_c_string'. + (chise_ft_iterate): New function. + + * chise.h (chise_ft_iterate): New function. + +2003-08-06 MORIOKA Tomohiko + + * chise.c (chise_ft_get_value): Use escape forms for some special + characters. + +2003-08-06 MORIOKA Tomohiko + + * sample.c (main): Rename "ideograph-daikanwa" to "=daikanwa". + + * chise.c (chise_open_attribute_table): Encode '/' and '%' in + argument `feature' for file name. + +2003-07-12 MORIOKA Tomohiko + + * chise.c, chise.h: Move strnlen related code from chise.h to + chise.c. + +2003-07-08 MORIOKA Tomohiko + + * Makefile.in (CFLAGS): Refer @CFLAGS@. + + * configure.in: Add check code for Fink. + +2003-07-08 MORIOKA Tomohiko + + * Makefile.in (LIBTOOL): New variable. + (distclean): New target. + + * configure.in: Check about libtool. + +2003-07-08 MORIOKA Tomohiko + + * Makefile.in: Use libtool. + +2003-07-07 MORIOKA Tomohiko + + * chise.c: Include "config.h" when HAVE_CONFIG_H is defined. + + * chise.h (strnlen): New inline function when HAVE_STRNLEN is not + defined [based on Izumi MIYAZAKI 's + patch]. + + * Makefile: Deleted. + + * configure: New file. + + * Makefile.in, config.h.in, configure.in: New files. + +2003-03-12 MORIOKA Tomohiko + + * chise.c (chise_dt_get_char): Use `chise_value_data' instead of + `chise_value_to_c_string'; use `strnlen' and `chise_value_size' + instead of `strlen'; fix problem about control characters. + + * chise.h (chise_value_data): New inline function. + +2003-03-10 MORIOKA Tomohiko + + * chise.c (chise_dt_get_char): Fix problem about `?\CHAR'. + +2003-03-06 MORIOKA Tomohiko + + * sample.c: Add comments. + +2003-03-06 MORIOKA Tomohiko + + * sample.c: Use . + (db_dir): Use "/usr/local/lib/chise/char-db". + + * Makefile: Install chise.h; setup /usr/local/lib/chise/char-db/. + 2003-03-05 MORIOKA Tomohiko * Makefile, chise.c, chise.h, sample.c: New files.