This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e83449
)
Porting/todo.pod: Suggest documenting XS & lex subs
author
Father Chrysostomos
<sprout@cpan.org>
Tue, 7 Jun 2016 05:13:42 +0000
(22:13 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Tue, 7 Jun 2016 05:14:52 +0000
(22:14 -0700)
Porting/todo.pod
patch
|
blob
|
blame
|
history
diff --git
a/Porting/todo.pod
b/Porting/todo.pod
index
f2ca050
..
e99623e
100644
(file)
--- a/
Porting/todo.pod
+++ b/
Porting/todo.pod
@@
-595,6
+595,11
@@
term, once the run-time implementation is proven, it should be possible to
progressively update ExtUtils::ParseXS to generate OP implementations for
some XSUBs.
+=head2 Document how XS modules can install lexical subs
+
+There is an example in XS::APItest (look for C<lexical_import> in
+F<ext/XS-APItest/APItest.xs>). The documentation could be based on it.
+
=head2 Remove the use of SVs as temporaries in dump.c
F<dump.c> contains debugging routines to dump out the contains of perl data