# # ChangeLog for src/tests/concurrent # # Generated by Trac 1.2.1 # Apr 30, 2024, 5:23:27 PM Tue, 02 Jan 2018 18:53:13 GMT Peter A. Buhr [54aba8d] * src/libcfa/stdlib (modified) * src/libcfa/stdlib.c (modified) * src/tests/.expect/random.txt (modified) * src/tests/concurrent/examples/boundedBuffer.c (modified) * src/tests/concurrent/examples/datingService.c (modified) * src/tests/concurrent/signal/barge.c (modified) * src/tests/concurrent/signal/block.c (modified) * src/tests/concurrent/signal/disjoint.c (modified) * src/tests/concurrent/signal/wait.c (modified) * src/tests/concurrent/waitfor/recurse.c (modified) * src/tests/concurrent/waitfor/simple.c (modified) * src/tests/concurrent/waitfor/when.c (modified) * src/tests/coroutine/prodcons.c (modified) * src/tests/random.c (modified) change name of random_seed to srandom, and make all random calls ... Fri, 15 Dec 2017 02:36:19 GMT Peter A. Buhr [fe4840a] * src/tests/concurrent/examples/quickSort.c (modified) fix bugs in quickSort, still not working because thunk problem Fri, 15 Dec 2017 02:35:09 GMT Peter A. Buhr [1edf37f] * src/tests/concurrent/examples/boundedBuffer.c (modified) revert generic bounded-buffer to int bounded-buffer because of ... Thu, 14 Dec 2017 02:11:25 GMT Peter A. Buhr [a1ecdd1] * src/tests/concurrent/examples/boundedBuffer.c (modified) generic bounded buffer, not working Wed, 13 Dec 2017 23:24:17 GMT Peter A. Buhr [edb6f79] * src/tests/concurrent/examples/quickSort.c (modified) generic quicksort, not working Mon, 11 Dec 2017 22:03:32 GMT Peter A. Buhr [90449e4] * src/tests/concurrent/examples/quickSort.c (added) add concurrent quick-sort example Thu, 07 Dec 2017 18:11:45 GMT Peter A. Buhr [5e1adb5] * src/tests/concurrent/examples/datingService.c (modified) use "with" clause Wed, 06 Dec 2017 13:01:23 GMT Peter A. Buhr [971d9f2] * src/tests/concurrent/examples/.expect/datingService.txt (modified) * src/tests/concurrent/examples/boundedBuffer.c (modified) * src/tests/concurrent/examples/datingService.c (modified) * src/tests/concurrent/examples/matrixSum.c (modified) * src/tests/coroutine/.expect/fibonacci.txt (moved) * src/tests/coroutine/fibonacci.c (moved) * src/tests/coroutine/fmtLines.c (modified) * src/tests/coroutine/prodcons.c (modified) add "with" clause to test programs Tue, 05 Dec 2017 19:16:53 GMT Thierry Delisle [12d2dc8] * src/SymTab/Validate.cc (modified) * src/tests/concurrent/preempt.c (modified) Removed unnecessary lambada capture in Validate.cc. Temp fix for the ... Mon, 04 Dec 2017 16:23:34 GMT Thierry Delisle [b0e5593] * src/tests/concurrent/.expect/monitor.txt (moved) * src/tests/concurrent/.expect/multi-monitor.txt (moved) * src/tests/concurrent/.expect/preempt.txt (moved) * src/tests/concurrent/.expect/thread.txt (moved) * src/tests/concurrent/examples/.expect/boundedBuffer.txt (moved) * src/tests/concurrent/examples/.expect/datingService.txt (moved) * src/tests/concurrent/examples/.expect/matrixSum.txt (moved) * src/tests/concurrent/signal/.expect/block.txt (moved) * src/tests/concurrent/signal/.expect/disjoint.txt (moved) * src/tests/concurrent/signal/.expect/wait.txt (moved) * src/tests/concurrent/signal/barge.c (moved) * src/tests/concurrent/signal/block.c (moved) * src/tests/concurrent/signal/disjoint.c (moved) * src/tests/concurrent/signal/wait.c (moved) * src/tests/concurrent/waitfor/.expect/barge.txt (moved) * src/tests/concurrent/waitfor/.expect/dtor.txt (moved) * src/tests/concurrent/waitfor/.expect/else.txt (moved) * src/tests/concurrent/waitfor/.expect/recurse.txt (moved) * src/tests/concurrent/waitfor/.expect/statment.txt (moved) * src/tests/concurrent/waitfor/.expect/when.txt (moved) * src/tests/coroutine/.expect/coroutine.txt (moved) * src/tests/coroutine/.expect/fmtLines.txt (moved) * src/tests/coroutine/.expect/pingpong.txt (moved) * src/tests/coroutine/.expect/prodcons.txt (moved) Moved expected files for concurrent: Mon, 04 Dec 2017 16:17:51 GMT Thierry Delisle [0aa1b89] * src/tests/concurrent/waitfor/barge.c (moved) * src/tests/concurrent/waitfor/dtor.c (moved) * src/tests/concurrent/waitfor/else.c (moved) * src/tests/concurrent/waitfor/parse.c (moved) * src/tests/concurrent/waitfor/parse2.c (moved) * src/tests/concurrent/waitfor/recurse.c (moved) * src/tests/concurrent/waitfor/simple.c (moved) * src/tests/concurrent/waitfor/statment.c (moved) * src/tests/concurrent/waitfor/when.c (moved) Renamed concurrent tests Mon, 04 Dec 2017 16:15:56 GMT Thierry Delisle [948887f] * src/tests/concurrent/examples/boundedBuffer.c (moved) * src/tests/concurrent/examples/datingService.c (moved) * src/tests/concurrent/examples/matrixSum.c (moved) * src/tests/concurrent/signal/sched-int-barge.c (moved) * src/tests/concurrent/signal/sched-int-block.c (moved) * src/tests/concurrent/signal/sched-int-disjoint.c (moved) * src/tests/concurrent/signal/sched-int-wait.c (moved) * src/tests/concurrent/waitfor/sched-ext-barge.c (moved) * src/tests/concurrent/waitfor/sched-ext-dtor.c (moved) * src/tests/concurrent/waitfor/sched-ext-else.c (moved) * src/tests/concurrent/waitfor/sched-ext-parse.c (moved) * src/tests/concurrent/waitfor/sched-ext-recurse.c (moved) * src/tests/concurrent/waitfor/sched-ext-statment.c (moved) * src/tests/concurrent/waitfor/sched-ext-when.c (moved) * src/tests/concurrent/waitfor/sched-ext.c (moved) * src/tests/concurrent/waitfor/waitfor.c (moved) organized concurrent test folder Mon, 04 Dec 2017 16:10:58 GMT Thierry Delisle [557435e] * src/tests/concurrent/boundedBuffer.c (moved) * src/tests/concurrent/datingService.c (moved) * src/tests/concurrent/matrixSum.c (moved) * src/tests/concurrent/monitor.c (moved) * src/tests/concurrent/multi-monitor.c (moved) * src/tests/concurrent/preempt.c (moved) * src/tests/concurrent/sched-ext-barge.c (moved) * src/tests/concurrent/sched-ext-dtor.c (moved) * src/tests/concurrent/sched-ext-else.c (moved) * src/tests/concurrent/sched-ext-parse.c (moved) * src/tests/concurrent/sched-ext-recurse.c (moved) * src/tests/concurrent/sched-ext-statment.c (moved) * src/tests/concurrent/sched-ext-when.c (moved) * src/tests/concurrent/sched-ext.c (moved) * src/tests/concurrent/sched-int-barge.c (moved) * src/tests/concurrent/sched-int-block.c (moved) * src/tests/concurrent/sched-int-disjoint.c (moved) * src/tests/concurrent/sched-int-wait.c (moved) * src/tests/concurrent/thread.c (moved) * src/tests/concurrent/waitfor.c (moved) * src/tests/coroutine/coroutine.c (moved) * src/tests/coroutine/fmtLines.c (moved) * src/tests/coroutine/pingpong.c (moved) * src/tests/coroutine/prodcons.c (moved) Moved concurrent objects