Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-02-10 | A bit of testsuite cleanup. | Thomas Schwinge | 3 | -14/+38 | |
2012-02-10 | Revert FSF address changes to locales. | Joseph Myers | 32 | -31/+35 | |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | 6284 | -18619/+12392 | |
2012-02-09 | Use <> for include of kernel-features.h. | Richard Henderson | 2 | -1/+4 | |
2012-02-09 | Avoid pointer type mismatch warning. | Richard Henderson | 2 | -1/+5 | |
update_get_addr returns a link_map*, but the return expression was of type char*. Fix by relying on gcc's void* arithmetic extension and auto-conversion from void*. | |||||
2012-02-09 | Update ChangeLog | Andreas Schwab | 1 | -0/+5 | |
2012-02-09 | Remove _G_HAVE_SYS_CDEFS. | Marek Polacek | 5 | -9/+8 | |
2012-02-08 | Reduce ldouble ULPs for jn tests on x86 | Andreas Schwab | 3 | -36/+36 | |
2012-02-08 | powerpc: add crt files | Andreas Schwab | 4 | -0/+303 | |
* sysdeps/powerpc/powerpc32/crti.S: New file. * sysdeps/powerpc/powerpc32/crtn.S: New file. * sysdeps/powerpc/powerpc64/crti.S: New file. * sysdeps/powerpc/powerpc64/crtn.S: New file. | |||||
2012-02-08 | Remove have-initfini and need-nopic-initfini | Andreas Schwab | 8 | -37/+13 | |
2012-02-08 | Add missing dependency for pt-crti.o | Andreas Schwab | 2 | -0/+6 | |
2012-02-08 | Add 411 to list of fixed bugs. | Joseph Myers | 1 | -1/+1 | |
2012-02-08 | Support crti.S and crtn.S provided directly by architectures. | Joseph Myers | 10 | -13/+239 | |
2012-02-07 | Remove _G_ARGS macros. | Marek Polacek | 4 | -9/+6 | |
2012-02-07 | Add tst-CMPLX2 test. | Marek Polacek | 3 | -1/+155 | |
2012-02-07 | Adjust libm test ULPs for powerpc | Andreas Schwab | 2 | -2/+18 | |
2012-02-07 | Fix loss of precision in jn tests | Andreas Schwab | 2 | -9/+13 | |
2012-02-07 | Remove __ELF__ conditionals | Marek Polacek | 55 | -265/+122 | |
2012-02-06 | Undefine and redefine __i686 for assembly code. | Joseph Myers | 2 | -1/+12 | |
2012-02-06 | Match x86 PIC thunk names to compiler version. | Joseph Myers | 2 | -3/+22 | |
2012-02-05 | Use macro for PIC setup in inline asm. | Joseph Myers | 3 | -10/+28 | |
2012-02-03 | Use macros for x86 PIC thunk names. | Joseph Myers | 3 | -15/+28 | |
2012-02-03 | Consistently use macros for x86 PIC thunks. | Joseph Myers | 50 | -490/+177 | |
2012-02-03 | Include <stdio.h> in math/tst-CMPLX.c. | Joseph Myers | 2 | -0/+5 | |
2012-01-31 | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 7 | -57/+23 | |
2012-01-31 | Cleanups of malloc | Ulrich Drepper | 4 | -195/+145 | |
Remove ugly names and unnecessary wrappers. | |||||
2012-01-31 | Always define float_t as float for PowerPC, SH and SPARC. | Joseph Myers | 4 | -39/+12 | |
2012-01-31 | Remove PARAMS macros. | Marek Polacek | 4 | -18/+11 | |
2012-01-31 | Handle ARENA_TEST correctly | Ulrich Drepper | 2 | -2/+15 | |
2012-01-30 | Don't add CL for generated files!!! | Ulrich Drepper | 1 | -1/+0 | |
2012-01-30 | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 42 | -206/+476 | |
Conflicts: ChangeLog | |||||
2012-01-30 | Optimize __get_tls_addr a bit | Ulrich Drepper | 2 | -16/+36 | |
Rearrange code to avoid creation of a stack frame. At least on x86-64 the code for the fast path should be down to the bare minimum. | |||||
2012-01-30 | Remove miscellaneous __STDC__ conditionals. | Joseph Myers | 30 | -110/+67 | |
2012-01-30 | Fix makefile/configure problems with sse2avx changes. | Joseph Myers | 5 | -1/+13 | |
2012-01-30 | Merge remote-tracking branch 'origin/cmetcalf/tile_config' | Roland McGrath | 3 | -86/+142 | |
Conflicts: ChangeLog | |||||
2012-01-30 | Add Tile relocation types. | Chris Metcalf | 2 | -3/+223 | |
2012-01-30 | Merge remote-tracking branch 'origin/cmetcalf/tile_epoll_pwait' | Roland McGrath | 3 | -1/+13 | |
Conflicts: ChangeLog | |||||
2012-01-30 | Merge remote-tracking branch 'origin/cmetcalf/tile_not_cancel_h' | Roland McGrath | 2 | -1/+4 | |
Conflicts: ChangeLog | |||||
2012-01-30 | Merge remote-tracking branch 'origin/cmetcalf/tile_firstversions' | Roland McGrath | 2 | -2/+8 | |
Conflicts: ChangeLog | |||||
2012-01-30 | Merge remote-tracking branch 'origin/cmetcalf/tile_faccessat' | Roland McGrath | 2 | -2/+6 | |
2012-01-29 | Update config.guess, config.sub from upstream config git repository. | Chris Metcalf | 3 | -86/+142 | |
2012-01-28 | Optimize x86-64 math inline header a bit | Ulrich Drepper | 2 | -8/+38 | |
2012-01-28 | Use -msse2avx option for x86-64 libm functions | Ulrich Drepper | 13 | -60/+83 | |
2012-01-28 | Call __fxstatat64 from faccessat() to avoid PLT in -Os builds. | Chris Metcalf | 2 | -2/+6 | |
2012-01-28 | Fix bug in firstversions.awk version range handling. | Chris Metcalf | 2 | -2/+10 | |
2012-01-28 | Use include/sys/epoll.h to provide libc_hidden_proto for epoll_pwait(). | Chris Metcalf | 3 | -1/+15 | |
2012-01-28 | Use <> brackets for not-cancel.h in sysdeps/unix/sysv/linux/grantpt.c. | Chris Metcalf | 2 | -1/+6 | |
2012-01-28 | Simplify use of AVX instructions in internal math macros | Ulrich Drepper | 2 | -59/+24 | |
2012-01-27 | PowerPC - A2 memcpy cache line size initialization | Adhemerval Zanella | 3 | -4/+57 | |
2012-01-27 | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 135 | -1137/+271 | |
Conflicts: ChangeLog |