In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/957f780d25ccd1501664b578408e07ce02ffc329?hp=df46a88106cf0e4af7c43e02993facc9a6dcfc40>

- Log -----------------------------------------------------------------
commit 957f780d25ccd1501664b578408e07ce02ffc329
Author: Karl Williamson <[email protected]>
Date:   Wed Jan 9 19:00:54 2013 -0700

    lib/warnings/regcomp: Add note about better place for these
    
    reg_mesg.t has some more infrastructure, so it is probably easier
    to add new tests there.

M       t/lib/warnings/regcomp

commit 8d9850ebc008fdf8a19687d03ee5a9edf86669f2
Author: Karl Williamson <[email protected]>
Date:   Thu Jan 10 14:54:34 2013 -0700

    embed.fnc: Fix flags for _invlist_dump
    
    This debugging function is normally #ifdef'd out, but should it e
    enabled, the flags were wrong.

M       embed.fnc
-----------------------------------------------------------------------

Summary of changes:
 embed.fnc              |    2 +-
 t/lib/warnings/regcomp |    2 ++
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/embed.fnc b/embed.fnc
index a2f064b..463e087 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1445,7 +1445,7 @@ EMiR      |bool   |_invlist_contains_cp|NN SV* const 
invlist|const UV cp
 EXpMR  |IV     |_invlist_search        |NN SV* const invlist|const UV cp
 EXMpR  |SV*    |_get_swash_invlist|NN SV* const swash
 EXMpR  |HV*    |_swash_inversion_hash  |NN SV* const swash
-: Not used currently: Mp       |void   |_invlist_dump  |NN SV* const 
invlist|NN const char * const header
+: Not used currently: EXMp     |void   |_invlist_dump  |NN SV* const 
invlist|NN const char * const header
 #endif
 Ap     |void   |taint_env
 Ap     |void   |taint_proper   |NULLOK const char* f|NN const char *const s
diff --git a/t/lib/warnings/regcomp b/t/lib/warnings/regcomp
index cb0c703..09caf03 100644
--- a/t/lib/warnings/regcomp
+++ b/t/lib/warnings/regcomp
@@ -1,3 +1,5 @@
+  XXX Note that t/re/reg_mesg.t might be a better place for these
+
   regcomp.c    AOK
 
   Quantifier unexpected on zero-length expression [S_study_chunk] 

--
Perl5 Master Repository

Reply via email to