about summary refs log tree commit diff
path: root/libio/fmemopen.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* 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
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg2018-02-211-4/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Deprecate external use of libio.h and _G_config.h.Zack Weinberg2017-12-241-1/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* libio: Fix fmemopen append mode failure (BZ# 20012)Adhemerval Zanella2016-04-291-13/+15
* libio: Update internal fmemopen position after write (BZ #20005)Adhemerval Zanella2016-04-261-3/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Fix BZ #18820 -- fmemopen may leak memory on failure.Paul Pluzhnikov2015-08-121-1/+11
* libio: Fix fmemopen 'w' mode with provided bufferAdhemerval Zanella2015-07-161-3/+3
* libio: fmemopen rewrite to POSIX complianceAdhemerval Zanella2015-07-081-93/+47
* Fix buffer overflow for writes to memory buffer stream (bug 18549)Andreas Schwab2015-06-251-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-2/+2
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-2/+1
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Optimize fmemopen a bit.Ulrich Drepper2011-03-041-5/+6
* Don't read past end of buffer in fmemopenAndreas Schwab2011-03-041-2/+2
* * include/stdio.h (fmemopen): Add libc_hidden_proto.Ulrich Drepper2009-03-101-1/+3
* [BZ #6544]Ulrich Drepper2008-08-141-4/+7
* * libio/fmemopen.c (fmemopen): Free stream memory in case ofUlrich Drepper2006-04-071-4/+7
* [BZ #394]Ulrich Drepper2005-09-231-1/+1
* * sysdeps/mach/hurd/tls.h: Include <stdbool.h>Roland McGrath2005-02-021-0/+1
* Update.Ulrich Drepper2005-01-061-2/+14
* Update.Ulrich Drepper2005-01-061-5/+3
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-22/+8
* 2.5-18.1Jakub Jelinek2007-07-121-8/+22
* Update.Ulrich Drepper2002-08-251-5/+5
* Update.Ulrich Drepper2002-08-041-2/+4
* Update to LGPL v2.1.Andreas Jaeger2001-07-061-8/+8
* Update.Andreas Jaeger2000-12-151-4/+4
* Update.Ulrich Drepper2000-10-311-3/+7
* Update.Andreas Jaeger2000-09-021-1/+2
* Update.Ulrich Drepper2000-09-011-17/+11
* Update.Ulrich Drepper2000-08-291-0/+242