| Commit message (Expand) | Author | Age | Files | Lines |
* | Make Storable load even with %INC modified | Father Chrysostomos | 2011-11-02 | 2 | -4/+17 |
* | Simplify Storable.xs by providing a fallback definition of HvTOTALKEYS(). | Nicholas Clark | 2011-09-14 | 1 | -6/+5 |
* | Change Storable's code.t to serialise a subroutine under our control. | Nicholas Clark | 2011-09-14 | 1 | -1/+1 |
* | Remove from Storable.xs all compatibility code that duplicates ppport.h | Nicholas Clark | 2011-09-14 | 1 | -49/+1 |
* | Restore 5.004 and 5.005 support in Storable. | Nicholas Clark | 2011-09-14 | 3 | -18/+18 |
* | Remove Symbian compatibility macros from Storable, now supplied by ppport.h | Nicholas Clark | 2011-09-14 | 2 | -21/+1 |
* | Increase $Storable::VERSION | Father Chrysostomos | 2011-07-12 | 1 | -1/+1 |
* | Storable: Restore 5.6 compatibility | Father Chrysostomos | 2011-07-11 | 1 | -1/+1 |
* | Storable: Restore 5.8.2 compatibility | Father Chrysostomos | 2011-07-11 | 1 | -0/+5 |
* | Fix a Storable test to work in 5.8.9- | Father Chrysostomos | 2011-07-11 | 2 | -3/+3 |
* | Add terse changelog entry for 2.29 | Abhijit Menon-Sen | 2011-07-03 | 1 | -0/+6 |
* | Increase $Storable::VERSION to 2.29 | Father Chrysostomos | 2011-06-21 | 1 | -1/+1 |
* | [perl #92432] Storable::nfreeze shouldn't stringify ints | Sam Kimbrel | 2011-06-21 | 1 | -2/+2 |
* | Make Storable freeze COWs properly | Father Chrysostomos | 2011-06-04 | 2 | -3/+10 |
* | Bump the versions of B and Storable following 1b95d04f713d9c56. | Nicholas Clark | 2011-05-20 | 1 | -1/+1 |
* | [perl #90306] Fix simple typos | Marcel GrĂ¼nauer | 2011-05-19 | 1 | -1/+1 |
* | Clean: Actually use HvUSEDKEYS() instead of HvKEYS() | Michael Witten | 2011-05-18 | 1 | -1/+1 |
* | Switch Storable to IO::File from FileHandle, only load if needed | David Leadbeater | 2011-03-12 | 1 | -2/+3 |
* | Stop using AutoLoader in Storable | David Leadbeater | 2011-03-12 | 1 | -27/+20 |
* | Switch Storable to XSLoader from DynaLoader | David Leadbeater | 2011-03-12 | 1 | -4/+5 |
* | Convert Storable's store.t to Test::More | Nicholas Clark | 2011-01-24 | 1 | -41/+22 |
* | Bumping version of Storable for release per Porting/cmpVERSION.pl | Jesse Vincent | 2011-01-20 | 1 | -1/+1 |
* | Fix typos (spelling errors) in dist/* | Peter J. Acklam) (via RT | 2011-01-07 | 13 | -43/+43 |
* | fix various compiler warnings from XS code | Zefram | 2010-12-11 | 1 | -1/+9 |
* | As of 2.25, 5.6.x is writing minor version 8, so update malice.t | Nicholas Clark | 2010-12-10 | 1 | -1/+1 |
* | 5.8.8's Test::More doesn't provide note(), so revert to a print statement. | Nicholas Clark | 2010-12-10 | 1 | -1/+1 |
* | The CPAN release will include Test::More to be used on old Perls | Abhijit Menon-Sen | 2010-12-10 | 30 | -0/+33 |
* | Make sure META.yml mentions perlbug as the right place to file bugs | Abhijit Menon-Sen | 2010-12-10 | 1 | -0/+3 |
* | Convert all Storable's tests to use Test::More. | Nicholas Clark | 2010-12-10 | 18 | -404/+278 |
* | Storable's t/malice.t now needs to use a minor version >4 ahead for testing. | Nicholas Clark | 2010-12-09 | 1 | -6/+8 |
* | Refactor Storable::read_magic to avoid 4 arg substr. | Nicholas Clark | 2010-12-09 | 1 | -13/+12 |
* | In Storable.xs fix #80074, caused by the Perl stack moving when expanded. | Nicholas Clark | 2010-12-08 | 2 | -4/+66 |
* | Uncomment and fix up tests at the end of Storable's blessed.t | Nicholas Clark | 2010-12-07 | 1 | -11/+9 |
* | Up Storable version to 2.25 | David Leadbeater | 2010-12-04 | 2 | -1/+6 |
* | Up Storable minor version | David Leadbeater | 2010-12-04 | 2 | -4/+4 |
* | Make Storable correctly store coderefs with UTF-8 flag | David Leadbeater | 2010-12-04 | 2 | -13/+36 |
* | Performance improvement for overloaded classes from Benjamin Holzman | Abhijit Menon-Sen | 2010-11-12 | 4 | -4/+32 |
* | Refactor Storable::{net_,}pstore to return undef/true, instead of 1 or 0. | Nicholas Clark | 2010-11-01 | 2 | -9/+8 |
* | Refactor the error handling logic in Storable::_store(). | Nicholas Clark | 2010-11-01 | 1 | -2/+9 |
* | Merge Storable::{is_storing,is_retrieving} using ALIAS. | Nicholas Clark | 2010-10-31 | 1 | -7/+7 |
* | Storable::{last_op_in_netorder,is_storing,is_retrieving} are all boolean. | Nicholas Clark | 2010-10-31 | 1 | -6/+6 |
* | Merge Storable::{,net_}pstore and Storable::{,net_}mstore using ALIAS. | Nicholas Clark | 2010-10-31 | 2 | -80/+27 |
* | Merge commit 'origin/davem/post-5.12' into blead | David Mitchell | 2010-04-13 | 1 | -2/+2 |
|\ |
|
| * | Fix assorted bugs related to magic (such as pos) not "sticking" to | David Mitchell | 2010-03-23 | 1 | -2/+2 |
* | | doc update: Storable cannot serialize REGEXP (yet) | Slaven Rezic | 2010-03-29 | 1 | -1/+1 |
|/ |
|
* | Convert the 2 Storable tests that use Test to use Test::More. | Nicholas Clark | 2009-10-23 | 2 | -65/+65 |
* | Fix (comment) typo pointed out by Robin Barker | Abhijit Menon-Sen | 2009-10-21 | 1 | -1/+1 |
* | Convert sv_2mortal(newSVpvn(...)) to newSVpvs_flags(..., SVs_TEMP) | Nicholas Clark | 2009-10-16 | 2 | -3/+4 |
* | Upgrade to Storable-2.21 | Steve Hay | 2009-10-11 | 2 | -1/+7 |
* | Move Storable from ext/ to dist/ | Nicholas Clark | 2009-10-02 | 49 | -0/+14224 |