summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Avoid using void pointers in additive expressions.stefanf2004-08-141-1/+1
* Avoid using void pointers in additive expressions.stefanf2004-08-132-2/+2
* Document the MNT_SNAPSHOT mount flag with a cross-referenceroam2004-08-131-1/+7
* Fix example.tjr2004-08-121-4/+5
* Implement wcwidth() as an inline function.tjr2004-08-121-11/+2
* Update "documentation date" fields.green2004-08-101-1/+1
* Update mlock(2) manpage to cross-reference m{,un}lockall(2), removegreen2004-08-101-1/+5
* Fix an off-by-one bug that caused the first character of the buffer totjr2004-08-061-2/+1
* Bump the document date, since the content changed today.roam2004-08-063-3/+3
* Fix a case of _SC_CLK_TCK being misspelled as _SC_CLOCK_TCK.roam2004-08-061-1/+1
* Cross-reference getnameinfo(3), getaddrinfo(3), getipnodebyname(3) androam2004-08-063-0/+4
* Add stubs for TLS functions. These will be replaced at runtime by thedfr2004-08-032-3/+73
* Remove an implicit int parameter by using prototypes.stefanf2004-08-021-9/+3
* Don't pass function pointers via a void * parameter.stefanf2004-08-021-4/+4
* 1. Use correct alignment mask, -15 != ~15davidxu2004-07-311-2/+2
* Use #include <unistd.h> rather than the explicit externs in theimp2004-07-311-2/+1
* Re-word the COMPATIBILITY section, taking care to use the word "deprecated"tjr2004-07-2912-98/+74
* Use newly added __used attribute to keep static function symbols from beingkan2004-07-291-8/+8
* Remove unnecessary #include directives.tjr2004-07-293-8/+0
* Prefer <runetype.h> to <rune.h>, since the latter is going away soon.tjr2004-07-295-5/+5
* Remove useless checks for characters longer than INT_MAX bytes.tjr2004-07-293-12/+0
* Add support for multibyte characters.tjr2004-07-291-30/+84
* Add a paragraph break in the STANDARDS section to improve readability.tjr2004-07-291-0/+1
* Add support for multibyte characters.tjr2004-07-291-49/+112
* Document incorrect handling of multibyte characters due to limitationstjr2004-07-281-1/+6
* Set fpu context flags to known values, zero is illegal.davidxu2004-07-281-0/+2
* ANSIfy and constify; this now builds with GCC 3.4.des2004-07-281-22/+19
* s/round/fpround/ to avoid naming clash with GCC builtin function.kan2004-07-281-8/+8
* Add UTF-8-specific implementations of mbsnrtowcs() and wcsnrtombs().tjr2004-07-271-0/+163
* Add an nftw(3) link.tjr2004-07-251-0/+1
* 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
OpenPOWER on IntegriCloud