Index: ossp-web/pkg/lib/ex/index.wml RCS File: /v/ossp/cvs/ossp-web/pkg/lib/ex/index.wml,v rcsdiff -q -kk '-r1.9' '-r1.10' -u '/v/ossp/cvs/ossp-web/pkg/lib/ex/index.wml,v' 2>/dev/null --- index.wml 2003/01/30 12:49:43 1.9 +++ index.wml 2003/02/17 19:36:03 1.10 @@ -7,9 +7,10 @@

Abstract

-OSSP ex is a small ISO-C++ style exception handling library for use in the -ISO-C language. It allows you to use the paradigm of throwing and catching -exceptions in order to reduce the amount of error handling code without making + +OSSP ex is a small ISO-C++ style exception handling library for use in the +ISO-C language. It allows you to use the paradigm of throwing and catching +exceptions in order to reduce the amount of error handling code without making your program less robust.

@@ -21,7 +22,7 @@ are correctly passed back to the parent.

-The OSSP ex facility also provides advanced exception handling features like +The OSSP ex facility also provides advanced exception handling features like shielded and deferred exceptions. Additionally, OSSP ex allows you to choose the used underlying machine context switching facility and optionally support multi-threading environments by allowing you to store the exception catching @@ -40,6 +41,7 @@