VMS test fix-ups
[p5sagit/p5-mst-13.2.git] / lib / Tie /
2001-10-15 Jarkko Hietaniemi Bump the version number to agree with the maintperl...
2001-10-04 Hugo van der Sanden PATCH: Tie::SubstrHash
2001-09-29 chromatic Add tests, clean up Tie::Scalar
2001-09-21 Ronald J. Kimball avoid v-strings with require/use
2001-09-16 Jarkko Hietaniemi Change use|require 5.005_64 to use|require 5.6.1.
2001-09-16 Jarkko Hietaniemi Bump up version numbers.
2001-07-12 daniel@biz.bitpush... [ID 20010711.005] in Tie::Array, SPLICE ignores context...
2001-07-06 Nick Ing-Simmons Integrate mainline
2001-07-06 Artur Bergman Doc patch for Tie::Hash
2001-06-29 Jarkko Hietaniemi Bump up the VERSIONs of modules that have changed since...
2001-06-18 Jarkko Hietaniemi The Grand Trek: move the *.t files from t/ to lib/...
2001-03-16 Michael Stevens more pod patches
2001-03-13 John P. Linderman Re: [ID 20010309.004] my-variables lose values while...
2001-01-08 Charles Bailey Once again syncing after too long an absence
2000-12-15 Jarkko Hietaniemi Still buggy findgteprime, fix from Eric Joanis <joanis...
2000-12-06 Michael G. Schwern $VERSION crusade, strict, tests, etc... all over lib/
2000-11-02 Jarkko Hietaniemi Fix the problem discussed in
2000-11-02 Edward Avis Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
2000-10-21 Daniel Chetlin Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
2000-10-20 Charles Bailey SYN SYN
2000-10-06 Andreas König Change the version number of Tie::Handle in the core...
2000-10-06 Nick Ing-Simmons Re: Questions about Tie::Array and perl modules
2000-09-07 Gisle Aas Tie::StdHandle did not know about 3-arg open
2000-08-18 Paul Marquess Add warnif(), check warnings further up the stack,
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-03-13 Gurusamy Sarathy final touches for lexical warnings (from Paul Marquess)
2000-03-04 Gurusamy Sarathy more whitespace removal (from Michael G Schwern)
2000-02-09 Charles Bailey Resync with mainline
2000-01-23 Gurusamy Sarathy s/use vars/our/g modules that aren't independently...
2000-01-21 Gurusamy Sarathy add $VERSION
2000-01-20 Charles Bailey Quick integration of mainline changes to date
2000-01-13 Gurusamy Sarathy support delete() and exists() on array, tied array...
1999-06-22 Gurusamy Sarathy tweak RefHash to make intent clearer (suggested by...
1999-06-22 Gurusamy Sarathy oops, backout bogus change#3545
1999-06-22 Gurusamy Sarathy remove dead code
1999-05-08 Nick Ing-Simmons Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO...
1999-01-07 Abigail Another set of doc patches from Abigail
1998-12-28 Blair Zajac Tie::SubstrHash patch
1998-11-28 Gurusamy Sarathy update tie() entry in perlfunc to reflect TIEARRAY...
1998-05-14 Gurusamy Sarathy [win32] merge changes#872,873 from maintbranch
1998-02-27 Graham Barr _60 & _04 - Add WRITE & CLOSE to TIEHANDLE
1998-02-06 Ilya Zakharevich 5.004_56: Patch to Tie::Hash and docs
1998-02-06 Paul Marquess Another Array.pm patch
1998-02-06 Paul Marquess documentation patch for 5.004_57
1998-01-14 Nick Ing-Simmons TIEARRAY updates - almost works ...
1998-01-13 Nick Ing-Simmons Skeleton Tie::Array
1997-01-29 Unknown Contributor Allow for really big keys in Tie::SubstrHash
1996-12-31 Perl 5 Porters [inseparable changes from patch from perl5.003_17 to...
1996-12-19 Perl 5 Porters [inseparable changes from patch from perl5.003_11 to...
1996-12-19 Gurusamy Sarathy Add Tie::RefHash
1996-07-15 Perl 5 Porters Quote string argument in example -- necessary if using...
1996-02-06 Randy J Ray Documentation patch: Tie::Hash, Tie::Scalar, Tie::Subst...
1996-02-03 Andy Dougherty perl 5.002gamma: [patch introduction and re-organisations]