| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable single thread optimization for open_memstream | Szabolcs Nagy | 2017-07-14 | 2 | -0/+6 |
* | Single threaded stdio optimization | Szabolcs Nagy | 2017-07-04 | 12 | -0/+53 |
* | Remove __need macros from stdio.h and wchar.h. | Zack Weinberg | 2017-06-08 | 4 | -39/+27 |
* | libio: Avoid dup already opened file descriptor [BZ#21393] | Adhemerval Zanella | 2017-05-22 | 3 | -58/+93 |
* | Remove _IO_MTSAFE_IO from public headers. | Zack Weinberg | 2017-05-11 | 1 | -18/+13 |
* | Assume that O_CLOEXEC is always defined and works | Florian Weimer | 2017-04-18 | 2 | -18/+0 |
* | Assume that dup3 is available | Florian Weimer | 2017-04-18 | 2 | -52/+6 |
* | Assume that pipe2 is always available | Florian Weimer | 2017-04-18 | 1 | -61/+19 |
* | getopt: eliminate __need_getopt by splitting up getopt.h. | Zack Weinberg | 2017-04-07 | 1 | -6/+4 |
* | Remove C++ namespace handling from glibc headers. | Joseph Myers | 2017-03-16 | 2 | -51/+0 |
* | Clean up conditionals for declaration of gets. | Zack Weinberg | 2017-02-25 | 2 | -10/+6 |
* | Add missing header files throughout the testsuite. | Zack Weinberg | 2017-02-16 | 6 | -0/+6 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 161 | -161/+161 |
* | support: Introduce new subdirectory for test infrastructure | Florian Weimer | 2016-12-09 | 1 | -6/+2 |
* | libio: Limit buffer size to 8192 bytes [BZ #4099] | Florian Weimer | 2016-11-30 | 1 | -1/+1 |
* | Minor problems exposed by compiling C++ tests under _ISOMAC. | Zack Weinberg | 2016-11-27 | 1 | -1/+1 |
* | Fix tst-memstream3 build failure | Adhemerval Zanella | 2016-10-02 | 1 | -0/+1 |
* | libio: Multiple fixes for open_{w}memstram (BZ#18241 and BZ#20181) | Adhemerval Zanella | 2016-09-30 | 7 | -61/+326 |
* | Support __STDC_WANT_LIB_EXT2__ feature test macro. | Joseph Myers | 2016-08-02 | 1 | -4/+5 |
* | hurd: Fix PTR_{,DE}MANGLE calls | Samuel Thibault | 2016-07-06 | 3 | -0/+16 |
* | libio: Implement vtable verification [BZ #20191] | Florian Weimer | 2016-06-23 | 22 | -53/+195 |
* | 2016-06-11 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov | 2016-06-11 | 2 | -6/+7 |
* | fopencookie: Mangle function pointers stored on the heap [BZ #20222] | Florian Weimer | 2016-06-11 | 1 | -14/+35 |
* | libio: Use wmemset instead of __wmemset to avoid linknamespace issue | Florian Weimer | 2016-06-03 | 1 | -3/+3 |
* | libio: Fix fmemopen append mode failure (BZ# 20012) | Adhemerval Zanella | 2016-04-29 | 1 | -13/+15 |
* | Fix stdio.h namespace for pre-threads POSIX (bug 20014). | Joseph Myers | 2016-04-28 | 1 | -3/+3 |
* | Also define off_t in stdio.h for UNIX98. | Joseph Myers | 2016-04-28 | 1 | -1/+1 |
* | libio: Update internal fmemopen position after write (BZ #20005) | Adhemerval Zanella | 2016-04-26 | 1 | -3/+3 |
* | Define off_t in stdio.h for XOPEN2K. | Joseph Myers | 2016-04-26 | 1 | -1/+3 |
* | Fix stdio.h cuserid namespace (bug 19989). | Joseph Myers | 2016-04-25 | 1 | -1/+1 |
* | libio: Clean up _IO_file_doallocate and _IO_wfile_doallocate | Florian Weimer | 2016-03-07 | 2 | -50/+6 |
* | Make shebang interpreter directives consistent | Marko Myllynen | 2016-01-07 | 1 | -1/+1 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 158 | -158/+158 |
* | Convert miscellaneous function definitions to prototype style. | Joseph Myers | 2015-10-20 | 2 | -6/+2 |
* | Convert 113 more function definitions to prototype style (files with assertio... | Joseph Myers | 2015-10-20 | 3 | -58/+19 |
* | Convert 69 more function definitions to prototype style (line wrap cases). | Joseph Myers | 2015-10-19 | 7 | -55/+20 |
* | Convert 703 function definitions to prototype style. | Joseph Myers | 2015-10-16 | 91 | -564/+192 |
* | Remove -fexceptions configure test. | Joseph Myers | 2015-10-15 | 1 | -58/+58 |
* | Add dependencies on needed locales in each subdir tests (bug 18969) | Andreas Schwab | 2015-10-12 | 2 | -1/+25 |
* | Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). | Joseph Myers | 2015-09-08 | 1 | -1/+1 |
* | Don't install bits/libc-lock.h or bits/stdio-lock.h. | Joseph Myers | 2015-09-03 | 1 | -1/+1 |
* | Don't include <bits/stdio-lock.h> from installed <libio.h>. | Joseph Myers | 2015-09-03 | 1 | -5/+1 |
* | Fix BZ #18757. | Paul Pluzhnikov | 2015-09-01 | 2 | -0/+22 |
* | Fix BZ #18820 -- fmemopen may leak memory on failure. | Paul Pluzhnikov | 2015-08-12 | 4 | -4/+58 |
* | Fix BZ #16734 -- fopen calls mmap to allocate its buffer | Paul Pluzhnikov | 2015-08-12 | 6 | -53/+19 |
* | In preparation for fixing BZ#16734, fix failure in misc/tst-error1-mem | Paul Pluzhnikov | 2015-08-08 | 1 | -0/+3 |
* | Add #include <unistd.h> to libio/oldfileops.c for write. | Paul Pluzhnikov | 2015-08-06 | 1 | -0/+1 |
* | libio: Fix fmemopen 'w' mode with provided buffer | Adhemerval Zanella | 2015-07-16 | 1 | -3/+3 |
* | libio: fmemopen rewrite to POSIX compliance | Adhemerval Zanella | 2015-07-08 | 4 | -94/+317 |
* | Use "|" instead of "+" when combine the _IO_LINE_BUF and _IO_UNBUFFERED flags | Feng Gao | 2015-07-08 | 3 | -7/+7 |