summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variable.das2004-07-231-9/+1
* Return the correct value when dst == NULL and conversion has stopped aftertjr2004-07-221-2/+2
* now e.f.f.3.ip6.arpa is delegated, we no longer need to query ip6.intume2004-07-212-7/+1
* Read directly from the stdio buffer using the new __mbsnrtowcs() interfacetjr2004-07-211-14/+38
* Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These aretjr2004-07-2114-165/+317
* Use __wcsrtombs() and __sfvwrite() to convert and write the wide charactertjr2004-07-211-8/+25
* Back out previous commit. Even though statfs(2) can take a regularcsjp2004-07-201-0/+4
* Remove reference to ENOTDIR in the documented errorscsjp2004-07-201-4/+0
* Call __mbrtowc() and __wcrtomb() directly instead of taking detourstjr2004-07-203-3/+6
* Fix printing of long doubles to match the size thatgallatin2004-07-192-11/+8
* Add signalcontext, required by KSE.grehan2004-07-192-1/+104
* The new program counter should go into the trapframe's srr0 andgrehan2004-07-191-1/+1
* Update paths to reg*.c and regex2.h. Add a target to build regex.h.tjr2004-07-191-1/+3
* Update for removal of cclass.h. Trim some useless targets. Invoke mkhtjr2004-07-191-34/+6
* Update for recent changes to struct re_guts. Disable printing the contentstjr2004-07-191-38/+5
* Remove unused files.tjr2004-07-192-12/+0
* Make FLT_ROUNDS correctly reflect the dynamic rounding mode.das2004-07-196-3/+80
* Fix two bugs in the signbit() macro, which was implemented last year:das2004-07-193-100/+2
* Replace seven nominally MD implementations of frexp() that are brokendas2004-07-1816-456/+65
* Remove claim of conformance to IEEE Std. 1003.2. Replace it with a listtjr2004-07-181-7/+12
* Remove claim of conformance to IEEE Std. 1003.2. Replace it with a listtjr2004-07-181-3/+7
* Fix typo: carat -> caret.tjr2004-07-171-1/+1
* Document the MSG_DONTWAIT flag.harti2004-07-161-1/+8
* Add a cross reference to fgetwln(3).tjr2004-07-161-0/+1
* Add fgetwln(), a wide character version of fgetln().tjr2004-07-163-2/+192
* Rename slbexpand() to __slbexpand() and make it available outsidetjr2004-07-162-4/+5
* Clarify getfsstat(2) usage.alfred2004-07-161-1/+6
* Remove an entry from the BUGS section: we have multibyte charactertjr2004-07-121-2/+0
* Make regular expression matching aware of multibyte characters. The generaltjr2004-07-125-324/+478
* Add a new error code, REG_ILLSEQ, to indicate that a regular expressiontjr2004-07-122-1/+5
* Document the new PT_LWPINFO request. In fact, the request is so newmarcel2004-07-121-0/+19
* Remove incomplete support for multi-character collating elements. Removetjr2004-07-112-262/+8
* Unbreak alpha: On alpha a long double is the same as a double andmarcel2004-07-101-0/+4
* Add fast paths for conversion of plain ASCII characters.tjr2004-07-091-0/+13
* Slightly reorganize and simplify.tjr2004-07-091-24/+11
* Bump document date for recent changes.das2004-07-091-1/+1
* Document these functions as being in libm, not libc. Some of themdas2004-07-091-4/+1
* Implement the classification macros isfinite(), isinf(), isnan(), anddas2004-07-0917-501/+141
* Eliminate some magic numbers and correct description of _PC_NO_TRUNC.wollman2004-07-082-20/+45
* Add a function to iterate over all characters in a particular charactertjr2004-07-083-2/+150
* there's no such define as KERN_NAME_MAX, change to _POSIX_NAME_MAX.alfred2004-07-071-1/+1
* Markup nits.ru2004-07-071-2/+4
* Fixed markup.ru2004-07-071-16/+22
* mdoc(7) fixes.ru2004-07-071-2/+3
* Move the return value information about the getenv(3) library functionhmp2004-07-061-4/+10
* Keep it sync with OpenBSD:ache2004-07-061-3/+4
* Document incorrect handling of multibyte characters.tjr2004-07-061-1/+3
* Add implementations of ftw(3) and nftw(3) and the corresponding headerdas2004-07-052-2/+211
* Documentation for ftw(3) and nftw(3).das2004-07-051-0/+210
* Fix the NAME section making whatis(1) happy in particular.ru2004-07-056-16/+13
OpenPOWER on IntegriCloud