|
220f76a1
|
2009-02-26T12:54:20
|
|
Fix *printf behaviour regarding the %ls directive.
|
|
5fc2139c
|
2008-04-19T21:42:16
|
|
Work around snprintf bug on Linux libc5.
|
|
dac3bbf9
|
2008-03-30T15:18:13
|
|
Use module 'EOVERFLOW' rather than defining an EOVERFLOW replacement in the C
code.
|
|
6cad9c91
|
2008-02-07T02:08:13
|
|
Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
|
|
474d4b34
|
2007-11-04T17:19:42
|
|
Fix *printf behaviour for large precisions on mingw and BeOS.
|
|
7cd87873
|
2007-11-03T16:52:20
|
|
Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
|
|
82485375
|
2007-05-20T09:01:48
|
|
Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
|
|
118b9d3f
|
2007-05-19T14:52:36
|
|
Fix *printf result for NaN, Inf, -0.0 on mingw.
|
|
060ad6de
|
2007-05-18T18:26:01
|
|
Add support for 'long double' number output.
|
|
e9bb2308
|
2007-05-06T23:02:10
|
|
Work around an incorrect implementation of the 0 flag on most platforms.
|
|
2bb894ab
|
2007-05-06T15:29:04
|
|
Work around lack of support of grouping flag.
|
|
f227e78a
|
2007-04-29T15:40:30
|
|
Guard against vsnprintf implementations that mishandle a size=0 argument.
|
|
9f9bd78a
|
2007-04-11T23:46:07
|
|
Implement the %F directive if the system doesn't implement it correctly.
|
|
5b57d6d5
|
2007-03-26T02:15:46
|
|
Prefer nl_langinfo over localeconv.
|
|
5754af88
|
2007-03-09T01:24:32
|
|
Use 'case' statements instead of 'expr' invocations.
|
|
42b1663b
|
2007-03-07T01:51:15
|
|
New module 'vsnprintf-posix'.
|