#
# ChangeLog for tests/quasiKeyword.cfa
#
# Generated by Trac 1.2.1
# Mar 6, 2025, 10:06:25 PM

Fri, 03 Jan 2025 00:00:01 GMT Michael Brooks <mlbrooks@…> [2853d6f]
	* tests/.expect/array-ERR1.txt (modified)
	* tests/.expect/array-ERR2.txt (modified)
	* tests/.expect/array-ERR3.txt (modified)
	* tests/.expect/array.txt (modified)
	* tests/.expect/attr-priority.txt (modified)
	* tests/.expect/cast.txt (modified)
	* tests/.expect/expression.txt (modified)
	* tests/.expect/identFuncDeclarator.txt (modified)
	* tests/.expect/init1-ERROR.txt (modified)
	* tests/.expect/init1.txt (modified)
	* tests/.expect/limits.txt (modified)
	* tests/.expect/nested-types-ERR1.txt (modified)
	* tests/.expect/nested-types-ERR2.txt (modified)
	* tests/.expect/nested-types.txt (modified)
	* tests/.expect/numericConstants.txt (modified)
	* tests/.expect/quasiKeyword.txt (modified)
	* tests/.expect/switch.txt (modified)
	* tests/.expect/typedefRedef-ERR1.txt (modified)
	* tests/.expect/typedefRedef.txt (modified)
	* tests/.expect/variableDeclarator.txt (modified)
	* tests/Makefile.am (modified)
	* tests/array.cfa (modified)
	* tests/attr-priority.cfa (modified)
	* tests/builtins/.expect/sync.txt (modified)
	* tests/builtins/sync.cfa (modified)
	* tests/cast.cfa (modified)
	* tests/concurrency/waitfor/.expect/parse.txt (modified)
	* tests/concurrency/waitfor/parse.cfa (modified)
	* tests/ctrl-flow/.expect/labelledExit.txt (modified)
	* tests/ctrl-flow/labelledExit.cfa (modified)
	* tests/expression.cfa (modified)
	* tests/identFuncDeclarator.cfa (modified)
	* tests/include/.expect/includes.txt (modified)
	* tests/include/.expect/stdincludes.txt (modified)
	* tests/include/includes.cfa (modified)
	* tests/include/stdincludes.cfa (modified)
	* tests/init1.cfa (modified)
	* tests/limits.cfa (modified)
	* tests/nested-types.cfa (modified)
	* tests/numericConstants.cfa (modified)
	* tests/quasiKeyword.cfa (modified)
	* tests/switch.cfa (modified)
	* tests/typedefRedef.cfa (modified)
	* tests/variableDeclarator.cfa (modified)
	* tests/warnings/.expect/self-assignment.txt (modified)
	* tests/warnings/self-assignment.cfa (modified)

	Remove uses of warnings to show test success.  Eliminate simple ...


Wed, 25 May 2022 21:51:24 GMT Andrew Beach <ajbeach@…> [c715e5f]
	* libcfa/src/concurrency/clib/cfathread.cfa (modified)
	* libcfa/src/concurrency/coroutine.hfa (modified)
	* libcfa/src/concurrency/thread.hfa (modified)
	* libcfa/src/exception.hfa (modified)
	* src/CodeGen/GenType.cc (modified)
	* src/ControlStruct/ExceptDecl.cc (modified)
	* tests/.expect/quasiKeyword.txt (modified)
	* tests/exceptions/defaults.cfa (modified)
	* tests/linking/exception-nothreads.cfa (modified)
	* tests/linking/exception-withthreads.cfa (modified)
	* tests/quasiKeyword.cfa (modified)

	Removed most of the exception macros (EHM_ group). Made changes to ...


Sat, 05 Jun 2021 19:21:19 GMT Peter A. Buhr <pabuhr@…> [53692b3]
	* tests/.expect/array.txt (modified)
	* tests/.expect/cast.txt (modified)
	* tests/.expect/expression.txt (modified)
	* tests/.expect/forall.txt (modified)
	* tests/.expect/identFuncDeclarator.txt (modified)
	* tests/.expect/init1-ERROR.nast.txt (modified)
	* tests/.expect/init1.txt (modified)
	* tests/.expect/labelledExit.txt (modified)
	* tests/.expect/limits.txt (modified)
	* tests/.expect/nested-types-ERR1.txt (modified)
	* tests/.expect/nested-types-ERR2.txt (modified)
	* tests/.expect/nested-types.txt (modified)
	* tests/.expect/numericConstants.txt (modified)
	* tests/.expect/quasiKeyword.txt (modified)
	* tests/.expect/stdincludes.txt (deleted)
	* tests/.expect/switch.txt (modified)
	* tests/.expect/typedefRedef-ERR1.txt (modified)
	* tests/.expect/typedefRedef.txt (modified)
	* tests/.expect/variableDeclarator.txt (modified)
	* tests/Makefile.am (modified)
	* tests/array.cfa (modified)
	* tests/builtins/.expect/sync.txt (modified)
	* tests/builtins/sync.cfa (modified)
	* tests/cast.cfa (modified)
	* tests/expression.cfa (modified)
	* tests/forall.cfa (modified)
	* tests/identFuncDeclarator.cfa (modified)
	* tests/include/.expect/includes.nast.txt (modified)
	* tests/include/.expect/stdincludes.txt (added)
	* tests/include/includes.cfa (modified)
	* tests/include/stdincludes.cfa (moved)
	* tests/init1.cfa (modified)
	* tests/labelledExit.cfa (modified)
	* tests/limits.cfa (modified)
	* tests/nested-types.cfa (modified)
	* tests/numericConstants.cfa (modified)
	* tests/quasiKeyword.cfa (modified)
	* tests/switch.cfa (modified)
	* tests/typedefRedef.cfa (modified)
	* tests/variableDeclarator.cfa (modified)
	* tests/warnings/.expect/self-assignment.nast.txt (modified)
	* tests/warnings/self-assignment.cfa (modified)

	second attempt to fix compile-only pragma message that gcc-10/11
	quote


Fri, 09 Apr 2021 18:11:43 GMT Andrew Beach <ajbeach@…> [ecfd758]
	* libcfa/src/concurrency/coroutine.cfa (modified)
	* libcfa/src/concurrency/coroutine.hfa (modified)
	* libcfa/src/concurrency/thread.cfa (modified)
	* libcfa/src/concurrency/thread.hfa (modified)
	* libcfa/src/exception.c (modified)
	* libcfa/src/exception.h (modified)
	* libcfa/src/exception.hfa (modified)
	* libcfa/src/fstream.cfa (modified)
	* libcfa/src/fstream.hfa (modified)
	* libcfa/src/virtual.c (modified)
	* src/Concurrency/Keywords.cc (modified)
	* src/Virtual/ExpandCasts.cc (modified)
	* src/Virtual/Tables.cc (modified)
	* src/Virtual/Tables.h (modified)
	* tests/exceptions/.expect/resume-threads.txt (modified)
	* tests/exceptions/.expect/resume.txt (modified)
	* tests/exceptions/.expect/terminate-threads.txt (modified)
	* tests/exceptions/.expect/terminate.txt (modified)
	* tests/exceptions/cancel/coroutine.cfa (modified)
	* tests/exceptions/cancel/thread.cfa (modified)
	* tests/exceptions/conditional.cfa (modified)
	* tests/exceptions/data-except.cfa (modified)
	* tests/exceptions/defaults.cfa (modified)
	* tests/exceptions/finally.cfa (modified)
	* tests/exceptions/interact.cfa (modified)
	* tests/exceptions/polymorphic.cfa (modified)
	* tests/exceptions/resume.cfa (modified)
	* tests/exceptions/terminate.cfa (modified)
	* tests/exceptions/trash.cfa (modified)
	* tests/exceptions/type-check.cfa (modified)
	* tests/exceptions/virtual-cast.cfa (modified)
	* tests/exceptions/virtual-poly.cfa (modified)
	* tests/linking/exception-nothreads.cfa (modified)
	* tests/linking/exception-withthreads.cfa (modified)
	* tests/quasiKeyword.cfa (modified)

	Major exception update, seperating type-ids from virtual tables. The ...


Sun, 21 Feb 2021 21:32:07 GMT Peter A. Buhr <pabuhr@…> [07c77ce]
	* tests/.expect/quasiKeyword.txt (added)
	* tests/Makefile.am (modified)
	* tests/quasiKeyword.cfa (added)

	add test for quasi-keywords