Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-21 | Remove undefined operations | Andreas Schwab | |
2010-06-15 | Merge remote branch 'origin/master' into fedora/master | Andreas Schwab | |
2010-06-14 | Fix a couple of __REDIRECT () __THROW occurrences | Jakub Jelinek | |
This patch fixes some cases which fail to parse with C++. | |||
2010-03-09 | Merge remote branch 'origin/master' into fedora/master | Andreas Schwab | |
2010-02-24 | Fix reporting of I/O errors in *dprintf functions. | Ulrich Drepper | |
2010-01-11 | Merge remote branch 'origin/master' into fedora/master | Andreas Schwab | |
2010-01-10 | Fix standalone stdio.h inclusion. | Ulrich Drepper | |
2009-11-24 | Merge remote branch 'origin/master' into fedora/master | Andreas Schwab | |
2009-11-19 | Fix getwc* and putwc* on non-wide streams. | Ulrich Drepper | |
2009-10-30 | Merge remote branch 'origin/master' into fedora/master | Andreas Schwab | |
2009-10-30 | Implement mkstemps and mkstemps64. | Ulrich Drepper | |
2009-10-29 | Fix return value of puts for very long strings. | Ulrich Drepper | |
2009-09-21 | Merge remote branch 'origin/master' into fedora/master | Andreas Schwab | |
2009-09-19 | Remove some unused variables. | Roland McGrath | |
2009-09-03 | Merge commit 'origin/master' into fedora/master | Andreas Schwab | |
2009-09-02 | Fix fsetpos on wide stream. | Andreas Schwab | |
2009-09-02 | Merge commit 'origin/master' into fedora/master | Andreas Schwab | |
2009-09-01 | Cleanup _IO_wfile_seekoff. | Andreas Schwab | |
This reformulates the in-buffer optimisation check to match the code in _IO_new_file_seekoff. No functional changes, but easier to understand. | |||
2009-09-01 | Add hidden alias for fflush. | Andreas Schwab | |
2009-06-26 | Merge commit 'origin/master' into fedora/master | Andreas Schwab | |
2009-06-16 | Run tst-fgetwc with necessary envvar. | Ulrich Drepper | |
2009-06-16 | Merge branch 'master' of sourceware.org:/git/glibc into fedora/master | Andreas Schwab | |
2009-06-15 | (do_test): Use de_DE.UTF-8 as locale name. | Bruce Dubbs | |
2009-06-10 | Merge commit 'origin/master' into fedora/master | Andreas Schwab | |
Conflicts: ChangeLog sysdeps/unix/sysv/linux/i386/sysconf.c sysdeps/x86_64/cacheinfo.c version.h | |||
2009-06-09 | (_IO_new_file_fopen): Don't prematurely stop parsing mode string. | Ulrich Drepper | |
2009-05-16 | remove subsumed .gitignore entries and files | Jim Meyering | |
2009-05-16 | remove mpn-copy.mk from .gitignore files | Jim Meyering | |
2009-05-16 | remove COPYING* from .gitignore files | Jim Meyering | |
2009-05-15 | rename each .cvsignore file to .gitignore | Jim Meyering | |
2009-04-27 | Updated to fedora-glibc-20090427T1419cvs/fedora-glibc-2_9_90-22 | Jakub Jelinek | |
2009-04-26 | * sysdeps/unix/sysv/linux/libc_pthread_init.c (__libc_pthread_init): | Ulrich Drepper | |
Avoid warning by using may_alias attribute on ptrhack. | |||
2009-04-25 | * libio/tst-widetext.input: Remove surrogates. | Ulrich Drepper | |
2009-03-10 | Updated to fedora-glibc-20090310T1925cvs/fedora-glibc-2_9_90-10 | Jakub Jelinek | |
2009-03-10 | * include/stdio.h (fmemopen): Add libc_hidden_proto. | Ulrich Drepper | |
* libio/fmemopen.c (fmemopen): Add libc_hidden_def. * elf/sprof.c: Avoid warning about multi-line comment. | |||
2009-03-09 | Updated to fedora-glibc-20090309T1421cvs/fedora-glibc-2_9_90-9 | Jakub Jelinek | |
2009-02-26 | * libio/stdio.h: dprintf, fmemopen, getdelim, getline, | Ulrich Drepper | |
open_memstream, and vdprintf are in POSIX 2008. | |||
2009-02-18 | Updated to fedora-glibc-20090218T1534 | Jakub Jelinek | |
2009-02-05 | * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (struct sigevent): | Ulrich Drepper | |
Add _tid slot to maintain consistency with kernel. | |||
2009-02-04 | Updated to fedora-glibc-20090204T2135cvs/fedora-glibc-2_9_90-3 | Jakub Jelinek | |
2009-02-04 | 2009-02-04 Ulrich Drepper <drepper@redhat.com>cvs/fedora-glibc-20090204T2135 | Ulrich Drepper | |
* libio/wfileops.c (_IO_wfile_underflow): Fix handling of incomplete characters at end of input buffer. * libio/Makefile (tests): Add tst-fgetwc. * libio/tst-fgetwc.c: New file. * libio/tst-fgetwc.input: New file. | |||
2009-02-04 | Test of fgetwc on unbuffered stream. | Ulrich Drepper | |
2008-08-29 | Updated to fedora-glibc-20080828T1623cvs/fedora-glibc-2_8_90-12 | Jakub Jelinek | |
2008-08-14 | [BZ #6544] | Ulrich Drepper | |
* libio/fmemopen.c: Implement binary mode. In this mode no NUL byte gets added to writes and seeks from the end use the length of the buffer and not the currently terminating NUL byte. | |||
2008-07-28 | Updated to fedora-glibc-20080728T2320cvs/fedora-glibc-2_8_90-10 | Jakub Jelinek | |
2008-07-27 | * libio/iopopen.c (_IO_new_proc_open): Remove unnecessary volatile. | Ulrich Drepper | |
2008-07-27 | * posix/wordexp.c (exec_comm): Use pipe2 if possible to create | Ulrich Drepper | |
file descriptors with close-on-exec set. (exec_comm_child): Fix the case where the write end of the pipe is STDOUT_FILENO already. In case it is, clear close-on-exec. | |||
2008-07-27 | * sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias. | Ulrich Drepper | |
* io/pipe2.c: Likewise. * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PIPE2 instead of __ASSUME_PACCEPT. * include/unistd.h: Declare __have_pipe2. * libio/iopopen.c: Implement "e" flag. * libio/Makefile (tests): Add tst-popen1. * libio/tst-popen1.c: New file. | |||
2008-07-27 | * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_ISDN and AF_ISDN. | Ulrich Drepper | |
* sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise. | |||
2008-07-26 | [BZ #6771] | Ulrich Drepper | |
* libio/fileops.c (_IO_new_file_attach): Preserve errno around success call of _IO_SEEKOFF or calls which failed because the descriptor is for a pipe. | |||
2008-07-16 | Updated to fedora-glibc-20080716T0944cvs/fedora-glibc-2_8_90-9 | Jakub Jelinek | |