[v3,0/7] Fix some libm static issues
[platform/upstream/glibc.git] / libio / fileops.c
2024-01-01 Paul EggertUpdate copyright dates with scripts/update-copyrights
2023-07-05 Joe Simmons-Talbottfileops: Don't process ,ccs= as individual mode flags...
2023-03-27 Adhemerval Zanella... libio: Remove the usage of __libc_IO_vtables
2023-01-06 Joseph MyersUpdate copyright dates with scripts/update-copyrights
2022-01-01 Paul EggertUpdate copyright dates with scripts/update-copyrights
2021-09-03 Siddhesh PoyarekarRemove "Contributed by" lines
2021-06-22 Adhemerval ZanellaUse 64 bit time_t stat internally
2021-01-02 Paul EggertUpdate copyright dates with scripts/update-copyrights
2020-09-11 Adhemerval ZanellaRemove internal usage of extensible stat functions
2020-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2019-11-13 Florian WeimerRedefine _IO_iconv_t to store a single gconv step point...
2019-09-07 Paul EggertPrefer https to http for gnu.org and fsf.org URLs
2019-05-20 Florian Weimerlibio: Remove codecvt vtable [BZ #24588]
2019-01-31 Paul Pluzhnikovlibio: use stdout in puts and putchar, etc [BZ #24051].
2019-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-03-13 Zack Weinberg[BZ 1190] Make EOF sticky in stdio.
2018-02-21 Zack WeinbergRemove miscellaneous debris from libio.
2018-02-21 Zack WeinbergRemove _IO_file_flags define.
2018-02-21 Zack WeinbergMechanically remove _IO_ name aliases for types and...
2018-02-07 Zack WeinbergPost-cleanup 2: minimize _G_config.h.
2018-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2017-12-12 Adhemerval Zanellalibio: Free backup area when it not required (BZ#22415)
2017-08-31 Florian Weimerlibio: Assume _LIBC, weak_alias, errno, (__set_)errno...
2017-08-18 Adhemerval ZanellaConsolidate non cancellable close call
2017-08-18 Adhemerval ZanellaConsolidate non cancellable write call
2017-08-18 Adhemerval ZanellaConsolidate non cancellable read call
2017-08-17 Adhemerval ZanellaConsolidate non cancellable open call
2017-04-18 Florian WeimerAssume that O_CLOEXEC is always defined and works
2017-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-06-23 Florian Weimerlibio: Implement vtable verification [BZ #20191]
2016-01-04 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2015-07-08 Feng GaoUse "|" instead of "+" when combine the _IO_LINE_BUF...
2015-05-22 Florian WeimerAvoid some aliasing violations in libio
2015-02-24 Paul PluzhnikovFix BZ #17916 - fopen unbounded stack usage for ccs...
2015-02-18 Paul PluzhnikovCleanup: add missing #include's
2015-01-02 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2014-12-04 Siddhesh PoyarekarFix up function definition style
2014-12-04 Siddhesh PoyarekarReset cached offset when reading to end of stream ...
2014-12-04 Siddhesh Poyarekarftell: seek to end only when there are unflushed bytes...
2014-09-12 Florian WeimerComplete the removal of __gconv_translit_find
2014-05-27 Siddhesh PoyarekarFix offset computation for append+ mode on switching...
2014-03-17 Siddhesh PoyarekarFix offset caching for streams and use it for ftell...
2014-03-04 Siddhesh PoyarekarUse cached offset in ftell when reliable
2014-03-04 Siddhesh PoyarekarSeparate ftell from fseek logic and avoid modifying...
2014-02-10 Ondřej BílkaUse glibc_likely instead __builtin_expect.
2014-01-01 Allan McRaeUpdate copyright notices with scripts/update-copyrights
2013-10-11 Eric BiggersFix fwrite() reading beyond end of buffer in error...
2013-06-07 Joseph MyersAvoid use of "register" as optimization hint.
2013-01-02 Joseph MyersUpdate copyright notices with scripts/update-copyrights.
2012-12-02 Mike Frysinger[BZ #12724] libio: revert partial POSIX 2008 fclose...
2012-11-16 Siddhesh Poyarekarprintf should return negative value on error
2012-10-18 Joseph MyersRemove _G_OPEN64, _G_LSEEK64, _G_MMAP64, _G_FSTAT64...
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-25 Siddhesh PoyarekarFix minor typos in comments
2012-09-05 Siddhesh PoyarekarFix typos in comments
2012-07-01 Joseph MyersMerge glibc-ports into ports/ directory. glibc-2.16-ports-merge
2012-05-24 Andreas SchwabRemove use of INTDEF/INTUSE in libio
2012-05-10 Thomas SchwingeHurd: #include <kernel-features.h>
2012-03-29 David S. MillerRemove xsputn small copy optimization.
2012-02-09 Paul EggertReplace FSF snail mail address with URLs.
2012-01-31 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2012-01-30 Joseph MyersRemove miscellaneous __STDC__ conditionals.
2011-08-20 Roland McGrathMerge branch 'roland/x86-tcb-align'
2011-08-20 Andreas JaegerFix fopen (non-existing-file, "re") errno
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 file descriptor position after fclose
2011-04-23 Eric BlakeUse al possible bytes from fopen mode string.
2011-04-23 Jim MeyeringRemove doubled words.
2009-06-09 Ulrich Drepper(_IO_new_file_fopen): Don't prematurely stop parsing...
2008-07-27 Ulrich Drepper* sysdeps/unix/sysv/linux/bits/socket.h: Define PF_ISDN...
2008-07-26 Ulrich Drepper[BZ #6771]
2007-07-22 Ulrich Drepper(_IO_new_file_fopen): Recognize 'e' flag and set O_CLOE...
2007-04-16 Ulrich Drepper* libio/libio.h (__underflow, __uflow, __overflow,...
2007-01-11 Ulrich Drepper[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426,...
2007-07-31 Jakub Jelinek.
2006-12-13 Ulrich Drepper[BZ #2337]
2006-01-19 Ulrich Drepper(_IO_new_file_fopen): If ,ccs= is given, also set vtabl...
2005-09-27 Ulrich Drepper[BZ #1078]
2005-09-04 Ulrich Drepper* stdio-common/Makefile (tests): Add tst-put-error.
2004-12-22 Ulrich Drepper(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
2007-07-12 Jakub Jelinek2.5-18.1
2004-12-06 Ulrich DrepperUpdate.
2004-11-09 Ulrich Drepper(_IO_new_file_seekoff): If mode is 0 and fp->_offset...
2004-11-08 Roland McGrath2004-11-03 Marcus Brinkmann <marcus@gnu.org>
2004-09-14 Ulrich DrepperUpdate.
2004-04-01 Andreas Jaeger(new_do_write): Return _IO_size_t to make 64-bit clean.
2004-01-14 Ulrich DrepperUpdate.
2003-09-11 Ulrich DrepperUpdate.
2003-09-06 Ulrich DrepperUpdate.
2003-09-06 Ulrich Drepper(_IO_new_file_overflow): Handle switching to write...
2003-09-04 Ulrich DrepperUpdate.
2003-09-04 Ulrich DrepperUpdate.
2003-08-29 Ulrich DrepperUpdate.
2003-07-15 Ulrich DrepperUpdate.
2003-05-31 Ulrich DrepperUpdate.
2003-04-16 Roland McGrath* libio/fileops.c (_IO_file_close_it): Macro tweak...
2003-04-05 Ulrich Drepper(_IO_new_file_fopen): Don't free step data right after...
next