In perl.git, the branch blead has been updated
<http://perl5.git.perl.org/perl.git/commitdiff/41377f64901cfe81b7e1a2d691b50b8951b010bb?hp=16f0d0fcc43b16d1afa4a05a4599655310733b2c>
- Log -----------------------------------------------------------------
commit 41377f64901cfe81b7e1a2d691b50b8951b010bb
Author: David Mitchell <davem@iabyn.com>
Date: Mon Jul 27 21:49:20 2009 +0100
remove Devel-PPPort part change included in e9105d30ed
this is a dual-life module
-----------------------------------------------------------------------
Summary of changes:
ext/Devel-PPPort/parts/embed.fnc | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/ext/Devel-PPPort/parts/embed.fnc b/ext/Devel-PPPort/parts/embed.fnc
index 48cb9f3..68f3817 100644
--- a/ext/Devel-PPPort/parts/embed.fnc
+++ b/ext/Devel-PPPort/parts/embed.fnc
@@ -1677,6 +1677,7 @@ ERsn |U8* |reghop4 |NN U8 *s|I32 off|NN const U8 *llim \
#endif
ERsn |U8* |reghopmaybe3 |NN U8 *s|I32 off|NN const U8 *lim
ERs |char* |find_byclass |NN regexp * prog|NN const regnode *c|NN char *s|NN const char *strend|NULLOK regmatch_info *reginfo
+Es |void |swap_match_buff|NN regexp * prog
Es |void |to_utf8_substr |NN regexp * prog
Es |void |to_byte_substr |NN regexp * prog
ERs |I32 |reg_check_named_buff_matched |NN const regexp *rex \
--
Perl5 Master Repository