ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/BDB/Changes
(Generate patch)

Comparing BDB/Changes (file contents):
Revision 1.42 by root, Tue Jul 8 08:35:12 2008 UTC vs.
Revision 1.75 by root, Thu Nov 12 02:22:45 2009 UTC

1Revision history for perl module BDB. 1Revision history for perl module BDB.
2
3TODO: DB_RECNUM/DB_SET_RECNO?
4
51.85 Thu Nov 12 03:22:21 CET 2009
6 - speed up object creation/type checking considerably
7 by caching the stashes.
8
91.84 Wed Aug 5 13:52:21 CEST 2009
10 - require common sense.
11 - use schmorp.h for pipe, taking advantage of eventfd.
12 - fix a bug in event pipe creation code on win32.
13
141.83 Sun Jan 11 01:52:56 CET 2009
15 - fix db_upgrade, add db_verify.
16
171.82 Sun Jan 4 11:22:44 CET 2009
18 - use our own socketpair emulation (stolen from libev), as perl's
19 doesn't work on vista, which returns fantasy port numbers
20 in getpeer/sockname.
21
221.81 Tue Oct 21 04:20:25 CEST 2008
23 - check that mutable arguments can be downgraded - this
24 /very indirectly) ensures that output variables won't
25 have spurious utf-8 flags.
26 - fix opmode checdk in db_c_get, db_c_pget again.
27 - allow undef/default arguments for db_compact, for a
28 crash-free tomorrow!
29 - fix a memleak in db_key_range.
30 - started a common pitfdalls section.
31 - added db_env_log_archive.
32 - added db->set_pagesize.
33 - added BDB::IGNORE_LEASE.
34 - reworked documentation structure.
35
361.801 Mon Sep 29 04:58:03 CEST 2008
37 - removed ptrace.h and user.h includes thta have been left in
38 erronously.
39 - "port" to buggy windows compilers. again.
40
411.8 Sat Sep 27 14:01:37 CEST 2008
42 - non-callback requests will now - by default - be executed in the
43 foreground, which is much faster, but doesn't allow parallel
44 processing of other, event-based, requests.
45 - functions that modify their arguments now croak when a constant
46 is passed to them.
47 - db_c_get/db_c_pget requests did not correctly test the operation flags.
48 - db_pget now correctly updates the pkey argument.
49 - keep references to the passed env/db/etc. objects so they
50 can't get destroyed while requests are still outstanding.
51 - fixed a few minor stack issues.
52
531.71 Tue Jul 29 05:30:24 CEST 2008
54 - add const char * to typemap for possible 5.6 support.
55 - untested support for db4.3.
56 - berkelydb needs seriously larger stacksizes (on x86 at least)
57 then what the default xthread.h provides.
58
591.7 Thu Jul 17 14:09:25 CEST 2008
60 - use a totally different mechanism to pass callbacks to
61 requests (see manpage).
62 - optional arguments before the callback can now be left out.
63 - use less memory per request, probably be a bit faster, too.
64 - fix a memory leak (callbacks were never freed).
65 - add a basic testsuite.
66 - add (untested) support for cdsgroup_begin and db_exists.
67 - make BDB::VERSION compatible to UNIVERSAL::VERSION.
2 68
31.6 Tue Jul 8 10:34:58 CEST 2008 691.6 Tue Jul 8 10:34:58 CEST 2008
4 - add new BDB::VERSION function for easy version checks. 70 - add new BDB::VERSION function for easy version checks.
5 - work around broken bsd headers once more. 71 - work around broken bsd headers once more.
6 - support for berkeley db 4.7 added. 72 - support for berkeley db 4.7 added.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines