History log of /netbsd-src/lib/libc/stdlib/qdiv.3 (Results 1 – 9 of 9)
Revision Date Author Comments
# cac8e449 04-Aug-2008 matt <matt@NetBSD.org>

Add C99 functions imaxabs and imaxdiv.


# eb7c1594 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.


# 472351e1 16-Apr-2003 wiz <wiz@NetBSD.org>

Use
.In header.h
instead of
.Fd #include \*[Lt]header.h\*[Gt]
Much easier to read and write, and supported by groff for ages.
Okayed by ross.


# 814f296b 07-Feb-2002 ross <ross@NetBSD.org>

Generate <>& symbolically.


# e4d7c2e3 06-Mar-2000 kleink <kleink@NetBSD.org>

Add ISO C99 long long integer general utility interfaces; partially addresses
PR standards/9482.


# 312aca53 05-Feb-1998 perry <perry@NetBSD.org>

add LIBRARY section to man page


# 6dda330e 28-Dec-1995 thorpej <thorpej@NetBSD.org>

New-style RCS ids.


# 918d73c5 21-Mar-1995 jtc <jtc@NetBSD.org>

LDIV -> QDIV


# bfd7fc20 21-Mar-1995 jtc <jtc@NetBSD.org>

New function qdiv. Like div and ldiv, but works with quad_t's.