r6222@h460878c2 (orig r10003): rkinyon | 2007-09-26 21:30:53 -0400
[dbsrgits/DBM-Deep.git] / lib / DBM / Deep / Hash.pm
2007-09-28 rkinyon r6222@h460878c2 (orig r10003): rkinyon | 2007-09...
2007-09-25 rkinyon r6205@rob-kinyons-computer-2 (orig r9987): rkinyon...
2007-09-21 rkinyon r6122@000-443-371 (orig r9951): rkinyon | 2007-09...
2007-03-12 rkinyon r15928@rob-kinyons-computer (orig r9227): rkinyon...
2007-02-26 rkinyon r14949@rob-kinyons-computer (orig r8702): rkinyon...
2007-01-25 rkinyon r14944@rob-kinyons-computer (orig r8697): rkinyon...
2007-01-24 rkinyon r14214@rob-kinyons-computer (orig r8081): rkinyon...
2006-11-18 rkinyon Fixing things around
2006-11-18 rkinyon Created a CURRENT per mst's recommendation
2006-06-15 rkinyon r14236@Rob-Kinyons-PowerBook: rob | 2006-06-14 23...
2006-06-15 rkinyon r14235@Rob-Kinyons-PowerBook: rob | 2006-06-14 22...
2006-06-07 rkinyon r14010@rob-kinyons-powerbook58: rob | 2006-06-07...
2006-05-25 rkinyon r13599@rob-kinyons-powerbook58: rob | 2006-05-25...
2006-05-25 rkinyon r13304@rob-kinyons-powerbook58: rob | 2006-05-18...
2006-05-01 rkinyon r11725@rob-kinyons-powerbook58: rob | 2006-05-01...
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-18 rkinyon Audit trail on the way
2006-04-10 rkinyon Broke _root out into its own object, moved a few method...
2006-03-16 rkinyon Removed _get_self() call in _copy_node
2006-03-14 rkinyon Removed some dependencies on ->_type, instead moving...
2006-03-04 rkinyon Added guard to make sure values that cannot be read...
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-28 rkinyon Moved find_bucket_list, traverse_index, and get_next_ke...
2006-02-28 rkinyon Removed file-is-open gatekeeper checks ... no tests...
2006-02-28 rkinyon Removed error/clear_error functions
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 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 exists now works on negative arrays
2006-02-22 rkinyon Assignment to a negative value within the bounds of...
2006-02-21 rkinyon Cleared up some more TODO tests
2006-02-21 rkinyon Fixed naive use of {@_} in TIE*
2006-02-21 rkinyon Fixed the fact that delete should return the value...
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