[svn:parrot] r37417 - trunk

cotto at svn.parrot.org cotto at svn.parrot.org
Sat Mar 14 19:42:18 UTC 2009


Author: cotto
Date: Sat Mar 14 19:42:17 2009
New Revision: 37417
URL: https://trac.parrot.org/parrot/changeset/37417

Log:
[DEPRECATED] add notice about src/hash.c cleanup

Modified:
   trunk/DEPRECATED.pod

Modified: trunk/DEPRECATED.pod
==============================================================================
--- trunk/DEPRECATED.pod	Sat Mar 14 19:20:21 2009	(r37416)
+++ trunk/DEPRECATED.pod	Sat Mar 14 19:42:17 2009	(r37417)
@@ -165,6 +165,22 @@
 
 L<https://trac.parrot.org/parrot/ticket/443>
 
+=item src/hash.c API cleanup [eligible in 1.1]
+
+After the 1.0 release, the following functions will return a Hash* instead of taking a 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>
+
 =back
 
 =head1 Compiler tools


More information about the parrot-commits mailing list