History log of /freebsd-11.0-release/lib/libc/db/man/dbm.3
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 303975 11-Aug-2016 gjb

Copy stable/11@r303970 to releng/11.0 as part of the 11.0-RELEASE
cycle.

Prune svn:mergeinfo from the new branch, and rename it to RC1.

Update __FreeBSD_version.

Use the quarterly branch for the default FreeBSD.conf pkg(8) repo and
the dvd1.iso packages population.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 302408 08-Jul-2016 gjb

Copy head@r302406 to stable/11 as part of the 11.0-RELEASE cycle.
Prune svn:mergeinfo from the new branch, as nothing has been merged
here.

Additional commits post-branch will follow.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 301066 31-May-2016 ed

Fix prototype of dbm_open().

The last argument of dbm_open() should be a mode_t according to POSIX;
not an int.

Reviewed by: pfg, kib
Differential Revision: https://reviews.freebsd.org/D6650


# 300999 30-May-2016 ed

Let dbm's datum::dptr use the right type.

According to POSIX, it should use void *, not char *. Unfortunately, the
dsize field also has the wrong type. It should be size_t. I'm not going
to change that, as that will break the ABI.

Reviewed by: pfg
Differential Revision: https://reviews.freebsd.org/D6647


# 279037 20-Feb-2015 pfg

dbm_delete(3) correct man page to match current behaviour.

"The dbm_store() and dbm_delete() functions shall return 0 when they
succeed and a negative value when they fail."

Reference:
http://pubs.opengroup.org/onlinepubs/9699919799/functions/dbm_clearerr.html

PR: 42422
Suggested by: delphij
MFC after: 3 days


# 187918 30-Jan-2009 gabor

- Remove superfluous comment

PR: docs/129400
Submitted by: Gavin Atkinson <gavin@freebsd.org>


# 157795 16-Apr-2006 maxim

o dbm_close(3) returns void not zero or anything else. Touch .Dd.

PR: docs/80070
Submitted by: Aleksej Saushev
MFC after: 2 weeks


# 119893 08-Sep-2003 ru

mdoc(7): Use the new feature of the .In macro.


# 108087 19-Dec-2002 ru

mdoc(7) police: "The .Fa argument.".


# 108037 18-Dec-2002 ru

mdoc(7) police: "The .Fn function".


# 84306 01-Oct-2001 ru

mdoc(7) police: Use the new .In macro for #include statements.


# 81773 16-Aug-2001 ru

mdoc(7) police: replace `\*(Ba' with a simple `|', it's handled specially.


# 78686 24-Jun-2001 dd

Remove duplicate words.


# 72414 12-Feb-2001 ru

mdoc(7) cleanup.


# 72365 11-Feb-2001 nik

Add a man page for the dbm_* functions, and update the Makefile to link
it in.

Some review from -hackers (some time ago), and I think the best way to
get this improved (if it needs improving) or updating, is to bring it in.

PR: docs/12557
Submitted by: Tim Singletary <tsingle@triana.gsfc.nasa.gov>