We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39b0ad1 commit 061637cCopy full SHA for 061637c
pod/perldelta.pod
@@ -373,6 +373,14 @@ allows a keyword plugin to parse a subroutine signature while C<use feature
373
semantics similar to regular C<sub> declarations that include signatures.
374
[perl #132474]
375
376
+=item *
377
+
378
+Since on some platforms we need to hold a mutex when temporarily
379
+switching locales, new macros (C<STORE_LC_NUMERIC_SET_TO_NEEDED_IN>,
380
+C<WITH_LC_NUMERIC_SET_TO_NEEDED> and C<WITH_LC_NUMERIC_SET_TO_NEEDED_IN>)
381
+have been added to make it easier to do this safely and efficiently
382
+as part of [perl #134172].
383
384
=back
385
386
=head1 Selected Bug Fixes
0 commit comments