summaryrefslogtreecommitdiff
path: root/lib/libc/quad/quad.h
AgeCommit message (Expand)Author
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2002-10-20As discussed (briefly) on tech-userlevel, fix our quad support to workscw
2000-12-10remove duplicate declaration.christos
2000-05-05Use __GNUC_PREREQ__().thorpej
1999-05-03change an #if __GNUC >= 2 to #if (__GNUC__ >= 2) || defined(lint)christos
1998-03-27use machine/limits.h if _KERNEL or _STANDALONEcgd
1997-07-13Add missing prototypeschristos
1995-10-12Fix from Jochen Pohl which fixes case where quad multiplyjtc
1995-02-27clean up Ids; no substantive changes.cgd
1994-10-19constants are normally ints, remember!cgd
1993-09-16Torek's quad stuff from 4.4.mycroft