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