rkinyon [Mon, 20 Feb 2006 19:53:24 +0000]
Renamed to remove from auto-running
rkinyon [Mon, 20 Feb 2006 19:53:16 +0000]
Renamed to remove from auto-running
rkinyon [Mon, 20 Feb 2006 18:03:31 +0000]
Failing test for scalar refs
rkinyon [Mon, 20 Feb 2006 04:01:10 +0000]
Cleaned up a little bit more
rkinyon [Mon, 20 Feb 2006 03:55:19 +0000]
Fixed the pseudohash bug and tested against 5.9.3
rkinyon [Mon, 20 Feb 2006 03:10:46 +0000]
Removed unnecessary commented-out dependency on Carp
rkinyon [Mon, 20 Feb 2006 03:06:07 +0000]
Added tagline
rkinyon [Mon, 20 Feb 2006 02:36:35 +0000]
Fixed test to reflect reality
rkinyon [Sun, 19 Feb 2006 16:03:44 +0000]
Converted open() to sysopen()
rkinyon [Sun, 19 Feb 2006 03:31:10 +0000]
Break out the Array and Hash ties into separate files
rkinyon [Sat, 18 Feb 2006 12:52:31 +0000]
Added return values to lock()/unlock() and reinstated _close()
rkinyon [Sat, 18 Feb 2006 12:45:30 +0000]
Created DBM::Deep::_::Root, removed FileHandle, and we now pass tests run with -T
rkinyon [Sat, 18 Feb 2006 12:29:08 +0000]
Removed assignment to make the test more stringent
rkinyon [Sat, 18 Feb 2006 02:18:34 +0000]
Removed debugging statements and reverted to FileHandle so that the HEAD passes all tests
rkinyon [Sat, 18 Feb 2006 02:18:09 +0000]
Fixed the large tests so that they run 4x faster
rkinyon [Fri, 17 Feb 2006 20:38:38 +0000]
Added test to demonstrate issue with object created by TIEARRAY
rkinyon [Fri, 17 Feb 2006 19:03:39 +0000]
Converted all ->print(...) to print( ...)
rkinyon [Fri, 17 Feb 2006 17:33:33 +0000]
Improved $| handling
rkinyon [Fri, 17 Feb 2006 17:32:12 +0000]
Fixed per ikegami's reply at perlmonks.org/?node_id=531005
rkinyon [Fri, 17 Feb 2006 16:09:55 +0000]
Removed call to FileHandle->flush()
rkinyon [Fri, 17 Feb 2006 15:47:14 +0000]
Intermediate checkin while changing usages of ->fh ->
rkinyon [Fri, 17 Feb 2006 15:32:59 +0000]
Converted eof() from FileHandle method to builtin
rkinyon [Fri, 17 Feb 2006 15:25:26 +0000]
Converting from FileHandle methods to keywords in preparation for removing FileHandle
rkinyon [Fri, 17 Feb 2006 03:01:29 +0000]
Taint doesn't work ... we need to fix that. The problem is the insecure open() provided by FileHandle ...
rkinyon [Fri, 17 Feb 2006 03:00:59 +0000]
Added a test for export() + autobless => 1
rkinyon [Fri, 17 Feb 2006 01:56:34 +0000]
Fixed my autobless stupidity and added a test demonstrating how _copy_node() borks autobless
rkinyon [Fri, 17 Feb 2006 01:45:26 +0000]
Added a few more edge case tests re: when the fh is open and what functions are expecting
rkinyon [Fri, 17 Feb 2006 01:20:17 +0000]
Fixed bug that I created in last checkin
rkinyon [Thu, 16 Feb 2006 19:07:18 +0000]
Updated MANIFEST
rkinyon [Thu, 16 Feb 2006 19:05:42 +0000]
Final renamings
rkinyon [Thu, 16 Feb 2006 19:04:49 +0000]
Renamings
rkinyon [Thu, 16 Feb 2006 15:01:45 +0000]
Finished most of the renamings and updated Changes to reflect the new API
rkinyon [Thu, 16 Feb 2006 15:01:07 +0000]
Removed TODO markings for tests that are now fixed
rkinyon [Thu, 16 Feb 2006 14:36:22 +0000]
Reorged and added some more tests for filetype failure
jhuckaby [Thu, 16 Feb 2006 08:33:03 +0000]
converted TODO test into real one (corrupted master index)
added type mismatch test (create hash, try to re-open as array)
jhuckaby [Thu, 16 Feb 2006 08:32:12 +0000]
bugfix: now calling die() if file type does not match constructor type
TIEHASH and TIEARRAY now set the type appropriately.
bugfix: now calling die() if the master index record could not be read.
rkinyon [Wed, 15 Feb 2006 20:18:47 +0000]
close() -> _close()
rkinyon [Wed, 15 Feb 2006 20:16:11 +0000]
open() is now _open()
rkinyon [Wed, 15 Feb 2006 20:07:12 +0000]
init() -> _init()
rkinyon [Wed, 15 Feb 2006 15:00:27 +0000]
A few more fixes, bringing stmt to 94.9% and overall to 88.5%
rkinyon [Tue, 14 Feb 2006 21:56:14 +0000]
Added autobless_2.t
rkinyon [Tue, 14 Feb 2006 21:55:49 +0000]
Added test for autobless files working with non-autobless
rkinyon [Tue, 14 Feb 2006 20:11:03 +0000]
Added cover_db to list of cleanup items
rkinyon [Tue, 14 Feb 2006 20:02:12 +0000]
Initial migration from dev.iinteractive.com
robert [Tue, 14 Feb 2006 04:04:00 +0000]
[perl #38431] Subversion access