History log of /netbsd-src/lib/libm/src/s_truncf.c (Results 1 – 4 of 4)
Revision Date Author Comments
# 98e7e8e9 25-Apr-2008 christos <christos@NetBSD.org>

avoid shadow variables, and enable lint.


# 55ac93d3 17-Jan-2007 hubertf <hubertf@NetBSD.org>

Remove more duplicate #includes, and a few spurious whitespaces at EOL
From Slava Semushin <slava.semushin@gmail.com>


# 3e96ddc1 25-Mar-2006 xtraeme <xtraeme@NetBSD.org>

Add __RCSID(), u_intX_t -> uintX_t.
cvs: ----------------------------------------------------------------------


# f1336fbd 25-Mar-2006 xtraeme <xtraeme@NetBSD.org>

Add trunc() and truncf() C99 functions, from FreeBSD.