On Sat 26 Mar 2011 16:51, Bruno Haible writes:
> The comment about uc_locale_language is outdated. Please consider this patch
> (to be applied with "patch -p0").
Applied. Thanks!
Andy
--
http://wingolog.org/
Hi Mark,
On Thu 10 Mar 2011 00:28, Mark H Weaver writes:
> #define SCM_GNUMBERP(x) \
> (SCM_STRUCTP (x) && (SCM_STRUCT_VTABLE_FLAGS (x) & SCM_CLASSF_NUMBER))
>
> scm_number_p is implemented as:
>
> return scm_from_bool (SCM_NUMBERP (x) || SCM_GNUMBERP (x));
It's a late reply, but I just wan
On Fri 25 Mar 2011 21:29, l...@gnu.org (Ludovic Courtès) writes:
> Mike Gran writes:
>
>> The Guile web site links to a doc on lonelycactus.com, which I'm going
>> to repurpose at somepoint in the future. The doc is way obsolete, so it
>> should probably be de-linked.
>
> Done,
At a user's requ
Hi,
The comment about uc_locale_language is outdated. Please consider this patch
(to be applied with "patch -p0").
2011-03-26 Bruno Haible
Update comment about uc_locale_language.
* libguile/i18n.c (locale_language): Update comment.
--- libguile/i18n.c.origSat Mar 26
Hello!
Andy Wingo writes:
> On Mon 07 Mar 2011 22:14, l...@gnu.org (Ludovic Courtès) writes:
>
>> Thoughts?
>
> Thanks for dealing with Guile-lib's bugs! I went ahead and pushed a
> 0.2.0 release.
Excellent! (I see 8942bd0cf6192526af5490a7c26ff1cef0fe3916 makes it
clear that (sxml fold) doesn
l...@gnu.org (Ludovic Courtès) writes:
> Hello,
>
> Andreas Rottmann writes:
>
>> l...@gnu.org (Ludovic Courtès) writes:
>
>> However, even if I think based on your criteria nothing speaks against
>> including fmt in Guile, there is still the argument of code duplication:
>> if some external libr
On Mon 07 Mar 2011 22:14, l...@gnu.org (Ludovic Courtès) writes:
> Thoughts?
Thanks for dealing with Guile-lib's bugs! I went ahead and pushed a
0.2.0 release.
Regards,
Andy
--
http://wingolog.org/