OSDN Git Service

utime() is obsolescent in SUSv4
[uclinux-h8/uClibc.git] / libc / stdio /
2009-09-19 Denys Vlasenkoremove a few more empty #if/#endif pairs
2009-09-18 Denys Vlasenkoconvert // comments to /**/; remove empty #if/#endif...
2009-09-18 Bernhard Reutner... trim Experimentally off and uncommented hidden
2009-09-05 Denys Vlasenkoremove(): slight readabability tweak, no code changes
2009-08-17 Bernhard Reutner... support building out-of-tree
2009-02-15 Denis Vlasenkosuppress bogus ioctl on fd==INT_MAX when vasprintf...
2009-01-21 Denis Vlasenko*: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_D...
2008-12-21 Denis Vlasenkomore of warning fixes, mostly pointer signedness mismatches
2008-12-21 Denis Vlasenkomore of pointer signedness warnings removed
2008-12-21 Denis Vlasenkoheed multiple warnings of the type
2008-12-20 Denis Vlasenkolibc/stdio/_scanf.c: heed lots of warnings about signed...
2008-11-29 Denis Vlasenkofix improperly hidden fputc_unlocked
2008-11-29 Denis Vlasenkofix improperly hidden fwprintf.
2008-11-22 Denis Vlasenkofix some unneeded PLT references
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-11-18 Denis Vlasenkolibc_hidden_proto removal, just a few functions
2008-11-07 Bernhard Reutner... - less verbose make clean
2008-11-02 Bernhard Reutner... - Fix __user_locking with stdio buffers (Carmelo AMOROSO)
2008-09-21 Paul MundtFix up memset() argument ordering in open_memstream...
2008-09-09 Carmelo AmorosoFix some locale multibyte tests failures ad below:
2008-09-09 Carmelo AmorosoFix problem in vfprintf when assertion are enabled.
2008-07-23 Bernhard Reutner... - trim any trailing whitespace
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-30 Bernhard Reutner... - Avoid warning about undefined preprocessor token...
2008-05-23 Bernhard Reutner... - avoid warning about cast from pointer to integer...
2008-05-23 Bernhard Reutner... - for non-threaded, non-macro case we were missing...
2008-05-20 Denis Vlasenkoreplace "if (p) free(p)" by just "free(p)" - free(NULL...
2008-05-19 Denis VlasenkoMoving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL...
2008-04-10 Denis Vlasenkoremove "register" from _vf[w]printf_internal declaratio...
2008-04-10 Denis Vlasenkoeven more fixes for vda-made breakage in vXXXfprintf
2008-04-09 Denis Vlasenkofix breakage in old_vfprintf case
2008-04-09 Denis Vlasenkorestore erroneously removed hidden_def for vdprintf
2008-04-09 Denis VlasenkoRemove vestigial locking init from sprintf routines.
2008-04-09 Denis VlasenkoFactor out the core of vprintf() into separate function
2008-02-07 Carmelo AmorosoFix stack overflow in _ppfs_parsespec
2008-01-05 Mike Frysingerpatch from Hans-Christian Egtvedt to silence some spuri...
2007-04-14 Bernhard Reutner... - dtrt
2007-02-08 Mike FrysingerPaul Brook writes:
2007-01-29 Mike Frysingerfix from Atsushi Nemoto for displaying of 64bit types
2007-01-29 Mike Frysingerfix from Roman Kononov for reading in of 64bit types
2007-01-20 Bernhard Reutner... - Trim superfluous trailing whitespace. No obj-code...
2006-12-22 Bernhard Reutner... - provide a hidden_def for fputc_unlocked that is alias...
2006-12-20 Mike FrysingerPaul Brook writes:
2006-12-15 Eric AndersenPatch from Bernhard Fischer:
2006-12-12 Eric AndersenFix/disable locking when pthreads is disabled
2006-12-08 Eric AndersenFill in a few more of the missing pieces...
2006-12-07 Eric AndersenMajor cleanup of internal mutex locking. Be more consi...
2006-12-07 Eric AndersenMajor cleanup of internal mutex locking. Be more consi...
2006-12-06 Eric Andersenstdio update from mjn3
2006-07-05 Eric Andersenfixup my copyright notice, trim stale remnants of older...
2006-03-23 Peter S. MazingerMark some functions as BSD only
2006-03-22 Peter S. MazingerCorrect build if UCLIBC_HAS_CTYPE_TABLES is not defined
2006-03-10 Peter S. MazingerRemove all non-constant libc_hidden_data_def(), it...
2006-02-18 Mike Frysingerdont define _stdio_init if it doesnt do anything
2006-02-15 Peter S. MazingerDOMULTI may be used for libc, the excluded files need...
2006-02-14 Mike Frysingersync with glibc and get a nice size shrinkage in the...
2006-02-13 Peter S. Mazingerlibc-{a,so,multi}-y replaced by libc-y covering common...
2006-02-13 Peter S. MazingerMark functions as GNU extensions
2006-02-13 Peter S. MazingerRemove unused prototypes
2006-02-13 Peter S. MazingerAdd files for IMA. Yes, I know it's a hack and no,...
2006-02-13 Peter S. MazingerMore renames for IMA
2006-02-01 Peter S. Mazingermissed another global data marking
2006-02-01 Peter S. Mazingerglobal data uses libc_hidden_data_def, convert all...
2006-01-27 Peter S. MazingerDo not build *64 and llseek, correct some failure when...
2006-01-26 Peter S. MazingerGet rid of missing prototype warnings
2006-01-26 "Jan-Benedict Glaw"Allow for targets that don't know about signed zero...
2006-01-22 Peter S. MazingerEnable _GNU_SOURCE build wide, trying to get consistent...
2006-01-21 Mike Frysingerfix unused warnings
2006-01-17 Peter S. MazingerBuild if GETC_MACRO use is disabled
2006-01-16 Peter S. MazingerLast relocs jump and global data, (even locales) that...
2006-01-16 Peter S. Mazingersome global data relocs gone
2006-01-15 Peter S. Mazingermake gcc4 happy w/ hidden_def/proto, correct some typos
2006-01-15 Peter S. MazingerCorrect old_vfprintf internal version and make it reloc...
2006-01-15 Mike Frysingeronly declare vfork when needed, else no-mmu build fails
2006-01-14 Peter S. Mazingersame for __fputc_unlocked
2006-01-14 Peter S. Mazingerget rid of wcrtomb jump reloc
2006-01-14 Peter S. Mazingermake DODEBUG=y happy, update sysdeps/common/* copyright
2006-01-14 Peter S. Mazingerother failures w/ different options
2006-01-14 Peter S. Mazingerhidden_def/hidden_proto: convert all users (I hope...
2006-01-06 Mike Frysingerused hidden close
2006-01-06 Mike Frysingeruse hidden read/write symbols
2005-12-16 Peter S. MazingerRemove trailing ; after *alias()
2005-12-16 Peter S. MazingerForgot about the macros ;-(
2005-12-16 Peter S. MazingerGet rid of warnings, use internals, create new hidden...
2005-12-15 Peter S. MazingerHide *getc* *putc*
2005-12-14 Peter S. MazingerHide _stdio_init/term, sorry, one change went mistakenl...
2005-12-13 Peter S. MazingerConvert all users of earlier hiddens
2005-12-13 Peter S. MazingerHidden fflush, adapt fopen to hack in libc-internal.h
2005-12-13 Peter S. MazingerUse __remove and remove trailing ;
2005-12-13 Peter S. MazingerDo hidden fopen*/remove
2005-12-10 Peter S. MazingerSwitch fread/fwrite/fclose/pipe/sigsetmask users
2005-12-10 Peter S. MazingerDo hidden fread/fwrite/fclose
2005-12-09 Peter S. MazingerImplement hidden listen, use the hidden listen/accept
2005-12-09 Peter S. MazingerGuard wchar dependent stuff properly, thx vapier
2005-12-09 Peter S. MazingerImplement hidden *scanf
2005-12-09 Peter S. MazingerImplement all needed hidden *printf and correct vasprin...
2005-12-08 Peter S. Mazingermmap/mremap/socket/rewind gone
next