aboutsummaryrefslogtreecommitdiff
path: root/libio/genops.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-17Use a doubly-linked list for _IO_list_all (bug 27777)Alexandre Ferrieux1-0/+26
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-07-03Always do locking when accessing streams (bug 15142, bug 14697)Andreas Schwab1-33/+10
2023-03-27Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto1-4/+4
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-12-12stdlib: Move _IO_cleanup to call_function_static_weakAdhemerval Zanella1-2/+0
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-06-20libio: do not attempt to free wide buffers of legacy streams [BZ #24228]Dmitry V. Levin1-4/+12
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-02-21Remove miscellaneous debris from libio.Zack Weinberg1-114/+2
2018-02-21Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg1-88/+88
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-10-05Always do locking when iterating over list of streams (bug 15142)Andreas Schwab1-42/+18
2017-08-31libio: Assume _LIBC, weak_alias, errno, (__set_)errno &c are definedFlorian Weimer1-40/+0
2017-07-04Single threaded stdio optimizationSzabolcs Nagy1-0/+28
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-06-23libio: Implement vtable verification [BZ #20191]Florian Weimer1-2/+8
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-10-20Convert miscellaneous function definitions to prototype style.Joseph Myers1-3/+1
2015-10-19Convert 69 more function definitions to prototype style (line wrap cases).Joseph Myers1-6/+2
2015-10-16Convert 703 function definitions to prototype style.Joseph Myers1-138/+49
2015-08-12Fix BZ #16734 -- fopen calls mmap to allocate its bufferPaul Pluzhnikov1-5/+7
2015-08-08In preparation for fixing BZ#16734, fix failure in misc/tst-error1-memPaul Pluzhnikov1-0/+3
2015-03-08Cleanup: in preparation for fixing BZ #16734, fix memory leaks exposed byPaul Pluzhnikov1-7/+5
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-03-17Revert "Fix _IO_JUMPS_OFFSET -Wundef warnings"Will Newton1-1/+1
2014-03-17Fix _IO_JUMPS_OFFSET -Wundef warningsWill Newton1-1/+1
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-06-08Use (void) in no-arguments function definitions.Joseph Myers1-8/+8
2013-05-24Initialize wide struct info.Ondrej Bilka1-0/+4
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-2/+1
2012-11-01Change type of constant to avoid a warning.Thomas Schwinge1-1/+1
2012-08-17Make libio compile without _IO_MTSAFE_IO.Roland McGrath1-0/+4
2012-07-30Fix lots of bitrot for stub configurations.Roland McGrath1-2/+2
2012-05-24Remove use of INTDEF/INTUSE in libioAndreas Schwab1-43/+42
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2012-01-30Remove miscellaneous __STDC__ conditionals.Joseph Myers1-3/+1
2011-11-07Fix locking in _IO_flush_all_lockpAndreas Schwab1-2/+2
2011-09-09Don't lock string streams in stream cleanup codeUlrich Drepper1-9/+9
2008-03-19Remove useless "if" before "free".Ulrich Drepper1-2/+1
2007-07-28* locale/programs/ld-monetary.c (monetary_finish): Avoid range checkUlrich Drepper1-6/+12
2007-04-16* libio/genops.c (_IO_default_finish): Call _IO_lock_finiUlrich Drepper1-3/+3
2006-12-13[BZ #2337]Ulrich Drepper1-1/+1
2006-03-01* include/fcntl.h: Declare __openat, __open64. Use libc_hidden_proto.Roland McGrath1-0/+3
2006-02-01* libio/genops.c: Include <stdbool.h>.Roland McGrath1-0/+1
2006-01-11* libio/genops.c (_IO_unbuffer_write): Give concurrently runningUlrich Drepper1-0/+13
2006-01-11* libio/genops.c (_IO_unbuffer_write): Don't always free theUlrich Drepper1-4/+49