# # ChangeLog for src/ControlStruct/ExceptTranslate.cc # # Generated by Trac 1.2.1 # Aug 23, 2024, 4:22:43 PM Fri, 28 Jul 2017 20:43:15 GMT Andrew Beach [03eedd5] * src/ControlStruct/ExceptTranslate.cc (modified) Just a little bit of cleanup in the time I have left. Fri, 28 Jul 2017 18:06:10 GMT Andrew Beach [86d5ba7c] * src/ControlStruct/ExceptTranslate.cc (modified) * src/libcfa/exception.c (modified) * src/libcfa/exception.h (modified) * src/tests/except-1.c (added) Added the memory management calls to the exception control flow. Tue, 18 Jul 2017 14:22:23 GMT Andrew Beach [ac10576] * src/ControlStruct/ExceptTranslate.cc (modified) * src/Parser/ExpressionNode.cc (modified) * src/Parser/TypeData.cc (modified) * src/Parser/parserutility.cc (modified) * src/SynTree/Type.h (modified) Replaced emptyQualifiers with noQualifiers for consistancy with ... Wed, 12 Jul 2017 19:10:24 GMT Andrew Beach [6fca7ea] * src/ControlStruct/ExceptTranslate.cc (modified) ExceptTranslate now uses mutateAll. Tue, 11 Jul 2017 20:39:34 GMT Andrew Beach [38ac6ec] * src/ControlStruct/ExceptTranslate.cc (modified) * src/libcfa/exception.c (modified) * src/libcfa/exception.h (modified) Fixed some names that had drifted from terminate/resume. 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.