Downloadliste

Projektbeschreibung

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. This is achieved by directly
transferring exceptional return codes (and the
program control flow) from the location where the
exception is raised (throw point) to the location
where it is handled (catch point), usually from a
deeply nested sub-routine to a parent routine. All
intermediate routines no longer have to make sure
that the exceptional return codes from
sub-routines are correctly passed back to the parent.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-10-02 21:09
1.0.5

Die Build-Umgebung wurde auf GNU libtool 1.5.20 aktualisiert und GNU shtool 2.0.3.
Tags: Minor bugfixes
The build environment has been upgraded to GNU libtool 1.5.20 and GNU shtool 2.0.3.

2004-04-06 16:06
1.0.4

Diese Veröffentlichung fügt ein Autoconf überprüfen va_copy () und verwendet sie in die Test-Suite sub-Bibliothek, um ihn zu beheben. Es aktualisiert die Build-Umgebung für GNU libtool 1.5.4.
Tags: Minor bugfixes
This release adds an Autoconf check for va_copy() and uses it in the
test suite sub-library in order to fix it. It upgrades the build
environment to GNU libtool 1.5.4.

2004-04-03 16:15
1.0.3

Diese Version aktualisiert die Build-Umgebung auf GNU autoconf 2.59 und GNU libtool 1.5.2, constifies die ex_file und ex_func Bereichen Ausnahme Context-Struktur zu C99 Anforderungen zu erfüllen, und legt die Test-Suite hinzugefügt, da eine rechtswidrige Iteration während Befreiung der Elemente aufgeführt wurde.
Tags: Major bugfixes
This release upgrades the build environment to GNU autoconf 2.59 and
GNU libtool 1.5.2, constifies the ex_file and ex_func fields of the
exception context structure to fulfill C99 requirements, and fixes the
test suite library because an illegal iteration was performed during
freeing of elements.

2003-01-30 20:15
1.0.2

Die Umsetzung der Klausel ex_cleanup festgesetzt worden war und die Manual-Seite wurde verbessert und aufgeräumt.
Tags: Major bugfixes
The implementation of the ex_cleanup clause was fixed, and the manual page was enhanced and cleaned up.

2003-01-06 19:21
1.0.1

Die Build-Umgebung wurde auf GNU Shtool 1.6.2, GNU Libtool 1.4.3 und GNU Autoconf 2,57 aktualisiert. Die Ausgabe von "ex-config - libs" wurde behoben.
Tags: Minor bugfixes
The build environment has been updated to GNU Shtool 1.6.2, GNU Libtool 1.4.3, and GNU Autoconf 2.57. The output of "ex-config --libs" has been fixed.

Project Resources