about summary refs log tree commit diff
path: root/libio
Commit message (Expand)AuthorAgeFilesLines
* [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
* * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.Ulrich Drepper2007-09-154-18/+81
* * libio/bits/stdio2.h (__fread_chk, __fread_unlocked_chk): NewUlrich Drepper2007-08-281-0/+67
* * nscd/connections.c: Use O_CLOEXEC is possible. Use mkostempUlrich Drepper2007-08-111-2/+3
* * locale/programs/ld-monetary.c (monetary_finish): Avoid range checkUlrich Drepper2007-07-281-6/+12
* * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.Ulrich Drepper2007-07-281-3/+7
* (_IO_new_file_fopen): Recognize 'e' flag and set O_CLOEXEC is needed.Ulrich Drepper2007-07-221-0/+5
* * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): New function.Ulrich Drepper2007-07-191-0/+10
* (_IO_new_proc_open): Don't close child_std_end if one of proc_file_chain stre...Ulrich Drepper2007-07-191-2/+11
* * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOFUlrich Drepper2007-07-082-15/+4
* * libio/wstrops.c (_IO_wstr_underflow): Clear errno beforeUlrich Drepper2007-07-071-2/+8
* [BZ #4745]Ulrich Drepper2007-07-071-2/+7
* * libio/bits/stdio.h (fgetc_unlocked): Add extern inline optimized Jakub Jelinek2007-04-251-0/+10
* * libio/genops.c (_IO_default_finish): Call _IO_lock_finiUlrich Drepper2007-04-161-3/+3
* * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow,Ulrich Drepper2007-04-163-142/+109
* (__underflow, __uflow, __overflow, __wunderflow, __wuflow, __woverflow, _IO_g...Ulrich Drepper2007-04-161-16/+16
* * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.Ulrich Drepper2007-03-172-6/+6
* [BZ #2648]Ulrich Drepper2007-02-171-1/+4
* [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper2007-01-119-164/+185
* .Jakub Jelinek2007-07-319-185/+164
* [BZ #2337]Ulrich Drepper2006-12-139-40/+64
* [BZ #3465]Ulrich Drepper2006-11-101-1/+1
* * configure.in: Require assembler support for visibility, compilerUlrich Drepper2006-10-281-7/+3
* * libio/stdio.h: Add more __wur attributes.Ulrich Drepper2006-10-131-19/+22
* * libio/Banner: Likewise.Ulrich Drepper2006-10-061-1/+0
* * posix/glob.c (glob_in_dir): Add some comments and asserts toUlrich Drepper2006-09-304-0/+6
* * libio/stdio.h: Move open_wmemstream prototype to ...Ulrich Drepper2006-09-271-7/+1
* [BZ #1996]Ulrich Drepper2006-08-148-22/+450
* * libio/wstrops.c: Remove dead macro definitions and comments.Ulrich Drepper2006-08-142-66/+2
* * libio/fmemopen.c (fmemopen): Free stream memory in case ofUlrich Drepper2006-04-071-4/+7
* * include/fcntl.h: Declare __openat, __open64. Use libc_hidden_proto.Roland McGrath2006-03-011-0/+3
* [BZ #2226]Ulrich Drepper2006-02-121-2/+2