From mboxrd@z Thu Jan 1 00:00:00 1970 From: jimb@sourceware.cygnus.com To: guile-cvs@sourceware.cygnus.com Subject: guile/guile-core/libguile Tag: jimb_mb_branch_ ... Date: Thu, 02 Sep 1999 03:47:00 -0000 Message-id: <19990902104719.7233.qmail@egcs.cygnus.com> X-SW-Source: 1999-q3/msg00482.html List-Id: CVSROOT: /cvs/guile Module name: guile Changes by: jimb@egcs.cygnus.com 99/09/02 03:47:19 Modified files: guile-core/libguile: Tag: jimb_mb_branch_1 Makefile.am Makefile.in mb.c mb.h Added files: guile-core/libguile: Tag: jimb_mb_branch_1 check_mb.c Log message: * Makefile.am (check_PROGRAMS): add check_mb. (check_mb_SOURCES, check_mb_LDADD): New variables. (check-local): Run check_mb. * check_mb.c: New file, testing multibyte processing functions. * mb.c (scm_mb_get_func): Fix typo in variable name. (scm_mb_walk): Fix another typo in variable name. (scm_mb_multibyte_to_fixed): Use the right variable for the end of the multibyte text. (scm_mb_fixed_to_multibyte): Use the return value from scm_mb_put, instead of making a separate call to scm_mb_len.