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
/
asprintf.c
Age
Commit message (
Expand
)
Author
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-05-28
Move the va_start()/va_end() pair such that it directly backets the call
Todd C. Miller
2005-04-30
Change internals of FILE: reuse the unget buffer field to access an
Marc Espie
2005-03-31
make sure the implementation matches the prototype..
Patrick Latifi
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
2002-02-19
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
Todd C. Miller
2001-09-05
make sure that va_start() has matching va_end()
Theo de Raadt
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