| Commit message (Expand) | Author | Age | Files | Lines |
| * | Re-word the COMPATIBILITY section, taking care to use the word "deprecated" | Tim J. Robbins | 2004-07-29 | 12 | -98/+74 |
| * | Use newly added __used attribute to keep static function symbols from being | Alexander Kabaev | 2004-07-29 | 1 | -8/+8 |
| * | Remove unnecessary #include directives. | Tim J. Robbins | 2004-07-29 | 3 | -8/+0 |
| * | Prefer <runetype.h> to <rune.h>, since the latter is going away soon. | Tim J. Robbins | 2004-07-29 | 5 | -5/+5 |
| * | Remove useless checks for characters longer than INT_MAX bytes. | Tim J. Robbins | 2004-07-29 | 3 | -12/+0 |
| * | Add support for multibyte characters. | Tim J. Robbins | 2004-07-29 | 1 | -30/+84 |
| * | Add a paragraph break in the STANDARDS section to improve readability. | Tim J. Robbins | 2004-07-29 | 1 | -0/+1 |
| * | Add support for multibyte characters. | Tim J. Robbins | 2004-07-29 | 1 | -49/+112 |
| * | Document incorrect handling of multibyte characters due to limitations | Tim J. Robbins | 2004-07-28 | 1 | -1/+6 |
| * | Set fpu context flags to known values, zero is illegal. | David Xu | 2004-07-28 | 1 | -0/+2 |
| * | ANSIfy and constify; this now builds with GCC 3.4. | Dag-Erling Smørgrav | 2004-07-28 | 1 | -22/+19 |
| * | s/round/fpround/ to avoid naming clash with GCC builtin function. | Alexander Kabaev | 2004-07-28 | 1 | -8/+8 |
| * | Add UTF-8-specific implementations of mbsnrtowcs() and wcsnrtombs(). | Tim J. Robbins | 2004-07-27 | 1 | -0/+163 |
| * | Add an nftw(3) link. | Tim J. Robbins | 2004-07-25 | 1 | -0/+1 |
| * | Remove unused variable. | David Schultz | 2004-07-23 | 1 | -9/+1 |
| * | Return the correct value when dst == NULL and conversion has stopped after | Tim J. Robbins | 2004-07-22 | 1 | -2/+2 |
| * | now e.f.f.3.ip6.arpa is delegated, we no longer need to query ip6.int | Hajimu UMEMOTO | 2004-07-21 | 2 | -7/+1 |
| * | Read directly from the stdio buffer using the new __mbsnrtowcs() interface | Tim J. Robbins | 2004-07-21 | 1 | -14/+38 |
| * | Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These are | Tim J. Robbins | 2004-07-21 | 14 | -165/+317 |
| * | Use __wcsrtombs() and __sfvwrite() to convert and write the wide character | Tim J. Robbins | 2004-07-21 | 1 | -8/+25 |
| * | Back out previous commit. Even though statfs(2) can take a regular | Christian S.J. Peron | 2004-07-20 | 1 | -0/+4 |
| * | Remove reference to ENOTDIR in the documented errors | Christian S.J. Peron | 2004-07-20 | 1 | -4/+0 |
| * | Call __mbrtowc() and __wcrtomb() directly instead of taking detours | Tim J. Robbins | 2004-07-20 | 3 | -3/+6 |
| * | Fix printing of long doubles to match the size that | Andrew Gallatin | 2004-07-19 | 2 | -11/+8 |
| * | Add signalcontext, required by KSE. | Peter Grehan | 2004-07-19 | 2 | -1/+104 |
| * | The new program counter should go into the trapframe's srr0 and | Peter Grehan | 2004-07-19 | 1 | -1/+1 |
| * | Update paths to reg*.c and regex2.h. Add a target to build regex.h. | Tim J. Robbins | 2004-07-19 | 1 | -1/+3 |
| * | Update for removal of cclass.h. Trim some useless targets. Invoke mkh | Tim J. Robbins | 2004-07-19 | 1 | -34/+6 |
| * | Update for recent changes to struct re_guts. Disable printing the contents | Tim J. Robbins | 2004-07-19 | 1 | -38/+5 |
| * | Remove unused files. | Tim J. Robbins | 2004-07-19 | 2 | -12/+0 |
| * | Make FLT_ROUNDS correctly reflect the dynamic rounding mode. | David Schultz | 2004-07-19 | 6 | -3/+80 |
| * | Fix two bugs in the signbit() macro, which was implemented last year: | David Schultz | 2004-07-19 | 3 | -100/+2 |
| * | Replace seven nominally MD implementations of frexp() that are broken | David Schultz | 2004-07-18 | 16 | -456/+65 |
| * | Remove claim of conformance to IEEE Std. 1003.2. Replace it with a list | Tim J. Robbins | 2004-07-18 | 1 | -7/+12 |
| * | Remove claim of conformance to IEEE Std. 1003.2. Replace it with a list | Tim J. Robbins | 2004-07-18 | 1 | -3/+7 |
| * | Fix typo: carat -> caret. | Tim J. Robbins | 2004-07-17 | 1 | -1/+1 |
| * | Document the MSG_DONTWAIT flag. | Hartmut Brandt | 2004-07-16 | 1 | -1/+8 |
| * | Add a cross reference to fgetwln(3). | Tim J. Robbins | 2004-07-16 | 1 | -0/+1 |
| * | Add fgetwln(), a wide character version of fgetln(). | Tim J. Robbins | 2004-07-16 | 3 | -2/+192 |
| * | Rename slbexpand() to __slbexpand() and make it available outside | Tim J. Robbins | 2004-07-16 | 2 | -4/+5 |
| * | Clarify getfsstat(2) usage. | Alfred Perlstein | 2004-07-16 | 1 | -1/+6 |
| * | Remove an entry from the BUGS section: we have multibyte character | Tim J. Robbins | 2004-07-12 | 1 | -2/+0 |
| * | Make regular expression matching aware of multibyte characters. The general | Tim J. Robbins | 2004-07-12 | 5 | -324/+478 |
| * | Add a new error code, REG_ILLSEQ, to indicate that a regular expression | Tim J. Robbins | 2004-07-12 | 2 | -1/+5 |
| * | Document the new PT_LWPINFO request. In fact, the request is so new | Marcel Moolenaar | 2004-07-12 | 1 | -0/+19 |
| * | Remove incomplete support for multi-character collating elements. Remove | Tim J. Robbins | 2004-07-11 | 2 | -262/+8 |
| * | Unbreak alpha: On alpha a long double is the same as a double and | Marcel Moolenaar | 2004-07-10 | 1 | -0/+4 |
| * | Add fast paths for conversion of plain ASCII characters. | Tim J. Robbins | 2004-07-09 | 1 | -0/+13 |
| * | Slightly reorganize and simplify. | Tim J. Robbins | 2004-07-09 | 1 | -24/+11 |
| * | Bump document date for recent changes. | David Schultz | 2004-07-09 | 1 | -1/+1 |