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
gentoo/2.41
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove use of INTDEF/INTUSE in libio
Andreas Schwab
2012-05-24
57
-597
/
+516
*
Avoid dup3 PLT usage.
Thomas Schwinge
2012-05-12
2
-6
/
+6
*
Hurd: #include <kernel-features.h>
Thomas Schwinge
2012-05-10
3
-6
/
+8
*
Fix conditions on checking versions of dprintf (bug 13775).
Joseph Myers
2012-05-03
2
-22
/
+30
*
Fix attributes for fortify functions.
Marek Polacek
2012-04-29
3
-22
/
+22
*
Update comment for _io_write_fn
Roland McGrath
2012-04-12
1
-5
/
+5
*
Remove __wur from fwrite, fwrite_unlocked
Jim Meyering
2012-04-11
1
-3
/
+3
*
Remove xsputn small copy optimization.
David S. Miller
2012-03-29
1
-15
/
+4
*
Always declare gets for C++ up to C++11 without checking __USE_GNU.
Joseph Myers
2012-03-09
1
-1
/
+1
*
Remove distribute variable from Makefiles
Ulrich Drepper
2012-03-07
1
-4
/
+1
*
BZ#13775: Fix vdprintf/dprintf ldbl-compat decl feature test conditional.
Roland McGrath
2012-02-27
2
-8
/
+6
*
Replace FSF snail mail address with URLs.
Paul Eggert
2012-02-09
151
-453
/
+302
*
Remove _G_HAVE_SYS_CDEFS.
Marek Polacek
2012-02-09
1
-6
/
+1
*
Remove PARAMS macros.
Marek Polacek
2012-01-31
1
-5
/
+0
*
Remove miscellaneous __STDC__ conditionals.
Joseph Myers
2012-01-30
17
-53
/
+22
*
Remove __STDC__ conditionals from non-installed headers.
Joseph Myers
2012-01-26
1
-5
/
+1
*
Remove __STDC__ conditionals from installed headers.
Joseph Myers
2012-01-26
1
-12
/
+2
*
Don't always provide definition of gets checking version
Marek Polacek
2012-01-13
1
-0
/
+3
*
Remove pre-ISO C support
Ulrich Drepper
2012-01-07
5
-107
/
+108
*
Do not declare gets in _GNU_SOURCE mode at all
Ulrich Drepper
2012-01-07
1
-1
/
+1
*
Fix C11 header changes for C++.
Joseph Myers
2012-01-06
1
-2
/
+5
*
Better gets prototype and fallout from removal
Ulrich Drepper
2012-01-01
1
-1
/
+1
*
Remove gets declaration
Ulrich Drepper
2012-01-01
1
-0
/
+6
*
Remove unused variables
Marek Polacek
2011-11-11
1
-13
/
+12
*
Fix locking in _IO_flush_all_lockp
Andreas Schwab
2011-11-07
1
-2
/
+2
*
Mark a few more functions with __THROWNL.
Ulrich Drepper
2011-10-29
1
-9
/
+9
*
Remove mention of open_obstack_stream, which has never existed in libio.
Roland McGrath
2011-10-26
1
-1
/
+1
*
Avoid warning in iofwide
Ulrich Drepper
2011-10-15
1
-6
/
+5
*
Don't lock string streams in stream cleanup code
Ulrich Drepper
2011-09-09
1
-9
/
+9
*
Fix fopen (non-existing-file, "re") errno
Andreas Jaeger
2011-08-20
1
-13
/
+11
*
Define SEEK_DATA and SEEK_HOLE
Ulrich Drepper
2011-07-23
1
-2
/
+6
*
Set stream errors in more cases
Ulrich Drepper
2011-05-21
1
-3
/
+14
*
Cleanup namespace use.
Ulrich Drepper
2011-05-19
2
-2
/
+2
*
Fix fileops.c build for old kernels
H.J. Lu
2011-05-17
1
-0
/
+1
*
Fix a few problems in fopen and freopen
Ulrich Drepper
2011-05-15
5
-37
/
+121
*
Initialize variable in _IO_new_file_close_it
Ulrich Drepper
2011-05-14
1
-0
/
+2
*
Fix error messages in test.
Ulrich Drepper
2011-05-13
1
-4
/
+7
*
Fix file descriptor position after fclose
Ulrich Drepper
2011-05-13
3
-8
/
+146
*
Use al possible bytes from fopen mode string.
Eric Blake
2011-04-22
1
-16
/
+16
*
Remove doubled words.
Jim Meyering
2011-04-22
3
-8
/
+8
*
Fix typos in comments.
Ulrich Drepper
2011-04-01
1
-7
/
+7
*
Optimize fmemopen a bit.
Ulrich Drepper
2011-03-04
1
-5
/
+6
*
Don't read past end of buffer in fmemopen
Andreas Schwab
2011-03-04
1
-2
/
+2
*
Remove undefined operations
Andreas Schwab
2010-09-05
4
-15
/
+12
*
Fix a couple of __REDIRECT () __THROW occurrences
Jakub Jelinek
2010-06-14
1
-8
/
+8
*
Fix reporting of I/O errors in *dprintf functions.
Ulrich Drepper
2010-02-24
1
-1
/
+4
*
Fix standalone stdio.h inclusion.
Ulrich Drepper
2010-01-10
1
-2
/
+22
*
Fix getwc* and putwc* on non-wide streams.
Ulrich Drepper
2009-11-19
1
-6
/
+8
*
Implement mkstemps and mkstemps64.
Ulrich Drepper
2009-10-30
1
-2
/
+2
*
Fix return value of puts for very long strings.
Ulrich Drepper
2009-10-29
1
-2
/
+3
[next]