summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2008-08-08revertMartynas Venckus
2008-08-08make _digittoint staticMartynas Venckus
2008-08-07small cleanup of error/warning stringsOtto Moerbeek
2008-08-04improve SEE ALSO links; from Ingo SchwarzeJason McIntyre
2008-07-30various markup/grammar fixes for previous, and a missing MLINKJason McIntyre
2008-07-29add descriptions for fpclassify, isfinite, isnormal, nan, remquo,Martynas Venckus
2008-07-29- add man pages for nan and remainder, from freebsdMartynas Venckus
2008-07-29describe exp2, exp2f and mlink themMartynas Venckus
2008-07-29clarify EMSGSIZEGilles Chehade
2008-07-29tweak previous;Jason McIntyre
2008-07-29Split SHA1Transform() back into smaller pieces when compiling on landisk,Miod Vallat
2008-07-29remove finite from ieee.3, and unmlink from makefileMartynas Venckus
2008-07-29removeMartynas Venckus
2008-07-29- man pages for fpclassify, isfinite, isinf, isnan, isnormal, signbit,Martynas Venckus
2008-07-29example code fix from Will Maier; ok ottoJason McIntyre
2008-07-28Install man pages for the BIO_* libcrypto functions, but not bio.3Jonathan Gray
2008-07-28some SEE ALSO fixes;Jason McIntyre
2008-07-28man page bits for new malloc; ok jmc@Otto Moerbeek
2008-07-28Update to tzcode2008e from elsie.nci.nih.govTodd C. Miller
2008-07-28document which functions use which YP maps; Ingo SchwarzeTheo de Raadt
2008-07-28Remove separate pic versions of crt0, crtbegin, crtend. NextKurt Miller
2008-07-28Almost complete rewrite of malloc, to have a more efficient dataOtto Moerbeek
2008-07-25i have to crank this for a ridiculous reason, to save me about 4 hours of workTheo de Raadt
2008-07-25fix apps that use isinff, isnanf; use ieee 754 mi code, as allMartynas Venckus
2008-07-24- remove isinff, isnanf. this has been moved to libcMartynas Venckus
2008-07-24- move isinf, isnan dups to gen, since most is ieee 754Martynas Venckus
2008-07-23Avoid an occasional double free in getpwent() which corrupted memory. ItTheo de Raadt
2008-07-23clear sign bit, instead of comparing to zero and setting x=-x.Martynas Venckus
2008-07-22use arc4random_uniform(); ok djm millertTheo de Raadt
2008-07-22remez -> Remes here, too. for consistencyMartynas Venckus
2008-07-21NetBSD's C library supplies these functions -> OpenBSD's C libraryMartynas Venckus
2008-07-21rename lround.c lroundf.c llround.c llroundf.c to s_lround.cMartynas Venckus
2008-07-20Reme algorithm -> Remes algorithm. in commentsMartynas Venckus
2008-07-20get in the bug fix for pow, from fdlibm 5.3. also adapt it forMartynas Venckus
2008-07-20use more accurate algorithm for tan. from fdlibm 5.3:Martynas Venckus
2008-07-18fix cases, found by lint:Martynas Venckus
2008-07-17properly raise inexact; ok millert@Martynas Venckus
2008-07-16some archaic 'n = a(b), c(d)' use that confused lintMartynas Venckus
2008-07-16install infnan.3 only for vax. pointed out by millert@Martynas Venckus
2008-07-16ansify infnan example. sure millert@Martynas Venckus
2008-07-10- handle sign of negative zero. use sign dtoa setsMartynas Venckus
2008-07-07Application-specified thread stacks didn't work with libpthreadPhilip Guenthe
2008-07-06oops, fix getpwent() use of wrong buffersTheo de Raadt
2008-07-05- correct .Dt for pthread_attr_setstack.3Jason McIntyre
2008-07-05Add manpage for pthread_attr_[sg]etstack(3)Philip Guenthe
2008-06-30document that mquery(2) is non-standard; hint and ok deraadt@Otto Moerbeek
2008-06-30xref mqueryOtto Moerbeek
2008-06-26First 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 andMartynas Venckus
2008-06-25`Li' needs an argument;Jason McIntyre