* guile-lib 0.1.8 released
@ 2010-08-30 6:06 Andy Wingo
2010-08-30 6:23 ` Andy Wingo
0 siblings, 1 reply; 3+ messages in thread
From: Andy Wingo @ 2010-08-30 6:06 UTC (permalink / raw)
To: guile-lib-dev, guile-user
Hey all,
I think I've finally managed to roll together a guile-lib release that
works with Guile 1.8 and 2.0. NEWS follows. Bug reports to either list,
please.
Happy hacking,
Andy
guile-lib 0.1.8 -- 2010-08-29
=============================
* Updates for Guile 2.0.
Guile 2.0 has incorporated many modules from Guile-Lib, but all the same
we have to make sure that one Guile-Lib installation works fine with 1.8
and 2.0. To that end
* The default SSAX parser no longer drops whitespace.
We used to drop extraneous whitespace when using the default XML parser,
but strictly speaking, this loses information. Guile-Lib now preserves
whitespace in the resulting SXML.
* SSAX supports UTF-8 output on Guile 1.8.
Guile 1.8 naively treats characters as bytes, not understanding
unicode. Still sometimes it's useful to emit UTF-8 sequences in Guile
1.8, which is what this SSAX does. Note that Guile 2.0 includes its own
SSAX, and handles unicode natively.
* Expose ssax:predefined-parsed-entities
Allows the user to define &foo; XML entities.
* License changed to GPL and LGPL, version 3 or later.
See the specific modules for their licenses.
* Removed modules: (math rationalize), (scheme session), SRFIs 34,35,40
Guile 1.8 and above support rationalize natively. The improvements in
(scheme session) are in Guile now, as are SRFIs 34 and 35. SRFI 40 is
withdrawn, in favor of SRFI 41.
* Removed module (container queue)
Use (ice-9 q) instead.
* Call tree analysis in statprof
Statprof can save away the various call trees that it samples for later
analysis. See the statprof documentation, for more information.
--
http://wingolog.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: guile-lib 0.1.8 released
2010-08-30 6:06 guile-lib 0.1.8 released Andy Wingo
@ 2010-08-30 6:23 ` Andy Wingo
2010-08-30 23:00 ` Ludovic Courtès
0 siblings, 1 reply; 3+ messages in thread
From: Andy Wingo @ 2010-08-30 6:23 UTC (permalink / raw)
To: guile-lib-dev; +Cc: guile-user
On Sun 29 Aug 2010 23:06, Andy Wingo <wingo@pobox.com> writes:
> Hey all,
>
> I think I've finally managed to roll together a guile-lib release that
> works with Guile 1.8 and 2.0. NEWS follows. Bug reports to either list,
> please.
Almost! I rolled a 0.1.9 that I think works with Guile 1.8 and 2.0 now,
finally, and updated the web site. Let me knwo if things don't work for
you.
Andy
--
http://wingolog.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: guile-lib 0.1.8 released
2010-08-30 6:23 ` Andy Wingo
@ 2010-08-30 23:00 ` Ludovic Courtès
0 siblings, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2010-08-30 23:00 UTC (permalink / raw)
To: guile-user; +Cc: guile-lib-dev
Hi!
Andy Wingo <wingo@pobox.com> writes:
> On Sun 29 Aug 2010 23:06, Andy Wingo <wingo@pobox.com> writes:
>
>> Hey all,
>>
>> I think I've finally managed to roll together a guile-lib release that
>> works with Guile 1.8 and 2.0. NEWS follows. Bug reports to either list,
>> please.
>
> Almost! I rolled a 0.1.9 that I think works with Guile 1.8 and 2.0 now,
Great, thank you!
Ludo’.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-08-30 23:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-30 6:06 guile-lib 0.1.8 released Andy Wingo
2010-08-30 6:23 ` Andy Wingo
2010-08-30 23:00 ` Ludovic Courtès
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).