[svn:parrot] r49014 - trunk
luben at svn.parrot.org
luben at svn.parrot.org
Wed Sep 15 06:30:08 UTC 2010
Author: luben
Date: Wed Sep 15 06:30:07 2010
New Revision: 49014
URL: https://trac.parrot.org/parrot/changeset/49014
Log:
Updated DEPRECATED.pod, bumped PBC_COMPAT
Modified:
trunk/DEPRECATED.pod
trunk/PBC_COMPAT
Modified: trunk/DEPRECATED.pod
==============================================================================
--- trunk/DEPRECATED.pod Wed Sep 15 05:33:29 2010 (r49013)
+++ trunk/DEPRECATED.pod Wed Sep 15 06:30:07 2010 (r49014)
@@ -132,6 +132,9 @@
These can be replaced by C<get_bool> and intval ops unless you're using them for
things that aren't really logical ops (don't do that!).
+Logical vtables are removed in r49012, and logical ops on PMCs are converted to
+use C<get_bool> internally. Rakudo seems to depend on logical ops on PMCs.
+
L<https://trac.parrot.org/parrot/ticket/1655>
=item Method getpid on ParrotInterpreter [experimental]
Modified: trunk/PBC_COMPAT
==============================================================================
--- trunk/PBC_COMPAT Wed Sep 15 05:33:29 2010 (r49013)
+++ trunk/PBC_COMPAT Wed Sep 15 06:30:07 2010 (r49014)
@@ -28,6 +28,7 @@
# please insert tab separated entries at the top of the list
+8.3 2010.09.15 luben removed logical vtables
8.2 2010.08.19 cotto minor version bump for 2.7.0
8.1 2010.08.10 plobsing merge dynop_mapping branch
8.0 2010.07.20 coke released 2.6.0
More information about the parrot-commits
mailing list