Age | Commit message (Expand) | Author | Files | Lines |
2012-08-17 | Make libio compile without _IO_MTSAFE_IO. | Roland McGrath | 2 | -0/+18 |
2012-08-17 | Clean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO. | Roland McGrath | 1 | -3/+3 |
2012-08-06 | Clean up lockf64, fseeko64, ftello64, fgetpos64, fsetpos64 for off64_t == off_t. | Roland McGrath | 8 | -14/+65 |
2012-08-01 | Clean up fopen64 for O_LARGEFILE==0. | Roland McGrath | 2 | -0/+12 |
2012-07-30 | Fix lots of bitrot for stub configurations. | Roland McGrath | 1 | -2/+2 |
2012-05-24 | Remove use of INTDEF/INTUSE in libio | Andreas Schwab | 57 | -597/+516 |
2012-05-12 | Avoid dup3 PLT usage. | Thomas Schwinge | 2 | -6/+6 |
2012-05-10 | Hurd: #include <kernel-features.h> | Thomas Schwinge | 3 | -6/+8 |
2012-05-03 | Fix conditions on checking versions of dprintf (bug 13775). | Joseph Myers | 2 | -22/+30 |
2012-04-29 | Fix attributes for fortify functions. | Marek Polacek | 3 | -22/+22 |
2012-04-12 | Update comment for _io_write_fn | Roland McGrath | 1 | -5/+5 |
2012-04-11 | Remove __wur from fwrite, fwrite_unlocked | Jim Meyering | 1 | -3/+3 |
2012-03-29 | Remove xsputn small copy optimization. | David S. Miller | 1 | -15/+4 |
2012-03-09 | Always declare gets for C++ up to C++11 without checking __USE_GNU. | Joseph Myers | 1 | -1/+1 |
2012-03-07 | Remove distribute variable from Makefiles | Ulrich Drepper | 1 | -4/+1 |
2012-02-27 | BZ#13775: Fix vdprintf/dprintf ldbl-compat decl feature test conditional. | Roland McGrath | 2 | -8/+6 |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | 151 | -453/+302 |
2012-02-09 | Remove _G_HAVE_SYS_CDEFS. | Marek Polacek | 1 | -6/+1 |
2012-01-31 | Remove PARAMS macros. | Marek Polacek | 1 | -5/+0 |
2012-01-30 | Remove miscellaneous __STDC__ conditionals. | Joseph Myers | 17 | -53/+22 |
2012-01-26 | Remove __STDC__ conditionals from non-installed headers. | Joseph Myers | 1 | -5/+1 |
2012-01-26 | Remove __STDC__ conditionals from installed headers. | Joseph Myers | 1 | -12/+2 |
2012-01-13 | Don't always provide definition of gets checking version | Marek Polacek | 1 | -0/+3 |
2012-01-07 | Remove pre-ISO C support | Ulrich Drepper | 5 | -107/+108 |
2012-01-07 | Do not declare gets in _GNU_SOURCE mode at all | Ulrich Drepper | 1 | -1/+1 |
2012-01-06 | Fix C11 header changes for C++. | Joseph Myers | 1 | -2/+5 |
2012-01-01 | Better gets prototype and fallout from removal | Ulrich Drepper | 1 | -1/+1 |
2012-01-01 | Remove gets declaration | Ulrich Drepper | 1 | -0/+6 |
2011-11-11 | Remove unused variables | Marek Polacek | 1 | -13/+12 |
2011-11-07 | Fix locking in _IO_flush_all_lockp | Andreas Schwab | 1 | -2/+2 |
2011-10-29 | Mark a few more functions with __THROWNL. | Ulrich Drepper | 1 | -9/+9 |
2011-10-26 | Remove mention of open_obstack_stream, which has never existed in libio. | Roland McGrath | 1 | -1/+1 |
2011-10-15 | Avoid warning in iofwide | Ulrich Drepper | 1 | -6/+5 |
2011-09-09 | Don't lock string streams in stream cleanup code | Ulrich Drepper | 1 | -9/+9 |
2011-08-20 | Fix fopen (non-existing-file, "re") errno | Andreas Jaeger | 1 | -13/+11 |
2011-07-23 | Define SEEK_DATA and SEEK_HOLE | Ulrich Drepper | 1 | -2/+6 |
2011-05-21 | Set stream errors in more cases | Ulrich Drepper | 1 | -3/+14 |
2011-05-19 | Cleanup namespace use. | Ulrich Drepper | 2 | -2/+2 |
2011-05-17 | Fix fileops.c build for old kernels | H.J. Lu | 1 | -0/+1 |
2011-05-15 | Fix a few problems in fopen and freopen | Ulrich Drepper | 5 | -37/+121 |
2011-05-14 | Initialize variable in _IO_new_file_close_it | Ulrich Drepper | 1 | -0/+2 |
2011-05-13 | Fix error messages in test. | Ulrich Drepper | 1 | -4/+7 |
2011-05-13 | Fix file descriptor position after fclose | Ulrich Drepper | 3 | -8/+146 |
2011-04-22 | Use al possible bytes from fopen mode string. | Eric Blake | 1 | -16/+16 |
2011-04-22 | Remove doubled words. | Jim Meyering | 3 | -8/+8 |
2011-04-01 | Fix typos in comments. | Ulrich Drepper | 1 | -7/+7 |
2011-03-04 | Optimize fmemopen a bit. | Ulrich Drepper | 1 | -5/+6 |
2011-03-04 | Don't read past end of buffer in fmemopen | Andreas Schwab | 1 | -2/+2 |
2010-09-05 | Remove undefined operations | Andreas Schwab | 4 | -15/+12 |
2010-06-14 | Fix a couple of __REDIRECT () __THROW occurrences | Jakub Jelinek | 1 | -8/+8 |