diff options
author | Yves Orton <demerphq@gmail.com> | 2006-07-05 22:40:58 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-07-06 09:01:16 +0000 |
commit | 3df15adcc3686bbc809ac9706048f258fd787941 (patch) | |
tree | bd6b7c7ce244294e61821308b249c098f6554ed9 /global.sym | |
parent | 461824dcfbc00b3c4e20590f06d6c9881e4a416b (diff) | |
download | perl-3df15adcc3686bbc809ac9706048f258fd787941.tar.gz |
Introduce a new function, pv_escape(), to display contents of PVs
that might contain non printable chars.
Subject: Re: [PATCH]: fix: [perl #39583] Pattern Match fails for specific length string
Message-ID: <9b18b3110607051140n10c211a1jf17d3b7914d6f68b@mail.gmail.com>
p4raw-id: //depot/perl@28490
Diffstat (limited to 'global.sym')
-rw-r--r-- | global.sym | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/global.sym b/global.sym index bf8b843ca9..c737e97170 100644 --- a/global.sym +++ b/global.sym @@ -605,6 +605,7 @@ Perl_sv_setsv_mg Perl_sv_usepvn_mg Perl_get_vtbl Perl_pv_display +Perl_pv_escape Perl_dump_indent Perl_dump_vindent Perl_do_gv_dump |