History log of /freebsd-10.3-release/lib/libc/stdlib/tsearch.3
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 296373 04-Mar-2016 marius

- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
builds.
- Update newvers.sh to reflect RC1.
- Update __FreeBSD_version to reflect 10.3.
- Update default pkg(8) configuration to use the quarterly branch.

Approved by: re (implicit)

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

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


# 159879 23-Jun-2006 keramida

twalk() expects an `action' function not a comparison function.
The text is correct in the "DESCRIPTION" section, so fix "SYNOPSIS"
to use the correct name.

PR: docs/90498
Submitted by: Vasil Dimov
MFC after: 3 days


# 140505 20-Jan-2005 ru

Sort sections.


# 131504 02-Jul-2004 ru

Mechanically kill hard sentence breaks.


# 108087 19-Dec-2002 ru

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


# 108037 18-Dec-2002 ru

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


# 104400 03-Oct-2002 mike

Add missing const qualifier in tfind().


# 103012 06-Sep-2002 tjr

Style: One space between "restrict" qualifier and "*".


# 101882 14-Aug-2002 robert

- Add the 'restrict' qualifier to match the IEEE Std 1003.1-2001
prototype of the tdelete(3) function.
- Remove duplicated space.
- Use an ANSI-C function definition for tdelete(3).
- Update the manual page.


# 83206 07-Sep-2001 asmodai

Move to using .In instead of .Fd #include <> for include mark-up.

Inspired by comment from: dd


# 79754 15-Jul-2001 dd

Remove whitespace at EOL.


# 72047 05-Feb-2001 bde

Fixed C error(s) in synopsis. Many were hiding under mdoc errors.


# 71895 01-Feb-2001 ru

mdoc(7) police: split punctuation characters + misc fixes.


# 70482 29-Dec-2000 ru

Fixed typo not fixed in previous revision.


# 68395 06-Nov-2000 ru

Fixed typos.


# 62321 01-Jul-2000 alfred

bring in binary search tree code.

Obtained from: NetBSD