ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/JSON-XS/XS.pm
(Generate patch)

Comparing JSON-XS/XS.pm (file contents):
Revision 1.162 by root, Wed Nov 23 05:57:12 2016 UTC vs.
Revision 1.163 by root, Thu Aug 17 01:42:19 2017 UTC

1696->allow_nonref(0) >> even if this is the current default, if they cannot 1696->allow_nonref(0) >> even if this is the current default, if they cannot
1697handle non-reference values, in preparation for the day when the default 1697handle non-reference values, in preparation for the day when the default
1698will change. 1698will change.
1699 1699
1700 1700
1701=head1 THREADS 1701=head1 (I-)THREADS
1702 1702
1703This module is I<not> guaranteed to be thread safe and there are no 1703This module is I<not> guaranteed to be ithread (or MULTIPLICITY-) safe
1704plans to change this until Perl gets thread support (as opposed to the 1704and there are no plans to change this. Note that perl's builtin so-called
1705horribly slow so-called "threads" which are simply slow and bloated 1705theeads/ithreads are officially deprecated and should not be used.
1706process simulations - use fork, it's I<much> faster, cheaper, better).
1707
1708(It might actually work, but you have been warned).
1709 1706
1710 1707
1711=head1 THE PERILS OF SETLOCALE 1708=head1 THE PERILS OF SETLOCALE
1712 1709
1713Sometimes people avoid the Perl locale support and directly call the 1710Sometimes people avoid the Perl locale support and directly call the

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines