| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid using void pointers in additive expressions. | stefanf | 2004-08-14 | 1 | -1/+1 |
* | Avoid using void pointers in additive expressions. | stefanf | 2004-08-13 | 2 | -2/+2 |
* | Document the MNT_SNAPSHOT mount flag with a cross-reference | roam | 2004-08-13 | 1 | -1/+7 |
* | Fix example. | tjr | 2004-08-12 | 1 | -4/+5 |
* | Implement wcwidth() as an inline function. | tjr | 2004-08-12 | 1 | -11/+2 |
* | Update "documentation date" fields. | green | 2004-08-10 | 1 | -1/+1 |
* | Update mlock(2) manpage to cross-reference m{,un}lockall(2), remove | green | 2004-08-10 | 1 | -1/+5 |
* | Fix an off-by-one bug that caused the first character of the buffer to | tjr | 2004-08-06 | 1 | -2/+1 |
* | Bump the document date, since the content changed today. | roam | 2004-08-06 | 3 | -3/+3 |
* | Fix a case of _SC_CLK_TCK being misspelled as _SC_CLOCK_TCK. | roam | 2004-08-06 | 1 | -1/+1 |
* | Cross-reference getnameinfo(3), getaddrinfo(3), getipnodebyname(3) and | roam | 2004-08-06 | 3 | -0/+4 |
* | Add stubs for TLS functions. These will be replaced at runtime by the | dfr | 2004-08-03 | 2 | -3/+73 |
* | Remove an implicit int parameter by using prototypes. | stefanf | 2004-08-02 | 1 | -9/+3 |
* | Don't pass function pointers via a void * parameter. | stefanf | 2004-08-02 | 1 | -4/+4 |
* | 1. Use correct alignment mask, -15 != ~15 | davidxu | 2004-07-31 | 1 | -2/+2 |
* | Use #include <unistd.h> rather than the explicit externs in the | imp | 2004-07-31 | 1 | -2/+1 |
* | Re-word the COMPATIBILITY section, taking care to use the word "deprecated" | tjr | 2004-07-29 | 12 | -98/+74 |
* | Use newly added __used attribute to keep static function symbols from being | kan | 2004-07-29 | 1 | -8/+8 |
* | Remove unnecessary #include directives. | tjr | 2004-07-29 | 3 | -8/+0 |
* | Prefer <runetype.h> to <rune.h>, since the latter is going away soon. | tjr | 2004-07-29 | 5 | -5/+5 |
* | Remove useless checks for characters longer than INT_MAX bytes. | tjr | 2004-07-29 | 3 | -12/+0 |
* | Add support for multibyte characters. | tjr | 2004-07-29 | 1 | -30/+84 |
* | Add a paragraph break in the STANDARDS section to improve readability. | tjr | 2004-07-29 | 1 | -0/+1 |
* | Add support for multibyte characters. | tjr | 2004-07-29 | 1 | -49/+112 |
* | Document incorrect handling of multibyte characters due to limitations | tjr | 2004-07-28 | 1 | -1/+6 |
* | Set fpu context flags to known values, zero is illegal. | davidxu | 2004-07-28 | 1 | -0/+2 |
* | ANSIfy and constify; this now builds with GCC 3.4. | des | 2004-07-28 | 1 | -22/+19 |
* | s/round/fpround/ to avoid naming clash with GCC builtin function. | kan | 2004-07-28 | 1 | -8/+8 |
* | Add UTF-8-specific implementations of mbsnrtowcs() and wcsnrtombs(). | tjr | 2004-07-27 | 1 | -0/+163 |
* | Add an nftw(3) link. | tjr | 2004-07-25 | 1 | -0/+1 |
* | Remove unused variable. | das | 2004-07-23 | 1 | -9/+1 |
* | Return the correct value when dst == NULL and conversion has stopped after | tjr | 2004-07-22 | 1 | -2/+2 |
* | now e.f.f.3.ip6.arpa is delegated, we no longer need to query ip6.int | ume | 2004-07-21 | 2 | -7/+1 |
* | Read directly from the stdio buffer using the new __mbsnrtowcs() interface | tjr | 2004-07-21 | 1 | -14/+38 |
* | Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These are | tjr | 2004-07-21 | 14 | -165/+317 |
* | Use __wcsrtombs() and __sfvwrite() to convert and write the wide character | tjr | 2004-07-21 | 1 | -8/+25 |
* | Back out previous commit. Even though statfs(2) can take a regular | csjp | 2004-07-20 | 1 | -0/+4 |
* | Remove reference to ENOTDIR in the documented errors | csjp | 2004-07-20 | 1 | -4/+0 |
* | Call __mbrtowc() and __wcrtomb() directly instead of taking detours | tjr | 2004-07-20 | 3 | -3/+6 |
* | Fix printing of long doubles to match the size that | gallatin | 2004-07-19 | 2 | -11/+8 |
* | Add signalcontext, required by KSE. | grehan | 2004-07-19 | 2 | -1/+104 |
* | The new program counter should go into the trapframe's srr0 and | grehan | 2004-07-19 | 1 | -1/+1 |
* | Update paths to reg*.c and regex2.h. Add a target to build regex.h. | tjr | 2004-07-19 | 1 | -1/+3 |
* | Update for removal of cclass.h. Trim some useless targets. Invoke mkh | tjr | 2004-07-19 | 1 | -34/+6 |
* | Update for recent changes to struct re_guts. Disable printing the contents | tjr | 2004-07-19 | 1 | -38/+5 |
* | Remove unused files. | tjr | 2004-07-19 | 2 | -12/+0 |
* | Make FLT_ROUNDS correctly reflect the dynamic rounding mode. | das | 2004-07-19 | 6 | -3/+80 |
* | Fix two bugs in the signbit() macro, which was implemented last year: | das | 2004-07-19 | 3 | -100/+2 |
* | Replace seven nominally MD implementations of frexp() that are broken | das | 2004-07-18 | 16 | -456/+65 |
* | Remove claim of conformance to IEEE Std. 1003.2. Replace it with a list | tjr | 2004-07-18 | 1 | -7/+12 |