summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2021-10-09 13:15:48 +0300
committerTomasz Konojacki <me@xenu.pl>2021-10-14 04:40:07 +0200
commit1d7b70436255bf0e7e5c9a8db29ffbf04371b978 (patch)
treef878d69bc5c27fce1586296fbb5554db3992c96f /MANIFEST
parent932ba9601963bae595e80f5dfab8cd1ae93f7ec2 (diff)
downloadperl-1d7b70436255bf0e7e5c9a8db29ffbf04371b978.tar.gz
GDBM_File: Implement crash-tolerance and export/import functions.
* ext/GDBM_File/Makefile.PL: Register new constants: gdbm_open flags and return values for gdbm_latest_snapshot. * ext/GDBM_File/GDBM_File.pm: Update documentation. Export new constants. Raise version to 1.21. * ext/GDBM_File/GDBM_File.xs (dbcroak): Include system error infomation, when appropriate. (gdbm_syserrno): Return a meaningful value if not_here. (gdbm_dump, gdbm_load, gdbm_convert) (gdbm_failure_atomic, gdbm_latest_snapshot) (gdbm_crash_tolerance_status): New functions. * ext/GDBM_File/t/dump.t: New testcase. * ext/GDBM_File/t/snapshot.t: New testcase. * MANIFEST: List new files.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST2
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 2746cc17a4..257490834d 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -4272,9 +4272,11 @@ ext/GDBM_File/GDBM_File.xs GDBM extension external subroutines
ext/GDBM_File/hints/sco.pl Hint for GDBM_File for named architecture
ext/GDBM_File/Makefile.PL GDBM extension makefile writer
ext/GDBM_File/t/count.t Test if the count method works
+ext/GDBM_File/t/dump.t Test if export/import methods work
ext/GDBM_File/t/fatal.t Test the fatal_func argument to gdbm_open
ext/GDBM_File/t/gdbm.t See if GDBM_File works
ext/GDBM_File/t/opt.t Test if gdbm_setopt and derived methods work
+ext/GDBM_File/t/snapshot.t Test if the latest_snapshot method works
ext/GDBM_File/typemap GDBM extension interface types
ext/Hash-Util/Changes Change history of Hash::Util
ext/Hash-Util/lib/Hash/Util.pm Hash::Util