summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-perl/Cpanel-JSON-XS: drop x86-macosFabian Groffen2021-01-061-2/+2
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* dev-perl/Cpanel-JSON-XS: drop ppc-aix m68k-mintFabian Groffen2020-12-271-1/+1
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* dev-perl/Cpanel-JSON-XS: stable 4.190.0 for hppaSergei Trofimovich2020-09-061-1/+1
| | | | | | | | stable wrt bug #732640 Package-Manager: Portage-3.0.5, Repoman-3.0.1 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-perl/Cpanel-JSON-XS: s390 stable wrt bug #732640Agostino Sarubbo2020-08-161-1/+1
| | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="s390" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-perl/Cpanel-JSON-XS: Stabilize 4.190.0 amd64, #732640Sam James2020-08-141-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/Cpanel-JSON-XS: Stabilize 4.190.0 x86, #732640Sam James2020-08-141-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/Cpanel-JSON-XS: Stabilize 4.190.0 sparc, #732640Sam James2020-08-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/Cpanel-JSON-XS: Bump to version 4.190.0Kent Fredric2020-06-301-0/+49
- EAPI7 - Pass CFLAGS to make - Document optional test dependencies via wiki (WIP) - Document optional features via wiki (ugh) Upstream: - Deprecate UTF-{16,18} BOMs - Add Cpanel::JSON::XS::Type as 2nd optional encode argument - Don't call get() magic hooks twice in encode - Avoid setlocale race in threads with non-C locales when threads differ in LC_NUMERIC locale - Fix uselocale() - Various crash/fixes for Perl <5.22 - Add indent_length() setting to encoder - Add sereal support to cpanel_json_xs - Overload "ne" op for JSON::PP::Boolean - Fix bignum NaN/inf handling - Set decoded type - Add ->json_type_weaken - Add ->unblessed_bool property - Add seperate allow_dupkeys property in relaxed - Silence various -Wunused-value warnings - Fix incr_text refcounts - Rethrow error from eval_sv and eval_pv - Fix various memory corruptions (oh hai sam_c) - Add ->require_types - Allow encoding numeric values >2^64 w/ JSON_TYPE_INT/JSON_TYPE_FLOAT - Don't serialize objects when ->convert_blessed is not enabled - Use Perl_strtod to minimise discrepancy in string-to-float conversions - Add ->type_all_string for stable deterministic string types in result JSON - Fixed typed decode memory leak (hai again) Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>