Age | Commit message (Expand) | Author |
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 |
2003-05-05 | add properties of single precision IEE754 | Jason Wright |
2003-05-03 | these files all had >9 arguments to .Nd, causing the name description to be | Jason McIntyre |
2003-04-30 | removed unused .Bd macro; | Jason McIntyre |
2003-04-17 | picky assembler warning cleanups | Dale Rahn |
2003-03-28 | Bessel functions; | Jason McIntyre |
2003-03-06 | .Xr typos; | Jason McIntyre |
2003-03-01 | Use mdoc strings for !=, +-, >= and <= | Todd C. Miller |
2003-02-28 | .Xr the right pages | Jason Wright |
2003-02-28 | No need to waffle this much... s/roughly like/roughly | Jason Wright |
2003-02-28 | mention single precision versions | Jason Wright |
2003-02-28 | Convert to mdoc and make some very minor updates. Someone with libm clues | Todd C. Miller |
2003-02-27 | another pass at cleaning | Jason Wright |
2003-02-27 | even more cleaning (and more yet to do) | Jason Wright |
2003-02-27 | final pass at *f in terms of the double precision version. | Jason Wright |
2003-02-27 | more pointing out that *f are single precision versions of the double functions. | Jason Wright |
2003-02-27 | describe *f in terms of the double precision version (more of this to come...... | Jason Wright |
2003-02-27 | english it my native language, tho you'd never know it | Jason Wright |
2003-02-27 | ieee_test isn't real, rename it to logb.3 and make everything link to that in... | Jason Wright |
2003-02-27 | A lotsa fixin' (ditched the old sin.3 in favor of cos.3 with modifications), ... | Jason Wright |
2003-02-27 | - this describes scalb not scalbn | Jason Wright |
2003-01-16 | fpr0 is recommended to be operated in full 64bits, although seemed to work ot... | Michael Shalayeff |
2003-01-04 | spelling | Theo de Raadt |
2003-01-03 | Get the m88k libm to say no to drugs. | Miod Vallat |
2002-12-03 | Crank all library major numbers. Needed due to the fact that we | Todd C. Miller |
2002-10-11 | scalb() in vax libm is in fact scalbn(), so change the symbol name. | Miod Vallat |
2002-09-11 | these are not libm private and fix the rintf pasting error | Michael Shalayeff |
2002-05-22 | add reminder and roundings | Michael Shalayeff |
2002-05-22 | md sqrt() implementation | Michael Shalayeff |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller |