summaryrefslogtreecommitdiff
path: root/cpan/JSON-PP/lib/JSON
Commit message (Collapse)AuthorAgeFilesLines
* update JSON::PP to 4.16reneeb2023-01-192-141/+30
|
* cpan/JSON-PP - Update to version 4.13, more features faster parallel testsYves Orton2022-12-262-2/+2
|
* JSON::PP: Synch with CPAN version 4.12Kenichi Ishigaki2022-10-102-2/+3
| | | | | | | | | From Changes: Call unimport overload first to silence warnings. (https://github.com/makamaka/JSON-PP/issues/76, haarg++) Committer: To keep 'make test_porting' happy, run: cd t; ./perl porting/regen.t; cd - ./perl -Ilib Porting/makemeta -j
* Sync JSON::PP with CPAN 4.11Graham Knop2022-08-082-4/+82
| | | | | | | | | | | From Changes: - restored core boolean support This changes how boolean values are serialized to use true or false for values that perl thinks are booleans. This is likely to have some impact on code that is expecting a specific encoding of structures including these values.
* JSON-PP: Sync with CPAN version 4.10Kenichi Ishigaki2022-06-272-61/+89
| | | | | | | | | | | | | | | | | | | From Changes: 4.10 2022-06-24 - fix a regression of decode_error introduced at 4.08 (GH#75, reported by andk++) - convert all tests to use Test::More (GH#70, haarg++) 4.09 2022-05-22 - reverted core boolean support for now (GH#72) - incr_parse() Hangs on Certain Inputs (GH#67, DabeDotCom++) - silence warnings about non-characters on older perls (GH#68, haarg++) 4.08 2022-04-10 - remove unneeded utf8::upgrade and downgrade (GH#59, FGasper++) - core boolean support (GH#62, 63, haarg++) - EBCDIC support (GH#64, khwilliamson++) - shorten a test name (GH#65, khwilliamson)
* Updated dual-life modules for 5.35.7Neil Bowers2021-12-202-6/+7
|
* Update JSON-PP to CPAN version 4.06Chris 'BinGOs' Williams2021-02-192-4/+3
| | | | | | | | [DELTA] 4.06 2021-01-24 - fix return values of boolean_values for compatibility (yahermann++)
* Update JSON-PP from 4.04 to 4.05Nicolas R2020-07-172-3/+3
|
* Update JSON::PP from version 4.02 to 4.04Steve Hay2019-07-042-3/+3
|
* Fix $JSON::PP::Boolean::VERSIONZak B. Elep2019-03-211-1/+1
| | | | | Match to the correct version of JSON::PP already installed in commit 929e53be972b0c811eca54a3c7017db116f62e4a.
* upgrade cpan/JSON-PP from 4.00 to 4.02David Mitchell2019-02-231-2/+2
| | | | | | | | | 4.02 2019-02-23 - fix a test that breaks if perl is compiled with -Dquadmath (RT-128589) 4.01 2019-02-22 - allow to pass indent_length to json_pp (GH#46)
* Update JSON-PP to CPAN version 4.00Nicolas R2019-02-142-61/+362
| | | | | | | | | | | | | | | | | | | [DELTA] 4.00 2018-12-07 - production release 3.99_01 2018-12-03 - BACKWARD INCOMPATIBILITY: As JSON::XS 4.0 changed its policy and enabled allow_nonref by default, JSON::PP also enabled allow_nonref by default - implement allow_tags that was introduced by JSON::XS 3.0 - add boolean_values that was introduced by JSON::XS 4.0 - allow literal tags in strings in relaxed mode, as JSON::XS 3.02 does - allow PERL_JSON_PP_USE_B environmental variable to restore old number detection behavior for compatibility - various doc updates
* Update JSON-PP to CPAN version 2.97001Chris 'BinGOs' Williams2017-12-262-3/+5
| | | | | | | | | [DELTA] 2.97001 to be released - tweak internal number detector to always considers a flagged value as a string (GH#35, haarg++) - clarify json_pp options (RT-123766; Dan Jacobson)
* Upgrade JSON::PP from version 2.94 to 2.97000Steve Hay2017-11-212-4/+4
|
* Update JSON-PP to CPAN version 2.94Chris 'BinGOs' Williams2017-06-142-771/+834
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 2.94 2017-05-29 - fix a test to support perl 5.6 2.93 2017-05-15 - fix packaging issue 2.92 2017-05-15 - production release 2.91_04 2017-01-10 - fixed isa tests for bignum 2.91_03 2017-01-09 - reworked documentation, based on the one for JSON::XS - let json_pp utility to show the version of JSON::PP - applied a patch to fix loading order of B module (pali++) 2.91_02 2016-12-04 - fixed not to fail tests under Perl 5.25.* (srezic++) 2.91_01 2016-12-03 - changed the number detection logic, patched by haarg (experimental) - merged PR from dagolden to correct 0 handling - removed base.pm dependency (dolmen) - fixed wrong character offset spotted by ilmari - applied patches from Jarkko Hietaniemi to address VAX issues - small doc fixes from bessarabov, gregoa, Chris Anderson - applied a patch to remove . in @INC in json_pp (Tony Cook) - removed $VAR1 from json_pp output, spotted by tokuhirom - fixed an issue to ignore trailing 0 - added Scalar::Util dependency for Perl 5.8+ - fixed issues spotted by Nicolas Seriot's JSON Test Suite including experimental UTF-16/32 support and backward incompatible change of C style comment handling (now disabled by default) - moved the guts of JSON::PP::Boolean into lib/JSON/PP/Boolean.pm and gave it a proper version - refactored incremental parser to let it handle incomplete JSON text properly - imported and tweaked tests from JSON.pm - minor code clean up
* JSON-PP: customized VERSION bumpJarkko Hietaniemi2016-10-221-1/+1
|
* (perl #127834) bump versions of modules in dists we updated a utility inTony Cook2016-07-261-1/+1
| | | | | | I tried to follow the numbering convention of the module, bumping every module if the versions are synchronized, bumping just the primary module if not.
* Update JSON-PP to CPAN version 2.27400Chris 'BinGOs' Williams2016-06-141-42/+44
| | | | | | | | | | | | | | | | | [DELTA] 2.27400 2016-04-23 [JSON::PP] appleid and merged long term neglected patches & PRs. thanks to charsbar - document patches by AM909, leon[at]astray.com, dsteinbrunner, jwilk, alfiedotwtf - modified Makefile.PL to set UNINST=1 if needed on old perls by dagolden - decode decimals to Perl's internal NV type by dagolden see to https://github.com/makamaka/JSON-PP/commits/master
* Update JSON-PP to CPAN version 2.27300Chris 'BinGOs' Williams2014-10-101-12/+8
| | | | | | | | [DELTA] 2.27300 - fixed a problem about substr in perl 5.8.6 and below many people report this issue and patched by haarg[at]haarg.org
* Upgrade JSON::PP from version 2.27202_01 to 2.27203Steve Hay2013-10-171-1/+1
| | | | | Commit be08498a8d updated Maintainers.pl and perldelta.pod, but missed the JSON/PP.pm file itself.
* Use dev version for JSON::PPFather Chrysostomos2013-09-151-1/+1
|
* Fix precedence issue in JSON::PPFather Chrysostomos2013-09-151-1/+1
|
* Update JSON-PP to CPAN version 2.27202Chris 'BinGOs' Williams2013-03-131-23/+5
| | | | | | | | | | | | | [DELTA] 2.27202 Wed Mar 13 15:41:22 2013 - license in Makefile.PL was missing 2.27201 Wed Mar 13 13:22:33 2013 - occasionally failed in t/019_incr.t in Perl 5.17.6 or more (because of hash iterator randomization) reported and patched by demerphq https://rt.cpan.org/Public/Bug/Display.html?id=83421
* Updated JSON-PP to CPAN version 2.27200Chris 'BinGOs' Williams2011-06-091-8/+13
| | | | | | | [DELTA] 2.27200 Sun May 22 12:17:51 2011 - fixed incr_parse docodeing string more correctly (rt#68032 by LCONS)
* Update JSON-PP to CPAN version 2.27105Chris 'BinGOs' Williams2011-03-081-2/+4
| | | | | | | | | [DELTA] 2.27105 Tue Mar 8 12:38:42 2011 - removed t/900_pod.t from package because of author test Merely a version bump
* Update JSON-PP to CPAN version 2.27104Chris 'BinGOs' Williams2011-02-211-12/+23
| | | | | | | | [DELTA] 2.27104 Thu Jan 20 19:06:25 2011 - fixed a problem to convert overloaded objects (pointed by rt#64783) - changed decoding methods object() and array() to pass a object.
* Add JSON::PP to the Perl coreDavid Golden2011-01-022-0/+2825
Per discussions with Jesse Vincent, JSON::PP has been added to the Perl core to support the new CPAN meta file specification