[parrot/parrot] 7f8d80: [GH #893] add test for threaded say, mixup with \n
GitHub
noreply at github.com
Mon Dec 24 21:23:01 UTC 2012
Branch: refs/heads/rurban/threaded-say-gh893
Home: https://github.com/parrot/parrot
Commit: 7f8d8023271e0ea375f3947c3f669932045525ef
https://github.com/parrot/parrot/commit/7f8d8023271e0ea375f3947c3f669932045525ef
Author: Reini Urban <rurban at cpanel.net>
Date: 2012-12-24 (Mon, 24 Dec 2012)
Changed paths:
M t/op/say.t
Log Message:
-----------
[GH #893] add test for threaded say, mixup with \n
Test that for each say a \n is printed per thread.
Test it on a multi-core machine with
watch prove -v t/op/say.t
Commit: e21eed51d25676191cbefc0de64e4d49e98d5bb0
https://github.com/parrot/parrot/commit/e21eed51d25676191cbefc0de64e4d49e98d5bb0
Author: Reini Urban <rurban at cpanel.net>
Date: 2012-12-24 (Mon, 24 Dec 2012)
Changed paths:
M src/ops/io.ops
Log Message:
-----------
[GH #893] improve concurrent say. concat with \n, then puts
Commit: 24cef50a5513ab2d0b38c67db61956efa0ceeedb
https://github.com/parrot/parrot/commit/24cef50a5513ab2d0b38c67db61956efa0ceeedb
Author: Reini Urban <rurban at cpanel.net>
Date: 2012-12-24 (Mon, 24 Dec 2012)
Changed paths:
M src/ops/core_ops.c
Log Message:
-----------
[GH #893] make bootstrap-ops for say
Commit: 3999a3b94d07f1eeb129b48f89c2550a58d66caf
https://github.com/parrot/parrot/commit/3999a3b94d07f1eeb129b48f89c2550a58d66caf
Author: Reini Urban <rurban at cpanel.net>
Date: 2012-12-24 (Mon, 24 Dec 2012)
Changed paths:
M src/ops/core_ops.c
M src/ops/io.ops
Log Message:
-----------
[GH #893] concat only if it will not extend the already allocated buffer
Compare: https://github.com/parrot/parrot/compare/7f8d8023271e^...3999a3b94d07
More information about the parrot-commits
mailing list