]> git.ipfire.org Git - thirdparty/glibc.git/history - libio
Fix warnings from ARM soft-float fpu_control.h.
[thirdparty/glibc.git] / libio /
2013-06-08  Joseph MyersUse (void) in no-arguments function definitions.
2013-06-07  Joseph MyersAvoid use of "register" as optimization hint.
2013-06-06  Ondrej BilkaFix leading whitespaces.
2013-06-05  Joseph MyersRemove trailing whitespace.
2013-05-24  Ondrej BilkaInitialize wide struct info.
2013-04-15  Siddhesh PoyarekarFix off-by-one bug in tst-fwrite-error
2013-02-07  Roland McGrathRemove lots of inline keywords.
2013-01-11  H.J. LuAdd --enable-hardcoded-path-in-tests configure option
2013-01-02  Joseph MyersUpdate copyright notices with scripts/update-copyrights.
2013-01-01  Joseph MyersAdd script to update copyright notices and reformat...
2012-12-02  Mike Frysinger[BZ #12724] libio: revert partial POSIX 2008 fclose...
2012-11-27  Siddhesh PoyarekarMake fwrite return 0 on EOF
2012-11-16  Siddhesh Poyarekarprintf should return negative value on error
2012-11-16  Siddhesh PoyarekarNote in a comment that references to C++ bits are obsolete
2012-11-01  Thomas SchwingeChange type of constant to avoid a warning.
2012-10-24  Joseph MyersDefine and use $(run-built-tests).
2012-10-18  Joseph MyersRemove _G_OPEN64, _G_LSEEK64, _G_MMAP64, _G_FSTAT64...
2012-10-10  Joseph MyersRemove _IO_pos_t.
2012-10-09  Joseph MyersRemove _G_off64_t and _G_stat64 from _G_config.h.
2012-09-28  Siddhesh PoyarekarDon't flush write buffer for ftell
2012-09-28  Siddhesh PoyarekarAdjust wide data buffer pointers during fseek and ftell
2012-09-25  Joseph MyersRemove various _G_*_t type names.
2012-09-25  Siddhesh PoyarekarFix minor typos in comments
2012-09-25  Dmitry V. LevinSet "fail on error" mode directly in testsuite shell...
2012-09-21  Joseph MyersRemove _G_HAVE_SYS_WAIT and _IO_HAVE_SYS_WAIT.
2012-09-20  Joseph MyersRemove _G_NEED_STDARG_H.
2012-09-17  Joseph MyersRemove _G_HAVE_IO_GETLINE_INFO.
2012-09-13  Joseph MyersRemove _G_HAVE_PRINTF_FP.
2012-09-10  Joseph MyersRemove _G_USING_THUNKS.
2012-09-10  Joseph MyersRemove libio C++ vtable definitions.
2012-09-10  H.J. LuRun tst-fopenloc if $(build-shared) is yes
2012-09-05  Siddhesh PoyarekarFix typos in comments
2012-09-04  Joseph MyersFix iogetdelim.c (latent) integer overflow (bug 9914).
2012-08-17  Roland McGrathMake libio compile without _IO_MTSAFE_IO.
2012-08-17  Roland McGrathClean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO.
2012-08-06  Roland McGrathClean up lockf64, fseeko64, ftello64, fgetpos64, fsetpo...
2012-08-01  Roland McGrathClean up fopen64 for O_LARGEFILE==0.
2012-07-30  Roland McGrathFix lots of bitrot for stub configurations.
2012-07-01  Joseph MyersMerge glibc-ports into ports/ directory. glibc-2.16-ports-merge glibc-2.16.90
2012-05-24  Andreas SchwabRemove use of INTDEF/INTUSE in libio
2012-05-12  Thomas SchwingeAvoid dup3 PLT usage.
2012-05-10  Thomas SchwingeHurd: #include <kernel-features.h>
2012-05-03  Joseph MyersFix conditions on checking versions of dprintf (bug...
2012-04-29  Marek PolacekFix attributes for fortify functions.
2012-04-12  Roland McGrathUpdate comment for _io_write_fn
2012-04-11  Jim MeyeringRemove __wur from fwrite, fwrite_unlocked
2012-03-29  David S. MillerRemove xsputn small copy optimization.
2012-03-14  Andreas JaegerMerge branch 'master' into bug13658-branch
2012-03-09  Joseph MyersAlways declare gets for C++ up to C++11 without checkin...
2012-03-07  Ulrich DrepperRemove distribute variable from Makefiles
2012-02-27  Roland McGrathBZ#13775: Fix vdprintf/dprintf ldbl-compat decl feature...
2012-02-09  Paul EggertReplace FSF snail mail address with URLs.
2012-02-09  Marek PolacekRemove _G_HAVE_SYS_CDEFS.
2012-01-31  Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2012-01-31  Marek PolacekRemove PARAMS macros.
2012-01-31  Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2012-01-30  Joseph MyersRemove miscellaneous __STDC__ conditionals.
2012-01-27  Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2012-01-26  Joseph MyersRemove __STDC__ conditionals from non-installed headers.
2012-01-26  Joseph MyersRemove __STDC__ conditionals from installed headers.
2012-01-13  Marek PolacekDon't always provide definition of gets checking version
2012-01-08  Ulrich DrepperRemove pre-ISO C support
2012-01-07  Ulrich DrepperDo not declare gets in _GNU_SOURCE mode at all
2012-01-07  Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2012-01-06  Joseph MyersFix C11 header changes for C++.
2012-01-03  Ulrich DrepperMerge branch 'c11'
2012-01-01  Ulrich DrepperBetter gets prototype and fallout from removal
2012-01-01  Ulrich DrepperRemove gets declaration
2011-11-11  Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-11-11  Marek PolacekRemove unused variables
2011-11-07  Andreas SchwabFix locking in _IO_flush_all_lockp
2011-10-29  Ulrich DrepperMark a few more functions with __THROWNL.
2011-10-26  Roland McGrathRemove mention of open_obstack_stream, which has never...
2011-10-15  Ulrich DrepperAvoid warning in iofwide
2011-09-09  Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-09-09  Ulrich DrepperDon't lock string streams in stream cleanup code
2011-08-20  Roland McGrathMerge branch 'roland/x86-tcb-align'
2011-08-20  Andreas JaegerFix fopen (non-existing-file, "re") errno
2011-07-24  Ulrich DrepperDefine SEEK_DATA and SEEK_HOLE
2011-05-21  Ulrich DrepperSet stream errors in more cases
2011-05-20  Ulrich DrepperCleanup namespace use.
2011-05-17  H.J. LuFix fileops.c build for old kernels
2011-05-15  Ulrich DrepperFix a few problems in fopen and freopen
2011-05-14  Ulrich DrepperInitialize variable in _IO_new_file_close_it
2011-05-14  Ulrich DrepperFix error messages in test.
2011-05-14  Ulrich DrepperFix file descriptor position after fclose
2011-04-23  Eric BlakeUse al possible bytes from fopen mode string.
2011-04-23  Jim MeyeringRemove doubled words.
2011-04-01  Ulrich DrepperFix typos in comments.
2011-03-04  Ulrich DrepperOptimize fmemopen a bit.
2011-03-04  Andreas SchwabDon't read past end of buffer in fmemopen
2010-09-05  Andreas SchwabRemove undefined operations
2010-06-14  Jakub JelinekFix a couple of __REDIRECT () __THROW occurrences
2010-03-02  Roland McGrathMerge commit 'origin/davem/sparc'
2010-02-25  Ulrich DrepperFix reporting of I/O errors in *dprintf functions.
2010-01-10  Ulrich DrepperFix standalone stdio.h inclusion.
2009-11-19  Ulrich DrepperFix getwc* and putwc* on non-wide streams.
2009-10-30  Ulrich DrepperImplement mkstemps and mkstemps64.
2009-10-29  Ulrich DrepperFix return value of puts for very long strings.
2009-09-20  Roland McGrathRemove some unused variables.
next