index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
stdio
/
vasprintf.c
Age
Commit message (
Expand
)
Author
2009-11-09
Fix the handle locking in stdio to use flockfile/funlockfile
Kurt Miller
2009-10-22
Back out previous commit, as it caused too much growth for the install
Philip Guenthe
2009-10-21
Fix the handle locking in stdio to use flockfile/funlockfile
Philip Guenthe
2006-01-06
Adapt things to use __type_t instead of _BSD_TYPE_T_
Todd C. Miller
2005-10-10
Remove a few warnings. Those were not apparent thanks to a bug in gcc 2.95.
Marc Espie
2005-08-08
zap remaining rcsid.
Marc Espie
2005-04-30
Change internals of FILE: reuse the unget buffer field to access an
Marc Espie
2004-09-28
deregister + ansify, no change in object code. ok deraadt@ millert@
Otto Moerbeek
2003-06-17
Sync with share/misc/license.template and add missing DARPA credit
Todd C. Miller
2003-06-03
Use an ISC-tyle license for all my code; it is simpler and more permissive.
Todd C. Miller
1998-10-16
Make sure we free the buffer in all error cases. Do the final
Todd C. Miller
1998-08-14
realloc repair
Theo de Raadt
1998-06-21
Remove the advertising clause in my old license, it impedes free use
Todd C. Miller
1998-02-07
Cast pointer in assignment
Thorsten Lockert
1998-01-12
Based on some FreeBSD changes:
Todd C. Miller
1997-11-29
Implement asprintf(3) and vasprintf(3) functions similar to the
Todd C. Miller