1*eac174f2Safresh1Revision history for Perl core module Data::Dumper 2b39c5158Smillert 3*eac174f2Safresh12.183 2021-07-05 NWCLARK 4*eac174f2Safresh1 - No changes from previous dev release. 5b39c5158Smillert 6b39c5158Smillert 7*eac174f2Safresh12.182_51 2021-07-03 NWCLARK 8*eac174f2Safresh1 - For the optional array of names for the values, Dumpxs now handles names 9*eac174f2Safresh1 that are now plain strings (eg references with string overloading). 10*eac174f2Safresh1 The pure Perl implementation had always handled these correctly. 11b39c5158Smillert 12b46d8ef2Safresh1 13*eac174f2Safresh12.182_50 2021-07-01 NWCLARK 14*eac174f2Safresh1 - Output qr'$foo' correctly (using a suggestion from Eirik Berg Hanssen) 15b46d8ef2Safresh1 16b46d8ef2Safresh1 17*eac174f2Safresh12.182 2021-06-30 NWCLARK 18*eac174f2Safresh1 - Reformatted Data-Dumper Changes as per CPAN::Changes::Spec (GH #18952) 19b46d8ef2Safresh1 20b46d8ef2Safresh1 21*eac174f2Safresh12.181_50 2021-06-29 NWCLARK 22*eac174f2Safresh1 - Set bugtracker metadata to https://github.com/Perl/perl5/issues 23b46d8ef2Safresh1 24*eac174f2Safresh1 25*eac174f2Safresh12.181 2021-05-26 NWCLARK 26*eac174f2Safresh1 - No changes from previous dev release. 27*eac174f2Safresh1 28*eac174f2Safresh1 29*eac174f2Safresh12.180_53 2021-05-25 NWCLARK 30*eac174f2Safresh1 - Fix Makefile.PL to install to "perl" for 5.10.x and earlier (CPAN #12282) 31*eac174f2Safresh1 32*eac174f2Safresh1 33*eac174f2Safresh12.180_52 2021-05-24 NWCLARK 34*eac174f2Safresh1 - Remove no longer needed compatibility shims, 35*eac174f2Safresh1 and use ppport.h whenever possible. 36*eac174f2Safresh1 37*eac174f2Safresh1 38*eac174f2Safresh12.180_51 2021-05-23 NWCLARK 39*eac174f2Safresh1 - Convert dumper.t to Test::More and 40*eac174f2Safresh1 eliminate a lot of test code duplication. 41*eac174f2Safresh1 42*eac174f2Safresh1 43*eac174f2Safresh12.180_50 2021-05-22 NWCLARK 44*eac174f2Safresh1 - Data::Dumper now requires Perl v5.8.1 or later. 45*eac174f2Safresh1 46*eac174f2Safresh1 47*eac174f2Safresh12.180 2021-05-17 NWCLARK 48*eac174f2Safresh1 - No changes from previous dev release. 49*eac174f2Safresh1 50*eac174f2Safresh1 51*eac174f2Safresh12.179_50 2021-05-14 NWCLARK 52*eac174f2Safresh1 - Data::Dumper handles Unicode regex corner cases (GH #18614, GH #18764) 53*eac174f2Safresh1 54*eac174f2Safresh1 55*eac174f2Safresh12.179 2021-05-13 NWCLARK 56*eac174f2Safresh1 - Revert the changes of 2.177 for the v5.34.0 release to avoid a regression. 57*eac174f2Safresh1 58*eac174f2Safresh1 59*eac174f2Safresh12.178 2021-04-07 JKEENAN 60*eac174f2Safresh1 - Correct documentation of indent Style 2. 61*eac174f2Safresh1 62*eac174f2Safresh1 63*eac174f2Safresh12.177 2021-03-03 ARC 64*eac174f2Safresh1 - Make Data::Dumper mark regex output as UTF-8 if needed. (GH #18614) 65*eac174f2Safresh1 66*eac174f2Safresh1 67*eac174f2Safresh12.176 2020-09-30 TODDR 68*eac174f2Safresh1 - Make Data::Dumper strict and warnings compliant. 69*eac174f2Safresh1 70*eac174f2Safresh1 71*eac174f2Safresh12.175 2020-08-13 TONYC 72*eac174f2Safresh1 - Avoid some leaks if we call get magic and that throws an exception. 73*eac174f2Safresh1 74*eac174f2Safresh1 75*eac174f2Safresh12.174 2019-04-03 DAPM 76*eac174f2Safresh1 - Avoid leaking if we croak due to excessive recursion. 77*eac174f2Safresh1 78*eac174f2Safresh1 79*eac174f2Safresh12.173 2018-11-10 XSAWYERX 80*eac174f2Safresh1 - perl #133624: Reinstate support for 5.8.8 and older. 81*eac174f2Safresh1 82*eac174f2Safresh1 83*eac174f2Safresh12.172 2018-09-19 XSAWYERX 84*eac174f2Safresh1 - Prepare recent changes for CPAN release 85*eac174f2Safresh1 86*eac174f2Safresh1 87*eac174f2Safresh12.171 2018-04-21 ARC 88*eac174f2Safresh1 - Restore deparsing support in the XS dumper, on Perl 5.18 and earlier 89*eac174f2Safresh1 - Test fixes on older Perl versions (notably, skip tests for Unicode glob 90b46d8ef2Safresh1 names on Perl 5.14 and earlier, which had incomplete support for Unicode 91b46d8ef2Safresh1 in globs) 92b46d8ef2Safresh1 93b46d8ef2Safresh1 94*eac174f2Safresh12.170 2018-01-10 ZEFRAM 95*eac174f2Safresh1 - Fix bug when dumping globs with quoting (which now happens for 96b46d8ef2Safresh1 all Unicode glob names) 97*eac174f2Safresh1 - Internal change: use strlcpy(), for safety 98b46d8ef2Safresh1 99b46d8ef2Safresh1 100*eac174f2Safresh12.169 2017-12-12 ZEFRAM 101*eac174f2Safresh1 - Behavior change: $dumper->Useqq(undef) is now treated as setting the 102b46d8ef2Safresh1 "useqq" option, not getting it (and similarly for other options) 103b46d8ef2Safresh1 [perl #113090] 104b46d8ef2Safresh1 105b46d8ef2Safresh1 106*eac174f2Safresh12.168 2017-12-01 ZEFRAM 107*eac174f2Safresh1 - perl #119831: Quote glob names better; notably, Unicode globs are 108b46d8ef2Safresh1 now handled correctly 109b46d8ef2Safresh1 1109f11ffb7Safresh1 111*eac174f2Safresh12.167_02 2017-08-04 SMUELLER 112*eac174f2Safresh1 - Attempt to work around XS deparse issues on old perls. 1139f11ffb7Safresh1 According to the few old perls at my disposure, this now repairs, 1149f11ffb7Safresh1 for example 5.18, but 5.8.9 still barfs. My debugging hasn't 1159f11ffb7Safresh1 really come up with much since all changes other than the deparse 1169f11ffb7Safresh1 change look benign to me. 1179f11ffb7Safresh1 Can someone who uses ancient perls please step up and take a look? 1189f11ffb7Safresh1 --Steffen 1199f11ffb7Safresh1 1209f11ffb7Safresh1 121*eac174f2Safresh12.167_01 2017-07-31 SMUELLER 122*eac174f2Safresh1 - CPAN dev release with the accumulated changes from core perl. 1239f11ffb7Safresh1 1249f11ffb7Safresh1 125*eac174f2Safresh12.166 2016-11-29 BDRACO 126*eac174f2Safresh1 - Reduce memory usage by not importing from Carp 127*eac174f2Safresh1 - Reduce memory usage by removing unused overload require. 1289f11ffb7Safresh1 1299f11ffb7Safresh1 130*eac174f2Safresh12.165 2016-11-20 KHW 131*eac174f2Safresh1 - Remove impediment to compiling under C++11. 1329f11ffb7Safresh1 1339f11ffb7Safresh1 134*eac174f2Safresh12.164 2016-11-12 ARC 135*eac174f2Safresh1 - The XS implementation now handles the C<Deparse> option, so using it no 1369f11ffb7Safresh1 longer forces use of the pure-Perl version. 1379f11ffb7Safresh1 1389f11ffb7Safresh1 139*eac174f2Safresh12.161 2016-07-11 SMUELLER 140*eac174f2Safresh1 - Perl 5.12 fix/workaround until fixed PPPort release. 141*eac174f2Safresh1 - Pre-5.12 fixes for test dependency. 1429f11ffb7Safresh1 1439f11ffb7Safresh1 144*eac174f2Safresh12.160 2016-07-03 SMUELLER 145*eac174f2Safresh1 - Now handles huge inputs on 64bit perls. 146*eac174f2Safresh1 - Add Trailingcomma option. This is as suggested in RT#126813. 147*eac174f2Safresh1 - Significant refactoring of XS implementation. 148*eac174f2Safresh1 - Pure Perl implementation fixes in corner cases ("\n" dumped raw"). 1499f11ffb7Safresh1 1509f11ffb7Safresh1 151*eac174f2Safresh12.154 2014-09-18 SMUELLER 152*eac174f2Safresh1 - Most notably, this release fixes CVE-2014-4330: 1539f11ffb7Safresh1 Don't recurse infinitely in Data::Dumper 1549f11ffb7Safresh1 Add a configuration variable/option to limit recursion when dumping 1559f11ffb7Safresh1 deep data structures. 1569f11ffb7Safresh1 [...] 1579f11ffb7Safresh1 This patch addresses CVE-2014-4330. This bug was found and 1589f11ffb7Safresh1 reported by: LSE Leading Security Experts GmbH employee Markus 1599f11ffb7Safresh1 Vervier. 160*eac174f2Safresh1 - On top of that, there are several minor big fixes and improvements, 1619f11ffb7Safresh1 see "git log" if the core perl distribution for details. 1629f11ffb7Safresh1 1636fb12b70Safresh1 164*eac174f2Safresh12.151 2014-03-07 SMUELLER 165*eac174f2Safresh1 - A "useqq" implementation for the XS version of Data::Dumper. 166*eac174f2Safresh1 - Better compatibility wrt. hash key quoting between PP and XS 1676fb12b70Safresh1 versions of Data::Dumper. 168*eac174f2Safresh1 - EBCDIC fixes. 169*eac174f2Safresh1 - 64bit safety fixes (for very large arrays). 170*eac174f2Safresh1 - Build fixes for threaded perls. 171*eac174f2Safresh1 - clang warning fixes. 172*eac174f2Safresh1 - Warning fixes in tests on older perls. 173*eac174f2Safresh1 - Typo fixes in documentation. 1746fb12b70Safresh1 1756fb12b70Safresh1 176*eac174f2Safresh12.145 2013-03-15 SMUELLER 177*eac174f2Safresh1 - Test refactoring and fixing wide and far. 178*eac174f2Safresh1 - Various old-perl compat fixes. 1796fb12b70Safresh1 1806fb12b70Safresh1 181*eac174f2Safresh12.143 2013-02-26 SMUELLER 182*eac174f2Safresh1 - Address vstring related test failures on 5.8: Skip tests for 18391f110e0Safresh1 obscure case. 184*eac174f2Safresh1 - Major improvements to test coverage and significant refactoring. 185*eac174f2Safresh1 - Make Data::Dumper XS ignore Freezer return value. Fixes RT #116364. 186*eac174f2Safresh1 - Change call of isALNUM to equivalent but more clearly named isWORDCHAR 18791f110e0Safresh1 18891f110e0Safresh1 189*eac174f2Safresh12.139 2012-12-12 SMUELLER 190*eac174f2Safresh1 - Supply an explicit dynamic_config => 0 in META 191*eac174f2Safresh1 - Properly list BUILD_REQUIRES prereqs (P5-RT#116028) 192*eac174f2Safresh1 - Some optimizations. Removed useless "register" declarations. 19391f110e0Safresh1 19491f110e0Safresh1 195*eac174f2Safresh12.136 2012-10-04 SMUELLER 196*eac174f2Safresh1 - Promote to stable release. 197*eac174f2Safresh1 - Drop some "register" declarations. 19891f110e0Safresh1 19991f110e0Safresh1 200*eac174f2Safresh12.135_07 2012-08-07 SMUELLER 201*eac174f2Safresh1 - Use the new utf8 to code point functions - fixing a potential 20291f110e0Safresh1 reading buffer overrun. 203*eac174f2Safresh1 - Data::Dumper: Sparseseen option to avoid building much of the seen 20491f110e0Safresh1 hash: This has been measured to, in some cases, provide a 50% speed-up 205*eac174f2Safresh1 - Dumper.xs: Avoid scan_vstring on 5.17.3 and up 206*eac174f2Safresh1 - Avoid a warning from clang when compiling Data::Dumper 207*eac174f2Safresh1 - Fix DD's dumping of qr|\/| 208*eac174f2Safresh1 - Data::Dumper's Perl implementation was not working with overloaded 20991f110e0Safresh1 blessed globs, which it thought were strings. 210*eac174f2Safresh1 - Allow Data::Dumper to load on miniperl 21191f110e0Safresh1 21291f110e0Safresh1 213*eac174f2Safresh12.135_02 2011-12-29 SMUELLER 214*eac174f2Safresh1 - Makes DD dump *{''} properly. 215*eac174f2Safresh1 - [perl #101162] DD support for vstrings: 21691f110e0Safresh1 Support for vstrings to Data::Dumper, in both Perl and XS 21791f110e0Safresh1 implementations. 21891f110e0Safresh1 219898184e3Ssthen 220*eac174f2Safresh12.135_01 2011-12-19 SMUELLER 221*eac174f2Safresh1 - Make Data::Dumper UTF8- and null-clean with GVs. 222*eac174f2Safresh1 - In Dumper.xs, use sv_newmortal() instead of sv_mortalcopy(&PL_sv_undef) 223898184e3Ssthen for efficiency. 224*eac174f2Safresh1 - Suppress compiler warning 225*eac174f2Safresh1 - Keep verbatim pod in Data::Dumper within 80 cols 226898184e3Ssthen 227898184e3Ssthen 228*eac174f2Safresh12.131 2011-05-27 SMUELLER 229*eac174f2Safresh1 - Essentially the same as version 2.130_02, but a production release. 230898184e3Ssthen 231898184e3Ssthen 232*eac174f2Safresh12.130_03 2011-05-20 SMUELLER 233*eac174f2Safresh1 - Essentially the same as version 2.130_02, but a CPAN release 234898184e3Ssthen for the eventual 2.131. 235898184e3Ssthen 236898184e3Ssthen 237*eac174f2Safresh12.130_02 238*eac174f2Safresh1 - This was only shipped with the perl core, never released to CPAN. 239*eac174f2Safresh1 - Convert overload.t to Test::More 240*eac174f2Safresh1 - Fix some spelling errors 241*eac174f2Safresh1 - Fix some compiler warnings 242*eac174f2Safresh1 - Fix an out of bounds write in Data-Dumper with malformed utf8 input 243898184e3Ssthen 244898184e3Ssthen 245*eac174f2Safresh12.130 2010-11-20 246*eac174f2Safresh1 - C<Dumpxs> can now handle malformed UTF-8. 247898184e3Ssthen 248898184e3Ssthen 249*eac174f2Safresh12.129 2010-10-20 250*eac174f2Safresh1 - C<Dumpxs> no longer crashes with globs returned by C<*$io_ref> 251898184e3Ssthen [perl #72332]. 252898184e3Ssthen 253898184e3Ssthen 254*eac174f2Safresh12.128 2010-09-10 SMUELLER 255*eac174f2Safresh1 - Promote previous release to stable version with the correct version. 256898184e3Ssthen 257898184e3Ssthen 258*eac174f2Safresh12.127 2010-09-10 SMUELLER 259*eac174f2Safresh1 - Promote previous release to stable version. 260898184e3Ssthen 261898184e3Ssthen 262*eac174f2Safresh12.126_01 2010-09-06 SMUELLER 263*eac174f2Safresh1 - Port core perl changes e3ec2293dc, fe642606b19. 264898184e3Ssthen Fixes core perl RT #74170 (handle the stack changing in the 265898184e3Ssthen custom sort functions) and adds a test. 266898184e3Ssthen 267898184e3Ssthen 268*eac174f2Safresh12.126 2010-04-15 SMUELLER 269*eac174f2Safresh1 - Fix Data::Dumper's Fix Terse(1) + Indent(2): 270*eac174f2Safresh1 perl-RT #73604: When $Data::Dumper::Terse is true, 271*eac174f2Safresh1 the indentation is thrown off. 272*eac174f2Safresh1 It appears to be acting as if the $VAR1 = is still there. 273898184e3Ssthen 274b39c5158Smillert 275*eac174f2Safresh12.125 2009-08-08 SMUELLER 276*eac174f2Safresh1 - CPAN distribution fixes (meta information for META.yml). 277b39c5158Smillert 278b39c5158Smillert 279*eac174f2Safresh12.124 2009-06-13 SMUELLER 280*eac174f2Safresh1 - Add three missing test files. 281b39c5158Smillert 282b39c5158Smillert 283*eac174f2Safresh12.123 2009-06-11 SMUELLER 284*eac174f2Safresh1 - Re-add the INSTALLDIRS => 'perl' directive to Makefile.PL 285b39c5158Smillert of the CPAN release. 286b39c5158Smillert 287b39c5158Smillert 288*eac174f2Safresh12.122 2009-06-09 SMUELLER 289*eac174f2Safresh1 - Promote previous developer release to stable release. 290b39c5158Smillert 291b39c5158Smillert 292*eac174f2Safresh12.121_20 2009-06-06 SMUELLER 293*eac174f2Safresh1 - A host of bug fixes and improvements that have 294b39c5158Smillert accumulated in the perl core 295*eac174f2Safresh1 - Updated backport to 5.6.1 by Steffen Mueller <smueller@cpan.org>. 296b39c5158Smillert 297b39c5158Smillert 298*eac174f2Safresh12.121 2003-08-25 ILYAM 299*eac174f2Safresh1 - Backport to 5.6.1 by Ilya Martynov <ilya@martynov.org>. 300b39c5158Smillert 301b39c5158Smillert 302*eac174f2Safresh12.11 (unreleased) 303*eac174f2Safresh1 - C<0> is now dumped as such, not as C<'0'>. 304*eac174f2Safresh1 - qr// objects are now dumped correctly (provided a post-5.005_58) 305b39c5158Smillert overload.pm exists). 306*eac174f2Safresh1 - Implemented $Data::Dumper::Maxdepth, which was on the Todo list. 307b39c5158Smillert Thanks to John Nolan <jpnolan@Op.Net>. 308b39c5158Smillert 309b39c5158Smillert 310*eac174f2Safresh12.101 1999-05-01 GSAR 311*eac174f2Safresh1 - Minor release to sync with version in 5.005_03. Fixes dump of 312b39c5158Smillert dummy coderefs. 313b39c5158Smillert 314b39c5158Smillert 315*eac174f2Safresh12.10 1998-10-31 GSAR 316*eac174f2Safresh1 - Bugfixes for dumping related undef values, globs, and better double 317b39c5158Smillert quoting: three patches suggested by Gisle Aas <gisle@aas.no>. 318*eac174f2Safresh1 - Escaping of single quotes in the XS version could get tripped up 319b39c5158Smillert by the presence of nulls in the string. Fix suggested by 320b39c5158Smillert Slaven Rezic <eserte@cs.tu-berlin.de>. 321*eac174f2Safresh1 - Rather large scale reworking of the logic in how seen values 322b39c5158Smillert are stashed. Anonymous scalars that may be encountered while 323b39c5158Smillert traversing the structure are properly tracked, in case they become 324b39c5158Smillert used in data dumped in a later pass. There used to be a problem 325b39c5158Smillert with the previous logic that prevented such structures from being 326b39c5158Smillert dumped correctly. 327*eac174f2Safresh1 - Various additions to the testsuite. 328b39c5158Smillert 329b39c5158Smillert 330*eac174f2Safresh12.09 1998-07-17 GSAR 331*eac174f2Safresh1 - Implement $Data::Dumper::Bless, suggested by Mark Daku <daku@nortel.ca>. 332b39c5158Smillert 333b39c5158Smillert 334*eac174f2Safresh12.081 1998-01-15 GSAR 335*eac174f2Safresh1 - Minor release to fix Makefile.PL not accepting MakeMaker args. 336b39c5158Smillert 337b39c5158Smillert 338*eac174f2Safresh12.08 1997-12-07 GSAR 339*eac174f2Safresh1 - Glob dumps don't output superflous 'undef' anymore. 340*eac174f2Safresh1 - Fixes from Gisle Aas <gisle@aas.no> to make Dumper() work with 341b39c5158Smillert overloaded strings in recent perls, and his new testsuite. 342*eac174f2Safresh1 - require 5.004. 343*eac174f2Safresh1 - A separate flag to always quote hash keys (on by default). 344*eac174f2Safresh1 - Recreating known CODE refs is now better supported. 345*eac174f2Safresh1 - Changed flawed constant SCALAR bless workaround. 346b39c5158Smillert 347b39c5158Smillert 348*eac174f2Safresh12.07 1996-12-07 GSAR 349*eac174f2Safresh1 - Dumpxs output is now exactly the same as Dump. 350*eac174f2Safresh1 It still doesn't honor C<Useqq> though. 351*eac174f2Safresh1 - Regression tests test for identical output and C<eval>-ability. 352*eac174f2Safresh1 - Bug in *GLOB{THING} output fixed. 353*eac174f2Safresh1 - Other small enhancements. 354b39c5158Smillert 355b39c5158Smillert 356*eac174f2Safresh12.06 1996-12-02 GSAR 357*eac174f2Safresh1 - Bugfix that was serious enough for new release--the bug cripples 358b39c5158Smillert MLDBM. Problem was "Attempt to modify readonly value..." failures 359b39c5158Smillert that stemmed for a misguided SvPV_force() instead of a SvPV().) 360b39c5158Smillert 361b39c5158Smillert 362*eac174f2Safresh12.05 1996-12-02 GSAR 363*eac174f2Safresh1 - Fixed the type mismatch that was causing Dumpxs test to fail 364b39c5158Smillert on 64-bit platforms. 365*eac174f2Safresh1 - GLOB elements are dumped now when C<Purity> is set (using the 366b39c5158Smillert *GLOB{THING} syntax). 367*eac174f2Safresh1 - The C<Freezer> option can be set to a method name to call 368b39c5158Smillert before probing objects for dumping. Some applications: objects with 369b39c5158Smillert external data, can re-bless themselves into a transitional package; 370b39c5158Smillert Objects the maintain ephemeral state (like open files) can put 371b39c5158Smillert additional information in the object to facilitate persistence. 372*eac174f2Safresh1 - The corresponding C<Toaster> option, if set, specifies 373b39c5158Smillert the method call that will revive the frozen object. 374*eac174f2Safresh1 - The C<Deepcopy> flag has been added to do just that. 375*eac174f2Safresh1 - Dumper does more aggressive cataloging of SCALARs encountered 376b39c5158Smillert within ARRAY/HASH structures. Thanks to Norman Gaywood 377b39c5158Smillert <norm@godel.une.edu.au> for reporting the problem. 378*eac174f2Safresh1 - Objects that C<overload> the '""' operator are now handled 379b39c5158Smillert properly by the C<Dump> method. 380*eac174f2Safresh1 - Significant additions to the testsuite. 381*eac174f2Safresh1 - More documentation. 382b39c5158Smillert 383b39c5158Smillert 384*eac174f2Safresh12.04b 1996-08-28 GSAR 385*eac174f2Safresh1 - Made dump of glob names respect C<Useqq> setting. 386*eac174f2Safresh1 - [@$%] are now escaped now when in double quotes. 387b39c5158Smillert 388b39c5158Smillert 389*eac174f2Safresh12.03b 1996-08-26 GSAR 390*eac174f2Safresh1 - Fixed Dumpxs. It was appending trailing nulls to globnames. 391b39c5158Smillert (reported by Randal Schwartz <merlyn@teleport.com>). 392*eac174f2Safresh1 - Calling the C<Indent()> method on a dumper object now correctly 393b39c5158Smillert resets the internal separator (reported by Curt Tilmes 394b39c5158Smillert <curt@ltpmail.gsfc.nasa.gov>). 395*eac174f2Safresh1 - New C<Terse> option to suppress the 'C<VARI<n> = >' prefix 396b39c5158Smillert introduced. If the option is set, they are output only when 397b39c5158Smillert absolutely essential. 398*eac174f2Safresh1 - The C<Useqq> flag is supported (but not by the XSUB version yet). 399*eac174f2Safresh1 - Embedded nulls in keys are now handled properly by Dumpxs. 400*eac174f2Safresh1 - Dumper.xs now use various integer types in perl.h (should 401b39c5158Smillert make it compile without noises on 64 bit platforms, although 402b39c5158Smillert I haven't been able to test this). 403*eac174f2Safresh1 - All the dump methods now return a list of strings in a list context. 404b39c5158Smillert 405b39c5158Smillert 406*eac174f2Safresh12.02b 1996-04-13 GSAR 407*eac174f2Safresh1 - Non portable sprintf usage in XS code fixed (thanks to 408b39c5158Smillert Ulrich Pfeifer <pfeifer@charly.informatik.uni-dortmund.de>). 409b39c5158Smillert 410b39c5158Smillert 411*eac174f2Safresh12.01b 1996-04-10 GSAR 412*eac174f2Safresh1 - Minor bugfix (single digit numbers were always getting quoted). 413b39c5158Smillert 414b39c5158Smillert 415*eac174f2Safresh12.00b 1996-04-09 GSAR 416*eac174f2Safresh1 - C<Dumpxs> is now the exact XSUB equivalent of C<Dump>. 417*eac174f2Safresh1 The XS version is 4-5 times faster. 418*eac174f2Safresh1 - C<require 5.002>. 419*eac174f2Safresh1 - MLDBM example removed (as its own module, it has a separate CPAN 420b39c5158Smillert reality now). 421*eac174f2Safresh1 - Fixed bugs in handling keys with wierd characters. Perl can be 422b39c5158Smillert tripped up in its implicit quoting of the word before '=>'. The 423b39c5158Smillert fix: C<Data::Dumper::Purity>, when set, always triggers quotes 424b39c5158Smillert around hash keys. 425*eac174f2Safresh1 - Andreas Koenig <k@anna.in-berlin.de> pointed out that handling octals 426b39c5158Smillert is busted. His patch added. 427*eac174f2Safresh1 - Dead code removed, other minor documentation fixes. 428b39c5158Smillert 429b39c5158Smillert 430*eac174f2Safresh11.23 1995-12-04 GSAR 431*eac174f2Safresh1 - MLDBM example added. 432*eac174f2Safresh1 - Several folks pointed out that quoting of ticks and backslashes 433b39c5158Smillert in strings is missing. Added. 434*eac174f2Safresh1 - Ian Phillipps <ian@pipex.net> pointed out that numerics may lose 435b39c5158Smillert precision without quotes. Fixed. 436b39c5158Smillert 437b39c5158Smillert 438*eac174f2Safresh11.21 1995-11-19 GSAR 439*eac174f2Safresh1 - Last stable version I can remember. 440b39c5158Smillert 441