#
# ChangeLog for src/tests/tupleVariadic.c
#
# Generated by Trac 1.2.1
# Apr 12, 2025, 5:51:01 PM

Mon, 30 Jan 2017 17:29:29 GMT Thierry Delisle <tdelisle@…> [59239b8]
	* src/libcfa/stdlib (modified)
	* src/libcfa/stdlib.c (modified)
	* src/tests/dtor-early-exit.c (modified)
	* src/tests/tupleVariadic.c (modified)

	new, delete, malloc, etc. no longer require an otype, only a sized
	dtype


Wed, 11 Jan 2017 20:29:33 GMT Rob Schluntz <rschlunt@…> [dd0c97b]
	* src/GenPoly/Box.cc (modified)
	* src/tests/.expect/tupleVariadic.txt (modified)
	* src/tests/tupleVariadic.c (modified)

	prevent generic parameters from polluting the outer scope in Box
	Pass2


Tue, 10 Jan 2017 19:32:33 GMT Rob Schluntz <rschlunt@…> [627f585]
	* src/InitTweak/FixInit.cc (modified)
	* src/libcfa/stdlib (modified)
	* src/libcfa/stdlib.c (modified)
	* src/tests/avltree/avl.h (modified)
	* src/tests/avltree/avl0.c (modified)
	* src/tests/tupleVariadic.c (modified)

	moved new and delete to stdlib


Thu, 05 Jan 2017 15:51:50 GMT Rob Schluntz <rschlunt@…> [1e3d5b6]
	* src/tests/.expect/tupleVariadic.txt (modified)
	* src/tests/tupleVariadic.c (modified)

	updated tupleVariadic test to include recursive example


Thu, 22 Dec 2016 19:28:56 GMT Rob Schluntz <rschlunt@…> [0c286cf]
	* src/tests/.expect/tupleVariadic.txt (modified)
	* src/tests/tupleVariadic.c (modified)

	update tupleVariadic test for nullary and unary cases


Wed, 21 Dec 2016 22:15:27 GMT Rob Schluntz <rschlunt@…> [64eae56]
	* src/GenPoly/Specialize.cc (modified)
	* src/ResolvExpr/Unify.cc (modified)
	* src/tests/tupleVariadic.c (modified)

	match formal parameter type of actual function when specializing ...


Wed, 21 Dec 2016 19:43:23 GMT Rob Schluntz <rschlunt@…> [da6dec23]
	* src/tests/.expect/tupleVariadic.txt (added)
	* src/tests/tupleVariadic.c (added)

	added first test case for ttype polymorphism