# # ChangeLog for tests/array-collections/c-dependent.cfa # # Generated by Trac 1.6 # May 18, 2026, 11:51:46 PM Fri, 01 May 2026 21:06:35 GMT Michael Brooks [fc9d167] * tests/array-collections/.expect/c-dependent.txt (modified) * tests/array-collections/c-dependent.cfa (modified) Slightly loosen a test that has failed on 32-bit build lately. ... Fri, 01 May 2026 18:43:09 GMT Michael Brooks [16d9c3a] * tests/array-collections/c-dependent.cfa (modified) Strengthen a test that had been evading warnings on 64-bit only. ... Thu, 28 Nov 2024 21:34:08 GMT Michael Brooks [81e768d] * src/ResolvExpr/ResolveTypeof.cpp (modified) * src/ResolvExpr/Resolver.cpp (modified) * src/ResolvExpr/Unify.cpp (modified) * src/Validate/ReplaceTypedef.cpp (modified) * 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/functions.arm64.txt (modified) * tests/.expect/functions.x64.txt (modified) * tests/.expect/functions.x86.txt (modified) * tests/.expect/tuplearray.txt (modified) * tests/.expect/typedefRedef-ERR1.txt (modified) * tests/.expect/typedefRedef.txt (modified) * tests/array-collections/.expect/c-dependent.txt (added) * tests/array-collections/c-dependent.cfa (added) * tests/array.cfa (modified) * tests/tuplearray.cfa (modified) * tests/typedefRedef.cfa (modified) Fix #276; add support for c-array parameters using dependent lengths. ...