| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods. | Nick Ing-Simmons | 1999-05-08 | 1 | -5/+63 |
* | Another set of doc patches from Abigail | Abigail | 1999-01-07 | 2 | -7/+7 |
* | Tie::SubstrHash patch | Blair Zajac | 1998-12-28 | 1 | -1/+1 |
* | update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE | Gurusamy Sarathy | 1998-11-28 | 1 | -0/+4 |
* | [win32] merge changes#872,873 from maintbranch | Gurusamy Sarathy | 1998-05-14 | 1 | -1/+1 |
* | _60 & _04 - Add WRITE & CLOSE to TIEHANDLE | Graham Barr | 1998-02-27 | 1 | -0/+161 |
* | 5.004_56: Patch to Tie::Hash and docs | Ilya Zakharevich | 1998-02-06 | 1 | -1/+1 |
* | Another Array.pm patch | Paul Marquess | 1998-02-06 | 1 | -1/+1 |
* | documentation patch for 5.004_57 | Paul Marquess | 1998-02-06 | 1 | -2/+2 |
* | TIEARRAY updates - almost works ... | Nick Ing-Simmons | 1998-01-14 | 1 | -10/+232 |
* | Skeleton Tie::Array | Nick Ing-Simmons | 1998-01-13 | 1 | -0/+40 |
* | Allow for really big keys in Tie::SubstrHash | Unknown Contributor | 1997-01-29 | 1 | -2/+6 |
* | [inseparable changes from patch from perl5.003_17 to perl5.003_18] | Perl 5 Porters | 1997-01-01 | 1 | -1/+1 |
* | [inseparable changes from patch from perl5.003_11 to perl5.003_12] | Perl 5 Porters | 1996-12-19 | 1 | -0/+123 |
* | Quote string argument in example -- necessary if using strict subs | Perl 5 Porters | 1996-07-15 | 3 | -5/+5 |
* | Documentation patch: Tie::Hash, Tie::Scalar, Tie::SubstrHash | Randy J Ray | 1996-02-06 | 3 | -26/+201 |
* | perl 5.002gamma: [patch introduction and re-organisations] | Andy Dougherty | 1996-02-03 | 2 | -0/+297 |