Releases: alecksandr26/except-c
Release v2.1.0
Now, finally, there is complete integration with GDB. If an unhandled exception is raised and the program is executed from GDB, the program will halt at the raise line, allowing you to perform in-depth debugging.
Dependencies:
- cc (GCC) 14.1.1 20240522
- GNU Make 4.4.1
Release v2.0.0
Renaming the macros for the last time, we now have signal exceptions, backtrace information for each exception, and an override for the assert function. A failed assertion will now be considered an exception that can potentially be handled.
Dependencies:
- cc (GCC) 14.1.1 20240522
- GNU Make 4.4.1
Release v1.4.0
Adding general purpose exceptions and changing the output from an uncaught exception.
Dependencies:
- cc (GCC) 13.2.1 20230801
- GNU Make 4.4.1
- NASM version 2.16.01
Release v1.3.1
A simple change in the compilation process of the library.
Dependencies:
- cc (GCC) 13.2.1 20230801
- GNU Make 4.4.1
- NASM version 2.16.01
Release v1.3.0
A simple change in the naming of the header file interface
Dependencies:
- cc (GCC) 13.1.1 20230429
- GNU Make 4.4.1
- NASM version 2.16.01
Release v1.2.0
Releasing again, so now we have better naming for the exceptions
Renaming a few functions v1.0.1
A simple change from the previous release this release solve some bug with the standard library header files.
Dependencies:
- cc (GCC) 13.1.1 20230429
- GNU Make 4.4.1
- NASM version 2.16.01
Iinitial release of this project v1.0.0
This is my own implementation of exceptions in C. It features a simple macro interface for easy usage.
Dependencies:
- cc (GCC) 13.1.1 20230429
- GNU Make 4.4.1
- NASM version 2.16.01