Age | Commit message (Expand) | Author | Files | Lines |
2008-08-14 | [BZ #6544] | Ulrich Drepper | 1 | -4/+7 |
2008-07-27 | * libio/iopopen.c (_IO_new_proc_open): Remove unnecessary volatile. | Ulrich Drepper | 1 | -2/+2 |
2008-07-27 | * posix/wordexp.c (exec_comm): Use pipe2 if possible to create | Ulrich Drepper | 1 | -0/+1 |
2008-07-27 | * sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias. | Ulrich Drepper | 3 | -24/+144 |
2008-07-27 | * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_ISDN and AF_ISDN. | Ulrich Drepper | 1 | -1/+1 |
2008-07-26 | [BZ #6771] | Ulrich Drepper | 1 | -1/+3 |
2008-07-08 | [BZ #6719] | Ulrich Drepper | 1 | -1/+1 |
2008-05-27 | Remove useless more "if" tests before "free". | Ulrich Drepper | 2 | -6/+4 |
2008-05-24 | * libio/stdio.h (vscanf): Fix -std=c99 redirect. | Jakub Jelinek | 1 | -1/+1 |
2008-04-09 | [BZ #5998] | Ulrich Drepper | 2 | -4/+12 |
2008-03-19 | Remove useless "if" before "free". | Ulrich Drepper | 2 | -4/+2 |
2008-03-05 | * include/stdio.h (__asprintf_chk, __dprintf_chk,cvs/fedora-glibc-20080305T0857 | Ulrich Drepper | 3 | -4/+99 |
2008-01-08 | (vscanf): Fix definition for loser compilers. | Ulrich Drepper | 1 | -2/+2 |
2007-10-14 | * include/time.h: Declare __tzset_parse_tz and __tzset_compute. | Ulrich Drepper | 1 | -1/+2 |
2007-10-13 | * libio/Makefile (tests): Add tst-ext2. | Ulrich Drepper | 2 | -2/+60 |
2007-10-13 | write-only streams. For read/write streams, check whether we | Ulrich Drepper | 1 | -3/+3 |
2007-10-13 | [BZ #4359] | Ulrich Drepper | 1 | -3/+4 |
2007-09-26 | * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ define | Ulrich Drepper | 1 | -18/+64 |
2007-09-18 | * include/stdio.h (__isoc99_fscanf, __isoc99_scanf, | Ulrich Drepper | 4 | -1/+83 |
2007-09-15 | * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+. | Ulrich Drepper | 4 | -18/+81 |
2007-08-28 | * libio/bits/stdio2.h (__fread_chk, __fread_unlocked_chk): New | Ulrich Drepper | 1 | -0/+67 |
2007-08-11 | * nscd/connections.c: Use O_CLOEXEC is possible. Use mkostemp | Ulrich Drepper | 1 | -2/+3 |
2007-07-28 | * locale/programs/ld-monetary.c (monetary_finish): Avoid range check | Ulrich Drepper | 1 | -6/+12 |
2007-07-28 | * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code. | Ulrich Drepper | 1 | -3/+7 |
2007-07-22 | (_IO_new_file_fopen): Recognize 'e' flag and set O_CLOEXEC is needed. | Ulrich Drepper | 1 | -0/+5 |
2007-07-19 | * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): New function. | Ulrich Drepper | 1 | -0/+10 |
2007-07-19 | (_IO_new_proc_open): Don't close child_std_end if one of proc_file_chain stre... | Ulrich Drepper | 1 | -2/+11 |
2007-07-08 | * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF | Ulrich Drepper | 2 | -15/+4 |
2007-07-07 | * libio/wstrops.c (_IO_wstr_underflow): Clear errno before | Ulrich Drepper | 1 | -2/+8 |
2007-07-07 | [BZ #4745] | Ulrich Drepper | 1 | -2/+7 |
2007-04-25 | * libio/bits/stdio.h (fgetc_unlocked): Add extern inline optimized | Jakub Jelinek | 1 | -0/+10 |
2007-04-16 | * libio/genops.c (_IO_default_finish): Call _IO_lock_fini | Ulrich Drepper | 1 | -3/+3 |
2007-04-16 | * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow, | Ulrich Drepper | 3 | -142/+109 |
2007-04-16 | (__underflow, __uflow, __overflow, __wunderflow, __wuflow, __woverflow, _IO_g... | Ulrich Drepper | 1 | -16/+16 |
2007-03-17 | * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline. | Ulrich Drepper | 2 | -6/+6 |
2007-02-17 | [BZ #2648] | Ulrich Drepper | 1 | -1/+4 |
2007-01-11 | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... | Ulrich Drepper | 9 | -164/+185 |
2007-07-31 | . | Jakub Jelinek | 9 | -185/+164 |
2006-12-13 | [BZ #2337] | Ulrich Drepper | 9 | -40/+64 |
2006-11-10 | [BZ #3465] | Ulrich Drepper | 1 | -1/+1 |
2006-10-28 | * configure.in: Require assembler support for visibility, compiler | Ulrich Drepper | 1 | -7/+3 |
2006-10-13 | * libio/stdio.h: Add more __wur attributes. | Ulrich Drepper | 1 | -19/+22 |
2006-10-06 | * libio/Banner: Likewise. | Ulrich Drepper | 1 | -1/+0 |
2006-09-30 | * posix/glob.c (glob_in_dir): Add some comments and asserts to | Ulrich Drepper | 4 | -0/+6 |
2006-09-27 | * libio/stdio.h: Move open_wmemstream prototype to ... | Ulrich Drepper | 1 | -7/+1 |
2006-08-14 | [BZ #1996] | Ulrich Drepper | 8 | -22/+450 |
2006-08-14 | * libio/wstrops.c: Remove dead macro definitions and comments. | Ulrich Drepper | 2 | -66/+2 |
2006-04-07 | * libio/fmemopen.c (fmemopen): Free stream memory in case of | Ulrich Drepper | 1 | -4/+7 |
2006-03-01 | * include/fcntl.h: Declare __openat, __open64. Use libc_hidden_proto. | Roland McGrath | 1 | -0/+3 |
2006-02-12 | [BZ #2226] | Ulrich Drepper | 1 | -2/+2 |