Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * libio/wmemstream.c: New file. | Ulrich Drepper | 2006-01-12 | 6 | -5/+352 | |
* | * include/sys/stat.h: Add libc_hidden_proto for __fxstatat64. | Ulrich Drepper | 2006-01-11 | 1 | -4/+4 | |
* | * libio/genops.c (_IO_unbuffer_write): Give concurrently running | Ulrich Drepper | 2006-01-11 | 1 | -0/+13 | |
* | * libio/genops.c (_IO_unbuffer_write): Don't always free the | Ulrich Drepper | 2006-01-11 | 2 | -6/+57 | |
* | * include/features.h: Grok _ATFILE_SOURCE and define __USE_ATFILE when | Roland McGrath | 2006-01-05 | 1 | -2/+2 | |
* | [BZ #2080] | Ulrich Drepper | 2005-12-30 | 1 | -2/+2 | |
* | * posix/tst-execle1.c (do_test): Add a const. | Roland McGrath | 2005-12-27 | 1 | -1/+3 | |
* | * iconv/gconv.c: Demangle pointers before use if necessary.cvs/fedora-glibc-20051219T1003 | Ulrich Drepper | 2005-12-19 | 1 | -7/+32 | |
* | * libio/libioP.h (__libio_codecvt): Adjust declaraction. | Ulrich Drepper | 2005-12-19 | 1 | -2/+2 | |
* | * libio/iofwide.c (__libio_codecvt): Mark as const. | Ulrich Drepper | 2005-12-19 | 1 | -2/+2 | |
* | Moved to csu/errno-loc.c. | Ulrich Drepper | 2005-12-14 | 1 | -0/+31 | |
* | * io/Makefile (routines): Add fstatat, fstatat64, fxstatat, fxstatat64, | Ulrich Drepper | 2005-11-11 | 1 | -0/+5 | |
* | * libio/oldfileops.c (_IO_old_file_xsputn): Fix last patch. | Ulrich Drepper | 2005-10-17 | 1 | -1/+1 | |
* | [BZ #1405] | Ulrich Drepper | 2005-10-14 | 1 | -2/+8 | |
* | [BZ #1078] | Ulrich Drepper | 2005-09-27 | 2 | -4/+8 | |
* | [BZ #713] | Ulrich Drepper | 2005-09-27 | 5 | -31/+65 | |
* | * libio/oldiofclose.c (_IO_old_fclose): Likewise. | Ulrich Drepper | 2005-09-26 | 1 | -2/+2 | |
* | [BZ #627] | Ulrich Drepper | 2005-09-26 | 1 | -2/+2 | |
* | [BZ #394] | Ulrich Drepper | 2005-09-23 | 2 | -3/+10 | |
* | * stdio-common/Makefile (tests): Add tst-put-error. | Ulrich Drepper | 2005-09-04 | 2 | -6/+8 | |
* | * libio/stdio.h: Remove __wur from ungetc, sscanf, and vsscanf. | Ulrich Drepper | 2005-09-01 | 1 | -10/+10 | |
* | * wcsmbs/bits/wchar2.h: New file. | Ulrich Drepper | 2005-07-15 | 2 | -12/+14 | |
* | [BZ #779] | Ulrich Drepper | 2005-03-19 | 1 | -15/+42 | |
* | * wcsmbs/wctob.c (wctob): Make buf array of unsigned char. | Ulrich Drepper | 2005-03-06 | 1 | -15/+17 | |
* | * sysdeps/unix/sysv/linux/libc_fatal.c: Print backtrace and memory | Ulrich Drepper | 2005-02-21 | 1 | -4/+15 | |
* | [BZ #284, BZ #721] | Roland McGrath | 2005-02-17 | 1 | -2/+2 | |
* | * sysdeps/mach/hurd/tls.h: Include <stdbool.h> | Roland McGrath | 2005-02-02 | 1 | -0/+1 | |
* | * hurd/sigunwind.c (_hurdsig_longjmp_from_handler): Fix a typo | Roland McGrath | 2005-01-19 | 1 | -0/+2 | |
* | Update. | Ulrich Drepper | 2005-01-07 | 1 | -2/+2 | |
* | Update. | Ulrich Drepper | 2005-01-06 | 1 | -24/+25 | |
* | Update. | Ulrich Drepper | 2005-01-06 | 1 | -2/+14 | |
* | Update. | Ulrich Drepper | 2005-01-06 | 2 | -8/+21 | |
* | (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. | Ulrich Drepper | 2004-12-22 | 62 | -1739/+528 | |
* | 2.5-18.1 | Jakub Jelinek | 2007-07-12 | 62 | -528/+1739 | |
* | Update. | Ulrich Drepper | 2004-12-06 | 1 | -2/+2 | |
* | Update. | Ulrich Drepper | 2004-12-06 | 2 | -43/+9 | |
* | Test for ungetc bug. | Ulrich Drepper | 2004-12-06 | 1 | -0/+116 | |
* | Update. | Ulrich Drepper | 2004-11-27 | 2 | -56/+48 | |
* | (_IO_FLAGS2_FORTIFY): Renamed from _IO_FLAGS2_CHECK_PERCENT_N. | Ulrich Drepper | 2004-11-18 | 1 | -1/+1 | |
* | Update. | Ulrich Drepper | 2004-11-09 | 2 | -1/+95 | |
* | (_IO_new_file_seekoff): If mode is 0 and fp->_offset == _IO_pos_BAD, just cal... | Ulrich Drepper | 2004-11-09 | 1 | -1/+12 | |
* | 2004-11-03 Marcus Brinkmann <marcus@gnu.org> | Roland McGrath | 2004-11-08 | 1 | -1/+1 | |
* | 2004-11-04 Jakub Jelinek <jakub@redhat.com> | Roland McGrath | 2004-11-04 | 7 | -13/+18 | |
* | 2004-10-15 Jakub Jelinek <jakub@redhat.com> | Ulrich Drepper | 2004-10-18 | 7 | -17/+101 | |
* | [BZ #346] | Ulrich Drepper | 2004-09-26 | 1 | -4/+4 | |
* | Update. | Ulrich Drepper | 2004-09-14 | 12 | -397/+413 | |
* | Update. | Ulrich Drepper | 2004-09-07 | 1 | -2/+2 | |
* | [BZ #316] | Roland McGrath | 2004-08-10 | 1 | -3/+4 | |
* | [BZ #309] | Ulrich Drepper | 2004-08-10 | 1 | -12/+18 | |
* | [BZ #282] | Ulrich Drepper | 2004-07-23 | 1 | -26/+1 |