2007-10-14 |
drepper | Add libc_hidden_def. |
tree | commitdiff |
2007-10-13 |
drepper | (tests): Add tst-ext2. |
tree | commitdiff |
2007-10-13 |
drepper | Test for results of __freading and __fwriting immediate... |
tree | commitdiff |
2007-10-13 |
drepper | (__freading): For read/write streams, check whether... |
tree | commitdiff |
2007-10-13 |
drepper | (__freading): Better code for last change. |
tree | commitdiff |
2007-10-13 |
drepper | (__freading): Don't return true for write-only streams. |
tree | commitdiff |
2007-09-26 |
drepper | (__fgets_chk_warn, __fread_chk_warn, |
tree | commitdiff |
2007-09-18 |
drepper | (fscanf, scanf, sscanf, vfscanf, vscanf, vsscanf):... |
tree | commitdiff |
2007-09-18 |
drepper | (fscanf, scanf, sscanf, vfscanf, vscanf, vsscanf):... |
tree | commitdiff |
2007-09-18 |
drepper | (_IO_acquire_lock_clear_flags2_fct): Also clear _IO_FLA... |
tree | commitdiff |
2007-09-18 |
drepper | (_IO_FLAGS2_SCANF_STD): Define. |
tree | commitdiff |
2007-09-15 |
drepper | (sprintf, snprintf, printf, fprintf): Don't define... |
tree | commitdiff |
2007-09-15 |
drepper | (__STDIO_INLINE): Define to __extern_inline whenever... |
tree | commitdiff |
2007-09-15 |
drepper | Guard *_chk stuff with defined __extern_always_inline... |
tree | commitdiff |
2007-09-15 |
drepper | Include bits/stdio2.h when __extern_always_inline is... |
tree | commitdiff |
2007-08-28 |
drepper | (__fread_chk, __fread_unlocked_chk): New prototypes. |
tree | commitdiff |
2007-08-11 |
drepper | Adjust for __gen_tempname interface change. |
tree | commitdiff |
2007-07-28 |
drepper | Avoid aliasing violation. |
tree | commitdiff |
2007-07-28 |
drepper | (__wunderflow, __wuflow, __woverflow): Only |
tree | commitdiff |
2007-07-22 |
drepper | (_IO_new_file_fopen): Recognize 'e' flag and set O_CLOE... |
tree | commitdiff |
2007-07-19 |
drepper | (_IO_acquire_lock_clear_flags2_fct): New function. |
tree | commitdiff |
2007-07-19 |
drepper | (_IO_new_proc_open): Don't close child_std_end if one... |
tree | commitdiff |
2007-07-08 |
drepper | Revert last patch. |
tree | commitdiff |
2007-07-07 |
drepper | (_IO_wstr_underflow): Clear errno before returning... |
tree | commitdiff |
2007-07-07 |
drepper | (_IO_str_underflow): Clear errno before returning EOF. |
tree | commitdiff |
2007-04-25 |
jakub | * libio/bits/stdio.h (fgetc_unlocked): Add extern... |
tree | commitdiff |
2007-04-16 |
drepper | (_IO_default_finish): Call _IO_lock_fini after _IO_un_l... |
tree | commitdiff |
2007-04-16 |
drepper | (_IO_switch_to_get_mode, _IO_switch_to_wget_mode, |
tree | commitdiff |
2007-04-16 |
drepper | (old_do_write): Remove __THROW. |
tree | commitdiff |
2007-04-16 |
drepper | (new_do_write, _IO_file_xsgetn_mmap, _IO_file_xsgetn_ma... |
tree | commitdiff |
2007-04-16 |
drepper | (__underflow, __uflow, __overflow, __wunderflow, |
tree | commitdiff |
2007-03-17 |
drepper | Use __extern_inline and __extern_always_inline where... |
tree | commitdiff |
2007-02-17 |
drepper | Define struct _IO_FILE in global namespace. |
tree | commitdiff |
2006-12-13 |
drepper | (tests): Add tst-setvbuf1. |
tree | commitdiff |
2006-12-13 |
drepper | Test of setvbuf with wide streams. |
tree | commitdiff |
2006-12-13 |
drepper | (_IO_wfile_doallocate): Don't stat nor set _IO_LINE_BUF... |
tree | commitdiff |
2006-12-13 |
drepper | (__uflow): Fix a typo. |
tree | commitdiff |
2006-12-13 |
drepper | (_IO_new_file_close_it): Call _IO_set[bgp] even for... |
tree | commitdiff |
2006-12-13 |
drepper | (open_wmemstream): Test and set _IO_FLAGS2_USER_WBUF... |
tree | commitdiff |
2006-12-13 |
drepper | (_IO_wstr_overflow, enlarge_userbuf, _IO_wstr_finish... |
tree | commitdiff |
2006-12-13 |
drepper | (_IO_wsetb, _IO_wdefault_finish): Test and set _IO_FLAG... |
tree | commitdiff |
2006-12-13 |
drepper | (_IO_FLAGS2_USER_WBUF): Define. |
tree | commitdiff |
2006-11-10 |
drepper | Minimal message improvements. |
tree | commitdiff |
2006-10-28 |
drepper | Remove conditional code which now is unnecessary. |
tree | commitdiff |
2006-10-13 |
drepper | Add more __wur attributes. |
tree | commitdiff |
2006-10-06 |
drepper | Not needed anymore. |
tree | commitdiff |
2006-09-30 |
drepper | Include <wchar.h>. |
tree | commitdiff |
2006-09-27 |
drepper | Move open_wmemstream prototype to <wchar.h>. |
tree | commitdiff |
2006-08-14 |
drepper | Add comment as to why we do not have to use calloc... |
tree | commitdiff |
2006-08-14 |
drepper | Pretty printing. |
tree | commitdiff |
2006-08-14 |
drepper | Pretty printing. |
tree | commitdiff |
2006-08-14 |
drepper | (open_wmemstream): Allocate initial buffer with calloc. |
tree | commitdiff |
2006-08-14 |
drepper | (open_memstream): Allocate initial buffer with calloc. |
tree | commitdiff |
2006-08-14 |
drepper | (tests): Add bug-memstream1 and bug-wmemstream1. |
tree | commitdiff |
2006-08-14 |
drepper | Test for seeking on memory stream beyond end of current... |
tree | commitdiff |
2006-08-14 |
drepper | Remove dead macro definitions and comments. |
tree | commitdiff |
2006-08-14 |
drepper | Remove dead macro definitions and comments. |
tree | commitdiff |
2006-04-07 |
drepper | (fmemopen): Free stream memory in case of invalid lenght. |
tree | commitdiff |
2006-03-01 |
roland | 2006-02-28 Roland McGrath <roland@redhat.com> |
tree | commitdiff |
2006-02-12 |
drepper | (_IO_wsetb): Use correct size of wide char buffer in... |
tree | commitdiff |
2006-02-01 |
roland | 2006-01-19 Thomas Schwinge <tschwinge@gnu.org> |
tree | commitdiff |
2006-02-01 |
roland | 2006-02-01 Jakub Jelinek <jakub@redhat.com> |
tree | commitdiff |
2006-01-19 |
drepper | (tests): Add tst-fopenloc2. |
tree | commitdiff |
2006-01-19 |
drepper | Test ,ccs= functionality of fopen. |
tree | commitdiff |
2006-01-19 |
drepper | (_IO_new_file_fopen): If ,ccs= is given, also set vtabl... |
tree | commitdiff |
2006-01-16 |
drepper | Export open_wmemstream for GLIBC_2.4. |
tree | commitdiff |
2006-01-16 |
drepper | Declare open_wmemstream. |
tree | commitdiff |
2006-01-16 |
drepper | (routines): Add wmemstream. |
tree | commitdiff |
2006-01-15 |
aj | [BZ #2078] |
tree | commitdiff |
2006-01-15 |
aj | [BZ #2079] |
tree | commitdiff |
2006-01-14 |
roland | 2006-01-14 Jakub Jelinek <jakub@redhat.com> |
tree | commitdiff |
2006-01-14 |
roland | 2006-01-14 Jakub Jelinek <jakub@redhat.com> |
tree | commitdiff |
2006-01-14 |
roland | 2006-01-14 Jakub Jelinek <jakub@redhat.com> |
tree | commitdiff |
2006-01-12 |
drepper | Test for open_wmemstream implementation. |
tree | commitdiff |
2006-01-12 |
drepper | Test for open_memstream implementation. |
tree | commitdiff |
2006-01-12 |
drepper | open_wmemstream implementation. |
tree | commitdiff |
2006-01-12 |
drepper | (_IO_mem_sync): Remove useless call to _IO_default_sync. |
tree | commitdiff |
2006-01-11 |
drepper | (_IO_mem_finish): Fix potential memory leak of realloc... |
tree | commitdiff |
2006-01-11 |
drepper | (_IO_unbuffer_write): Give concurrently running threads... |
tree | commitdiff |
2006-01-11 |
drepper | (_IO_unbuffer_write): Don't always free the buffer... |
tree | commitdiff |
2006-01-11 |
drepper | (struct _IO_FILE): Add new members to keep track of... |
tree | commitdiff |
2006-01-05 |
roland | 2006-01-05 Roland McGrath <roland@redhat.com> |
tree | commitdiff |
2005-12-30 |
drepper | (_IO_getwline_info): Move return to correct location. |
tree | commitdiff |
2005-12-27 |
roland | 2005-12-27 Roland McGrath <roland@redhat.com> |
tree | commitdiff |
2005-12-19 |
drepper | Demangle pointers before use if necessary. |
tree | commitdiff |
2005-12-19 |
drepper | (__libio_codecvt): Adjust declaraction. |
tree | commitdiff |
2005-12-19 |
drepper | (__libio_codecvt): Mark as const. |
tree | commitdiff |
2005-12-14 |
drepper | Generic libc_fatal.c. |
tree | commitdiff |
2005-11-11 |
drepper | Declare renameat. |
tree | commitdiff |
2005-10-17 |
drepper | (_IO_old_file_xsputn): Fix last patch. Return EOF... |
tree | commitdiff |
2005-10-14 |
drepper | (_IO_getdelim): Fix truncation of return value. Avoid... |
tree | commitdiff |
2005-09-27 |
drepper | (_IO_new_file_xsputn): Determine amount of available... |
tree | commitdiff |
2005-09-27 |
drepper | (_IO_old_file_xsputn): Determine amount of available... |
tree | commitdiff |
2005-09-26 |
drepper | Treat N==1 correctly. |
tree | commitdiff |
2005-09-26 |
drepper | Treat N==1 correctly. |
tree | commitdiff |
2005-09-26 |
drepper | Treat N==1 correctly. |
tree | commitdiff |
2005-09-26 |
drepper | Treat N==1 correctly. |
tree | commitdiff |
2005-09-26 |
drepper | Pretty printing. |
tree | commitdiff |
2005-09-26 |
drepper | (_IO_old_fclose): Unlock the internal lock before destr... |
tree | commitdiff |
2005-09-26 |
drepper | (_IO_new_fclose): Unlock the internal lock before destr... |
tree | commitdiff |
next |