summaryrefslogtreecommitdiff
path: root/dist/Storable
Commit message (Expand)AuthorAgeFilesLines
* (perl #133326) fix and clarify handling of recurs_sv.Tony Cook2018-08-272-37/+77
* __Storable__.pm: Bump version to 3.13Karl Williamson2018-08-231-1/+1
* fix Storable rethrowing refs when Log::Agent is installedGraham Knop2018-08-231-6/+15
* bump $Storable::VERSIONTony Cook2018-07-312-1/+5
* (perl #133411) don't try to load Storable with -DusecrosscompileTony Cook2018-07-312-4/+15
* Tidy-ups following Devel::PPPort and Storable syncingsSteve Hay2018-07-191-0/+1
* Merge branch 'sawyer/storable' into bleadSawyer X2018-07-196-6/+104
|\
| * Storable: version 3.11Sawyer X2018-04-272-1/+5
| * Storable: fix for strawberry build failures:Sawyer X2018-04-271-3/+4
| * Reflect changes for 3.10Sawyer X2018-04-242-1/+5
| * Skip test on archaic perl versionsH.Merijn Brand2018-04-222-0/+6
| * Storable needs EU::MM-6.31H.Merijn Brand2018-04-221-1/+1
| * Storable: Fix licenseSawyer X2018-04-211-0/+1
| * Storable: Bump version for releaseSawyer X2018-04-212-1/+6
| * Fix MetaCPAN indexing of StorableDagfinn Ilmari Mannsåker2018-04-211-1/+1
| * Storable: Clean up and prepare for CPAN release:Sawyer X2018-04-213-0/+77
* | Storable: check PERL_TEST_MEMORY before trying to allocate 2GB of memoryTony Cook2018-06-191-0/+6
|/
* Fix Storable indexing issue with PAUSEChris 'BinGOs' Williams2018-04-202-2/+3
* prevent warnings from building Storable on x64 Win32 with gccTony Cook2018-04-091-3/+3
* (perl #127743) don't use a freed contextTony Cook2018-04-041-9/+9
* RT #133039 dont build a Storable.so/.dll with a static perl buildDaniel Dragan2018-04-032-2/+4
* Storable: the Limit.pm should depend on the code generating itTony Cook2018-04-021-1/+1
* (perl #133009) handle the XP fallback after we're ready to writeTony Cook2018-04-021-11/+25
* (perl #127743) re-work for debugging builds with MSVCTony Cook2018-03-121-5/+4
* (perl #132870) workaround VC2017 compiler bugTony Cook2018-03-071-0/+6
* (perl #132893) don't probe for Storable recursion limits on old Win32Tony Cook2018-03-011-4/+17
* suppress error messages from the shell when probing Storable limitsTony Cook2018-02-261-0/+5
* make the Storable stacksize messages less scaryTony Cook2018-02-261-2/+2
* (perl #127743) don't probe Storable limits so muchTony Cook2018-02-261-2/+6
* Revert "Storable: when building in core do not run stacksize every time"Yves Orton2018-02-262-2/+1
* Storable: when building in core do not run stacksize every timeYves Orton2018-02-252-1/+2
* Storable: recurse.t: use note() rather than diag()David Mitchell2018-02-191-2/+2
* Construct Limit.pm dependency with File::Spec.Craig A. Berry2018-02-131-1/+3
* (perl #127743) remove the no longer needed stacksize_in.hTony Cook2018-02-122-9/+1
* (perl #132849) try to disable core files when deliberatly segfaultingTony Cook2018-02-121-1/+7
* bump $Storable::VERSION to 3.06Tony Cook2018-02-081-1/+1
* (perl #127743) update ChangesTony Cook2018-02-081-0/+40
* (perl #127743) re-work recursion limit handlingTony Cook2018-02-085-101/+158
* (perl #50608) add experimental regular expression supportTony Cook2018-02-084-14/+394
* (perl #127743) fix dependencies for Storable.pmTony Cook2018-02-081-1/+11
* (perl #25933) always rethrow exceptions thrown through or by the XS implement...Tony Cook2018-02-082-7/+79
* (perl #127743) improve performance in -DDEBUGGING buildsTony Cook2018-02-081-15/+55
* (perl #131136) clear padding before writing long doublesTony Cook2018-02-081-6/+38
* (perl #118551) an empty string from _freeze() now supplies the same to _thaw(...Tony Cook2018-02-082-4/+39
* (perl #127743) ensure gzip/gzip are available before we use themTony Cook2018-02-081-1/+18
* (perl #127743) support for >= 4GB data from hooksTony Cook2018-02-082-8/+73
* (perl #131999) treat a 32-bit hook data size as unsignedTony Cook2018-02-082-3/+54
* (perl #131990) treat the length for LSCALAR, LUTF8STR as unsignedTony Cook2018-02-081-2/+2
* we only need 64-bit object support with 64-bit pointer buildsTony Cook2018-02-081-1/+1
* fix various 32-bit issues:Tony Cook2018-02-081-8/+24