summaryrefslogtreecommitdiff
path: root/dist/Storable
Commit message (Expand)AuthorAgeFilesLines
* dist/Storable/t/regexp.t: Mark some tests as ASCII-onlyKarl Williamson2019-10-091-4/+4
* bump $Storable::VERSION and update ChangeLogTony Cook2019-08-082-1/+8
* minimally document the stacksize toolTony Cook2019-08-081-0/+3
* move Storable CAN_FLOCK computation into XSGraham Knop2019-08-086-70/+21
* remove remains of Storable stack size detectionGraham Knop2019-08-081-8/+0
* Storable: make count large enoughTony Cook2019-08-071-3/+3
* bump $Storable::VERSIONTony Cook2019-06-112-1/+6
* (perl #134179) include regexps in the seen objects table on retrieveTony Cook2019-06-113-4/+15
* Remove entry from MANIFESTSawyer X2019-04-261-1/+0
* Bumping Storable to release to CPANSawyer X2019-04-261-0/+4
* Revert "skip leaky Storable tests"David Mitchell2019-04-171-8/+1
* free pseen in the magic free codeTony Cook2019-04-172-1/+5
* skip leaky Storable testsDavid Mitchell2019-04-151-1/+8
* (perl #133708) remove build-time probing for stack limits for StorableTony Cook2018-12-105-107/+32
* (perl #133706) remove exploit code from StorableTony Cook2018-12-052-274/+12
* (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