index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
stdio
/
vfwprintf.c
Age
Commit message (
Expand
)
Author
2023-04-04
PR/57250: Martin Husemann: dtoa mishandles infinite doubles on 32bit big
christos
2022-04-19
lib: remove CONSTCOND comment
rillig
2022-03-12
reallocarr returns errno. preserve it.
christos
2022-03-12
vfwprintf(3): use reallocarr
nia
2017-07-11
A more correct fix for PR standards/52282.
perseant
2017-07-10
Do not use thousands grouping when none is specified by the locale.
perseant
2014-01-20
vfwprintf: fix error propagation
yamt
2013-09-23
Make compile with -DNO_FLOATING_POINT
pooka
2013-05-17
Provide explicit LC_C_LOCALE accessor and drop the various NULL checks.
joerg
2013-04-19
Add explicit locale versions for the printf family. Replace asprintf,
joerg
2012-03-27
- widen the internal read and write calls to match the syscalls
christos
2012-03-21
unsigned char portability casts
christos
2012-03-15
- ansify, knf.
christos
2012-03-13
PR/45989: Martin Husemann: lint invocation does include -w only on i386
christos
2012-02-17
remove unused variable
christos
2012-02-17
Fix: CVE-2012-0864 fprintf() positional argument abuse.
christos
2011-08-17
fix the rest of libc mi gcc-4.5 hacks. portmasters should fix the md ones.
christos
2010-12-16
Observe the following spelling:
wiz
2010-11-19
PR/44113: Nicolas Joly: printf(3) should ignore zero padding for nan/inf
christos
2010-07-31
initialize fake FILE, not fp.
tnozaki
2010-07-31
undo unrelated diff.
christos
2010-07-31
fix coredump vfwprintf(stderr) reported in current-user@
tnozaki
2009-10-25
revert some of dsl's changes to make things build on i386; he can undo what
christos
2009-10-24
Remove a load of pointless casts - one that even lint doesn't bleat about.
dsl
2009-08-05
If the current locale doesn't define the 'thousands' grouping info
dsl
2009-02-20
printf("%zi\n", (ssize_t)-1); now correcly prints -1 on i386
roy
2009-01-30
sign-compare fix
lukem
2008-06-05
fix a "typo" which prevented %ls from working in printf() (NARROW case).
aymeric
2008-03-21
Don't coredump on out of memory conditions. This solution leaks, but gdtoa
christos
2008-03-13
Since _file is a short, check that the fd fits in it, otherwise bail with
christos
2007-02-03
- merge change from freebsd
christos
2006-10-01
fwprintf(stderr) may coredump, when LC_CTYPE locale is set none C/POSIX.
tnozaki
2006-05-10
quell GCC 4.1 uninitialised variable warnings.
mrg
2006-02-16
- s/notyet/WIDE_DOUBLE/
christos
2006-01-26
bcopy -> memcpy
kleink
2005-12-02
redo the previous (WARNS=4) differently. consitify rather than making
yamt
2005-11-29
WARNS=4
christos
2005-06-15
Initialize expsize to appease -Wuninitialized for sh3 and m68000.
he
2005-06-12
Ensure nconv isn't used in __mbsconv() before being initialized.
lukem
2005-05-14
Add the missing wide char support functions from freebsd.
christos