summaryrefslogtreecommitdiff
path: root/libio
AgeCommit message (Expand)Author
2018-01-29libio: Rename _FWRITE to FWRITE_FUNCSamuel Thibault
2018-01-28hurd: Fix building libio/tst-memstream3.cSamuel Thibault
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-31Correct improper-inclusion check in bits/libio-ldbl.h.Zack Weinberg
2017-12-24Deprecate external use of libio.h and _G_config.h.Zack Weinberg
2017-12-18ld.so: Examine GLRO to detect inactive loader [BZ #20204]Florian Weimer
2017-12-12libio: Free backup area when it not required (BZ#22415)Adhemerval Zanella
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu
2017-10-05Always do locking when iterating over list of streams (bug 15142)Andreas Schwab
2017-10-01Hide internal __fopen_maybe_mmap function [BZ #18822]H.J. Lu
2017-10-01Mark 3 *_internal functions with attribute_hidden [BZ #18822]H.J. Lu
2017-09-09Finish change from “Bengali” to “Bangla”Mike FABIAN
2017-08-31libio: Assume _LIBC, weak_alias, errno, (__set_)errno &c are definedFlorian Weimer
2017-08-21Consolidate non cancellable waitpid callAdhemerval Zanella
2017-08-18Consolidate non cancellable close callAdhemerval Zanella
2017-08-18Consolidate non cancellable write callAdhemerval Zanella
2017-08-18Consolidate non cancellable read callAdhemerval Zanella
2017-08-17Consolidate non cancellable open callAdhemerval Zanella
2017-08-07Fix missing redirects in testsuite targetsAndreas Schwab
2017-07-14Disable single thread optimization for open_memstreamSzabolcs Nagy
2017-07-04Single threaded stdio optimizationSzabolcs Nagy
2017-06-08Remove __need macros from stdio.h and wchar.h.Zack Weinberg
2017-05-22libio: Avoid dup already opened file descriptor [BZ#21393]Adhemerval Zanella
2017-05-11Remove _IO_MTSAFE_IO from public headers.Zack Weinberg
2017-04-18Assume that O_CLOEXEC is always defined and worksFlorian Weimer
2017-04-18Assume that dup3 is availableFlorian Weimer
2017-04-18Assume that pipe2 is always availableFlorian Weimer
2017-04-07getopt: eliminate __need_getopt by splitting up getopt.h.Zack Weinberg
2017-03-16Remove C++ namespace handling from glibc headers.Joseph Myers
2017-02-25Clean up conditionals for declaration of gets.Zack Weinberg
2017-02-16Add missing header files throughout the testsuite.Zack Weinberg
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-09support: Introduce new subdirectory for test infrastructureFlorian Weimer
2016-11-30libio: Limit buffer size to 8192 bytes [BZ #4099]Florian Weimer
2016-11-27Minor problems exposed by compiling C++ tests under _ISOMAC.Zack Weinberg
2016-10-02Fix tst-memstream3 build failureAdhemerval Zanella
2016-09-30libio: Multiple fixes for open_{w}memstram (BZ#18241 and BZ#20181)Adhemerval Zanella
2016-08-02Support __STDC_WANT_LIB_EXT2__ feature test macro.Joseph Myers
2016-07-06hurd: Fix PTR_{,DE}MANGLE callsSamuel Thibault
2016-06-23libio: Implement vtable verification [BZ #20191]Florian Weimer
2016-06-112016-06-11 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov
2016-06-11fopencookie: Mangle function pointers stored on the heap [BZ #20222]Florian Weimer
2016-06-03libio: Use wmemset instead of __wmemset to avoid linknamespace issueFlorian Weimer
2016-04-29libio: Fix fmemopen append mode failure (BZ# 20012)Adhemerval Zanella
2016-04-28Fix stdio.h namespace for pre-threads POSIX (bug 20014).Joseph Myers
2016-04-28Also define off_t in stdio.h for UNIX98.Joseph Myers
2016-04-26libio: Update internal fmemopen position after write (BZ #20005)Adhemerval Zanella
2016-04-26Define off_t in stdio.h for XOPEN2K.Joseph Myers
2016-04-25Fix stdio.h cuserid namespace (bug 19989).Joseph Myers
2016-03-07libio: Clean up _IO_file_doallocate and _IO_wfile_doallocateFlorian Weimer