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
/
snprintf.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
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
2004-04-10
Apply change from vsnprintf.c rev. 1.5. Use a single character
Todd C. Miller
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-02-19
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
Todd C. Miller
1998-01-12
Oops, missed a 0 vs. '\0'
Todd C. Miller
1998-01-12
Based on some FreeBSD changes:
Todd C. Miller
1997-11-29
Return -1, not EOF for size < 1. XPG4.2 specifies the return value
Todd C. Miller
1997-07-25
#if __STDC__ --> #ifdef __STDC__
Michael Shalayeff
1996-08-19
Fix RCS ids
Thorsten Lockert
1995-10-18
initial import of NetBSD tree
Theo de Raadt