]> git.ipfire.org Git - thirdparty/glibc.git/history - libio
Simplify tzfile fstat failure code
[thirdparty/glibc.git] / libio /
2018-07-10  Florian WeimerFix copyright years in recent commits
2018-07-06  Florian Weimerlibio: Implement internal function __libc_readline_unlocked
2018-07-05  Florian WeimerAdd renameat2 function [BZ #17662]
2018-06-26  Florian Weimerlibio: Add tst-vtables, tst-vtables-interposed
2018-06-26  Florian Weimerlibio: Disable vtable validation in case of interpositi...
2018-06-20  Florian Weimerlibio: Avoid ptrdiff_t overflow in IO_validate_vtable
2018-06-01  Florian Weimerlibio: Avoid _allocate_buffer, _free_buffer function...
2018-04-03  Samuel Thibaulthurd: Avoid more libc.so local PLTs
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 WeinbergRemove legacy configuration knobs from libio.
2018-02-21  Zack WeinbergMechanically remove _IO_ name aliases for types and...
2018-02-21  Zack WeinbergRemove vestiges of external build support from libio...
2018-02-21  Joseph MyersFix -Os putc_unlocked, fputc_unlocked linknamespace...
2018-02-21  Joseph MyersFix -Os getc_unlocked linknamespace, localplt issues...
2018-02-19  Joseph MyersFix -Os ferror_unlocked linknamespace, localplt issues...
2018-02-15  Joseph MyersUse libc_hidden_* for fputs (bug 15105).
2018-02-15  Joseph MyersFix -Os feof_unlocked linknamespace, localplt issues...
2018-02-07  Zack WeinbergPost-cleanup 2: minimize _G_config.h.
2018-02-07  Zack WeinbergPost-cleanup 1: move libio.h back out of bits/.
2018-02-07  Zack WeinbergDon't install libio.h or _G_config.h.
2018-02-06  Zack WeinbergRemove getc and putc macros from the public stdio.h.
2018-01-29  Samuel Thibaultlibio: Rename _FWRITE to FWRITE_FUNC
2018-01-28  Samuel Thibaulthurd: Fix building libio/tst-memstream3.c
2018-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2017-12-31  Zack WeinbergCorrect improper-inclusion check in bits/libio-ldbl.h.
2017-12-24  Zack WeinbergDeprecate external use of libio.h and _G_config.h.
2017-12-18  Florian Weimerld.so: Examine GLRO to detect inactive loader [BZ ...
2017-12-12  Adhemerval Zanellalibio: Free backup area when it not required (BZ#22415)
2017-12-11  H.J. LuReplace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c
2017-10-05  Andreas SchwabAlways do locking when iterating over list of streams...
2017-10-01  H.J. LuHide internal __fopen_maybe_mmap function [BZ #18822]
2017-10-01  H.J. LuMark 3 *_internal functions with attribute_hidden ...
2017-09-09  Mike FABIANFinish change from “Bengali” to “Bangla”
2017-08-31  Florian Weimerlibio: Assume _LIBC, weak_alias, errno, (__set_)errno...
2017-08-21  Adhemerval ZanellaConsolidate non cancellable waitpid call
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-08-07  Andreas SchwabFix missing redirects in testsuite targets
2017-07-14  Szabolcs NagyDisable single thread optimization for open_memstream
2017-07-04  Szabolcs NagySingle threaded stdio optimization
2017-06-08  Zack WeinbergRemove __need macros from stdio.h and wchar.h.
2017-05-22  Adhemerval Zanellalibio: Avoid dup already opened file descriptor [BZ...
2017-05-11  Zack WeinbergRemove _IO_MTSAFE_IO from public headers.
2017-04-18  Florian WeimerAssume that O_CLOEXEC is always defined and works
2017-04-18  Florian WeimerAssume that dup3 is available
2017-04-18  Florian WeimerAssume that pipe2 is always available
2017-04-07  Zack Weinberggetopt: eliminate __need_getopt by splitting up getopt.h.
2017-03-16  Joseph MyersRemove C++ namespace handling from glibc headers.
2017-02-25  Zack WeinbergClean up conditionals for declaration of gets.
2017-02-16  Zack WeinbergAdd missing header files throughout the testsuite.
2017-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-12-09  Florian Weimersupport: Introduce new subdirectory for test infrastructure
2016-11-30  Florian Weimerlibio: Limit buffer size to 8192 bytes [BZ #4099]
2016-11-27  Zack WeinbergMinor problems exposed by compiling C++ tests under...
2016-10-02  Adhemerval ZanellaFix tst-memstream3 build failure
2016-09-30  Adhemerval Zanellalibio: Multiple fixes for open_{w}memstram (BZ#18241...
2016-08-02  Joseph MyersSupport __STDC_WANT_LIB_EXT2__ feature test macro.
2016-07-06  Samuel Thibaulthurd: Fix PTR_{,DE}MANGLE calls
2016-06-23  Florian Weimerlibio: Implement vtable verification [BZ #20191]
2016-06-11  Paul Pluzhnikov2016-06-11 Paul Pluzhnikov <ppluzhnikov@google.com>
2016-06-11  Florian Weimerfopencookie: Mangle function pointers stored on the...
2016-06-03  Florian Weimerlibio: Use wmemset instead of __wmemset to avoid linkna...
2016-04-29  Adhemerval Zanellalibio: Fix fmemopen append mode failure (BZ# 20012)
2016-04-28  Joseph MyersFix stdio.h namespace for pre-threads POSIX (bug 20014).
2016-04-28  Joseph MyersAlso define off_t in stdio.h for UNIX98.
2016-04-26  Adhemerval Zanellalibio: Update internal fmemopen position after write...
2016-04-26  Joseph MyersDefine off_t in stdio.h for XOPEN2K.
2016-04-25  Joseph MyersFix stdio.h cuserid namespace (bug 19989).
2016-03-07  Florian Weimerlibio: Clean up _IO_file_doallocate and _IO_wfile_doall...
2016-01-07  Marko MyllynenMake shebang interpreter directives consistent
2016-01-04  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2015-10-20  Joseph MyersConvert miscellaneous function definitions to prototype...
2015-10-20  Joseph MyersConvert 113 more function definitions to prototype...
2015-10-19  Joseph MyersConvert 69 more function definitions to prototype style...
2015-10-16  Joseph MyersConvert 703 function definitions to prototype style.
2015-10-15  Joseph MyersRemove -fexceptions configure test.
2015-10-12  Andreas SchwabAdd dependencies on needed locales in each subdir tests...
2015-09-08  Joseph MyersMove bits/libc-lock.h and bits/libc-lockP.h out of...
2015-09-03  Joseph MyersDon't install bits/libc-lock.h or bits/stdio-lock.h.
2015-09-03  Joseph MyersDon't include <bits/stdio-lock.h> from installed <libio.h>.
2015-09-01  Paul PluzhnikovFix BZ #18757.
2015-08-13  Paul PluzhnikovFix BZ #18820 -- fmemopen may leak memory on failure.
2015-08-13  Paul PluzhnikovFix BZ #16734 -- fopen calls mmap to allocate its buffer
2015-08-08  Paul PluzhnikovIn preparation for fixing BZ#16734, fix failure in...
2015-08-06  Paul PluzhnikovAdd #include <unistd.h> to libio/oldfileops.c for write.
2015-07-16  Adhemerval Zanellalibio: Fix fmemopen 'w' mode with provided buffer
2015-07-08  Adhemerval Zanellalibio: fmemopen rewrite to POSIX compliance
2015-07-08  Feng GaoUse "|" instead of "+" when combine the _IO_LINE_BUF...
2015-06-25  Andreas SchwabFix buffer overflow for writes to memory buffer stream...
2015-06-17  Joseph MyersFix swscanf vswscanf namespace (bug 18542).
2015-06-17  Joseph MyersFix getpass fflush_unlocked namespace (bug 18540).
2015-06-12  Joseph MyersFix syslog fputs_unlocked namespace (bug 18530).
2015-06-05  Joseph MyersFix open_memstream namespace (bug 18498).
2015-05-22  Florian WeimerFix indentation to match nesting in previous commit
2015-05-22  Florian WeimerAvoid some aliasing violations in libio
2015-03-23  Roland McGrathMinor cleanups in libio/iofdopen.c
next