Age | Commit message (Expand) | Author |
2008-08-08 | revert | Martynas Venckus |
2008-08-08 | make _digittoint static | Martynas Venckus |
2008-08-07 | small cleanup of error/warning strings | Otto Moerbeek |
2008-08-04 | improve SEE ALSO links; from Ingo Schwarze | Jason McIntyre |
2008-07-30 | various markup/grammar fixes for previous, and a missing MLINK | Jason McIntyre |
2008-07-29 | add descriptions for fpclassify, isfinite, isnormal, nan, remquo, | Martynas Venckus |
2008-07-29 | - add man pages for nan and remainder, from freebsd | Martynas Venckus |
2008-07-29 | describe exp2, exp2f and mlink them | Martynas Venckus |
2008-07-29 | clarify EMSGSIZE | Gilles Chehade |
2008-07-29 | tweak previous; | Jason McIntyre |
2008-07-29 | Split SHA1Transform() back into smaller pieces when compiling on landisk, | Miod Vallat |
2008-07-29 | remove finite from ieee.3, and unmlink from makefile | Martynas Venckus |
2008-07-29 | remove | Martynas Venckus |
2008-07-29 | - man pages for fpclassify, isfinite, isinf, isnan, isnormal, signbit, | Martynas Venckus |
2008-07-29 | example code fix from Will Maier; ok otto | Jason McIntyre |
2008-07-28 | Install man pages for the BIO_* libcrypto functions, but not bio.3 | Jonathan Gray |
2008-07-28 | some SEE ALSO fixes; | Jason McIntyre |
2008-07-28 | man page bits for new malloc; ok jmc@ | Otto Moerbeek |
2008-07-28 | Update to tzcode2008e from elsie.nci.nih.gov | Todd C. Miller |
2008-07-28 | document which functions use which YP maps; Ingo Schwarze | Theo de Raadt |
2008-07-28 | Remove separate pic versions of crt0, crtbegin, crtend. Next | Kurt Miller |
2008-07-28 | Almost complete rewrite of malloc, to have a more efficient data | Otto Moerbeek |
2008-07-25 | i have to crank this for a ridiculous reason, to save me about 4 hours of work | Theo de Raadt |
2008-07-25 | fix apps that use isinff, isnanf; use ieee 754 mi code, as all | Martynas Venckus |
2008-07-24 | - remove isinff, isnanf. this has been moved to libc | Martynas Venckus |
2008-07-24 | - move isinf, isnan dups to gen, since most is ieee 754 | Martynas Venckus |
2008-07-23 | Avoid an occasional double free in getpwent() which corrupted memory. It | Theo de Raadt |
2008-07-23 | clear sign bit, instead of comparing to zero and setting x=-x. | Martynas Venckus |
2008-07-22 | use arc4random_uniform(); ok djm millert | Theo de Raadt |
2008-07-22 | remez -> Remes here, too. for consistency | Martynas Venckus |
2008-07-21 | NetBSD's C library supplies these functions -> OpenBSD's C library | Martynas Venckus |
2008-07-21 | rename lround.c lroundf.c llround.c llroundf.c to s_lround.c | Martynas Venckus |
2008-07-20 | Reme algorithm -> Remes algorithm. in comments | Martynas Venckus |
2008-07-20 | get in the bug fix for pow, from fdlibm 5.3. also adapt it for | Martynas Venckus |
2008-07-20 | use more accurate algorithm for tan. from fdlibm 5.3: | Martynas Venckus |
2008-07-18 | fix cases, found by lint: | Martynas Venckus |
2008-07-17 | properly raise inexact; ok millert@ | Martynas Venckus |
2008-07-16 | some archaic 'n = a(b), c(d)' use that confused lint | Martynas Venckus |
2008-07-16 | install infnan.3 only for vax. pointed out by millert@ | Martynas Venckus |
2008-07-16 | ansify infnan example. sure millert@ | Martynas Venckus |
2008-07-10 | - handle sign of negative zero. use sign dtoa sets | Martynas Venckus |
2008-07-07 | Application-specified thread stacks didn't work with libpthread | Philip Guenthe |
2008-07-06 | oops, fix getpwent() use of wrong buffers | Theo de Raadt |
2008-07-05 | - correct .Dt for pthread_attr_setstack.3 | Jason McIntyre |
2008-07-05 | Add manpage for pthread_attr_[sg]etstack(3) | Philip Guenthe |
2008-06-30 | document that mquery(2) is non-standard; hint and ok deraadt@ | Otto Moerbeek |
2008-06-30 | xref mquery | Otto Moerbeek |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-25 | - expressions such as x != x and x == x are prone to errors and | Martynas Venckus |
2008-06-25 | `Li' needs an argument; | Jason McIntyre |