| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Upgrade to Tie::File 0.50. | Jarkko Hietaniemi | 2002-03-18 | 3 | -9/+9 |
* | Upgrade to Tie::File 0.21. | Abhijit Menon-Sen | 2002-03-17 | 8 | -130/+1071 |
* | Upgrade to Tie::File 0.20. | Abhijit Menon-Sen | 2002-03-16 | 14 | -37/+476 |
* | Upgrade to Tie::File 0.19. | Abhijit Menon-Sen | 2002-03-15 | 20 | -218/+1150 |
* | Tie::File doc tweak for Win32 from mjd. | Jarkko Hietaniemi | 2002-03-05 | 1 | -2/+6 |
* | One more nit from mjd. | Jarkko Hietaniemi | 2002-03-04 | 1 | -13/+28 |
* | Upgrade to Tie::File 0.17 from mjd. | Jarkko Hietaniemi | 2002-03-04 | 4 | -24/+59 |
* | Integrate perlio: | Jarkko Hietaniemi | 2002-03-04 | 1 | -1/+2 |
* | Upgrade to Tie::File 0.16. | Abhijit Menon-Sen | 2002-03-04 | 6 | -37/+312 |
* | Test tweak from Craig Berry. | Jarkko Hietaniemi | 2002-03-04 | 1 | -2/+2 |
* | Upgrade to Tie::File 0.15. | Jarkko Hietaniemi | 2002-03-04 | 16 | -77/+253 |
* | Tie::Array doc patch | Tatsuhiko Miyagawa | 2002-03-03 | 1 | -2/+2 |
* | Upgrade to Tie::File 0.14. | Abhijit Menon-Sen | 2002-03-02 | 6 | -35/+380 |
* | Upgrade to Tie::File 0.13 (Win32 fixes.) | Abhijit Menon-Sen | 2002-03-01 | 12 | -4/+19 |
* | Add Tie::File 0.12 from MJD. | Abhijit Menon-Sen | 2002-03-01 | 14 | -0/+1918 |
* | [DOCPATCH] C<< >> in Tie::Hash | Nicholas Clark | 2002-02-19 | 1 | -1/+1 |
* | Detypo. | Jarkko Hietaniemi | 2002-02-19 | 1 | -1/+1 |
* | Add $VERSION. | Jarkko Hietaniemi | 2002-02-15 | 1 | -0/+1 |
* | Just a guess. | Jarkko Hietaniemi | 2002-02-14 | 1 | -1/+1 |
* | Re: [PATCH @13746] tied hashes: memoization | Ilya Zakharevich | 2002-02-14 | 2 | -0/+188 |
* | tied hashes | Ilya Zakharevich | 2002-02-14 | 1 | -12/+93 |
* | Bump the version number to agree with the maintperl one. | Jarkko Hietaniemi | 2001-10-15 | 1 | -5/+6 |
* | PATCH: Tie::SubstrHash | Hugo van der Sanden | 2001-10-04 | 1 | -1/+1 |
* | Add tests, clean up Tie::Scalar | chromatic | 2001-09-29 | 2 | -1/+77 |
* | avoid v-strings with require/use | Ronald J. Kimball | 2001-09-21 | 2 | -2/+2 |
* | Change use|require 5.005_64 to use|require 5.6.1. | Jarkko Hietaniemi | 2001-09-16 | 2 | -2/+2 |
* | Bump up version numbers. | Jarkko Hietaniemi | 2001-09-16 | 1 | -1/+1 |
* | [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT | daniel@biz.bitpusher.com | 2001-07-12 | 1 | -2/+1 |
* | Doc patch for Tie::Hash | Artur Bergman | 2001-07-06 | 1 | -2/+2 |
* | Bump up the VERSIONs of modules that have changed since 5.6.0, | Jarkko Hietaniemi | 2001-06-29 | 1 | -1/+1 |
* | The Grand Trek: move the *.t files from t/ to lib/ and ext/. | Jarkko Hietaniemi | 2001-06-18 | 7 | -0/+529 |
* | more pod patches | Michael Stevens | 2001-03-16 | 4 | -13/+13 |
* | Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;... | John P. Linderman | 2001-03-13 | 1 | -5/+13 |
* | Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>. | Jarkko Hietaniemi | 2000-12-15 | 1 | -6/+8 |
* | $VERSION crusade, strict, tests, etc... all over lib/ | Michael G. Schwern | 2000-12-06 | 4 | -0/+8 |
* | Fix the problem discussed in | Jarkko Hietaniemi | 2000-11-02 | 1 | -12/+35 |
* | Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm), | Edward Avis | 2000-11-02 | 1 | -3/+39 |
* | Re: [ID 20001020.002] Tie::Array SPLICE method is buggy | Daniel Chetlin | 2000-10-21 | 1 | -39/+35 |
* | Change the version number of Tie::Handle in the core to 4.0, | Andreas König | 2000-10-06 | 1 | -1/+10 |
* | Re: Questions about Tie::Array and perl modules | Nick Ing-Simmons | 2000-10-06 | 1 | -45/+45 |
* | Tie::StdHandle did not know about 3-arg open | Gisle Aas | 2000-09-07 | 1 | -6/+6 |
* | Add warnif(), check warnings further up the stack, | Paul Marquess | 2000-08-18 | 3 | -6/+3 |
* | final touches for lexical warnings (from Paul Marquess) | Gurusamy Sarathy | 2000-03-13 | 3 | -6/+9 |
* | more whitespace removal (from Michael G Schwern) | Gurusamy Sarathy | 2000-03-04 | 3 | -18/+18 |
* | s/use vars/our/g modules that aren't independently maintained on CPAN | Gurusamy Sarathy | 2000-01-23 | 2 | -5/+6 |
* | add $VERSION | Gurusamy Sarathy | 2000-01-21 | 1 | -0/+2 |
* | support delete() and exists() on array, tied array, and pseudo-hash | Gurusamy Sarathy | 2000-01-13 | 2 | -4/+35 |
* | tweak RefHash to make intent clearer (suggested by John Dlugosz) | Gurusamy Sarathy | 1999-06-22 | 1 | -3/+4 |
* | oops, backout bogus change#3545 | Gurusamy Sarathy | 1999-06-22 | 1 | -1/+2 |
* | remove dead code | Gurusamy Sarathy | 1999-06-22 | 1 | -2/+1 |