[parrot/parrot] 81003f: Fix the way we pretend to set buffers on StringHan...
GitHub
noreply at github.com
Mon Jun 11 01:43:31 UTC 2012
Branch: refs/heads/whiteknight/io_cleanup1
Home: https://github.com/parrot/parrot
Commit: 81003fdf6bd54120f6b237eb0b66118d7b9a6eae
https://github.com/parrot/parrot/commit/81003fdf6bd54120f6b237eb0b66118d7b9a6eae
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-06-10 (Sun, 10 Jun 2012)
Changed paths:
M src/io/buffer.c
M src/io/utilities.c
M src/pmc/stringhandle.pmc
M t/pmc/stringhandle.t
Log Message:
-----------
Fix the way we pretend to set buffers on StringHandle. A few other small fixes. t/pmc/stringhandle.t now passes.
Commit: 3d5c787e6039e4d111078ca03d919ebd92fde4b2
https://github.com/parrot/parrot/commit/3d5c787e6039e4d111078ca03d919ebd92fde4b2
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-06-10 (Sun, 10 Jun 2012)
Changed paths:
M src/io/buffer.c
Log Message:
-----------
Fix small issue reading multi-byte characters out of the buffer
Commit: c71ec0c57c73173f14446991dc04365913643ec8
https://github.com/parrot/parrot/commit/c71ec0c57c73173f14446991dc04365913643ec8
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-06-10 (Sun, 10 Jun 2012)
Changed paths:
M src/io/buffer.c
Log Message:
-----------
Start peppering a few assertions through the buffering code to start trying to track down a memory corruption error I'm seeing in rare circumstances. Untested (might not even compile in this state)
Compare: https://github.com/parrot/parrot/compare/e57f51a...c71ec0c
More information about the parrot-commits
mailing list