OSDN Git Service

Remove __PRINTF_INFO_NO_BITFIELD hack, UCLIBC_INTERNAL can be used instead,
[uclinux-h8/uClibc.git] / libc / stdio / old_vfprintf.c
2008-06-03 Denis VlasenkoRemove __PRINTF_INFO_NO_BITFIELD hack, UCLIBC_INTERNAL...
2008-06-01 Denis Vlasenkosuppress a few "might be used uninitialized" warnings...
2008-05-19 Denis VlasenkoMoving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL...
2006-01-22 Peter S. MazingerEnable _GNU_SOURCE build wide, trying to get consistent...
2006-01-15 Peter S. MazingerCorrect old_vfprintf internal version and make it reloc...
2006-01-14 Peter S. Mazingerhidden_def/hidden_proto: convert all users (I hope...
2005-12-16 Peter S. MazingerGet rid of warnings, use internals, create new hidden...
2005-12-09 Peter S. MazingerImplement all needed hidden *printf and correct vasprin...
2005-12-08 Peter S. MazingerUse internal \*_strerror_r
2005-12-03 Peter S. Mazinger_uintmaxtostr is only internally used, we do not need...
2005-12-01 Peter S. MazingerHide mostly used functions
2005-11-27 Peter S. MazingerHide some of mem* and str*
2005-11-26 Peter S. Mazinger100 JUMP relocs less (remaining 431) by hiding internal...
2005-11-15 Peter S. MazingerHide more of stdio,getdents, use internal __raise
2005-07-28 Manuel Novoa III Fix string.h. Change our _susv3_strerror_r to __xpg_st...
2004-02-11 Manuel Novoa III New stdio core. Should be more maintainable. Fixes...
2003-09-06 Manuel Novoa III Implement vsnprintf (old_vfprintf only) and vsnscanf...
2003-09-05 Manuel Novoa III Oops... Forgot to convert this to the new floating...
2003-08-01 Manuel Novoa III Add a new *scanf implementation, includeing the *wscanf...
2003-07-14 Manuel Novoa III Yikes! This was doing another lock instead of unlockin...
2002-07-07 Manuel Novoa III Attempt to clean up the strerror_r situation.
2002-07-03 Manuel Novoa III Enable WCHAR support for C/POSIX stub locales.
2002-06-18 Manuel Novoa III Fix perror() and printf("%m") to not call strerror...
2002-05-11 Manuel Novoa III Adjust preprocessor logic to initialize QUAL_CHARS...
2002-03-12 Manuel Novoa III Swap in the new stdio code.