* deprecated.scm (make-uniform-array): Don't pass the prototype as
[bpt/guile.git] / doc / ref / ChangeLog
CommitLineData
7b4c914e
NJ
12006-02-04 Neil Jerram <neil@ossau.uklinux.net>
2
3 * api-control.texi (Throw Handlers): New node.
4 (Throw): Moved to after the Lazy Catch node.
5 (Catch): Enhance to cover the optional pre-unwind handler, and new
6 APIs scm_c_catch, scm_catch_with_pre_unwind_handler.
7 (Lazy Catch): Describe relationship to with-throw-handler.
8 Document that the handler may return, and what happens if it does.
9 (Throw): Mention that a throw can be handled by a throw handler as
10 well as by a catch.
11
7746d6da
KR
122006-02-04 Kevin Ryde <user42@zip.com.au>
13
14 * api-options.texi (Build Config): pxref libtool on libguileinterface
15 version info.
16 * intro.texi (Writing Guile Extensions), libguile-extensions.texi (A
17 Sample Guile Extension): pxref libtool manual.
18
f36978c9
KR
19 * api-modules.texi (Compiled Code Installation): New section.
20
ba28d594
KR
21 * posix.texi (Network Address Conversion, Network Databases)
22 (Network Sockets and Communication, Internet Socket Examples): Misc
23 tweaks.
24
661ae7ab
MV
252006-01-29 Marius Vollmer <mvo@zagadka.de>
26
cc19cda7
MV
27 * api-scheduling.texi: Removed "Futures" node.
28
661ae7ab
MV
29 Renamed the "frames" that are related to dynamic-wind to "dynamic
30 contexts. Renamed all functions from scm_frame_ to scm_dynwind_.
31 Updated documentation.
fd0a5bbc
HWN
32
33