Age | Commit message (Expand) | Author |
2009-11-19 | Fix getwc* and putwc* on non-wide streams. | Ulrich Drepper |
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-19 | Remove some unused variables. | Roland McGrath |
2009-09-02 | Fix fsetpos on wide stream. | Andreas Schwab |
2009-09-01 | Cleanup _IO_wfile_seekoff. | Andreas Schwab |
2009-09-01 | Add hidden alias for fflush. | Andreas Schwab |
2009-06-16 | Run tst-fgetwc with necessary envvar. | Ulrich Drepper |
2009-06-15 | (do_test): Use de_DE.UTF-8 as locale name. | Bruce Dubbs |
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-26 | * sysdeps/unix/sysv/linux/libc_pthread_init.c (__libc_pthread_init): | Ulrich Drepper |
2009-04-25 | * libio/tst-widetext.input: Remove surrogates. | Ulrich Drepper |
2009-03-10 | * include/stdio.h (fmemopen): Add libc_hidden_proto. | Ulrich Drepper |
2009-02-26 | * libio/stdio.h: dprintf, fmemopen, getdelim, getline, | Ulrich Drepper |
2009-02-05 | * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (struct sigevent): | Ulrich Drepper |
2009-02-04 | 2009-02-04 Ulrich Drepper <drepper@redhat.com>cvs/fedora-glibc-20090204T2135 | Ulrich Drepper |
2009-02-04 | Test of fgetwc on unbuffered stream. | Ulrich Drepper |
2008-08-14 | [BZ #6544] | Ulrich Drepper |
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 |
2008-07-27 | * sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias. | Ulrich Drepper |
2008-07-27 | * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_ISDN and AF_ISDN. | Ulrich Drepper |
2008-07-26 | [BZ #6771] | Ulrich Drepper |
2008-07-08 | [BZ #6719] | Ulrich Drepper |
2008-05-27 | Remove useless more "if" tests before "free". | Ulrich Drepper |
2008-05-24 | * libio/stdio.h (vscanf): Fix -std=c99 redirect. | Jakub Jelinek |
2008-04-09 | [BZ #5998] | Ulrich Drepper |
2008-03-19 | Remove useless "if" before "free". | Ulrich Drepper |
2008-03-05 | * include/stdio.h (__asprintf_chk, __dprintf_chk,cvs/fedora-glibc-20080305T0857 | Ulrich Drepper |
2008-01-08 | (vscanf): Fix definition for loser compilers. | Ulrich Drepper |
2007-10-14 | * include/time.h: Declare __tzset_parse_tz and __tzset_compute. | Ulrich Drepper |
2007-10-13 | * libio/Makefile (tests): Add tst-ext2. | Ulrich Drepper |
2007-10-13 | write-only streams. For read/write streams, check whether we | Ulrich Drepper |
2007-10-13 | [BZ #4359] | Ulrich Drepper |
2007-09-26 | * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ define | Ulrich Drepper |
2007-09-18 | * include/stdio.h (__isoc99_fscanf, __isoc99_scanf, | Ulrich Drepper |
2007-09-15 | * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+. | Ulrich Drepper |
2007-08-28 | * libio/bits/stdio2.h (__fread_chk, __fread_unlocked_chk): New | Ulrich Drepper |
2007-08-11 | * nscd/connections.c: Use O_CLOEXEC is possible. Use mkostemp | Ulrich Drepper |
2007-07-28 | * locale/programs/ld-monetary.c (monetary_finish): Avoid range check | Ulrich Drepper |
2007-07-28 | * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code. | Ulrich Drepper |
2007-07-22 | (_IO_new_file_fopen): Recognize 'e' flag and set O_CLOEXEC is needed. | Ulrich Drepper |
2007-07-19 | * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): New function. | Ulrich Drepper |
2007-07-19 | (_IO_new_proc_open): Don't close child_std_end if one of proc_file_chain stre... | Ulrich Drepper |
2007-07-08 | * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF | Ulrich Drepper |
2007-07-07 | * libio/wstrops.c (_IO_wstr_underflow): Clear errno before | Ulrich Drepper |