From 5c843ccc08ab5db09aee933a0d06465997d3af69 Mon Sep 17 00:00:00 2001 From: Zefram Date: Sun, 19 Dec 2010 15:09:41 +0000 Subject: [PATCH] link perldelta entries to perlapi sections --- pod/perldelta.pod | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 778f49e..bda88e8 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -708,7 +708,9 @@ this part of the distribution to sometimes be omitted is long gone. =item * -The C and C functions have been added to the API. +The L|perlapi/mg_findext> and +L|perlapi/sv_unmagicext> +functions have been added to the API. They allow extension authors to find and remove magic attached to scalars based on both the magic type and the magic virtual table, similar to how C attaches magic of a certain type and with a given virtual table @@ -717,8 +719,12 @@ C pointers of an C to find the magic that belongs to them. =item * -The C, C, C and -C functions have been added to the API. They perform +The +L|perlapi/parse_fullexpr>, +L|perlapi/parse_listexpr>, +L|perlapi/parse_termexpr>, and +L|perlapi/parse_arithexpr> +functions have been added to the API. They perform recursive-descent parsing of expressions at various precedence levels. They are expected to be used by syntax plugins. -- 2.7.4