aboutsummaryrefslogtreecommitdiff
path: root/libio
AgeCommit message (Expand)AuthorFilesLines
2018-12-05Add __vfscanf_internal and __vfwscanf_internal with flags arguments.Zack Weinberg9-30/+68
2018-11-30posix: Use posix_spawn on popenAdhemerval Zanella1-47/+85
2018-11-28support: Add signal support to support_capture_subprocess_checkFlorian Weimer1-17/+1
2018-10-17Don't reduce test timeout to less than defaultAndreas Schwab1-1/+0
2018-10-09Increase timeout of libio/tst-readlineSzabolcs Nagy1-0/+1
2018-10-02libio: Flush stream at freopen (BZ#21037)Adhemerval Zanella6-26/+185
2018-07-10Fix copyright years in recent commitsFlorian Weimer2-2/+2
2018-07-06libio: Implement internal function __libc_readline_unlockedFlorian Weimer8-9/+435
2018-07-05Add renameat2 function [BZ #17662]Florian Weimer1-0/+12
2018-06-26libio: Add tst-vtables, tst-vtables-interposedFlorian Weimer4-0/+578
2018-06-26libio: Disable vtable validation in case of interposition [BZ #23313]Florian Weimer1-0/+16
2018-06-20libio: Avoid ptrdiff_t overflow in IO_validate_vtableFlorian Weimer1-2/+2
2018-06-01libio: Avoid _allocate_buffer, _free_buffer function pointers [BZ #23236]Florian Weimer6-30/+23
2018-04-03hurd: Avoid more libc.so local PLTsSamuel Thibault2-0/+2
2018-03-13[BZ 1190] Make EOF sticky in stdio.Zack Weinberg5-9/+121
2018-02-21Remove miscellaneous debris from libio.Zack Weinberg17-234/+32
2018-02-21Remove _IO_file_flags define.Zack Weinberg15-98/+64
2018-02-21Remove legacy configuration knobs from libio.Zack Weinberg9-47/+14
2018-02-21Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg99-882/+844
2018-02-21Remove vestiges of external build support from libio headers.Zack Weinberg3-43/+5
2018-02-21Fix -Os putc_unlocked, fputc_unlocked linknamespace, localplt issues (bug 151...Joseph Myers2-1/+4
2018-02-21Fix -Os getc_unlocked linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers1-0/+1
2018-02-19Fix -Os ferror_unlocked linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers1-1/+3
2018-02-15Use libc_hidden_* for fputs (bug 15105).Joseph Myers1-0/+1
2018-02-15Fix -Os feof_unlocked linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers1-1/+3
2018-02-07Post-cleanup 2: minimize _G_config.h.Zack Weinberg6-19/+33
2018-02-07Post-cleanup 1: move libio.h back out of bits/.Zack Weinberg4-63/+66
2018-02-07Don't install libio.h or _G_config.h.Zack Weinberg13-298/+342
2018-02-05Remove getc and putc macros from the public stdio.h.Zack Weinberg2-10/+2
2018-01-29libio: Rename _FWRITE to FWRITE_FUNCSamuel Thibault2-6/+6
2018-01-28hurd: Fix building libio/tst-memstream3.cSamuel Thibault2-6/+6
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers164-164/+164
2017-12-31Correct improper-inclusion check in bits/libio-ldbl.h.Zack Weinberg1-1/+6
2017-12-24Deprecate external use of libio.h and _G_config.h.Zack Weinberg11-513/+567
2017-12-18ld.so: Examine GLRO to detect inactive loader [BZ #20204]Florian Weimer1-1/+2
2017-12-12libio: Free backup area when it not required (BZ#22415)Adhemerval Zanella4-2/+113
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu1-59/+59
2017-10-05Always do locking when iterating over list of streams (bug 15142)Andreas Schwab1-42/+18
2017-10-01Hide internal __fopen_maybe_mmap function [BZ #18822]H.J. Lu1-1/+1
2017-10-01Mark 3 *_internal functions with attribute_hidden [BZ #18822]H.J. Lu1-1/+2
2017-09-09Finish change from “Bengali” to “Bangla”Mike FABIAN1-1/+1
2017-08-31libio: Assume _LIBC, weak_alias, errno, (__set_)errno &c are definedFlorian Weimer47-751/+73
2017-08-21Consolidate non cancellable waitpid callAdhemerval Zanella1-1/+1
2017-08-18Consolidate non cancellable close callAdhemerval Zanella2-4/+4
2017-08-18Consolidate non cancellable write callAdhemerval Zanella1-1/+1
2017-08-18Consolidate non cancellable read callAdhemerval Zanella1-1/+1
2017-08-17Consolidate non cancellable open callAdhemerval Zanella1-1/+1
2017-08-07Fix missing redirects in testsuite targetsAndreas Schwab1-1/+1
2017-07-14Disable single thread optimization for open_memstreamSzabolcs Nagy2-0/+6
2017-07-04Single threaded stdio optimizationSzabolcs Nagy12-0/+53