[parrot/parrot] 4408cb: Make sure Socket defaults to use the Parrot_defaul...
GitHub
noreply at github.com
Wed Jun 27 00:52:39 UTC 2012
Branch: refs/heads/whiteknight/io_cleanup1
Home: https://github.com/parrot/parrot
Commit: 4408cbb7b50dd7c58f2b42ee5460b7189d312f86
https://github.com/parrot/parrot/commit/4408cbb7b50dd7c58f2b42ee5460b7189d312f86
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-06-26 (Tue, 26 Jun 2012)
Changed paths:
M src/io/socket.c
M src/pmc/filehandle.pmc
M src/pmc/handle.pmc
M src/pmc/socket.pmc
M src/pmc/stringhandle.pmc
Log Message:
-----------
Make sure Socket defaults to use the Parrot_default_encoding_ptr, like it does in master. Refactor some of the encoding logic into Handle to avoid duplication. Socket now has settable encodings. I'm still not happy with the way we store the encoding name as a string and look it up for every IO request.
More information about the parrot-commits
mailing list