The header now has its own sector. A lot needs to be moved over to it, but it's there.
[dbsrgits/DBM-Deep.git] / t / 04_array.t
2009-06-29 rkinyon@cpan.org The header now has its own sector. A lot needs to be...
2008-03-10 rkinyon r592@rob-kinyons-computer-2 (orig r10555): 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-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-04-27 rkinyon Converted to use the intermediate keyloc so that keys...
2006-04-06 rkinyon New testing feature that allows specification of the...
2006-03-25 rkinyon Added autovivification tests
2006-03-17 rkinyon Added unflocks to all tests so that the tests run on OSX
2006-03-06 rkinyon Added fix for RT#17947 and fixed a bug from last checkin
2006-03-06 rkinyon Branched for fixes off of 0.98
2006-03-01 rkinyon Converted all tests to use File::Temp instead of t...
2006-03-01 rkinyon Added setup_fh that handles inodes separate from open()
2006-02-28 rkinyon Removed error/clear_error functions
2006-02-28 rkinyon Added more tests on SPLICE
2006-02-23 rkinyon Added tests on the return value of splice plus a commen...
2006-02-23 rkinyon Negative indices all work and all the array methods...
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 UNSHIFT and PUSH now return the length of the new array
2006-02-21 rkinyon Fixed the fact that delete should return the value...
2006-02-19 rkinyon Break out the Array and Hash ties into separate files
2006-02-16 rkinyon Renamings