index
:
user/sven/glibc.git
master
origin/HEAD
origin/master
origin/release/2.10/master
origin/release/2.11/master
origin/release/2.12/master
origin/release/2.13/master
origin/release/2.14/master
origin/release/2.15/master
origin/release/2.16/master
origin/release/2.17/master
origin/release/2.18/master
origin/release/2.19/master
origin/release/2.20/master
origin/release/2.21/master
origin/release/2.22/master
origin/release/2.23/master
origin/release/2.24/master
origin/release/2.25/master
origin/release/2.26/master
origin/release/2.27/master
origin/release/2.28/master
origin/release/2.29/master
origin/release/2.30/master
origin/release/2.31/master
origin/release/2.32/master
origin/release/2.33/master
origin/release/2.34/master
origin/release/2.35/master
origin/release/2.36/master
origin/release/2.37/master
origin/release/2.38/master
origin/release/2.39/master
origin/release/2.40/master
origin/release/2.41/master
origin/release/2.42/master
origin/release/2.43/master
GNU C Library
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libio
/
genops.c
Age
Commit message (
Expand
)
Author
2026-02-23
libio: Fix deadlock between freopen, fflush (NULL) and fclose (bug 24963)
Florian Weimer
2026-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
2025-02-13
libio: Initialize _total_written for all kinds of streams
Tulio Magno Quites Machado Filho
2025-01-28
Make fflush (NULL) flush input files (bug 32369)
Joseph Myers
2025-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
2024-12-17
ungetc: Guarantee single char pushback
Siddhesh Poyarekar
2024-11-28
libio: make _IO_least_marker static
Siddhesh Poyarekar
2024-11-25
Silence most -Wzero-as-null-pointer-constant diagnostics
Alejandro Colomar
2024-09-04
libio: Attempt wide backup free only for non-legacy code
Siddhesh Poyarekar
2024-08-15
ungetc: Fix backup buffer leak on program exit [BZ #27821]
Siddhesh Poyarekar
2024-08-15
ungetc: Fix uninitialized read when putting into unused streams [BZ #27821]
Siddhesh Poyarekar
2024-07-09
libio: handle opening a file when all files are closed (bug 31963)
Andreas Schwab
2024-05-17
Use a doubly-linked list for _IO_list_all (bug 27777)
Alexandre Ferrieux
2024-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
2023-07-03
Always do locking when accessing streams (bug 15142, bug 14697)
Andreas Schwab
2023-03-27
Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functions
Adhemerval Zanella Netto
2023-01-06
Update copyright dates with scripts/update-copyrights
Joseph Myers
2022-12-12
stdlib: Move _IO_cleanup to call_function_static_weak
Adhemerval Zanella
2022-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
2021-01-02
Update copyright dates with scripts/update-copyrights
Paul Eggert
2020-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2019-09-07
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
2019-06-20
libio: do not attempt to free wide buffers of legacy streams [BZ #24228]
Dmitry V. Levin
2019-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2018-02-21
Remove miscellaneous debris from libio.
Zack Weinberg
2018-02-21
Mechanically remove _IO_ name aliases for types and constants.
Zack Weinberg
2018-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2017-10-05
Always do locking when iterating over list of streams (bug 15142)
Andreas Schwab
2017-08-31
libio: Assume _LIBC, weak_alias, errno, (__set_)errno &c are defined
Florian Weimer
2017-07-04
Single threaded stdio optimization
Szabolcs Nagy
2017-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2016-06-23
libio: Implement vtable verification [BZ #20191]
Florian Weimer
2016-01-04
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2015-10-20
Convert miscellaneous function definitions to prototype style.
Joseph Myers
2015-10-19
Convert 69 more function definitions to prototype style (line wrap cases).
Joseph Myers
2015-10-16
Convert 703 function definitions to prototype style.
Joseph Myers
2015-08-12
Fix BZ #16734 -- fopen calls mmap to allocate its buffer
Paul Pluzhnikov
2015-08-08
In preparation for fixing BZ#16734, fix failure in misc/tst-error1-mem
Paul Pluzhnikov
2015-03-08
Cleanup: in preparation for fixing BZ #16734, fix memory leaks exposed by
Paul Pluzhnikov
2015-01-02
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2014-03-17
Revert "Fix _IO_JUMPS_OFFSET -Wundef warnings"
Will Newton
2014-03-17
Fix _IO_JUMPS_OFFSET -Wundef warnings
Will Newton
2014-01-01
Update copyright notices with scripts/update-copyrights
Allan McRae
2013-06-08
Use (void) in no-arguments function definitions.
Joseph Myers
2013-05-24
Initialize wide struct info.
Ondrej Bilka
2013-01-02
Update copyright notices with scripts/update-copyrights.
Joseph Myers
2012-11-01
Change type of constant to avoid a warning.
Thomas Schwinge
2012-08-17
Make libio compile without _IO_MTSAFE_IO.
Roland McGrath
2012-07-30
Fix lots of bitrot for stub configurations.
Roland McGrath
2012-05-24
Remove use of INTDEF/INTUSE in libio
Andreas Schwab
[next]