History log of /netbsd-src/lib/libc/stdlib/lldiv.c (Results 1 – 4 of 4)
Revision Date Author Comments
# 9e66e6d7 25-Jun-2012 abs <abs@NetBSD.org>

Update old-style definitions to ANSI, remove a couple of register
definitions along the way. Fixed gcc 4.1 build (thank you vax)


# 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.


# 4c3c49ae 07-Mar-2000 kleink <kleink@NetBSD.org>

Make lint happy about long long integers. (C99 mode for lint, anyone?)


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

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