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
*
Fix BZ #18820 -- fmemopen may leak memory on failure.
Paul Pluzhnikov
2015-08-12
4
-4
/
+58
*
Fix BZ #16734 -- fopen calls mmap to allocate its buffer
Paul Pluzhnikov
2015-08-12
6
-53
/
+19
*
In preparation for fixing BZ#16734, fix failure in misc/tst-error1-mem
Paul Pluzhnikov
2015-08-08
1
-0
/
+3
*
Add #include <unistd.h> to libio/oldfileops.c for write.
Paul Pluzhnikov
2015-08-06
1
-0
/
+1
*
libio: Fix fmemopen 'w' mode with provided buffer
Adhemerval Zanella
2015-07-16
1
-3
/
+3
*
libio: fmemopen rewrite to POSIX compliance
Adhemerval Zanella
2015-07-08
4
-94
/
+317
*
Use "|" instead of "+" when combine the _IO_LINE_BUF and _IO_UNBUFFERED flags
Feng Gao
2015-07-08
3
-7
/
+7
*
Fix buffer overflow for writes to memory buffer stream (bug 18549)
Andreas Schwab
2015-06-25
2
-3
/
+12
*
Fix swscanf vswscanf namespace (bug 18542).
Joseph Myers
2015-06-17
2
-2
/
+3
*
Fix getpass fflush_unlocked namespace (bug 18540).
Joseph Myers
2015-06-17
2
-2
/
+6
*
Fix syslog fputs_unlocked namespace (bug 18530).
Joseph Myers
2015-06-12
2
-2
/
+6
*
Fix open_memstream namespace (bug 18498).
Joseph Myers
2015-06-05
1
-2
/
+3
*
Fix indentation to match nesting in previous commit
Florian Weimer
2015-05-22
1
-1
/
+1
*
Avoid some aliasing violations in libio
Florian Weimer
2015-05-22
11
-24
/
+39
*
Minor cleanups in libio/iofdopen.c
Roland McGrath
2015-03-23
1
-8
/
+5
*
Cleanup: in preparation for fixing BZ #16734, fix memory leaks exposed by
Paul Pluzhnikov
2015-03-08
1
-7
/
+5
*
Fix minor formatting violation.
Paul Pluzhnikov
2015-02-25
1
-2
/
+2
*
Fix BZ #17916 - fopen unbounded stack usage for ccs= modes
Paul Pluzhnikov
2015-02-24
2
-2
/
+39
*
Fix BZ #17269 -- _IO_wstr_overflow integer overflow
Paul Pluzhnikov
2015-02-22
1
-1
/
+7
*
Adjust timeouts for some tests, to accommodate slow processors,
Chung-Lin Tang
2015-02-22
1
-0
/
+1
*
Cleanup: add missing #include's
Paul Pluzhnikov
2015-02-17
2
-1
/
+2
*
Fix libio/tst-atime not to presume ST_NOATIME exists.
Roland McGrath
2015-02-06
1
-3
/
+2
*
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
[next]