OSDN Git Service

Add a C6X-specific ipc.h.
[uclinux-h8/uClibc.git] / libc / stdio /
2011-07-01 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-06-29 Maksim Rayskiylibc: add missing lock initialization in vswprintf
2011-04-06 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-03-09 Peter S. Mazingerremove unused hidden functions
2011-03-03 Peter S. Mazingermake parse_printf_format() depend on UCLIBC_HAS_GLIBC_C...
2011-02-09 Jones Desougi*printf: Violation of precision with null string
2011-02-03 Carmelo AmorosoMerge remote branch 'origin/master' into prelink
2011-01-21 Carmelo AmorosoMerge remote branch 'origin/master' into prelink
2011-01-21 Bernhard Reutner... stdio: fix diagnostic message
2011-01-11 Bernhard Reutner... __psfs_parse_spec: always use long int for %p
2010-11-28 Carmelo AmorosoMerge commit 'origin/master' into prelink
2010-10-19 Denys Vlasenkovfprintf.c: reduce a chunk of #ifdef forest and remove...
2010-10-19 Denys Vlasenko_vfprintf.c: de-obfuscate badly twisted fragment. no...
2010-10-19 Denys Vlasenkovfprintf.c: remove endif comments which clog up the...
2010-10-19 Denys Vlasenkovfprintf.c: de-obfuscate if(with nested assignments...
2010-08-26 Denys Vlasenko_uintmaxtostr: fix indentation (spaces->tabs), no code...
2010-04-23 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-14 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-12 Austin FoxleyMerge remote branch 'origin/master' into nptl
2010-04-06 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-02 Austin FoxleyMerge commit 'origin/master' into nptl
2010-03-25 Bernhard Reutner... prettify make clean
2010-03-17 Michael Deutschmannlift printf field width limit
2010-02-05 Austin FoxleyMerge commit 'origin/master' into nptl
2010-02-01 Khem RajMerge commit 'origin/master' into nptl
2010-01-25 Carmelo AmorosoMerge branch 'master' into nptl
2009-12-23 Austin FoxleyMerge remote branch 'origin/master' into nptl
2009-12-19 Austin FoxleyMerge commit 'origin/master' into nptl
2009-12-16 Austin FoxleyMerge remote branch 'origin/master' into nptl
2009-11-29 Austin FoxleyMerge remote branch 'origin/master' into nptl
2009-11-23 Austin FoxleyMerge remote branch 'origin/master' into nptl_merge
2009-11-22 Austin FoxleyMerge remote branch 'origin/master' into nptl_merge
2009-11-09 Mikhail GusarovExtend __gen_tempname with mode argument
2009-10-17 Austin Foxleyuse *_not_cancel variants to avoid accidental cancellat...
2009-10-17 Austin Foxleyrework internal uClibc mutexes to support futex locking...
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
next