| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
string files (__SSTR flag set). This is necessary because __sputc()
does not respect the __SALC flag, and crashes trying to flush the buffer
instead of resizing it.
PR: 59167
Notes:
svn path=/head/; revision=122547
|
| |
|
|
| |
Notes:
svn path=/head/; revision=122105
|
| |
|
|
|
|
|
|
|
|
|
| |
the # flag is present. Implement this behavior and add a comment
describing it.
Noticed by: Enache Adrian <enache@rdslink.ro>
Pointy hat to: das
Notes:
svn path=/head/; revision=113723
|
| |
|
|
| |
Notes:
svn path=/head/; revision=113470
|
| |
|
|
| |
Notes:
svn path=/head/; revision=113199
|
| |
|
|
| |
Notes:
svn path=/head/; revision=113143
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- __vfprintf()'s 'buf' has never been used for floating point, so
don't define it in terms of (incorrect) constants describing
floating point numbers. The actual size needed depends on
sizeof(uintmax_t) and locale details, so I slightly overestimated.
- We don't need a 308-character buffer to store the string "308".
With long doubles and %a we need more than three characters, though.
Notes:
svn path=/head/; revision=113142
|
| |
|
|
| |
Notes:
svn path=/head/; revision=112229
|
| |
|
|
| |
Notes:
svn path=/head/; revision=112223
|
| |
|
|
|
|
|
| |
last argument.
Notes:
svn path=/head/; revision=112174
|
| |
|
|
|
|
|
| |
handling of multibyte sequences representing null wide characters.
Notes:
svn path=/head/; revision=105234
|
| |
|
|
|
|
|
| |
and %ls.
Notes:
svn path=/head/; revision=105204
|
| |
|
|
|
|
|
|
|
|
|
| |
assignment. This is needed on powerpc but is also more correct for the
other ports.
Submitted by: grehan
Tested on: alpha, i386, sparc64
Notes:
svn path=/head/; revision=103876
|
|
|
formatted wide-character output.
Notes:
svn path=/head/; revision=103739
|