Download List

프로젝트 설명

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.

System Requirements

System requirement is not defined
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

은 GNU libtool 1.5.20 및 업그레이 드되었습니다 환경을 구축하고는 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

이 릴리스에 대한 va_copy Autoconf 체크 추가 ()와 테스트 하위 그것을 사용하여 라이브러리의 순서를 해결합니다. 은 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

은 GNU autoconf를 2.59와 GNU libtool 1.5.2 환경 구축이 릴리스의 업그레 이드, C99 요구 사항을 충족하려면 예외 컨텍스트 구조 ex_file 및 ex_func 분야 constifies 및 수정 테스트 라이브러리 때문에 불법적인 요소를 자유롭게 반복하는 동안 수행했다.
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

ex_cleanup 조항의 구현, 고정했다 매뉴얼 페이지가 향상되었습니다 가서 손 씻고와.
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

은 GNU Shtool 1.6.2, 멋진 GNU Libtool 1.4.3, 그리고 GNU Autoconf 2.57로 업데이 트되었습니다 환경을 빌드합니다. "전 - 설정 - libs가의 출력은"수정되었습니다.
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