about summary refs log tree commit diff
path: root/libio/genops.c
Commit message (Expand)AuthorAgeFilesLines
* Use a doubly-linked list for _IO_list_all (bug 27777)Alexandre Ferrieux3 days1-0/+26
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* Always do locking when accessing streams (bug 15142, bug 14697)Andreas Schwab2023-07-031-33/+10
* Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto2023-03-271-4/+4
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* stdlib: Move _IO_cleanup to call_function_static_weakAdhemerval Zanella2022-12-121-2/+0
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* libio: do not attempt to free wide buffers of legacy streams [BZ #24228]Dmitry V. Levin2019-06-201-4/+12
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Remove miscellaneous debris from libio.Zack Weinberg2018-02-211-114/+2
* Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg2018-02-211-88/+88
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Always do locking when iterating over list of streams (bug 15142)Andreas Schwab2017-10-051-42/+18
* libio: Assume _LIBC, weak_alias, errno, (__set_)errno &c are definedFlorian Weimer2017-08-311-40/+0
* Single threaded stdio optimizationSzabolcs Nagy2017-07-041-0/+28
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* libio: Implement vtable verification [BZ #20191]Florian Weimer2016-06-231-2/+8
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Convert miscellaneous function definitions to prototype style.Joseph Myers2015-10-201-3/+1
* Convert 69 more function definitions to prototype style (line wrap cases).Joseph Myers2015-10-191-6/+2
* Convert 703 function definitions to prototype style.Joseph Myers2015-10-161-138/+49
* Fix BZ #16734 -- fopen calls mmap to allocate its bufferPaul Pluzhnikov2015-08-121-5/+7
* In preparation for fixing BZ#16734, fix failure in misc/tst-error1-memPaul Pluzhnikov2015-08-081-0/+3
* Cleanup: in preparation for fixing BZ #16734, fix memory leaks exposed byPaul Pluzhnikov2015-03-081-7/+5
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Revert "Fix _IO_JUMPS_OFFSET -Wundef warnings"Will Newton2014-03-171-1/+1
* Fix _IO_JUMPS_OFFSET -Wundef warningsWill Newton2014-03-171-1/+1
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Use (void) in no-arguments function definitions.Joseph Myers2013-06-081-8/+8
* Initialize wide struct info.Ondrej Bilka2013-05-241-0/+4
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-2/+1
* Change type of constant to avoid a warning.Thomas Schwinge2012-11-011-1/+1
* Make libio compile without _IO_MTSAFE_IO.Roland McGrath2012-08-171-0/+4
* Fix lots of bitrot for stub configurations.Roland McGrath2012-07-301-2/+2
* Remove use of INTDEF/INTUSE in libioAndreas Schwab2012-05-241-43/+42
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Remove miscellaneous __STDC__ conditionals.Joseph Myers2012-01-301-3/+1
* Fix locking in _IO_flush_all_lockpAndreas Schwab2011-11-071-2/+2
* Don't lock string streams in stream cleanup codeUlrich Drepper2011-09-091-9/+9
* Remove useless "if" before "free".Ulrich Drepper2008-03-191-2/+1
* * locale/programs/ld-monetary.c (monetary_finish): Avoid range checkUlrich Drepper2007-07-281-6/+12
* * libio/genops.c (_IO_default_finish): Call _IO_lock_finiUlrich Drepper2007-04-161-3/+3
* [BZ #2337]Ulrich Drepper2006-12-131-1/+1
* * include/fcntl.h: Declare __openat, __open64. Use libc_hidden_proto.Roland McGrath2006-03-011-0/+3
* * libio/genops.c: Include <stdbool.h>.Roland McGrath2006-02-011-0/+1
* * libio/genops.c (_IO_unbuffer_write): Give concurrently runningUlrich Drepper2006-01-111-0/+13
* * libio/genops.c (_IO_unbuffer_write): Don't always free theUlrich Drepper2006-01-111-4/+49