Damien George
85373b548f
all: Remove advertising clause in BSD 4-clause license.
...
As per the included README.Impt.License.Change, this advertising clause
does not need to be met and can be removed:
Accordingly, the foregoing paragraph of those BSD Unix files containing
it is hereby deleted in its entirety.
Signed-off-by: Damien George <damien@micropython.org>
2024-03-15 18:53:28 +11:00
Damien George
7eff5dd76e
all: Move headers to library-specific directory include/berkeley-db.
...
Signed-off-by: Damien George <damien@micropython.org>
2024-03-15 18:53:07 +11:00
Paul Sokolovsky
1d28f37d1b
btree/bt_split.c: Avoid accessing a word via unaligned address.
2016-06-15 02:36:28 +03:00
Paul Sokolovsky
a11216f356
btree/bt_split.c: Fix parens around && in || warning.
2016-06-15 02:36:28 +03:00
Paul Sokolovsky
7eae88acd1
btree/bt_split.c: Fix uninitialized var warning.
2016-06-15 02:36:28 +03:00
Paul Sokolovsky
dfee4c7a23
btree/bt_split.c: Apply patch.1.3: Include sizeof(indx_t) in size calcs.
...
"DB 1.85 core dumps on certain data sets when using the B+tree access
method."
http://download.oracle.com/berkeley-db/patches/db/1.85/patch.1.3
2016-06-15 01:28:38 +03:00
Paul Sokolovsky
fe7294a119
btree/bt_split.c: Apply patch.1.2: Check for last page in a condition.
...
"DB 1.85 core dumps on certain data sets when using the B+tree access
method."
http://download.oracle.com/berkeley-db/patches/db/1.85/patch.1.2
2016-06-15 01:27:40 +03:00
Paul Sokolovsky
6dc9d673a4
Import Berkeley DB 1.85.
...
From http://download.oracle.com/berkeley-db/db.1.85.tar.gz .
2016-06-14 02:12:14 +03:00