# # ChangeLog for doc/working/exception # # Generated by Trac 1.2.1 # Apr 19, 2024, 10:11:58 PM Wed, 14 Jun 2017 19:52:29 GMT Andrew Beach [78372fd] * doc/working/exception/impl/except.c (deleted) * doc/working/exception/impl/except.h (deleted) * doc/working/exception/impl/main.c (deleted) * doc/working/exception/impl/resume-main.c (deleted) Removing the fragmented versions of the exception handling code and ... Wed, 14 Jun 2017 18:46:27 GMT Andrew Beach [6a48cc9] * doc/working/exception/impl/exception.c (modified) * doc/working/exception/impl/test-main.c (modified) * doc/working/exception/translate.c (modified) More tests for the exception library. Tue, 13 Jun 2017 20:24:17 GMT Andrew Beach [e4e9173] * doc/working/exception/impl/exception.c (modified) * doc/working/exception/impl/exception.h (modified) * doc/working/exception/impl/test-main.c (modified) Wrote out more tests for the new exception.h/c files. Tue, 13 Jun 2017 19:13:16 GMT Andrew Beach [35dd0f42] * doc/working/exception/impl/exception.c (added) * doc/working/exception/impl/exception.h (added) * doc/working/exception/impl/test-main.c (added) Work in progress combined file for both types of exceptions. Mon, 12 Jun 2017 20:34:28 GMT Andrew Beach [8d50e34] * doc/working/exception/translate.c (modified) Added the level of translation the shared code goes through in the ... Mon, 12 Jun 2017 19:30:08 GMT Andrew Beach [465ed18] * doc/working/exception/design.txt (modified) * doc/working/exception/translate.c (added) Update to the exception handling mechanism plan. Fri, 02 Jun 2017 17:10:26 GMT Andrew Beach [6b72040] * doc/working/exception/impl/except.c (modified) * doc/working/exception/impl/main.c (modified) * doc/working/exception/reference.c (modified) The try exception handler function is now generic. Thu, 01 Jun 2017 19:36:59 GMT Andrew Beach [4a58895] * doc/working/exception/impl/except.c (modified) * doc/working/exception/impl/main.c (modified) * doc/working/exception/impl/resume-main.c (added) * doc/working/exception/reference.c (added) Added a proof of consept resumption exception handler. Has comparable ... Fri, 19 May 2017 21:20:04 GMT Andrew Beach [88e0080] * doc/working/exception/design.txt (added) * doc/working/exception/impl/README (moved) * doc/working/exception/impl/except.c (moved) * doc/working/exception/impl/except.h (moved) * doc/working/exception/impl/lsda.h (moved) * doc/working/exception/impl/main.c (moved) * doc/working/exception/impl/main.cfa (moved) Added a file with notes about the new exception design. Mon, 27 Mar 2017 21:00:53 GMT Thierry Delisle [ae6f1ec] * doc/working/exception/README (added) * doc/working/exception/except.c (added) * doc/working/exception/except.h (added) * doc/working/exception/lsda.h (added) * doc/working/exception/main.c (added) * doc/working/exception/main.cfa (added) Some work on an exception prototype