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: Mon, 06 Sep 1999 06:50:00 -0000 Message-id: <19990906135009.1909.qmail@egcs.cygnus.com> X-SW-Source: 1999-q3/msg00542.html List-Id: CVSROOT: /cvs/guile Module name: guile Changes by: jimb@egcs.cygnus.com 99/09/06 06:50:09 Modified files: guile-core/libguile: Tag: jimb_mb_branch_1 mbconv.h Log message: * mbconv.h (scm_mb_register_encoding): Add prototype for this. * mbconv.h (enum scm_mb_iconv_result): Renamed from enum scm_mb_iconv, because the compiler complained. ??? * mbconv.c: Incomplete beginnings of converting input and output ports. * mbconv.h: Declarations for same. * mbconv.h (struct scm_mb_encoding): Add `const' to inbuf argument to the `write' function.