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
2019-01-25
I am retiring my old email address; replace it with my OpenBSD one.
Todd C. Miller
2017-03-17
Use recallocarray() to avoid leaving detritus in memory when resizing
Theo de Raadt
2017-03-16
Only reallocate the buffer to fit for medium-size allocations where
Todd C. Miller
2017-03-14
Use a macro for the initial length of the buffer instead of 127; OK deraadt@
Todd C. Miller
2015-12-28
Remove NULL-checks before free() and a few related dead assignments.
mmcc
2015-08-31
Add framework for resolving (pun intended) libc namespace issues, using
Philip Guenther
2015-08-20
All these files include <stdlib.h>, so do not need to cast
Theo de Raadt
2011-05-30
Make printf-like and scanf-like functions marked as such in llib-lc.ln
Martynas Venckus
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
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