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
*
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
*
Remove some unused variables.
Roland McGrath
2009-09-19
1
-4
/
+0
*
Fix fsetpos on wide stream.
Andreas Schwab
2009-09-02
3
-36
/
+90
*
Cleanup _IO_wfile_seekoff.
Andreas Schwab
2009-09-01
1
-71
/
+39
*
Add hidden alias for fflush.
Andreas Schwab
2009-09-01
1
-0
/
+1
*
Run tst-fgetwc with necessary envvar.
Ulrich Drepper
2009-06-16
1
-0
/
+1
*
(do_test): Use de_DE.UTF-8 as locale name.
Bruce Dubbs
2009-06-15
1
-1
/
+1
*
(_IO_new_file_fopen): Don't prematurely stop parsing mode string.
Ulrich Drepper
2009-06-09
1
-3
/
+3
*
remove subsumed .gitignore entries and files
Jim Meyering
2009-05-16
1
-8
/
+0
*
remove mpn-copy.mk from .gitignore files
Jim Meyering
2009-05-16
1
-1
/
+1
*
remove COPYING* from .gitignore files
Jim Meyering
2009-05-16
1
-1
/
+1
*
rename each .cvsignore file to .gitignore
Jim Meyering
2009-05-15
1
-0
/
+0
*
* sysdeps/unix/sysv/linux/libc_pthread_init.c (__libc_pthread_init):
Ulrich Drepper
2009-04-26
5
-15
/
+16
*
* libio/tst-widetext.input: Remove surrogates.
Ulrich Drepper
2009-04-25
1
-41
/
+0
*
* include/stdio.h (fmemopen): Add libc_hidden_proto.
Ulrich Drepper
2009-03-10
1
-1
/
+3
*
* libio/stdio.h: dprintf, fmemopen, getdelim, getline,
Ulrich Drepper
2009-02-26
1
-2
/
+6
*
* sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (struct sigevent):
Ulrich Drepper
2009-02-05
1
-2
/
+22
*
2009-02-04 Ulrich Drepper <drepper@redhat.com>
cvs/fedora-glibc-20090204T2135
Ulrich Drepper
2009-02-04
3
-13
/
+41
*
Test of fgetwc on unbuffered stream.
Ulrich Drepper
2009-02-04
1
-0
/
+52
*
[BZ #6544]
Ulrich Drepper
2008-08-14
1
-4
/
+7
*
* libio/iopopen.c (_IO_new_proc_open): Remove unnecessary volatile.
Ulrich Drepper
2008-07-27
1
-2
/
+2
*
* posix/wordexp.c (exec_comm): Use pipe2 if possible to create
Ulrich Drepper
2008-07-27
1
-0
/
+1
*
* sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias.
Ulrich Drepper
2008-07-27
3
-24
/
+144
*
* sysdeps/unix/sysv/linux/bits/socket.h: Define PF_ISDN and AF_ISDN.
Ulrich Drepper
2008-07-27
1
-1
/
+1
*
[BZ #6771]
Ulrich Drepper
2008-07-26
1
-1
/
+3
*
[BZ #6719]
Ulrich Drepper
2008-07-08
1
-1
/
+1
*
Remove useless more "if" tests before "free".
Ulrich Drepper
2008-05-27
2
-6
/
+4
*
* libio/stdio.h (vscanf): Fix -std=c99 redirect.
Jakub Jelinek
2008-05-24
1
-1
/
+1
*
[BZ #5998]
Ulrich Drepper
2008-04-09
2
-4
/
+12
*
Remove useless "if" before "free".
Ulrich Drepper
2008-03-19
2
-4
/
+2
*
* include/stdio.h (__asprintf_chk, __dprintf_chk,
cvs/fedora-glibc-20080305T0857
Ulrich Drepper
2008-03-05
3
-4
/
+99
*
(vscanf): Fix definition for loser compilers.
Ulrich Drepper
2008-01-08
1
-2
/
+2
[next]