summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* According to C99 decimal_point can't be emptyache2003-03-201-4/+1
* According to C99 decimal_point can't be the empty string, mention it.ache2003-03-201-1/+2
* decimal_point can't be "" according to C99, so set it to standard "."ache2003-03-201-1/+6
* - Revamp the function _nis_initshells() to make getusershell() backedrobert2003-03-191-35/+30
* If realloc(3) fails in copyline(), do not make matters worse byrobert2003-03-191-6/+11
* The gdtoa import apparently hasn't caused anything or anyone todas2003-03-151-2429/+0
* MFp4: Pentium/Athlon-optimised implementation of wcslen().tjr2003-03-142-1/+69
* Merge vfprintf.c revision 1.52.tjr2003-03-141-2/+2
* Kludge around a bug that results from printf() assuming thatdas2003-03-141-1/+1
* Unexpand RCS tag.tjr2003-03-141-1/+1
* Clean up the way gdtoa sources are found.obrien2003-03-132-8/+7
* Document return type of wordfree() (void). Reduce the space betweentjr2003-03-131-3/+4
* MFp4: Implementations of the wcstof() and wcstold() functions.tjr2003-03-134-10/+195
* MFp4: Catch up to recent __dtoa() interface changes and removal of cvt()'stjr2003-03-131-11/+10
* Document strtof() and strtold(). Update vendor license.das2003-03-121-32/+75
* Replace our ancient dtoa/strtod implementation with the gdtoadas2003-03-1220-10/+286
* Ditch a static global and the mutex that protected it. Achieve themtm2003-03-121-27/+18
* Document the fact that hdestory calls free on the keys added withdwmalone2003-03-121-5/+25
* Update sendfile.2 to include a TUNING section that documents theseanc2003-03-121-0/+38
* MFp4: Reduce code size by 26 bytes by only aligning the jump targets thattjr2003-03-121-10/+1
* MFp4: Make `spanp' const.tjr2003-03-121-3/+4
* MFp4: Pentium/Athlon-optimised implementation of wmemchr().tjr2003-03-122-1/+115
* MFp4: Pentium-optimised implementation of wcscmp(). Performs significantlytjr2003-03-102-1/+80
* MFp4: Add the standard "the {fgetws,fputws} function will fail if" texttjr2003-03-092-0/+6
* Clean up some signed/unsigned issues in the XDR code.nectar2003-03-073-12/+18
* Remove NS and ISO stuff.peter2003-03-057-737/+3
* Fix threaded applications on ia64 that are linked dynamicly. We didmarcel2003-03-051-3/+5
* ABI breaker: Move the J_SIGMASK field in the jmpbuf beforemarcel2003-03-051-2/+2
* Restore vendor ID.obrien2003-03-031-2/+2
* Use __FBSDID.obrien2003-03-0335-44/+85
* Eliminate 19 warnings in libc (at level WARNS=2) of thenectar2003-02-2714-5/+33
* ia64 actually uses 80-bit long doubles and must support big and littlemike2003-02-262-3/+27
* Fix typo.robert2003-02-251-1/+1
* Catch up with change to kse_release syscall.julian2003-02-251-2/+2
* Fixed copyright.ru2003-02-241-20/+32
* mdoc(7) police: Scheduled sweep.ru2003-02-244-23/+26
* Mention CLOCK_MONOTONIC.phk2003-02-231-2/+3
* mdoc(7) police: markup laundry.ru2003-02-239-35/+39
* mdoc(7) police: kill self-xref.ru2003-02-231-1/+0
* Punctuation.ru2003-02-231-1/+1
* Typo.ru2003-02-231-1/+1
* Grammar.ru2003-02-231-0/+1
* More changes from NetBSD:mikeh2003-02-231-9/+11
* Grab some changes from NetBSD:mikeh2003-02-231-5/+6
* Apple PR-2449102: getdomainname() doesn't document that it is NIS/YP specificzarzycki2003-02-221-3/+3
* Use strlcpy instead of strncpy.johan2003-02-221-2/+1
* Fix a bad free() call that would occur if some #if 0'd code was used.tjr2003-02-221-4/+6
* Mention that dlerror() is also applicable to retrieve error message afterphantom2003-02-211-0/+2
* Fix the description for mkdtemp(), which creates directories, not files.gshapiro2003-02-191-1/+1
* Update errors.trhodes2003-02-181-8/+8
OpenPOWER on IntegriCloud