Check-in Number:
|
3289 | |
Date: |
2003-Feb-17 20:36:03 (local)
2003-Feb-17 19:36:03 (UTC) |
User: | rse |
Branch: | |
Comment: |
add baseball (= throw+catch) logo |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-web/pkg/lib/ex/ex.png is a binary file
ossp-web/pkg/lib/ex/index.wml 1.9 -> 1.10
--- index.wml 2003/01/30 12:49:43 1.9
+++ index.wml 2003/02/17 19:36:03 1.10
@@ -7,9 +7,10 @@
<h2>Abstract</h2>
-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
+<img src="ex.png" alt="" align=right>
+<b>OSSP ex</b> is a small ISO-C++ style exception handling library for use in the
+ISO-C language. It allows you to use the paradigm of <b>throwing and catching
+exceptions</b> in order to reduce the amount of error handling code without making
your program less robust.
<p>
@@ -21,7 +22,7 @@
are correctly passed back to the parent.
<p>
-The OSSP ex facility also provides advanced exception handling features like
+The <b>OSSP ex</b> 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 @@
<pkg_status
name="ex" assign="rse"
+ genesis="Jan-2002"
stable="1.0.2" stable_date="30-Jan-2003"
unstable="none" unstable_date=""
done=100>
|
|