#
# ChangeLog for tests/PRNG.cfa
#
# Generated by Trac 1.2.1
# Mar 6, 2025, 3:52:30 PM

Tue, 05 Dec 2023 13:16:41 GMT Peter A. Buhr <pabuhr@…> [3267041]
	* tests/.expect/PRNG.x64.txt (modified)
	* tests/PRNG.cfa (modified)

	reduce runtime testing duration of PRNG


Tue, 15 Aug 2023 01:28:00 GMT Peter A. Buhr <pabuhr@…> [b5e725a]
	* libcfa/src/parseconfig.cfa (modified)
	* libcfa/src/parseconfig.hfa (modified)
	* libcfa/src/stdlib.cfa (modified)
	* libcfa/src/stdlib.hfa (modified)
	* tests/PRNG.cfa (modified)

	move setting the default random-generator size from PRNG.cfa to ...


Thu, 29 Jun 2023 16:12:01 GMT Peter A. Buhr <pabuhr@…> [7d25f44]
	* libcfa/src/containers/string_res.cfa (modified)
	* libcfa/src/gmp.hfa (modified)
	* libcfa/src/parseconfig.cfa (modified)
	* tests/PRNG.cfa (modified)
	* tests/io/.expect/io.txt (modified)
	* tests/io/io.cfa (modified)
	* tests/raii/dtor-early-exit.cfa (modified)

	update files from old separator manipulator names to new names


Thu, 25 May 2023 20:55:55 GMT Peter A. Buhr <pabuhr@…> [4246869]
	* tests/PRNG.cfa (modified)

	update header comments


Wed, 26 Apr 2023 22:20:33 GMT Peter A. Buhr <pabuhr@…> [e6d8d11]
	* tests/PRNG.cfa (modified)

	update comment about locale problem with leaked storage


Sat, 15 Apr 2023 20:52:59 GMT Peter A. Buhr <pabuhr@…> [8a2f7f1]
	* tests/.expect/PRNG.x64.txt (modified)
	* tests/PRNG.cfa (modified)

	fix PRNG test to work correctly on ARM


Thu, 22 Dec 2022 02:25:38 GMT Peter A. Buhr <pabuhr@…> [ae7a085c]
	* tests/.expect/PRNG.x64.txt (modified)
	* tests/.expect/nested_function.x64.txt (modified)
	* tests/PRNG.cfa (modified)
	* tests/concurrent/pthread/.expect/bounded_buffer.x64.txt (modified)

	change printing format in PRNG, update .expect for tests using PRNG


Wed, 23 Nov 2022 04:03:19 GMT Peter A. Buhr <pabuhr@…> [20cf96d]
	* libcfa/src/concurrency/thread.cfa (modified)
	* libcfa/src/concurrency/thread.hfa (modified)
	* libcfa/src/stdlib.cfa (modified)
	* libcfa/src/stdlib.hfa (modified)
	* tests/PRNG.cfa (modified)

	changes to PRNG types to eliminate casts


Mon, 21 Nov 2022 03:24:14 GMT Peter A. Buhr <pabuhr@…> [d2ad151]
	* libcfa/src/bits/random.hfa (modified)
	* libcfa/src/concurrency/invoke.h (modified)
	* libcfa/src/concurrency/kernel/startup.cfa (modified)
	* libcfa/src/concurrency/thread.cfa (modified)
	* libcfa/src/concurrency/thread.hfa (modified)
	* libcfa/src/startup.cfa (modified)
	* libcfa/src/stdlib.cfa (modified)
	* libcfa/src/stdlib.hfa (modified)
	* tests/.expect/PRNG.txt (deleted)
	* tests/.expect/PRNG.x64.txt (added)
	* tests/.expect/nested_function.txt (modified)
	* tests/PRNG.cfa (modified)
	* tests/concurrent/barrier/generation.cfa (modified)
	* tests/concurrent/barrier/order.cfa (modified)
	* tests/concurrent/once.cfa (modified)
	* tests/concurrent/readyQ/leader_spin.cfa (modified)
	* tests/io/away_fair.cfa (modified)
	* tests/io/comp_basic.cfa (modified)
	* tests/io/comp_fair.cfa (modified)

	major update of PRNG


Sat, 09 Apr 2022 20:42:09 GMT Peter A. Buhr <pabuhr@…> [ee4b77b]
	* tests/PRNG.cfa (modified)
	* tests/io/io-acquire.cfa (modified)

	allow preemption in PRNG.cfa and io/io-acquire.cfa


Sat, 12 Feb 2022 18:55:07 GMT Peter A. Buhr <pabuhr@…> [470618c0]
	* tests/PRNG.cfa (modified)

	add mutex statement for concurrent printing


Fri, 11 Feb 2022 13:34:36 GMT Peter A. Buhr <pabuhr@…> [5910fc0]
	* tests/.expect/PRNG.txt (added)
	* tests/PRNG.cfa (added)

	add PRNG test