index
:
glibc
master
vdso
Fork of glibc for development
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libio
/
fileops.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2024-01-01
1
-1
/
+1
*
fileops: Don't process ,ccs= as individual mode flags (BZ#18906)
Joe Simmons-Talbott
2023-07-05
1
-0
/
+1
*
libio: Remove the usage of __libc_IO_vtables
Adhemerval Zanella Netto
2023-03-27
1
-77
/
+4
*
Update copyright dates with scripts/update-copyrights
Joseph Myers
2023-01-06
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2022-01-01
1
-1
/
+1
*
Remove "Contributed by" lines
Siddhesh Poyarekar
2021-09-03
1
-1
/
+0
*
Use 64 bit time_t stat internally
Adhemerval Zanella
2021-06-22
1
-4
/
+4
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2021-01-02
1
-1
/
+1
*
Remove internal usage of extensible stat functions
Adhemerval Zanella
2020-09-11
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2020-01-01
1
-1
/
+1
*
Redefine _IO_iconv_t to store a single gconv step pointer [BZ #25097]
Florian Weimer
2019-11-13
1
-17
/
+13
*
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
2019-09-07
1
-1
/
+1
*
libio: Remove codecvt vtable [BZ #24588]
Florian Weimer
2019-05-20
1
-3
/
+0
*
libio: use stdout in puts and putchar, etc [BZ #24051].
Paul Pluzhnikov
2019-01-31
1
-4
/
+4
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2019-01-01
1
-1
/
+1
*
[BZ 1190] Make EOF sticky in stdio.
Zack Weinberg
2018-03-13
1
-4
/
+3
*
Remove miscellaneous debris from libio.
Zack Weinberg
2018-02-21
1
-13
/
+0
*
Remove _IO_file_flags define.
Zack Weinberg
2018-02-21
1
-1
/
+1
*
Mechanically remove _IO_ name aliases for types and constants.
Zack Weinberg
2018-02-21
1
-78
/
+77
*
Post-cleanup 2: minimize _G_config.h.
Zack Weinberg
2018-02-07
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2018-01-01
1
-1
/
+1
*
libio: Free backup area when it not required (BZ#22415)
Adhemerval Zanella
2017-12-12
1
-0
/
+3
*
libio: Assume _LIBC, weak_alias, errno, (__set_)errno &c are defined
Florian Weimer
2017-08-31
1
-86
/
+9
*
Consolidate non cancellable close call
Adhemerval Zanella
2017-08-18
1
-3
/
+3
*
Consolidate non cancellable write call
Adhemerval Zanella
2017-08-18
1
-1
/
+1
*
Consolidate non cancellable read call
Adhemerval Zanella
2017-08-18
1
-1
/
+1
*
Consolidate non cancellable open call
Adhemerval Zanella
2017-08-17
1
-1
/
+1
*
Assume that O_CLOEXEC is always defined and works
Florian Weimer
2017-04-18
1
-16
/
+0
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2017-01-01
1
-1
/
+1
*
libio: Implement vtable verification [BZ #20191]
Florian Weimer
2016-06-23
1
-5
/
+13
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2016-01-04
1
-1
/
+1
*
Use "|" instead of "+" when combine the _IO_LINE_BUF and _IO_UNBUFFERED flags
Feng Gao
2015-07-08
1
-2
/
+2
*
Avoid some aliasing violations in libio
Florian Weimer
2015-05-22
1
-9
/
+9
*
Fix BZ #17916 - fopen unbounded stack usage for ccs= modes
Paul Pluzhnikov
2015-02-24
1
-1
/
+12
*
Cleanup: add missing #include's
Paul Pluzhnikov
2015-02-17
1
-0
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2015-01-02
1
-1
/
+1
*
Fix up function definition style
Siddhesh Poyarekar
2014-12-04
1
-92
/
+27
*
Reset cached offset when reading to end of stream (BZ #17653)
Siddhesh Poyarekar
2014-12-04
1
-1
/
+7
*
ftell: seek to end only when there are unflushed bytes (BZ #17647)
Siddhesh Poyarekar
2014-12-04
1
-4
/
+3
*
Complete the removal of __gconv_translit_find
Florian Weimer
2014-09-12
1
-7
/
+2
*
Fix offset computation for append+ mode on switching from read (BZ #16724)
Siddhesh Poyarekar
2014-05-27
1
-1
/
+11
*
Fix offset caching for streams and use it for ftell (BZ #16680)
Siddhesh Poyarekar
2014-03-17
1
-65
/
+37
*
Use cached offset in ftell when reliable
Siddhesh Poyarekar
2014-03-04
1
-6
/
+28
*
Separate ftell from fseek logic and avoid modifying FILE data (#16532)
Siddhesh Poyarekar
2014-03-04
1
-30
/
+75
*
Use glibc_likely instead __builtin_expect.
Ondřej Bílka
2014-02-10
1
-5
/
+5
*
Update copyright notices with scripts/update-copyrights
Allan McRae
2014-01-01
1
-1
/
+1
*
Fix fwrite() reading beyond end of buffer in error path
Eric Biggers
2013-10-11
1
-12
/
+9
*
Avoid use of "register" as optimization hint.
Joseph Myers
2013-06-07
1
-7
/
+7
*
Update copyright notices with scripts/update-copyrights.
Joseph Myers
2013-01-02
1
-1
/
+1
*
[BZ #12724] libio: revert partial POSIX 2008 fclose support
Mike Frysinger
2012-12-01
1
-11
/
+3
[next]