GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
JSON::DWIW::Changes(3) User Contributed Perl Documentation JSON::DWIW::Changes(3)

JSON::DWIW::Changes - List of significant changes to JSON::DWIW

Added the start_depth and start_depth_handler options

Another attempt at fixing a build problem under FreeBSD -- now use $Config::Config{perlpath} for the Perl used in fixup_config.

Fixed build problem under Perl 5.6 on FreeBSD -- now use FULLPERL instead of ABSPERLRUN for the path to Perl used in fixup_config.

Fixed build problem under Perl 5.6

added "sort_keys" option when converting to JSON

Documentation fixes.
Fixed bug where numbers got coerced to strings when encoding, such that if you call to_json() again on the same data structure, numbers would come out as stirngs.

Fixed configuration problem for libjsonevt on Mac OS X
Documentation formatting fixes.

Includes updates to jsonevt to fix parsing bug (segfault when parsing just "[").
Includes latest jsonevt release (version 0.1.0).

Added the json_to_xml() function.
Added the parse_number and parse_constant callback options

Fixed rt.cpan.org #49773 (missing semicolon)

Fixed bug with creating Math::BigFloat objects when parsing

Added ascii, bare_solidus, and minimal_escaping options.
Began to use Test::More for some of the unit tests.

Apparent fix for [rt.cpan.org #47344].

Fixed another memory leak, this time while inserting into a hash

Fixed memory leak -- the stack was getting allocated in init_cbs(), but never deallocated.

Fixed segfault on Solaris 10 (on Sparc) when compiled with Sun Studio. It was a 64-bit versus 32-bit bug on my part, but apparently GCC catches this and does the right thing.

Added _GNU_SOURCE define to pull in asprintf on some platforms

Fixed another segfault problem on 64-bit Linux (in vset_error).

Fixed segfault problem on 64-bit Linux (rt.cpan.org #40879)
Fixed test problem on Solaris (rt.cpan.org #41129)
2010-09-29 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.