The header now has its own sector. A lot needs to be moved over to it, but it's there.
[dbsrgits/DBM-Deep.git] / lib / DBM / Deep / Array.pm
2009-06-29 rkinyon@cpan.org The header now has its own sector. A lot needs to be...
2009-06-29 rkinyon@cpan.org DBM/Deep.pm no longer has a link to _storage. Instead...
2009-06-29 rkinyon@cpan.org Removed the need for the :flock constants from Fcntl...
2009-06-29 rkinyon@cpan.org Optimization: First broke out all the classes that...
2009-06-29 rkinyon@cpan.org Applied patch by Wulfram Humann for improving reindex_e...
2009-06-29 rkinyon@cpan.org Fix for 30085
2009-06-29 rkinyon@cpan.org Exporting seems to work just fine
2009-06-29 rkinyon@cpan.org Committed fix for RT#35140
2008-03-19 rkinyon r5021@rob-kinyons-computer-2 (orig r10948): rkinyon... trunk
2008-03-10 rkinyon r592@rob-kinyons-computer-2 (orig r10555): rkinyon...
2008-01-11 rkinyon r12194@rob-kinyons-computer-2 (orig r10513): rkinyon...
2007-10-02 rkinyon r8223@rob-kinyons-computer-2 (orig r10043): rkinyon...
2007-10-01 rkinyon r8208@rob-kinyons-computer-2 (orig r10033): rkinyon...
2007-09-28 rkinyon r8199@h460878c2 (orig r10013): rkinyon | 2007-09...
2007-09-25 rkinyon r6200@rob-kinyons-computer-2 (orig r9980): rkinyon...
2007-09-21 rkinyon r6127@000-443-371 (orig r9960): rkinyon | 2007-09...
2007-03-12 rkinyon r15937@rob-kinyons-computer (orig r9234): rkinyon...
2007-02-26 rkinyon r15625@rob-kinyons-computer (orig r9171): rkinyon...
2007-01-30 rkinyon r14213@rob-kinyons-computer (orig r8080): rkinyon...
2006-11-18 rkinyon Fixing things around
2006-11-18 rkinyon Created a CURRENT per mst's recommendation
2006-06-07 rkinyon r14010@rob-kinyons-powerbook58: rob | 2006-06-07...
2006-05-25 rkinyon r13304@rob-kinyons-powerbook58: rob | 2006-05-18...
2006-04-26 rkinyon Commit right before adding the keylist
2006-04-25 rkinyon Minor fixes, including removing the ==2/1 from add_buc...
2006-04-23 rkinyon Fixed bug where overwrites weren't transaction-aware
2006-04-19 rkinyon Cleaned up auditing some more
2006-04-19 rkinyon Auditing has been ported save for blessed objects and...
2006-04-18 rkinyon Audit trail on the way
2006-04-10 rkinyon Broke _root out into its own object, moved a few method...
2006-03-18 rkinyon Converted some calls to new() into tie()
2006-03-16 rkinyon Removed _get_self() call in _copy_node
2006-03-14 rkinyon Removed some dependencies on ->_type, instead moving...
2006-03-09 rkinyon Fixed autobless confusion with _length_needed()
2006-03-04 rkinyon Added guard to make sure values that cannot be read...
2006-03-03 rkinyon Fixed SIG_INTERNAL so that it works + more tests
2006-03-02 rkinyon Broke out reindexer into its own function
2006-03-02 rkinyon Aliases became calls to methods for subclassability
2006-03-01 rkinyon Removed global variable
2006-02-28 rkinyon Moved all constants into DBM::Deep::Engine
2006-02-27 rkinyon Hand-applied patch from David Cantrell to add file_offs...
2006-02-25 rkinyon Removed one call to reftype
2006-02-24 rkinyon Fixed array test slowness by preventing Test::Builder...
2006-02-23 rkinyon Improved the speed of Array PUT a little ... still...
2006-02-23 rkinyon Converted a for-loop to a map in SPLICE
2006-02-23 rkinyon Added tests on the return value of splice plus a commen...
2006-02-23 rkinyon New test coverage stats and better coding standards...
2006-02-23 rkinyon Negative indices all work and all the array methods...
2006-02-23 rkinyon Converted to use _get_args() to make all new/tie argume...
2006-02-22 rkinyon exists now works on negative arrays
2006-02-22 rkinyon Assignment to a negative value within the bounds of...
2006-02-22 rkinyon Started to make negative array indices work
2006-02-21 rkinyon Cleared up some more TODO tests
2006-02-21 rkinyon Fixed naive use of {@_} in TIE*
2006-02-21 rkinyon UNSHIFT and PUSH now return the length of the new array
2006-02-20 rkinyon Fixed the pseudohash bug and tested against 5.9.3
2006-02-20 rkinyon Removed unnecessary commented-out dependency on Carp
2006-02-19 rkinyon Break out the Array and Hash ties into separate files