Hand-applied patch from David Cantrell to add file_offset to allow use of DATA filehandle
[dbsrgits/DBM-Deep.git] / lib / DBM / Deep / Array.pm
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