This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
op.h: Add additional padding to struct opslab to ensure proper alignment
[perl5.git] / dist / Storable /
2020-05-22 Dagfinn Ilmari Man... Fix a bunch of repeated-word typos
2020-04-02 Dagfinn Ilmari Man... Storable: Fix t/huge.t PERL_TEST_MEMORY diagnostic...
2020-02-26 Tony Cookbump $Storable::VERSION and update ChangeLog
2020-02-26 Tony CookStorable: fix a format string vs argument error
2020-02-16 Dagfinn Ilmari Man... Storable: linkify alternatives references
2020-01-27 Tony Cookbump $Storable::VERSION and update ChangeLog
2020-01-27 Tony CookStorable/t/recurse.t: note may not be available
2020-01-27 Tony CookStorable/Makefile.PL: fix dependencies
2019-12-02 PaliStorable: Fix compile warning: comparison between signe...
2019-12-02 PaliStorable: Fix compile warning: format ‘%d’ expects...
2019-11-25 James E KeenanUpdate Storable's bugtracker
2019-11-25 Tony Cookbump $Storable::VERSION
2019-11-25 Tony Cookdisallow vstring magic strings over 2GB-1
2019-10-11 Max MaischeinChange bug URL from rt.perl.org to https://rt.perl.org
2019-10-09 Karl Williamsondist/Storable/t/regexp.t: Mark some tests as ASCII...
2019-08-08 Tony Cookbump $Storable::VERSION and update ChangeLog
2019-08-08 Tony Cookminimally document the stacksize tool
2019-08-08 Graham Knopmove Storable CAN_FLOCK computation into XS
2019-08-08 Graham Knopremove remains of Storable stack size detection
2019-08-07 Tony CookStorable: make count large enough
2019-06-11 Tony Cookbump $Storable::VERSION
2019-06-11 Tony Cook(perl #134179) include regexps in the seen objects...
2019-04-26 Sawyer XRemove entry from MANIFEST
2019-04-26 Sawyer XBumping Storable to release to CPAN
2019-04-17 David MitchellRevert "skip leaky Storable tests"
2019-04-17 Tony Cookfree pseen in the magic free code
2019-04-15 David Mitchellskip leaky Storable tests
2018-12-10 Tony Cook(perl #133708) remove build-time probing for stack...
2018-12-05 Tony Cook(perl #133706) remove exploit code from Storable
2018-08-27 Tony Cook(perl #133326) fix and clarify handling of recurs_sv.
2018-08-23 Karl Williamson__Storable__.pm: Bump version to 3.13
2018-08-23 Graham Knopfix Storable rethrowing refs when Log::Agent is installed
2018-07-31 Tony Cookbump $Storable::VERSION
2018-07-31 Tony Cook(perl #133411) don't try to load Storable with -Dusecro...
2018-07-19 Steve HayTidy-ups following Devel::PPPort and Storable syncings
2018-07-19 Sawyer XMerge branch 'sawyer/storable' into blead
2018-06-19 Tony CookStorable: check PERL_TEST_MEMORY before trying to alloc...
2018-04-27 Sawyer XStorable: version 3.11 origin/sawyer/storable
2018-04-27 Sawyer XStorable: fix for strawberry build failures:
2018-04-24 Sawyer XReflect changes for 3.10
2018-04-22 H.Merijn BrandSkip test on archaic perl versions
2018-04-22 H.Merijn BrandStorable needs EU::MM-6.31
2018-04-21 Sawyer XStorable: Fix license
2018-04-21 Sawyer XStorable: Bump version for release
2018-04-21 Dagfinn Ilmari Man... Fix MetaCPAN indexing of Storable
2018-04-21 Sawyer XStorable: Clean up and prepare for CPAN release:
2018-04-20 Chris 'BinGOs' Wil... Fix Storable indexing issue with PAUSE
2018-04-09 Tony Cookprevent warnings from building Storable on x64 Win32...
2018-04-04 Tony Cook(perl #127743) don't use a freed context
2018-04-03 Daniel DraganRT #133039 dont build a Storable.so/.dll with a static... origin/tonyc/132992-storable-deps
2018-04-02 Tony CookStorable: the Limit.pm should depend on the code genera...
2018-04-02 Tony Cook(perl #133009) handle the XP fallback after we're ready...
2018-03-11 Tony Cook(perl #127743) re-work for debugging builds with MSVC
2018-03-07 Tony Cook(perl #132870) workaround VC2017 compiler bug
2018-02-28 Tony Cook(perl #132893) don't probe for Storable recursion limit...
2018-02-26 Tony Cooksuppress error messages from the shell when probing...
2018-02-26 Tony Cookmake the Storable stacksize messages less scary
2018-02-26 Tony Cook(perl #127743) don't probe Storable limits so much
2018-02-26 Yves OrtonRevert "Storable: when building in core do not run...
2018-02-25 Yves OrtonStorable: when building in core do not run stacksize...
2018-02-19 David MitchellStorable: recurse.t: use note() rather than diag()
2018-02-14 Craig A. BerryConstruct Limit.pm dependency with File::Spec.
2018-02-12 Tony Cook(perl #127743) remove the no longer needed stacksize_in.h
2018-02-12 Tony Cook(perl #132849) try to disable core files when deliberat...
2018-02-08 Tony Cookbump $Storable::VERSION to 3.06
2018-02-08 Tony Cook(perl #127743) update Changes
2018-02-08 Tony Cook(perl #127743) re-work recursion limit handling
2018-02-08 Tony Cook(perl #50608) add experimental regular expression support
2018-02-08 Tony Cook(perl #127743) fix dependencies for Storable.pm
2018-02-08 Tony Cook(perl #25933) always rethrow exceptions thrown through...
2018-02-08 Tony Cook(perl #127743) improve performance in -DDEBUGGING builds
2018-02-08 Tony Cook(perl #131136) clear padding before writing long doubles
2018-02-08 Tony Cook(perl #118551) an empty string from _freeze() now suppl...
2018-02-08 Tony Cook(perl #127743) ensure gzip/gzip are available before...
2018-02-08 Tony Cook(perl #127743) support for >= 4GB data from hooks
2018-02-08 Tony Cook(perl #131999) treat a 32-bit hook data size as unsigned
2018-02-08 Tony Cook(perl #131990) treat the length for LSCALAR, LUTF8STR...
2018-02-08 Tony Cookwe only need 64-bit object support with 64-bit pointer...
2018-02-08 Tony Cookfix various 32-bit issues:
2018-02-08 Tony Cook(perl #127743) read the hash's flags for large SX_FLAG_...
2018-02-08 Tony Cook(perl #127743) we should only handle SX_LOBJECT ops...
2018-02-08 Tony Cook(perl #127743) fix network order read/write of large...
2018-02-08 Tony Cook(perl #127743) fixes for READ_U64()
2018-02-08 Tony Cook(perl #127743) fix some -DDEBUGGING build issues
2018-02-08 Tony Cook(perl #127743) limit the number of extra refs returned...
2018-02-08 Tony Cook(perl #127743) fix large object ids in hook sequences
2018-02-08 Tony Cook(perl #127743) update PERL_TEST_MEMORY requirements...
2018-02-08 Tony Cook(perl #127743) fix two problems with large object ids
2018-02-08 Tony Cook(perl #127743) correct some types for Win32
2018-02-08 Reini UrbanStorable 3.05_13: safe defaults
2018-02-08 Reini UrbanStorable: Analyze #304
2018-02-08 Reini UrbanStorable: cygwin64 MAX_DEPTH /2
2018-02-08 Reini UrbanStorable: Need more stack reserve on cygwin also
2018-02-08 Reini UrbanStorable: fix cygwin stack probing
2018-02-08 Reini UrbanStorable: Update to 3.05_12
2018-02-08 Reini UrbanStorable: fix stacksize with shared libcperl
2018-02-08 Reini UrbanStorable: fix wrong fake_tag check
2018-02-08 Reini UrbanStorable: memory leak
2018-02-08 Reini UrbanStorable 3.05_11: croak on sizes read > I32_MAX
2018-02-08 Reini UrbanStorable: simplify last_op_in_netorder
next