| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
|
|
|
| |
zeroes right.
|
| |
|
|
|
|
| |
of %f formats where the number of significant digits is < expt.
|
| |
|
|
|
|
| |
Tests for correct printing of subnormals are lacking.
|
|
|
|
| |
before being cast to a floating point type, and the sign is lost.
|
|
|
|
| |
always be classified as infinity.
|
| |
|
| |
|
|
|
|
| |
current implementation.
|
|
|
|
|
|
| |
the value of the supplied wide character is ignored and L'\0' is used
instead. Remove incorrect comments about "internal buffer" since wcrtomb()
does not have one (wctomb() does).
|
|
|
|
| |
Based on: src/lib/libc/string/strerror.c (rev 1.8)
|
| |
|
| |
|
|
|
|
| |
wcstombs(). These tests have already found two libc bugs.
|
| |
|
| |
|
| |
|
|
|