rkinyon [Fri, 24 Feb 2006 16:52:45 +0000]
Tagged 0.97
jhuckaby [Fri, 24 Feb 2006 07:06:25 +0000]
- Removed volatile option as it is pretty useless (use locking instead)
- Locking now implicitly enables autoflush
jhuckaby [Fri, 24 Feb 2006 07:04:43 +0000]
locking now implicitly enables autoflush
removed volatile feature
now only calling stat() once per STORE() (and only when locking is enabled)
fixed a typo in POD
updated test coverage table
rkinyon [Fri, 24 Feb 2006 05:25:17 +0000]
Cleaned up a little
rkinyon [Fri, 24 Feb 2006 05:11:19 +0000]
Added failing test
rkinyon [Thu, 23 Feb 2006 20:21:01 +0000]
POD changes
rkinyon [Thu, 23 Feb 2006 18:46:10 +0000]
Reduce require version of Scalar::Util from 1.18 to 1.14
rkinyon [Thu, 23 Feb 2006 18:42:51 +0000]
Fixed some Cygwin test failures
Improved POD a little
rkinyon [Thu, 23 Feb 2006 15:12:51 +0000]
Fixed missing inode problem
rkinyon [Thu, 23 Feb 2006 15:06:44 +0000]
Fixed test counter mismatch w/fork
rkinyon [Thu, 23 Feb 2006 15:02:58 +0000]
Added changes made by Joe last night to Changes file
jhuckaby [Thu, 23 Feb 2006 08:19:15 +0000]
Added test for special case where hash is stored blessed into class with short name, then is replaced with hash blessed into class with longer name.
jhuckaby [Thu, 23 Feb 2006 08:11:08 +0000]
Fixed autobless bug with re-blessing into class with longer name
jhuckaby [Thu, 23 Feb 2006 08:02:41 +0000]
performance tweak, added ref() check before eval {} block.
answered an XXX question
added note to POD docs
added author
updated copyright year
jhuckaby [Thu, 23 Feb 2006 07:47:10 +0000]
Fixed optimize() bug with locking and added tests.
rkinyon [Thu, 23 Feb 2006 05:02:24 +0000]
Improved the speed of Array PUT a little ... still needs work
rkinyon [Thu, 23 Feb 2006 03:54:59 +0000]
Converted a for-loop to a map in SPLICE
rkinyon [Thu, 23 Feb 2006 03:52:21 +0000]
Added tests on the return value of splice plus a comment on the need for setting
rkinyon [Thu, 23 Feb 2006 01:03:09 +0000]
New test coverage stats and better coding standards for global variables
rkinyon [Thu, 23 Feb 2006 00:50:46 +0000]
Negative indices all work and all the array methods are correctly locked
rkinyon [Thu, 23 Feb 2006 00:33:04 +0000]
Converted DELETE to not call FETCH, but to reimplement it. (There's a refactoring here that needs to be done, I think
rkinyon [Thu, 23 Feb 2006 00:28:19 +0000]
Converted to use _get_args() to make all new/tie argument handling the same
rkinyon [Wed, 22 Feb 2006 21:47:38 +0000]
Updated changes to reflect latest fixes
rkinyon [Wed, 22 Feb 2006 20:17:24 +0000]
Added verification that autobless still allows access through the tie mechanism
rkinyon [Wed, 22 Feb 2006 20:09:58 +0000]
exists now works on negative arrays
rkinyon [Wed, 22 Feb 2006 20:08:02 +0000]
exists now works on negative arrays
rkinyon [Wed, 22 Feb 2006 19:23:17 +0000]
Assignment to a negative value within the bounds of the array works
rkinyon [Wed, 22 Feb 2006 19:12:23 +0000]
Started to make negative array indices work
rkinyon [Tue, 21 Feb 2006 19:58:56 +0000]
Marked two tests as passing that were TODO
rkinyon [Tue, 21 Feb 2006 19:57:10 +0000]
Cleared up some more TODO tests
rkinyon [Tue, 21 Feb 2006 19:54:00 +0000]
Fixed naive use of {@_} in TIE*
rkinyon [Tue, 21 Feb 2006 19:45:50 +0000]
UNSHIFT and PUSH now return the length of the new array
rkinyon [Tue, 21 Feb 2006 18:51:40 +0000]
Fixed the fact that delete should return the value deleted
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