Changed paths:
M src/binary.c
M src/pmc/tclfloat.pmc
M src/pmc/tclint.pmc
M src/pmc/tclstring.pmc
Log Message:
-----------
pmc_type now called Parrot_pmc_get_type_str
pmc_type was an old compatability macro removed in Nov 2011 by
dffbd93: Remove very old 'compatibilty macros'. The new way to say
that is Parrot_pmc_get_type_str. Longer, but it matches Parrot's
naming conventions.
Commit: 2696c86e86d5628805a3f405f5af89c93c3ed367
https://github.com/partcl/partcl/commit/2696c86e86d5628805a3f405f5af89c93c3ed367
Author: Brian Gernhardt <br...@gernhardtsoftware.com>
Date: 2012-01-25 (Wed, 25 Jan 2012)
Changed paths:
M runtime/tcllib.pir
Log Message:
-----------
Load tcl_group dynpmcs
Commit: 6f3c0727de72a19e754c1e511256e34d95fd9c82
https://github.com/partcl/partcl/commit/6f3c0727de72a19e754c1e511256e34d95fd9c82
Author: Will Coleda <wi...@coleda.com>
Date: 2012-01-25 (Wed, 25 Jan 2012)
Changed paths:
M runtime/tcllib.pir
M src/binary.c
M src/pmc/tclfloat.pmc
M src/pmc/tclint.pmc
M src/pmc/tclstring.pmc
Log Message:
-----------
Merge pull request #3 from Benabik/master
Update partcl to recent parrot
Compare: https://github.com/partcl/partcl/compare/c4e4441...6f3c072