From 44d827786f8553a965b6bc9297fddb57791abea9 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Tue, 24 Apr 2012 22:19:47 -0700 Subject: [PATCH] perl5160delta: Document wrap_op_checker This was added in e8570548af4, but was somehow missed from perl5158delta. --- Porting/perl5160delta.pod | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Porting/perl5160delta.pod b/Porting/perl5160delta.pod index 9f0ffbd..3fcce0b 100644 --- a/Porting/perl5160delta.pod +++ b/Porting/perl5160delta.pod @@ -1940,6 +1940,11 @@ The regular expression engine now does TRIE case insensitive matches under Unicode. This may change the output of C<< use re 'debug'; >>, and will speed up various things. +=item * + +There is a new C function, which provides a thread-safe +alternative to writing to C directly. + =back =head1 Selected Bug Fixes -- 2.7.4