> From: Andy Wingo
> Cc: l...@gnu.org, 10...@debbugs.gnu.org
> Date: Tue, 19 Feb 2013 22:39:01 +0100
>
> Sorry for the large number of mails.
Don't worry about that.
> > Avoid compiler warnings on MS-Windows.
> >
> > * libguile/print.c (display_string_using_iconv): Cast 2nd arg of
> >
> From: Andy Wingo
> Cc: l...@gnu.org, 10...@debbugs.gnu.org
> Date: Tue, 19 Feb 2013 22:44:39 +0100
>
> >>(define (canonical->suffix canon)
> >> (cond
> >> - ((string-prefix? "/" canon) canon)
> >> - ((and (> (string-length canon) 2)
> >> - (eqv? (string-ref canon 1)
Hi Eli,
On Wed 20 Feb 2013 20:14, Eli Zaretskii writes:
>> >Avoid compiler warnings on MS-Windows.
>> >
>> >* libguile/print.c (display_string_using_iconv): Cast 2nd arg of
>> >`iconv' to `const char **', to avoid compiler warnings.
>> >
>> >* libguile/ports.c (get_iconv_codepoin
> From: Andy Wingo
> Cc: l...@gnu.org, 10...@debbugs.gnu.org
> Date: Wed, 20 Feb 2013 22:57:18 +0100
>
> >> > --- libguile/ports.c~0 2011-10-08 01:49:48.0 +0200
> >> > +++ libguile/ports.c 2012-01-15 15:11:11.856706600 +0200
> >> > @@ -1305,7 +1305,7 @@ get_iconv_codepoint (SCM por