summary refs log tree commit diff
path: root/libio
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2010-01-111-2/+22
|\
| * Fix standalone stdio.h inclusion.Ulrich Drepper2010-01-101-2/+22
* | Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2009-11-241-6/+8
|\|
| * Fix getwc* and putwc* on non-wide streams.Ulrich Drepper2009-11-191-6/+8
* | Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2009-10-302-4/+5
|\|
| * Implement mkstemps and mkstemps64.Ulrich Drepper2009-10-301-2/+2
| * Fix return value of puts for very long strings.Ulrich Drepper2009-10-291-2/+3
* | Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2009-09-211-4/+0
|\|
| * Remove some unused variables.Roland McGrath2009-09-191-4/+0
* | Merge commit 'origin/master' into fedora/masterAndreas Schwab2009-09-033-36/+90
|\|
| * Fix fsetpos on wide stream.Andreas Schwab2009-09-023-36/+90
* | Merge commit 'origin/master' into fedora/masterAndreas Schwab2009-09-022-71/+40
|\|
| * Cleanup _IO_wfile_seekoff.Andreas Schwab2009-09-011-71/+39
| * Add hidden alias for fflush.Andreas Schwab2009-09-011-0/+1
* | Merge commit 'origin/master' into fedora/masterAndreas Schwab2009-06-261-0/+1
|\|
| * Run tst-fgetwc with necessary envvar.Ulrich Drepper2009-06-161-0/+1
* | Merge branch 'master' of sourceware.org:/git/glibc into fedora/masterAndreas Schwab2009-06-161-1/+1
|\|
| * (do_test): Use de_DE.UTF-8 as locale name.Bruce Dubbs2009-06-151-1/+1
* | Merge commit 'origin/master' into fedora/masterAndreas Schwab2009-06-102-11/+3
|\|
| * (_IO_new_file_fopen): Don't prematurely stop parsing mode string.Ulrich Drepper2009-06-091-3/+3
| * remove subsumed .gitignore entries and filesJim Meyering2009-05-161-8/+0
| * remove mpn-copy.mk from .gitignore filesJim Meyering2009-05-161-1/+1
| * remove COPYING* from .gitignore filesJim Meyering2009-05-161-1/+1
| * rename each .cvsignore file to .gitignoreJim Meyering2009-05-151-0/+0
| * * sysdeps/unix/sysv/linux/libc_pthread_init.c (__libc_pthread_init):Ulrich Drepper2009-04-265-15/+16
| * * libio/tst-widetext.input: Remove surrogates.Ulrich Drepper2009-04-251-41/+0
| * * include/stdio.h (fmemopen): Add libc_hidden_proto.Ulrich Drepper2009-03-101-1/+3
| * * libio/stdio.h: dprintf, fmemopen, getdelim, getline,Ulrich Drepper2009-02-261-2/+6
| * * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (struct sigevent):Ulrich Drepper2009-02-051-2/+22
| * 2009-02-04 Ulrich Drepper <drepper@redhat.com> cvs/fedora-glibc-20090204T2135Ulrich Drepper2009-02-043-13/+41
| * Test of fgetwc on unbuffered stream.Ulrich Drepper2009-02-041-0/+52
| * [BZ #6544]Ulrich Drepper2008-08-141-4/+7
| * * libio/iopopen.c (_IO_new_proc_open): Remove unnecessary volatile.Ulrich Drepper2008-07-271-2/+2
| * * posix/wordexp.c (exec_comm): Use pipe2 if possible to createUlrich Drepper2008-07-271-0/+1
| * * sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias.Ulrich Drepper2008-07-273-24/+144
| * * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_ISDN and AF_ISDN.Ulrich Drepper2008-07-271-1/+1
| * [BZ #6771]Ulrich Drepper2008-07-261-1/+3
| * [BZ #6719]Ulrich Drepper2008-07-081-1/+1
| * Remove useless more "if" tests before "free".Ulrich Drepper2008-05-272-6/+4
| * * libio/stdio.h (vscanf): Fix -std=c99 redirect. Jakub Jelinek2008-05-241-1/+1
| * [BZ #5998]Ulrich Drepper2008-04-092-4/+12
| * Remove useless "if" before "free".Ulrich Drepper2008-03-192-4/+2
| * * include/stdio.h (__asprintf_chk, __dprintf_chk, cvs/fedora-glibc-20080305T0857Ulrich Drepper2008-03-053-4/+99
| * (vscanf): Fix definition for loser compilers.Ulrich Drepper2008-01-081-2/+2
| * * include/time.h: Declare __tzset_parse_tz and __tzset_compute.Ulrich Drepper2007-10-141-1/+2
| * * libio/Makefile (tests): Add tst-ext2.Ulrich Drepper2007-10-132-2/+60
| * write-only streams. For read/write streams, check whether weUlrich Drepper2007-10-131-3/+3
| * [BZ #4359]Ulrich Drepper2007-10-131-3/+4
| * * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ defineUlrich Drepper2007-09-261-18/+64
| * * include/stdio.h (__isoc99_fscanf, __isoc99_scanf,Ulrich Drepper2007-09-184-1/+83