History log of /freebsd-10-stable/lib/msun/src/s_trunc.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 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

# 176450 22-Feb-2008 das

Remove an unused variable.


# 176305 15-Feb-2008 bde

Sigh, the weak reference for ceill(), floorl() and truncl() was in
unreachable code due to a missing include. This kept arm and powerpc
broken.

Reported by: sam, grehan


# 176280 14-Feb-2008 bde

Oops, the weak reference for ceill(), floorl() and truncl() was in the
wrong file. This broke arm and powerpc.

Reported by: grehan


# 130767 20-Jun-2004 das

Implement trunc() and truncf().