Cleaned up a little bit more
[dbsrgits/DBM-Deep.git] / lib / DBM / Deep.pm
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