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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2015-01-02
157
-157
/
+157
*
Replace %ld with %jd and cast to intmax_t
H.J. Lu
2014-12-30
1
-6
/
+6
*
Get rid of format warning in tst-widetext.c.
Stefan Liebler
2014-12-17
1
-1
/
+1
*
Modify libio/tst-fopenloc.c to use test-skeleton.c
Arjun Shankar
2014-12-16
1
-2
/
+5
*
Fix tst-ftell-active-handler.c warning.
Joseph Myers
2014-12-10
1
-1
/
+1
*
libio: Fix variable aligment in tst-ftell-active-handler
Adhemerval Zanella
2014-12-08
1
-4
/
+1
*
libio: Fix buffer overrun in tst-ftell-active-handler
Adhemerval Zanella
2014-12-05
1
-2
/
+5
*
Fix up function definition style
Siddhesh Poyarekar
2014-12-04
3
-121
/
+36
*
Reset cached offset when reading to end of stream (BZ #17653)
Siddhesh Poyarekar
2014-12-04
3
-10
/
+57
*
tst-ftell-active-handler: Open file with O_TRUNC for w modes
Siddhesh Poyarekar
2014-12-04
1
-8
/
+8
*
ftell: seek to end only when there are unflushed bytes (BZ #17647)
Siddhesh Poyarekar
2014-12-04
3
-9
/
+97
*
Fix libio/bug-ungetwc1.c warning.
Joseph Myers
2014-11-27
1
-2
/
+19
*
Fix warnings in fwscanf / rewind tests.
Joseph Myers
2014-11-26
2
-0
/
+15
*
Remove NOT_IN_libc
Siddhesh Poyarekar
2014-11-24
1
-1
/
+1
*
Fix __get_nprocs fgets_unlocked namespace (bug 17582).
Joseph Myers
2014-11-12
2
-2
/
+6
*
Fix tzfile.c namespace (bug 17583).
Joseph Myers
2014-11-12
4
-9
/
+14
*
Modify several tests to use test-skeleton.c
Arjun Shankar
2014-11-05
6
-12
/
+30
*
Don't error out writing a multibyte character to an unbuffered stream (bug 17...
Andreas Schwab
2014-11-03
3
-6
/
+60
*
Fix memory leak in error path of do_ftell_wide (BZ #17370)
Siddhesh Poyarekar
2014-09-16
1
-1
/
+4
*
Revert to defining __extern_inline only for gcc-4.3+ (BZ #17266)
Siddhesh Poyarekar
2014-09-16
1
-1
/
+1
*
Complete the removal of __gconv_translit_find
Florian Weimer
2014-09-12
2
-23
/
+4
*
Fix memory leak in libio/wfileops.c do_ftell_wide [BZ #17370]
Tim Lammens
2014-09-11
1
-0
/
+1
*
Remove redundant C locale settings.
Joseph Myers
2014-06-07
1
-1
/
+0
*
Include LOCPATH in default test environment.
Joseph Myers
2014-06-04
1
-14
/
+2
*
Fix offset computation for append+ mode on switching from read (BZ #16724)
Siddhesh Poyarekar
2014-05-27
4
-5
/
+193
*
Fix -Wundef warnings for _IO_JUMPS_OFFSET.
Roland McGrath
2014-05-01
1
-0
/
+2
*
Setup LOCPATH for tst-ftell-active-handler and tst-ftell-partial-wide in libio
Andreas Schwab
2014-03-25
1
-0
/
+2
*
Revert "Fix _IO_JUMPS_OFFSET -Wundef warnings"
Will Newton
2014-03-17
2
-2
/
+2
*
Fix _IO_JUMPS_OFFSET -Wundef warnings
Will Newton
2014-03-17
2
-2
/
+2
*
Change offset in fdopen only if setting O_APPEND
Siddhesh Poyarekar
2014-03-17
2
-4
/
+66
*
Fix offset caching for streams and use it for ftell (BZ #16680)
Siddhesh Poyarekar
2014-03-17
4
-92
/
+178
*
Fix up return codes for tests in tst-ftell-active-handler
Siddhesh Poyarekar
2014-03-17
1
-18
/
+31
*
Enumerate tests with special rules in tests-special variable.
Joseph Myers
2014-03-06
1
-4
/
+4
*
Fix up formatting in tst-ftell-active-handler.c
Siddhesh Poyarekar
2014-03-04
1
-7
/
+7
*
Fix up formatting
Siddhesh Poyarekar
2014-03-04
1
-2
/
+2
*
Use cached offset in ftell when reliable
Siddhesh Poyarekar
2014-03-04
4
-23
/
+58
*
Separate ftell from fseek logic and avoid modifying FILE data (#16532)
Siddhesh Poyarekar
2014-03-04
5
-133
/
+588
*
Fix fallout from Joseph's untested Makeconfig change.
Roland McGrath
2014-02-28
1
-1
/
+1
*
Consistently include Makeconfig after defining subdir.
Joseph Myers
2014-02-26
1
-4
/
+2
*
Generate .test-result files for tests with special rules.
Joseph Myers
2014-02-21
1
-3
/
+6
*
Complete _BSD_SOURCE / _SVID_source followup cleanup.
Joseph Myers
2014-02-21
4
-17
/
+17
*
Split up rules for tests using mtrace and something else.
Joseph Myers
2014-02-14
1
-7
/
+9
*
Clean up trivially redundant __USE_MISC conditionals.
Joseph Myers
2014-02-13
1
-3
/
+2
*
Combine __USE_BSD and __USE_SVID into __USE_MISC.
Joseph Myers
2014-02-12
3
-11
/
+11
*
Use glibc_likely instead __builtin_expect.
Ondřej Bílka
2014-02-10
9
-19
/
+19
*
Fix infinite loop in ftell when writing wide char data (BZ #16398)
Siddhesh Poyarekar
2014-02-05
3
-5
/
+115
*
Update copyright notices with scripts/update-copyrights
Allan McRae
2014-01-01
153
-153
/
+153
*
Rename Oriya locale to Odia (bug 15601)
Siddhesh Poyarekar
2013-11-20
1
-1
/
+1
*
Fix fwrite() reading beyond end of buffer in error path
Eric Biggers
2013-10-11
5
-24
/
+21
*
Fix memory leaks in libio on allocation failure
Allan McRae
2013-09-09
2
-3
/
+8
[next]