Age | Commit message (Expand) | Author |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2016-12-09 | support: Introduce new subdirectory for test infrastructure | Florian Weimer |
2016-11-30 | libio: Limit buffer size to 8192 bytes [BZ #4099] | Florian Weimer |
2016-11-27 | Minor problems exposed by compiling C++ tests under _ISOMAC. | Zack Weinberg |
2016-10-02 | Fix tst-memstream3 build failure | Adhemerval Zanella |
2016-09-30 | libio: Multiple fixes for open_{w}memstram (BZ#18241 and BZ#20181) | Adhemerval Zanella |
2016-08-02 | Support __STDC_WANT_LIB_EXT2__ feature test macro. | Joseph Myers |
2016-07-06 | hurd: Fix PTR_{,DE}MANGLE calls | Samuel Thibault |
2016-06-23 | libio: Implement vtable verification [BZ #20191] | Florian Weimer |
2016-06-11 | 2016-06-11 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov |
2016-06-11 | fopencookie: Mangle function pointers stored on the heap [BZ #20222] | Florian Weimer |
2016-06-03 | libio: Use wmemset instead of __wmemset to avoid linknamespace issue | Florian Weimer |
2016-04-29 | libio: Fix fmemopen append mode failure (BZ# 20012) | Adhemerval Zanella |
2016-04-28 | Fix stdio.h namespace for pre-threads POSIX (bug 20014). | Joseph Myers |
2016-04-28 | Also define off_t in stdio.h for UNIX98. | Joseph Myers |
2016-04-26 | libio: Update internal fmemopen position after write (BZ #20005) | Adhemerval Zanella |
2016-04-26 | Define off_t in stdio.h for XOPEN2K. | Joseph Myers |
2016-04-25 | Fix stdio.h cuserid namespace (bug 19989). | Joseph Myers |
2016-03-07 | libio: Clean up _IO_file_doallocate and _IO_wfile_doallocate | Florian Weimer |
2016-01-07 | Make shebang interpreter directives consistent | Marko Myllynen |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2015-10-20 | Convert miscellaneous function definitions to prototype style. | Joseph Myers |
2015-10-20 | Convert 113 more function definitions to prototype style (files with assertio... | Joseph Myers |
2015-10-19 | Convert 69 more function definitions to prototype style (line wrap cases). | Joseph Myers |
2015-10-16 | Convert 703 function definitions to prototype style. | Joseph Myers |
2015-10-15 | Remove -fexceptions configure test. | Joseph Myers |
2015-10-12 | Add dependencies on needed locales in each subdir tests (bug 18969) | Andreas Schwab |
2015-09-08 | Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). | Joseph Myers |
2015-09-03 | Don't install bits/libc-lock.h or bits/stdio-lock.h. | Joseph Myers |
2015-09-03 | Don't include <bits/stdio-lock.h> from installed <libio.h>. | Joseph Myers |
2015-09-01 | Fix BZ #18757. | Paul Pluzhnikov |
2015-08-12 | Fix BZ #18820 -- fmemopen may leak memory on failure. | Paul Pluzhnikov |
2015-08-12 | Fix BZ #16734 -- fopen calls mmap to allocate its buffer | Paul Pluzhnikov |
2015-08-08 | In preparation for fixing BZ#16734, fix failure in misc/tst-error1-mem | Paul Pluzhnikov |
2015-08-06 | Add #include <unistd.h> to libio/oldfileops.c for write. | Paul Pluzhnikov |
2015-07-16 | libio: Fix fmemopen 'w' mode with provided buffer | Adhemerval Zanella |
2015-07-08 | libio: fmemopen rewrite to POSIX compliance | Adhemerval Zanella |
2015-07-08 | Use "|" instead of "+" when combine the _IO_LINE_BUF and _IO_UNBUFFERED flags | Feng Gao |
2015-06-25 | Fix buffer overflow for writes to memory buffer stream (bug 18549) | Andreas Schwab |
2015-06-17 | Fix swscanf vswscanf namespace (bug 18542). | Joseph Myers |
2015-06-17 | Fix getpass fflush_unlocked namespace (bug 18540). | Joseph Myers |
2015-06-12 | Fix syslog fputs_unlocked namespace (bug 18530). | Joseph Myers |
2015-06-05 | Fix open_memstream namespace (bug 18498). | Joseph Myers |
2015-05-22 | Fix indentation to match nesting in previous commit | Florian Weimer |
2015-05-22 | Avoid some aliasing violations in libio | Florian Weimer |
2015-03-23 | Minor cleanups in libio/iofdopen.c | Roland McGrath |
2015-03-08 | Cleanup: in preparation for fixing BZ #16734, fix memory leaks exposed by | Paul Pluzhnikov |
2015-02-25 | Fix minor formatting violation. | Paul Pluzhnikov |
2015-02-24 | Fix BZ #17916 - fopen unbounded stack usage for ccs= modes | Paul Pluzhnikov |
2015-02-22 | Fix BZ #17269 -- _IO_wstr_overflow integer overflow | Paul Pluzhnikov |