This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #120903] perlcall cleanup
authorTony Cook <tony@develop-help.com>
Wed, 2 Sep 2015 06:29:34 +0000 (16:29 +1000)
committerTony Cook <tony@develop-help.com>
Wed, 2 Sep 2015 06:29:34 +0000 (16:29 +1000)
commitd055471910c2d93ba13a4eb5385fe091aaada32f
treee35c2a09f5a5e7ffd04fd303f25b11f0f5af5b6f
parent56e812ab8628b00bc27969baab262ffbb6dfede3
[perl #120903] perlcall cleanup

- linkify references to sections

- use EXTEND(SP, n) and PUSHs() instead of XPUSHs() where applicable
  and update prose to match

- add POPu, POPul and POPpbytex to the "complete list of POP macros"
  and clarify the documentation for some of the existing entries, and
  a note about side-effects

- add API documentation for POPu and POPul

- use ERRSV more efficiently

- approaches to thread-safety storage of SVs.

- minor updates
pod/perlcall.pod
pp.h