Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r81708 - trunk/libs/context/doc
From: oliver.kowalke_at_[hidden]
Date: 2012-12-04 13:16:38


Author: olli
Date: 2012-12-04 13:16:37 EST (Tue, 04 Dec 2012)
New Revision: 81708
URL: http://svn.boost.org/trac/boost/changeset/81708

Log:
context: update documentation

Text files modified:
   trunk/libs/context/doc/acknowledgements.qbk | 3 ++-
   trunk/libs/context/doc/fcontext.qbk | 6 ++++--
   2 files changed, 6 insertions(+), 3 deletions(-)

Modified: trunk/libs/context/doc/acknowledgements.qbk
==============================================================================
--- trunk/libs/context/doc/acknowledgements.qbk (original)
+++ trunk/libs/context/doc/acknowledgements.qbk 2012-12-04 13:16:37 EST (Tue, 04 Dec 2012)
@@ -10,6 +10,7 @@
 I'd like to thank Adreas Fett, Artyom Beilis, Daniel Larimer, David Deakins,
 Fernando Pelliccioni, Giovanni Piero Deretta, Gordon Woodhull, Helge Bahmann,
 Holger Grund, Jeffrey Lee Hellrung (Jr.), Keith Jeffery, Phil Endecott,
-Robert Stewart, Steven Watanabe, Vicente J. Botet Escriba, Wayne Piekarski.
+Robert Stewart, Sergey Cheban, Steven Watanabe, Vicente J. Botet Escriba,
+Wayne Piekarski.
 
 [endsect]

Modified: trunk/libs/context/doc/fcontext.qbk
==============================================================================
--- trunk/libs/context/doc/fcontext.qbk (original)
+++ trunk/libs/context/doc/fcontext.qbk 2012-12-04 13:16:37 EST (Tue, 04 Dec 2012)
@@ -168,14 +168,16 @@
 
 [heading Exceptions in __context_fn__]
 
-If the __context_fn__ emits an exception, the application will terminate.
+If the __context_fn__ emits an exception, the behaviour is undefined.
+
+[important __context_fn__ should wrap the code in a try/catch block.]
 
 
 [heading Preserving floating point registers]
 
 Preserving the floating point registers increases the cycle count for a context
 switch (see performance tests).
-The foruth argument of __jump_fcontext__ controls if fpu registers should be
+The fourth argument of __jump_fcontext__ controls if fpu registers should be
 preserved by the context jump.
 
 [important The use of the fpu controlling argument of __jump_fcontext__ must


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk