OSDN Git Service

remove a few more empty #if/#endif pairs
[uclinux-h8/uClibc.git] / libc / stdio / vasprintf.c
2009-09-19 Denys Vlasenkoremove a few more empty #if/#endif pairs
2009-09-18 Bernhard Reutner... trim Experimentally off and uncommented hidden
2008-11-20 Denis VlasenkoLast portion of libc_hidden_proto removal.
2008-11-20 Denis Vlasenkonext portion of libc_hidden_proto removal
2008-11-18 Denis Vlasenkolibc_hidden_proto removal, a few more functions
2008-04-09 Denis VlasenkoFactor out the core of vprintf() into separate function
2006-02-13 Peter S. MazingerMark functions as GNU extensions
2006-01-14 Peter S. Mazingermake DODEBUG=y happy, update sysdeps/common/* copyright
2006-01-14 Peter S. Mazingerhidden_def/hidden_proto: convert all users (I hope...
2005-12-09 Peter S. MazingerImplement all needed hidden *printf and correct vasprin...
2005-12-08 Peter S. MazingerHide some of the f* *printf, use them as well
2005-12-03 Peter S. MazingerMore hiding, including __mempcpy
2005-02-14 Manuel Novoa III When I broke up the stdio code, the "support pre C99...
2005-02-09 Peter KjellerstedtDefine va_copy for pre-C99 compilers (code taken from...
2004-02-11 Manuel Novoa III New stdio core. Should be more maintainable. Fixes...