#
# ChangeLog for tests/.expect/smart-pointers.txt
#
# Generated by Trac 1.2.1
# Mar 8, 2025, 12:30:26 PM

Mon, 01 Feb 2021 21:23:55 GMT Andrew Beach <ajbeach@…> [8be729f]
	* libcfa/src/memory.cfa (modified)
	* libcfa/src/memory.hfa (modified)
	* tests/.expect/smart-pointers.txt (added)
	* tests/smart-pointers.cfa (modified)

	That should fix the memory module. Simply removed all the special ...


Tue, 15 Sep 2020 19:04:59 GMT Thierry Delisle <tdelisle@…> [2bb2d3f1]
	* tests/.expect/smart-pointers.txt (deleted)

	Disable smart pointer test


Fri, 05 Jun 2020 21:13:54 GMT Andrew Beach <ajbeach@…> [aabb846]
	* libcfa/src/Makefile.am (modified)
	* libcfa/src/Makefile.in (modified)
	* libcfa/src/memory.cfa (added)
	* libcfa/src/memory.hfa (added)
	* libcfa/src/stdlib.cfa (modified)
	* libcfa/src/stdlib.hfa (modified)
	* tests/.expect/smart-pointers.txt (added)
	* tests/smart-pointers.cfa (added)

	Added a first draft of the memory management library module.