r14451@Rob-Kinyons-PowerBook: rob | 2006-06-19 09:57:27 -0400
[dbsrgits/DBM-Deep.git] / lib /
2006-04-11 rkinyon Tagged 0.983 and removed the branch
2006-03-26 rkinyon Checked in the failure case for the retying
2006-03-08 rkinyon Fixed Win32 issues 0-982
2006-03-06 rkinyon Auditing works
2006-03-06 rkinyon Tagged 0.981 0-981 tags/0-981 0-981
2006-02-28 rkinyon Tagged 0.98 tags/0-98 0-98
2006-02-27 rkinyon Updated POD to mark items as deprecated ... almost...
2006-02-27 rkinyon Further changes
2006-02-27 rkinyon Consolidated two read()s into one
2006-02-27 rkinyon Hand-applied patch from David Cantrell to add file_offs...
2006-02-27 rkinyon Added test for exporting a blessed arrayref
2006-02-27 rkinyon export() now works with autobless
2006-02-25 rkinyon Fixed grammar error in POD
2006-02-25 rkinyon Updated Coverage report
2006-02-25 rkinyon Removed one call to reftype
2006-02-25 rkinyon Fixed the hypothetical TIESCALAR
2006-02-25 rkinyon Added sigdie protection in all eval-blocks
2006-02-24 rkinyon Upped version to 0.98 and updated Changes
2006-02-24 rkinyon Fixed array test slowness by preventing Test::Builder...
2006-02-24 jhuckaby locking now implicitly enables autoflush
2006-02-24 rkinyon Cleaned up a little
2006-02-23 rkinyon POD changes
2006-02-23 rkinyon Fixed some Cygwin test failures
2006-02-23 rkinyon Fixed missing inode problem
2006-02-23 jhuckaby Fixed autobless bug with re-blessing into class with...
2006-02-23 jhuckaby performance tweak, added ref() check before eval {...
2006-02-23 jhuckaby Fixed optimize() bug with locking and added tests.
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 DELETE to not call FETCH, but to reimplement...
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-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-21 rkinyon Fixed the fact that delete should return the value...
2006-02-20 rkinyon Failing test for scalar refs
2006-02-20 rkinyon Cleaned up a little bit more
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 Converted open() to sysopen()
2006-02-19 rkinyon Break out the Array and Hash ties into separate files
2006-02-18 rkinyon Added return values to lock()/unlock() and reinstated...
2006-02-18 rkinyon Created DBM::Deep::_::Root, removed FileHandle, and...
2006-02-18 rkinyon Removed debugging statements and reverted to FileHandle...
2006-02-17 rkinyon Added test to demonstrate issue with object created...
2006-02-17 rkinyon Converted all ->print(...) to print( ...)
2006-02-17 rkinyon Improved $| handling
2006-02-17 rkinyon Fixed per ikegami's reply at perlmonks.org/?node_id...
2006-02-17 rkinyon Removed call to FileHandle->flush()
2006-02-17 rkinyon Intermediate checkin while changing usages of ->fh ->
2006-02-17 rkinyon Converted eof() from FileHandle method to builtin
2006-02-17 rkinyon Converting from FileHandle methods to keywords in prepa...
2006-02-17 rkinyon Taint doesn't work ... we need to fix that. The problem...
2006-02-17 rkinyon Fixed my autobless stupidity and added a test demonstra...
2006-02-17 rkinyon Fixed bug that I created in last checkin
2006-02-16 rkinyon Updated MANIFEST
2006-02-16 rkinyon Finished most of the renamings and updated Changes...
2006-02-16 jhuckaby bugfix: now calling die() if file type does not match...
2006-02-15 rkinyon close() -> _close()
2006-02-15 rkinyon open() is now _open()
2006-02-15 rkinyon init() -> _init()
2006-02-15 rkinyon A few more fixes, bringing stmt to 94.9% and overall...
2006-02-14 rkinyon Initial migration from dev.iinteractive.com