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
/
asprintf.c
Age
Commit message (
Expand
)
Author
2013-04-19
Add explicit locale versions for the printf family. Replace asprintf,
joerg
2012-03-15
- ansify, knf.
christos
2009-10-25
revert some of dsl's changes to make things build on i386; he can undo what
christos
2009-10-25
Lint is differentially far too picky...
dsl
2009-10-24
Remove a load of pointless casts - one that even lint doesn't bleat about.
dsl
2007-01-26
* Consider all negative return values as error, not just -1.
cbiere
2005-02-09
A little libc namespace housekeeping exercise:
kleink
2005-01-09
add a cast and remove another.
christos
2003-01-18
Merge the nathanw_sa branch.
thorpej
2002-05-26
__STDC__ is always defined on NetBSD.
wiz
2001-12-07
- make FILE structure extensible without breaking binary-compatibility.
yamt
2001-09-24
va_{start,end} audit:
wiz
2001-04-13
Need an internal name for asprintf(3).
kleink
2000-01-21
Initialize f._file for locking primitives.
mycroft
1999-09-20
back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.
lukem
1999-09-16
* use _DIAGASSERT() to check pointer arguments against NULL and file
lukem
1998-11-15
delint
christos
1998-10-15
Make sure we free the buffer in all error cases.
mycroft
1998-09-08
s/NULL/NUL/ where appropriate.
kleink
1998-08-28
add asprintf and vasprintf, originally written by Todd Miller for OpenBSD
perry