# # ChangeLog for src/ControlStruct/ExceptTranslate.cc # # Generated by Trac 1.2.1 # Apr 30, 2024, 5:44:20 AM Tue, 04 Jul 2017 18:26:28 GMT Andrew Beach [ad0be81] * src/ControlStruct/ExceptTranslate.cc (modified) * src/libcfa/exception.c (modified) * src/tests/except-0.c (modified) Fixed all the errors I found except for skipped deconstructors. Tue, 04 Jul 2017 15:52:33 GMT Andrew Beach [307a732] * src/ControlStruct/ExceptTranslate.cc (modified) * src/ControlStruct/ExceptTranslate.h (modified) * src/Parser/parser.yy (modified) * src/ResolvExpr/Resolver.cc (modified) * src/SymTab/Indexer.cc (modified) * src/libcfa/Makefile.am (modified) * src/libcfa/Makefile.in (modified) * src/libcfa/exception.c (modified) * src/libcfa/exception.h (modified) * src/libcfa/lsda.h (added) * src/main.cc (modified) * src/prelude/Makefile.am (modified) * src/prelude/Makefile.in (modified) * src/tests/except-0.c (added) * src/tests/exception.c (deleted) * tools/cfa.nanorc (modified) The exception handling code compilers and translates, but the ... Thu, 29 Jun 2017 21:13:32 GMT Rob Schluntz [1abc5ab] * src/ControlStruct/ExceptTranslate.cc (modified) changed WithScopes to WithGuards Thu, 29 Jun 2017 19:27:57 GMT Andrew Beach [288eede] * src/ControlStruct/ExceptTranslate.cc (modified) * src/ControlStruct/ExceptTranslate.h (modified) * src/ControlStruct/module.mk (modified) * src/Makefile.in (modified) ExceptTranslate is now compiling. Thu, 22 Jun 2017 19:59:02 GMT Andrew Beach [ba912706] * src/ControlStruct/ExceptTranslate.cc (added) * src/ControlStruct/ExceptTranslate.h (added) Exception translation code (draft) added.