projects
/
dbsrgits/DBM-Deep.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Fixes for 1.0007
[dbsrgits/DBM-Deep.git]
/
lib
/
DBM
/
Deep
/
Array.pm
2008-01-11
rkinyon
Fixes for 1.0007
blob
|
commitdiff
2007-10-02
rkinyon
Removed usage of Clone from the code, replacing it...
blob
|
commitdiff
|
diff to current
2007-09-30
rkinyon
cached singletons for most cases. The external referenc...
blob
|
commitdiff
|
diff to current
2007-09-28
rkinyon
A raft of minor improvements
blob
|
commitdiff
|
diff to current
2007-09-27
rkinyon
Added _dump_file and improved how arrays/hashes clean...
blob
|
commitdiff
|
diff to current
2007-09-25
rkinyon
Changed everything around so that we're releasing 1...
blob
|
commitdiff
|
diff to current
2007-09-24
rkinyon
Added references and a fix for 29583
blob
|
commitdiff
|
diff to current
2007-09-21
rkinyon
Incremented version number, added diag for 5.9.5 failur...
blob
|
commitdiff
|
diff to current
2007-09-21
rkinyon
r6124@000-443-371 (orig r9957): rkinyon | 2007-09...
blob
|
commitdiff
|
diff to current
2007-03-12
rkinyon
Fixed a couple of minor bugs
blob
|
commitdiff
|
diff to current
2007-02-26
rkinyon
r14949@rob-kinyons-computer (orig r8702): rkinyon...
blob
|
commitdiff
|
diff to current
2007-01-25
rkinyon
r14944@rob-kinyons-computer (orig r8697): rkinyon...
blob
|
commitdiff
|
diff to current
2007-01-24
rkinyon
r14214@rob-kinyons-computer (orig r8081): rkinyon...
blob
|
commitdiff
|
diff to current
2006-11-18
rkinyon
Fixing things around
blob
|
commitdiff
|
diff to current
2006-11-18
rkinyon
Created a CURRENT per mst's recommendation
blob
|
commitdiff
2006-06-07
rkinyon
r14010@rob-kinyons-powerbook58: rob | 2006-06-07...
blob
|
commitdiff
|
diff to current
2006-05-25
rkinyon
r13304@rob-kinyons-powerbook58: rob | 2006-05-18...
blob
|
commitdiff
|
diff to current
2006-04-26
rkinyon
Commit right before adding the keylist
blob
|
commitdiff
|
diff to current
2006-04-25
rkinyon
Minor fixes, including removing the ==2/1 from add_buc...
blob
|
commitdiff
|
diff to current
2006-04-23
rkinyon
Fixed bug where overwrites weren't transaction-aware
blob
|
commitdiff
|
diff to current
2006-04-19
rkinyon
Cleaned up auditing some more
blob
|
commitdiff
|
diff to current
2006-04-19
rkinyon
Auditing has been ported save for blessed objects and...
blob
|
commitdiff
|
diff to current
2006-04-18
rkinyon
Audit trail on the way
blob
|
commitdiff
|
diff to current
2006-04-10
rkinyon
Broke _root out into its own object, moved a few method...
blob
|
commitdiff
|
diff to current
2006-03-18
rkinyon
Converted some calls to new() into tie()
blob
|
commitdiff
|
diff to current
2006-03-16
rkinyon
Removed _get_self() call in _copy_node
blob
|
commitdiff
|
diff to current
2006-03-14
rkinyon
Removed some dependencies on ->_type, instead moving...
blob
|
commitdiff
|
diff to current
2006-03-09
rkinyon
Fixed autobless confusion with _length_needed()
blob
|
commitdiff
|
diff to current
2006-03-04
rkinyon
Added guard to make sure values that cannot be read...
blob
|
commitdiff
|
diff to current
2006-03-03
rkinyon
Fixed SIG_INTERNAL so that it works + more tests
blob
|
commitdiff
|
diff to current
2006-03-02
rkinyon
Broke out reindexer into its own function
blob
|
commitdiff
|
diff to current
2006-03-02
rkinyon
Aliases became calls to methods for subclassability
blob
|
commitdiff
|
diff to current
2006-03-01
rkinyon
Removed global variable
blob
|
commitdiff
|
diff to current
2006-02-28
rkinyon
Moved all constants into DBM::Deep::Engine
blob
|
commitdiff
|
diff to current
2006-02-27
rkinyon
Hand-applied patch from David Cantrell to add file_offs...
blob
|
commitdiff
|
diff to current
2006-02-25
rkinyon
Removed one call to reftype
blob
|
commitdiff
|
diff to current
2006-02-24
rkinyon
Fixed array test slowness by preventing Test::Builder...
blob
|
commitdiff
|
diff to current
2006-02-23
rkinyon
Improved the speed of Array PUT a little ... still...
blob
|
commitdiff
|
diff to current
2006-02-23
rkinyon
Converted a for-loop to a map in SPLICE
blob
|
commitdiff
|
diff to current
2006-02-23
rkinyon
Added tests on the return value of splice plus a commen...
blob
|
commitdiff
|
diff to current
2006-02-23
rkinyon
New test coverage stats and better coding standards...
blob
|
commitdiff
|
diff to current
2006-02-23
rkinyon
Negative indices all work and all the array methods...
blob
|
commitdiff
|
diff to current
2006-02-23
rkinyon
Converted to use _get_args() to make all new/tie argume...
blob
|
commitdiff
|
diff to current
2006-02-22
rkinyon
exists now works on negative arrays
blob
|
commitdiff
|
diff to current
2006-02-22
rkinyon
Assignment to a negative value within the bounds of...
blob
|
commitdiff
|
diff to current
2006-02-22
rkinyon
Started to make negative array indices work
blob
|
commitdiff
|
diff to current
2006-02-21
rkinyon
Cleared up some more TODO tests
blob
|
commitdiff
|
diff to current
2006-02-21
rkinyon
Fixed naive use of {@_} in TIE*
blob
|
commitdiff
|
diff to current
2006-02-21
rkinyon
UNSHIFT and PUSH now return the length of the new array
blob
|
commitdiff
|
diff to current
2006-02-20
rkinyon
Fixed the pseudohash bug and tested against 5.9.3
blob
|
commitdiff
|
diff to current
2006-02-20
rkinyon
Removed unnecessary commented-out dependency on Carp
blob
|
commitdiff
|
diff to current
2006-02-19
rkinyon
Break out the Array and Hash ties into separate files
blob
|
commitdiff
|
diff to current