Age | Commit message (Expand) | Author |
2007-06-01 | amd64 version of __signbit() (pedro sized quad floats... really just IEEE | Jason Wright |
2007-06-01 | add __signbitl() for 68881 (not used yet) | Jason Wright |
2007-06-01 | add __signbitl for i387 (not used yet) | Jason Wright |
2007-06-01 | add little endian and big endian shapes for extended and quad float | Jason Wright |
2007-05-31 | add __signbit/__signbitf/__signbitl; nothing uses this file, it's just | Jason Wright |
2007-05-31 | add __signbit/__signbitf/__signbitl (all the same) for vax (not used yet, | Jason Wright |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-04-20 | netbsd: stack sanity, leave the return PC alone | Martynas Venckus |
2007-02-06 | various cleanup: | Jason McIntyre |
2006-09-25 | Include s_llrint.c instead of ithe now removed llrint.c. | Mark Kettenis |
2006-09-25 | Move llrint.c, llrintf.c, lrint.c and lrintf.c to s_llrint.c, s_llrintf.c, | Mark Kettenis |
2006-07-12 | add some more C99 functions: round(3) and roundf(3). | Brad Smith |
2006-05-05 | delint; ok millert@ beck@ | Otto Moerbeek |
2006-04-25 | Avoid shadowing of external symbols by local variables; whoever | Otto Moerbeek |
2006-04-24 | lint prefers ANSI C function definitions if a prototype is available; | Otto Moerbeek |
2006-04-24 | small delint; ok deraadt@ | Otto Moerbeek |
2006-03-19 | New amd64 exp(3). | Mark Kettenis |
2006-03-18 | Remove amd64 code. | Mark Kettenis |
2006-03-18 | add some more C99 functions: trunc(3) and truncf(3). | Brad Smith |
2006-03-14 | amd64 asm code is not correct for exp(+/-Inf), so until somebody | Otto Moerbeek |
2006-03-05 | improvements from alexey dobriyan; | Jason McIntyre |
2005-11-24 | use WANTLINT= (on all architectures) | Theo de Raadt |
2005-11-24 | more empty files for lint to chew on (on the vax) | Theo de Raadt |
2005-11-23 | an empty stub file for lint: on the vax, lint will chew on this, but avoid it | Theo de Raadt |
2005-11-23 | avoid ' which confuses make depend | Theo de Raadt |
2005-11-17 | Work around a gcc optimization problem. Spotted by biorn@; fix | Otto Moerbeek |
2005-11-17 | Introduce a few c99 functions: {l,ll}{rint,round}{,f}. From NetBSD via | Otto Moerbeek |
2005-11-15 | Fix exp(3) for arg Inf and -Inf. From NetBSD; PR 4578. ok deraadt@ | Otto Moerbeek |
2005-08-02 | Add missing $OpenBSD$ tags. | Marc Espie |
2005-03-07 | Improve the accuracy of log1p function on i387 for small values of x. | Can Erkin Acar |
2005-03-01 | pull in r1.8 from NetBSD, drochner: "amd64: stack sanity, leave the | Daniel Hartmeier |
2004-07-22 | Fix a typo and get good results in the process, fixes PR 3830 and passes | Miod Vallat |
2004-07-13 | errno changes, lib major version bumps, and general flag day | Marco S Hyman |
2004-05-22 | evil pasto | Michael Shalayeff |
2004-04-06 | remove optimization workaround for sparc64 now that we're using gcc3. | Brad Smith |
2004-02-28 | we now use the cvs repository copied amd64 set | Theo de Raadt |
2004-02-28 | reach into new amd64 directory | Theo de Raadt |
2004-02-27 | change amd64's MACHINE_ARCH from x86_64 to amd64. There are many many | Theo de Raadt |
2004-02-08 | add libm parts for amd64; much from netbsd, integration by mickey. | Theo de Raadt |
2004-01-23 | `Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8)) | Jason McIntyre |
2004-01-02 | use .Sq rather than .Dq, which, for some reason, is making -mdoc wobble; | Jason McIntyre |
2003-11-01 | Historically, scalb() in 4BSD had the actual semantics of scalbn(). We changed | Todd C. Miller |
2003-10-31 | these are supposed to round towards zero; found by millert@ while testing per... | Michael Shalayeff |
2003-10-21 | hypot: uppercase Euclidean; new sentence new line | Jason McIntyre |
2003-06-26 | ansi | Theo de Raadt |
2003-06-26 | cabsf takes complex float not double | Jason Wright |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-06-02 | section reorder; | Jason McIntyre |
2003-05-20 | - typos | Jason McIntyre |
2003-05-08 | ERROR -> ERRORS in .Sh, as per mdoc template. | Jason McIntyre |