Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Optimized lrint and llrint for x86-64 | Ulrich Drepper | 2011-09-14 | 2 | -10/+53 | |
| | ||||||
* | Also relocate in dependency order when doing symbol dependency testing | Andreas Schwab | 2011-09-14 | 2 | -7/+9 | |
| | ||||||
* | Fix undefined symbol in powerpc64 dl-machine.h | Andreas Schwab | 2011-09-13 | 2 | -2/+5 | |
| | ||||||
* | Avoid macro clash between <sys/select.h> and <linux/posix_types.h> | Andreas Schwab | 2011-09-13 | 6 | -16/+25 | |
| | ||||||
* | Fix pattern on $(ldd-rewrite-script) substitution | Andreas Schwab | 2011-09-13 | 2 | -1/+3 | |
| | ||||||
* | Only use USE___THREAD when defined | Andreas Schwab | 2011-09-13 | 2 | -2/+17 | |
| | ||||||
* | Optimize logb code for 64-bit machines | Ulrich Drepper | 2011-09-12 | 2 | -0/+48 | |
| | ||||||
* | Revert "Remove last use of USE___THREAD" | Ulrich Drepper | 2011-09-12 | 2 | -5/+135 | |
| | | | | | | | | This reverts commit de82006d43e198fd162807c9adc720c7ebd728a3. Conflicts: ChangeLog | |||||
* | Fix invalid conversion in __cmsg_nxthdr | Andreas Schwab | 2011-09-12 | 3 | -4/+9 | |
| | ||||||
* | Remove last use of USE___THREAD | Andreas Schwab | 2011-09-12 | 2 | -135/+7 | |
| | ||||||
* | Cleanup CL | Ulrich Drepper | 2011-09-11 | 1 | -4/+4 | |
| | ||||||
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2011-09-11 | 4 | -13/+22 | |
|\ | ||||||
| * | Prepend $(..) to $(ldd-rewrite-script) if non-absolute | Andreas Schwab | 2011-09-11 | 4 | -13/+22 | |
| | | ||||||
* | | Remove --wth-tls option, TLS support is required | Ulrich Drepper | 2011-09-11 | 34 | -343/+888 | |
|/ | ||||||
* | Avoid cast in non-gcc obstack_free | Ulrich Drepper | 2011-09-11 | 3 | -6/+9 | |
| | ||||||
* | Fix use of AC_INIT | Ulrich Drepper | 2011-09-11 | 4 | -172/+206 | |
| | ||||||
* | Provide static initializer for _dl_pagesize in statically linked code | Ulrich Drepper | 2011-09-11 | 2 | -2/+7 | |
| | ||||||
* | Remove MALLOC_FAILURE_ACTION use in malloc | Ulrich Drepper | 2011-09-10 | 3 | -23/+11 | |
| | ||||||
* | Simplify malloc initialization | Ulrich Drepper | 2011-09-10 | 8 | -98/+65 | |
| | | | | | | Singificantly reduce the code needed at malloc initialization. In the process getpagesize is simplified by always initializing GLRO(dl_pagesize). | |||||
* | Simplify malloc code | Ulrich Drepper | 2011-09-10 | 5 | -1745/+251 | |
| | | | | Remove all kinds of unused configuration options and dead code. | |||||
* | Remove support for !USE___THREAD | Ulrich Drepper | 2011-09-10 | 54 | -997/+339 | |
| | ||||||
* | Cleanup of configuration options | Ulrich Drepper | 2011-09-10 | 84 | -796/+467 | |
| | | | | Make several tool features mandatory and simplify the code. | |||||
* | Fix jn precision | Petr Baudis | 2011-09-09 | 10 | -56/+232 | |
| | ||||||
* | Use (void*) instead of 0 for return value pointer in __cmsg_nexthdr | Ulrich Drepper | 2011-09-09 | 4 | -6/+13 | |
| | ||||||
* | Fix boundary conditions in scanf | Ulrich Drepper | 2011-09-09 | 3 | -28/+104 | |
| | | | | | Allocate large buffers with realloc. When returning error make sure the stream is unlocked. | |||||
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2011-09-09 | 3 | -7/+13 | |
|\ | | | | | | | | | Conflicts: ChangeLog | |||||
| * | Define ELFOSABI_GNU. | Roland McGrath | 2011-09-09 | 2 | -2/+8 | |
| | | ||||||
* | | Don't lock string streams in stream cleanup code | Ulrich Drepper | 2011-09-09 | 3 | -11/+17 | |
|/ | ||||||
* | string/strncat.c: fix compilation for some architectures | Denis Zaitceff | 2011-09-09 | 2 | -0/+6 | |
| | ||||||
* | Fix sotruss help messages | Ulrich Drepper | 2011-09-09 | 2 | -10/+15 | |
| | ||||||
* | Fill in real information in __dl_iterate_phdr | Ulrich Drepper | 2011-09-09 | 2 | -7/+12 | |
| | ||||||
* | Fix macro used in test | H.J. Lu | 2011-09-08 | 3 | -3/+10 | |
| | ||||||
* | Fix warning in elf/sprof.c | Andreas Jaeger | 2011-09-08 | 2 | -8/+4 | |
| | ||||||
* | Fix lround() loses precision | Paul Pluzhnikov | 2011-09-08 | 3 | -1/+8 | |
| | ||||||
* | Regenerated | Ulrich Drepper | 2011-09-08 | 1 | -22/+3 | |
| | ||||||
* | Remove support for automatic cvs check-ins | Ulrich Drepper | 2011-09-08 | 12 | -65/+20 | |
| | | | | CVS use for glibc is long gone. | |||||
* | Add missing definition of LOCPATH for bug-regex32 run | John Stanley | 2011-09-08 | 3 | -1/+6 | |
| | ||||||
* | Add range checking for FD_SET, FD_CLR, and FD_ISSET | Ulrich Drepper | 2011-09-08 | 10 | -10/+121 | |
| | ||||||
* | Move wide char tests to wcsmbs directory | Ulrich Drepper | 2011-09-08 | 7 | -9/+23 | |
| | ||||||
* | New comprehensive test for wmemcmp | Liubov Dmitrieva | 2011-09-08 | 3 | -42/+64 | |
| | ||||||
* | BZ#13153: Update manual last-edit info. | Roland McGrath | 2011-09-08 | 2 | -3/+7 | |
| | ||||||
* | sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro. | Samuel Thibault | 2011-09-08 | 2 | -1/+9 | |
| | ||||||
* | Hurd: fix use of uninitialized value in fork port copying. | Roland McGrath | 2011-09-08 | 2 | -3/+9 | |
| | ||||||
* | Fix crash during error handling | Andreas Schwab | 2011-09-08 | 2 | -1/+5 | |
| | ||||||
* | Use O_CLOEXEC when loading objects in ld.so | Ulrich Drepper | 2011-09-08 | 2 | -1/+3 | |
| | ||||||
* | Pass back error code from dlerror_run | Ulrich Drepper | 2011-09-07 | 2 | -3/+6 | |
| | ||||||
* | Fix memory leak in case of failed dlopen | Ulrich Drepper | 2011-09-07 | 3 | -1/+6 | |
| | ||||||
* | Remove invalid BZ number | Ulrich Drepper | 2011-09-07 | 1 | -1/+1 | |
| | ||||||
* | Fix up x86-32 section names for Atom code | Liubov Dmitrieva | 2011-09-07 | 7 | -9/+17 | |
| | ||||||
* | Check for finite/infinity parms in IBM Long Double 128 fmal( ) | Ulrich Drepper | 2011-09-07 | 2 | -0/+44 | |
| | | | | | | | | | | | This patch addresses some IBM Long Double 128 fmal () test-ldouble.out and test-ildoubl.out failures. If the ‘x’ and ‘y’ parameters are finite values and ‘z’ is infinity, the result of fmal () should be ‘z’ not NaN. Conflicts: ChangeLog |