Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [BZ #6657] | Ulrich Drepper | 2008-06-27 | 1 | -0/+10 |
| | | | | | | | | 2008-06-27 Ulrich Drepper <drepper@redhat.com> [BZ #6657] * time/strptime_l.c: Don't clear s.era_cnt after successful match of %EY. Patch by Petr Baudis. | ||||
* | * resolv/res_debig.c (__p_type_syms): Add ns_t_dname entry. | Ulrich Drepper | 2008-06-27 | 1 | -2/+2 |
| | | | | Patch by Peter Jones <pjones@redhat.com>. | ||||
* | [BZ #6654] | Ulrich Drepper | 2008-06-26 | 1 | -2/+23 |
| | | | | | | | 2008-06-25 Ulrich Drepper <drepper@redhat.com> [BZ #6654] * stdlib/canonicalize.c (__realpath): readlink can write too much into the buffer on platforms without PATH_MAX. | ||||
* | * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t | Ulrich Drepper | 2007-08-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | value. * stdio-common/tst-fmemopen2.c (do_test): Avoid fmt string warning if off_t is different rank from size_t. * sysdeps/generic/unwind-dw2.c (extract_cie_info, execute_cfa_program, uw_frame_state_for): Avoid type punning warnings. * sysdeps/generic/unwind-dw2-fde-glibc.c (_Unwind_IteratePhdrCallback): Likewise. * sysdeps/generic/unwind-dw2-fde.c (_Unwind_Find_FDE): Likewise. (binary_search_single_encoding_fdes, binary_search_mixed_encoding_fdes, get_cie_encoding, linear_search_fdes): Don't mix char and unsigned char pointers. | ||||
* | Test of greedy matching in strptime. | Ulrich Drepper | 2007-07-10 | 1 | -0/+23 |