Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-27 | Fix some grammar in the manual. | Roland McGrath | 2 | -2/+7 | |
2011-09-27 | Correctly reparse group line after enlarging the buffer | Andreas Schwab | 2 | -4/+13 | |
2011-09-26 | Fix parse error in bits/mathinline.h with --std=c99 | Andreas Schwab | 2 | -8/+12 | |
2011-09-21 | Link libresolv.so with ld.so for __stack_chk_guard. | Joseph Myers | 2 | -1/+14 | |
2011-09-19 | Clean up disabling of script_execute | Roland McGrath | 2 | -9/+16 | |
2011-09-19 | Get rid of tls.make include file. | Roland McGrath | 3 | -9/+6 | |
2011-09-19 | Use CPPFLAGS from configure. | Mike Frysinger | 3 | -1/+7 | |
2011-09-15 | finite for 64-bit platforms | Ulrich Drepper | 2 | -0/+34 | |
2011-09-15 | Define IP_MULTICAST_ALL | Ulrich Drepper | 2 | -1/+7 | |
2011-09-15 | Use HIDDEN_JUMPTARGET rather than spelling out its effects, for ↵ | Roland McGrath | 4 | -11/+15 | |
____longjmp_chk implementations. | |||||
2011-09-15 | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 12 | -25/+68 | |
Conflicts: ChangeLog | |||||
2011-09-15 | Add fmax and fmin inlines for x86-64 | Ulrich Drepper | 2 | -5/+46 | |
2011-09-15 | Avoid race between {,__de}allocate_stack and __reclaim_stacks during fork | Andreas Schwab | 7 | -9/+41 | |
2011-09-15 | Fix PLT uses in libm on powerpc | Andreas Schwab | 5 | -16/+27 | |
2011-09-14 | Use correct section to allow merging | Ulrich Drepper | 2 | -2/+4 | |
2011-09-14 | Optimized lrint and llrint for x86-64 | Ulrich Drepper | 2 | -10/+53 | |
2011-09-14 | Also relocate in dependency order when doing symbol dependency testing | Andreas Schwab | 2 | -7/+9 | |
2011-09-13 | Fix undefined symbol in powerpc64 dl-machine.h | Andreas Schwab | 2 | -2/+5 | |
2011-09-13 | Avoid macro clash between <sys/select.h> and <linux/posix_types.h> | Andreas Schwab | 6 | -16/+25 | |
2011-09-13 | Fix pattern on $(ldd-rewrite-script) substitution | Andreas Schwab | 2 | -1/+3 | |
2011-09-13 | Only use USE___THREAD when defined | Andreas Schwab | 2 | -2/+17 | |
2011-09-12 | Optimize logb code for 64-bit machines | Ulrich Drepper | 2 | -0/+48 | |
2011-09-12 | Revert "Remove last use of USE___THREAD" | Ulrich Drepper | 2 | -5/+135 | |
This reverts commit de82006d43e198fd162807c9adc720c7ebd728a3. Conflicts: ChangeLog | |||||
2011-09-12 | Fix invalid conversion in __cmsg_nxthdr | Andreas Schwab | 3 | -4/+9 | |
2011-09-12 | Remove last use of USE___THREAD | Andreas Schwab | 2 | -135/+7 | |
2011-09-11 | Cleanup CL | Ulrich Drepper | 1 | -4/+4 | |
2011-09-11 | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 4 | -13/+22 | |
2011-09-11 | Remove --wth-tls option, TLS support is required | Ulrich Drepper | 34 | -343/+888 | |
2011-09-11 | Prepend $(..) to $(ldd-rewrite-script) if non-absolute | Andreas Schwab | 4 | -13/+22 | |
2011-09-11 | Avoid cast in non-gcc obstack_free | Ulrich Drepper | 3 | -6/+9 | |
2011-09-11 | Fix use of AC_INIT | Ulrich Drepper | 4 | -172/+206 | |
2011-09-11 | Provide static initializer for _dl_pagesize in statically linked code | Ulrich Drepper | 2 | -2/+7 | |
2011-09-10 | Remove MALLOC_FAILURE_ACTION use in malloc | Ulrich Drepper | 3 | -23/+11 | |
2011-09-10 | Simplify malloc initialization | Ulrich Drepper | 8 | -98/+65 | |
Singificantly reduce the code needed at malloc initialization. In the process getpagesize is simplified by always initializing GLRO(dl_pagesize). | |||||
2011-09-10 | Simplify malloc code | Ulrich Drepper | 5 | -1745/+251 | |
Remove all kinds of unused configuration options and dead code. | |||||
2011-09-10 | Remove support for !USE___THREAD | Ulrich Drepper | 54 | -997/+339 | |
2011-09-10 | Cleanup of configuration options | Ulrich Drepper | 84 | -796/+467 | |
Make several tool features mandatory and simplify the code. | |||||
2011-09-09 | Fix jn precision | Petr Baudis | 10 | -56/+232 | |
2011-09-09 | Use (void*) instead of 0 for return value pointer in __cmsg_nexthdr | Ulrich Drepper | 4 | -6/+13 | |
2011-09-09 | Fix boundary conditions in scanf | Ulrich Drepper | 3 | -28/+104 | |
Allocate large buffers with realloc. When returning error make sure the stream is unlocked. | |||||
2011-09-09 | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 3 | -7/+13 | |
Conflicts: ChangeLog | |||||
2011-09-09 | Don't lock string streams in stream cleanup code | Ulrich Drepper | 3 | -11/+17 | |
2011-09-09 | Define ELFOSABI_GNU. | Roland McGrath | 2 | -2/+8 | |
2011-09-09 | string/strncat.c: fix compilation for some architectures | Denis Zaitceff | 2 | -0/+6 | |
2011-09-09 | Fix sotruss help messages | Ulrich Drepper | 2 | -10/+15 | |
2011-09-09 | Fill in real information in __dl_iterate_phdr | Ulrich Drepper | 2 | -7/+12 | |
2011-09-08 | Fix macro used in test | H.J. Lu | 3 | -3/+10 | |
2011-09-08 | Fix warning in elf/sprof.c | Andreas Jaeger | 2 | -8/+4 | |
2011-09-08 | Fix lround() loses precision | Paul Pluzhnikov | 3 | -1/+8 | |
2011-09-08 | Regenerated | Ulrich Drepper | 1 | -22/+3 | |