[svn:parrot] r37544 - trunk

cotto at svn.parrot.org cotto at svn.parrot.org
Wed Mar 18 06:32:20 UTC 2009


Author: cotto
Date: Wed Mar 18 06:32:19 2009
New Revision: 37544
URL: https://trac.parrot.org/parrot/changeset/37544

Log:
[DEPRECATED] remove deprecation notice for src/hash.c update

Modified:
   trunk/DEPRECATED.pod

Modified: trunk/DEPRECATED.pod
==============================================================================
--- trunk/DEPRECATED.pod	Wed Mar 18 06:28:27 2009	(r37543)
+++ trunk/DEPRECATED.pod	Wed Mar 18 06:32:19 2009	(r37544)
@@ -218,21 +218,6 @@
 
 =item src/hash.c API cleanup [eligible in 1.1]
 
-The following functions will be changed to return a C<Hash*> instead of
-taking a C<Hash**> as an argument:
-
-=over 4
-
-=item * parrot_new_hash_x
-
-=item * parrot_new_cstring_hash
-
-=item * parrot_new_pointer_hash
-
-=back
-
-L<https://trac.parrot.org/parrot/ticket/447>
-
 C<Parrot_new_INTVAL_hash> will also be rewritten to return a Hash* and will be
 renamed to C<parrot_new_intval_hash> for consistency with other similar
 functions.


More information about the parrot-commits mailing list