GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/glibc.git
gentoo/2.19
gentoo/2.25
gentoo/2.26
gentoo/2.27
gentoo/2.28
gentoo/2.29
gentoo/2.29-hygiene
gentoo/2.30
gentoo/2.31
gentoo/2.32
gentoo/2.32-rv32
gentoo/2.33
gentoo/2.34
gentoo/2.35
gentoo/2.36
gentoo/2.37
gentoo/2.38
gentoo/2.39
gentoo/2.40
master
Gentoo vendor branches of the glibc code
Gentoo toolchain team <toolchain@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libio
/
fileops.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
printf should return negative value on error
Siddhesh Poyarekar
2012-11-16
1
-8
/
+10
*
Remove _G_OPEN64, _G_LSEEK64, _G_MMAP64, _G_FSTAT64 from _G_config.h.
Joseph Myers
2012-10-18
1
-43
/
+10
*
Remove _G_off64_t and _G_stat64 from _G_config.h.
Joseph Myers
2012-10-09
1
-4
/
+4
*
Don't flush write buffer for ftell
Siddhesh Poyarekar
2012-09-28
1
-5
/
+16
*
Fix minor typos in comments
Siddhesh Poyarekar
2012-09-25
1
-2
/
+2
*
Fix typos in comments
Siddhesh Poyarekar
2012-09-05
1
-1
/
+1
*
Remove use of INTDEF/INTUSE in libio
Andreas Schwab
2012-05-24
1
-75
/
+70
*
Hurd: #include <kernel-features.h>
Thomas Schwinge
2012-05-10
1
-2
/
+2
*
Remove xsputn small copy optimization.
David S. Miller
2012-03-29
1
-15
/
+4
[next]