[parrot/parrot] f9db03: Fix the way we do encodings. For read if the FileH...
GitHub
noreply at github.com
Fri Jun 1 23:44:27 UTC 2012
Branch: refs/heads/whiteknight/io_cleanup1
Home: https://github.com/parrot/parrot
Commit: f9db03643cdee24b7ab758fe5acd810052ddeb50
https://github.com/parrot/parrot/commit/f9db03643cdee24b7ab758fe5acd810052ddeb50
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-06-01 (Fri, 01 Jun 2012)
Changed paths:
M src/io/api.c
M src/io/filehandle.c
M src/io/io_private.h
M src/io/pipe.c
M src/io/stringhandle.c
M src/io/userhandle.c
M src/io/utilities.c
Log Message:
-----------
Fix the way we do encodings. For read if the FileHandle doesn't have one specified, fall back to the platform default encoding. For writes we fall back to the binary encoding. This fixes some of the build errors I saw earlier, is much closer to the weird way it used to work, and gets us much further in the build
Commit: f77b2816da0c9e506351726b20f05def052e7556
https://github.com/parrot/parrot/commit/f77b2816da0c9e506351726b20f05def052e7556
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-06-01 (Fri, 01 Jun 2012)
Changed paths:
M src/io/utilities.c
Log Message:
-----------
Make sure to pass the correct flags to re-refix the build
Compare: https://github.com/parrot/parrot/compare/05df5a6...f77b281
More information about the parrot-commits
mailing list