about summary refs log tree commit diff
path: root/libio
Commit message (Expand)AuthorAgeFilesLines
* Disable single thread optimization for open_memstreamSzabolcs Nagy2017-07-142-0/+6
* Single threaded stdio optimizationSzabolcs Nagy2017-07-0412-0/+53
* Remove __need macros from stdio.h and wchar.h.Zack Weinberg2017-06-084-39/+27
* libio: Avoid dup already opened file descriptor [BZ#21393]Adhemerval Zanella2017-05-223-58/+93
* Remove _IO_MTSAFE_IO from public headers.Zack Weinberg2017-05-111-18/+13
* Assume that O_CLOEXEC is always defined and worksFlorian Weimer2017-04-182-18/+0
* Assume that dup3 is availableFlorian Weimer2017-04-182-52/+6
* Assume that pipe2 is always availableFlorian Weimer2017-04-181-61/+19
* getopt: eliminate __need_getopt by splitting up getopt.h.Zack Weinberg2017-04-071-6/+4
* Remove C++ namespace handling from glibc headers.Joseph Myers2017-03-162-51/+0
* Clean up conditionals for declaration of gets.Zack Weinberg2017-02-252-10/+6
* Add missing header files throughout the testsuite.Zack Weinberg2017-02-166-0/+6
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-01161-161/+161
* support: Introduce new subdirectory for test infrastructureFlorian Weimer2016-12-091-6/+2
* libio: Limit buffer size to 8192 bytes [BZ #4099]Florian Weimer2016-11-301-1/+1
* Minor problems exposed by compiling C++ tests under _ISOMAC.Zack Weinberg2016-11-271-1/+1
* Fix tst-memstream3 build failureAdhemerval Zanella2016-10-021-0/+1
* libio: Multiple fixes for open_{w}memstram (BZ#18241 and BZ#20181)Adhemerval Zanella2016-09-307-61/+326
* Support __STDC_WANT_LIB_EXT2__ feature test macro.Joseph Myers2016-08-021-4/+5
* hurd: Fix PTR_{,DE}MANGLE callsSamuel Thibault2016-07-063-0/+16
* libio: Implement vtable verification [BZ #20191]Florian Weimer2016-06-2322-53/+195
* 2016-06-11 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov2016-06-112-6/+7
* fopencookie: Mangle function pointers stored on the heap [BZ #20222]Florian Weimer2016-06-111-14/+35
* libio: Use wmemset instead of __wmemset to avoid linknamespace issueFlorian Weimer2016-06-031-3/+3
* libio: Fix fmemopen append mode failure (BZ# 20012)Adhemerval Zanella2016-04-291-13/+15
* Fix stdio.h namespace for pre-threads POSIX (bug 20014).Joseph Myers2016-04-281-3/+3
* Also define off_t in stdio.h for UNIX98.Joseph Myers2016-04-281-1/+1
* libio: Update internal fmemopen position after write (BZ #20005)Adhemerval Zanella2016-04-261-3/+3
* Define off_t in stdio.h for XOPEN2K.Joseph Myers2016-04-261-1/+3
* Fix stdio.h cuserid namespace (bug 19989).Joseph Myers2016-04-251-1/+1
* libio: Clean up _IO_file_doallocate and _IO_wfile_doallocateFlorian Weimer2016-03-072-50/+6
* Make shebang interpreter directives consistentMarko Myllynen2016-01-071-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-04158-158/+158
* Convert miscellaneous function definitions to prototype style.Joseph Myers2015-10-202-6/+2
* Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers2015-10-203-58/+19
* Convert 69 more function definitions to prototype style (line wrap cases).Joseph Myers2015-10-197-55/+20
* Convert 703 function definitions to prototype style.Joseph Myers2015-10-1691-564/+192
* Remove -fexceptions configure test.Joseph Myers2015-10-151-58/+58
* Add dependencies on needed locales in each subdir tests (bug 18969)Andreas Schwab2015-10-122-1/+25
* Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers2015-09-081-1/+1
* Don't install bits/libc-lock.h or bits/stdio-lock.h.Joseph Myers2015-09-031-1/+1
* Don't include <bits/stdio-lock.h> from installed <libio.h>.Joseph Myers2015-09-031-5/+1
* Fix BZ #18757.Paul Pluzhnikov2015-09-012-0/+22
* Fix BZ #18820 -- fmemopen may leak memory on failure.Paul Pluzhnikov2015-08-124-4/+58
* Fix BZ #16734 -- fopen calls mmap to allocate its bufferPaul Pluzhnikov2015-08-126-53/+19
* In preparation for fixing BZ#16734, fix failure in misc/tst-error1-memPaul Pluzhnikov2015-08-081-0/+3
* Add #include <unistd.h> to libio/oldfileops.c for write.Paul Pluzhnikov2015-08-061-0/+1
* libio: Fix fmemopen 'w' mode with provided bufferAdhemerval Zanella2015-07-161-3/+3
* libio: fmemopen rewrite to POSIX complianceAdhemerval Zanella2015-07-084-94/+317
* Use "|" instead of "+" when combine the _IO_LINE_BUF and _IO_UNBUFFERED flagsFeng Gao2015-07-083-7/+7