#
# ChangeLog for tests/collections/stack.cfa
#
# Generated by Trac 1.2.1
# Mar 7, 2025, 5:23:03 AM

Mon, 28 Dec 2020 21:08:27 GMT Peter A. Buhr <pabuhr@…> [657c36f]
	* tests/collections/.expect/queue.txt (modified)
	* tests/collections/.expect/sequence.txt (modified)
	* tests/collections/multi_list.cfa (modified)
	* tests/collections/queue.cfa (modified)
	* tests/collections/sequence.cfa (modified)
	* tests/collections/stack.cfa (modified)

	formatting, update iterator operator, add some additional tests


Sun, 27 Dec 2020 22:59:17 GMT Peter A. Buhr <pabuhr@…> [62a7cc0]
	* tests/collections/.expect/queue.txt (modified)
	* tests/collections/.expect/sequence.txt (modified)
	* tests/collections/queue.cfa (modified)
	* tests/collections/sequence.cfa (modified)
	* tests/collections/stack.cfa (modified)

	code review extended collection testing and add a few more tests


Mon, 21 Dec 2020 18:26:23 GMT caparsons <caparson@…> [de2f969]
	* tests/.expect/queue.txt (modified)
	* tests/.expect/sequence.txt (modified)
	* tests/.expect/stack.txt (modified)
	* tests/collections/multi_list.cfa (added)
	* tests/collections/queue.cfa (added)
	* tests/collections/sequence.cfa (added)
	* tests/collections/stack.cfa (added)

	added more tests to cover all routines in collections and updated ...