| Commit message (Expand) | Author | Age | Files | Lines |
* | Re: [dodgy PATCH] Re: [Storable] utf8 keys started working! | Tim Bunce | 2002-04-14 | 1 | -2/+4 |
* | Dedodgify. | Jarkko Hietaniemi | 2002-04-13 | 1 | -1/+1 |
* | [dodgy PATCH] Re: [Storable] utf8 keys started working! | Nicholas Clark | 2002-04-13 | 4 | -25/+580 |
* | Backward portability from Dan Kogai. | Jarkko Hietaniemi | 2002-04-10 | 15 | -60/+94 |
* | Patch for bug ID 20020221.007 | Archer Sully | 2002-04-05 | 2 | -2/+20 |
* | MPE/iX tweaks from Mark Bixby. | Jarkko Hietaniemi | 2002-03-29 | 1 | -4/+0 |
* | Storable is inefficient retreiving large hashes [PATCH] | Tim Bunce | 2002-03-21 | 1 | -0/+2 |
* | Enchance the Storable magic description. | Jarkko Hietaniemi | 2002-01-08 | 1 | -17/+17 |
* | Add file magic for Storable, from Jim Cromie <jcromie@divsol.com> | Jarkko Hietaniemi | 2002-01-07 | 1 | -1/+38 |
* | cleaner close on tests, take 2 | Andreas König | 2001-12-29 | 1 | -1/+1 |
* | Upgrade to Storable 1.0.14. | Jarkko Hietaniemi | 2001-12-01 | 2 | -4/+23 |
* | a few typo fixes | Jeffrey Friedl | 2001-11-12 | 1 | -6/+6 |
* | Update to Storable 1.0.13. | Jarkko Hietaniemi | 2001-09-03 | 3 | -8/+22 |
* | Upgrade to Storable 1.0.12, from Raphael Manfredi. | Jarkko Hietaniemi | 2001-07-01 | 4 | -87/+194 |
* | MPE/iX test tweaks from Mark Bixby. | Jarkko Hietaniemi | 2001-06-25 | 1 | -0/+4 |
* | The Grand Trek: move the *.t files from t/ to lib/ and ext/. | Jarkko Hietaniemi | 2001-06-18 | 15 | -0/+1912 |
* | Similar logic as DB_File.xs, using the modern macros and | Jarkko Hietaniemi | 2001-06-13 | 1 | -5/+7 |
* | [patch] rid local_patches warnings | Doug MacEachern | 2001-06-13 | 1 | -1/+1 |
* | Various "cast to pointer from integer of different size" | Jarkko Hietaniemi | 2001-06-03 | 1 | -2/+2 |
* | -Wall cleanup continues. | Jarkko Hietaniemi | 2001-06-02 | 1 | -3/+3 |
* | -Wall cleanups: perl.c, gv.c, Storable.xs | Abhijit Menon-Sen | 2001-05-31 | 1 | -19/+15 |
* | Retract #10295 and #10296: a more generic solution | Jarkko Hietaniemi | 2001-05-30 | 1 | -6/+2 |
* | Re: AIX and gcc (moving targets) | H.Merijn Brand | 2001-05-29 | 1 | -2/+6 |
* | printf warning | Robin Barker | 2001-03-29 | 1 | -6/+9 |
* | Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote | Jarkko Hietaniemi | 2001-03-16 | 1 | -2/+6 |
* | more pod patches | Michael Stevens | 2001-03-16 | 1 | -3/+3 |
* | Upgrade to Storable 1.0.11, from Raphael Manfredi. | Jarkko Hietaniemi | 2001-03-15 | 3 | -23/+78 |
* | Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0 | H.Merijn Brand | 2001-03-04 | 1 | -2/+5 |
* | Upgrade to Storable 1.0.10, from Raphael Manfredi. | Jarkko Hietaniemi | 2001-02-17 | 3 | -126/+352 |
* | Typo in #8312 when manually applying a problematic patch fragment. | Jarkko Hietaniemi | 2001-01-04 | 1 | -1/+1 |
* | Upgrade to Storable 1.0.7, from Raphael Manfredi. | Jarkko Hietaniemi | 2001-01-04 | 4 | -44/+120 |
* | Fixes for signedness warnings noticed by VMSperlers. | Jarkko Hietaniemi | 2000-11-22 | 1 | -1/+1 |
* | [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and... | Peter J. Farley III | 2000-11-19 | 1 | -4/+11 |
* | Upgrade to Storable 1.0.6, from Raphael Manfredi. | Jarkko Hietaniemi | 2000-11-05 | 3 | -13/+76 |
* | Do not cleanup *% because the % has special meanings in some | Jarkko Hietaniemi | 2000-11-01 | 1 | -1/+3 |
* | Upgrade to Storable 1.0.5, from Raphael Manfredi. | Jarkko Hietaniemi | 2000-10-27 | 3 | -5/+91 |
* | Replace #7409 with | Raphael Manfredi | 2000-10-24 | 1 | -11/+13 |
* | Avoid Storable locking on DJGPP for now. | Peter J. Farley III | 2000-10-23 | 1 | -1/+12 |
* | Upgrade to Storable 1.0.3, from Raphael Manfredi. | Jarkko Hietaniemi | 2000-10-03 | 3 | -51/+299 |
* | continued -Wformat support | Robin Barker | 2000-09-14 | 1 | -6/+6 |
* | Retab MANIFEST. | Jarkko Hietaniemi | 2000-09-02 | 1 | -6/+6 |
* | Update to Storable 1.0, from Raphael Manfredi. | Jarkko Hietaniemi | 2000-09-01 | 5 | -161/+168 |
* | Nail the ID 20000828.023. | Jarkko Hietaniemi | 2000-08-29 | 1 | -1/+1 |
* | Big-endian 64-bit patch from Raphael Manfredi. | Jarkko Hietaniemi | 2000-08-27 | 1 | -8/+26 |
* | More casting. | Jarkko Hietaniemi | 2000-08-26 | 1 | -1/+1 |
* | Nicer in decimal. | Jarkko Hietaniemi | 2000-08-26 | 1 | -1/+1 |
* | There be no UVdf. | Jarkko Hietaniemi | 2000-08-26 | 1 | -1/+1 |
* | Continue IVdfing and UVxfing. | Jarkko Hietaniemi | 2000-08-26 | 1 | -5/+5 |
* | Use IVdf. | Jarkko Hietaniemi | 2000-08-26 | 1 | -11/+12 |
* | Use UVxf, PTR2UV, NVff. | Jarkko Hietaniemi | 2000-08-26 | 1 | -81/+93 |