summaryrefslogtreecommitdiff
path: root/libio/genops.c
AgeCommit message (Expand)Author
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-10-20Convert miscellaneous function definitions to prototype style.Joseph Myers
2015-10-19Convert 69 more function definitions to prototype style (line wrap cases).Joseph Myers
2015-10-16Convert 703 function definitions to prototype style.Joseph Myers
2015-08-12Fix BZ #16734 -- fopen calls mmap to allocate its bufferPaul Pluzhnikov
2015-08-08In preparation for fixing BZ#16734, fix failure in misc/tst-error1-memPaul Pluzhnikov
2015-03-08Cleanup: in preparation for fixing BZ #16734, fix memory leaks exposed byPaul Pluzhnikov
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-03-17Revert "Fix _IO_JUMPS_OFFSET -Wundef warnings"Will Newton
2014-03-17Fix _IO_JUMPS_OFFSET -Wundef warningsWill Newton
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-06-08Use (void) in no-arguments function definitions.Joseph Myers
2013-05-24Initialize wide struct info.Ondrej Bilka
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-11-01Change type of constant to avoid a warning.Thomas Schwinge
2012-08-17Make libio compile without _IO_MTSAFE_IO.Roland McGrath
2012-07-30Fix lots of bitrot for stub configurations.Roland McGrath
2012-05-24Remove use of INTDEF/INTUSE in libioAndreas Schwab
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2012-01-30Remove miscellaneous __STDC__ conditionals.Joseph Myers
2011-11-07Fix locking in _IO_flush_all_lockpAndreas Schwab
2011-09-09Don't lock string streams in stream cleanup codeUlrich Drepper
2008-03-19Remove useless "if" before "free".Ulrich Drepper
2007-07-28* locale/programs/ld-monetary.c (monetary_finish): Avoid range checkUlrich Drepper
2007-04-16* libio/genops.c (_IO_default_finish): Call _IO_lock_finiUlrich Drepper
2006-12-13[BZ #2337]Ulrich Drepper
2006-03-01* include/fcntl.h: Declare __openat, __open64. Use libc_hidden_proto.Roland McGrath
2006-02-01* libio/genops.c: Include <stdbool.h>.Roland McGrath
2006-01-11* libio/genops.c (_IO_unbuffer_write): Give concurrently runningUlrich Drepper
2006-01-11* libio/genops.c (_IO_unbuffer_write): Don't always free theUlrich Drepper
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper
2007-07-122.5-18.1Jakub Jelinek
2004-09-14Update.Ulrich Drepper
2004-05-13Update.Ulrich Drepper
2004-02-09(_IO_cleanup): Do not use locking when flushing the buffers. Some thread mig...Ulrich Drepper
2004-01-14Update.Ulrich Drepper
2003-08-12Update.Ulrich Drepper
2003-05-07Update.Ulrich Drepper
2003-01-08Update.Ulrich Drepper
2002-12-31Update.Ulrich Drepper
2002-12-31Update.Ulrich Drepper
2002-08-30Update.Ulrich Drepper
2002-08-04Update.Ulrich Drepper
2002-08-04Update.Ulrich Drepper
2002-08-03Update.Ulrich Drepper
2002-02-26Update.Ulrich Drepper
2001-11-28Update.Ulrich Drepper
2001-08-11Update.Ulrich Drepper
2001-08-04Update.Ulrich Drepper
2001-07-31(flush_cleanup): Guard list_all_lock to allow compilation without threads.Andreas Jaeger