about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* finite for 64-bit platformsUlrich Drepper2011-09-152-0/+34
|
* Define IP_MULTICAST_ALLUlrich Drepper2011-09-152-1/+7
|
* Use HIDDEN_JUMPTARGET rather than spelling out its effects, for ↵Roland McGrath2011-09-154-11/+15
| | | | ____longjmp_chk implementations.
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-09-1512-25/+68
|\ | | | | | | | | Conflicts: ChangeLog
| * Avoid race between {,__de}allocate_stack and __reclaim_stacks during forkAndreas Schwab2011-09-157-9/+41
| |
| * Fix PLT uses in libm on powerpcAndreas Schwab2011-09-155-16/+27
| |
* | Add fmax and fmin inlines for x86-64Ulrich Drepper2011-09-152-5/+46
|/
* Use correct section to allow mergingUlrich Drepper2011-09-142-2/+4
|
* Optimized lrint and llrint for x86-64Ulrich Drepper2011-09-142-10/+53
|
* Also relocate in dependency order when doing symbol dependency testingAndreas Schwab2011-09-142-7/+9
|
* Fix undefined symbol in powerpc64 dl-machine.hAndreas Schwab2011-09-132-2/+5
|
* Avoid macro clash between <sys/select.h> and <linux/posix_types.h>Andreas Schwab2011-09-136-16/+25
|
* Fix pattern on $(ldd-rewrite-script) substitutionAndreas Schwab2011-09-132-1/+3
|
* Only use USE___THREAD when definedAndreas Schwab2011-09-132-2/+17
|
* Optimize logb code for 64-bit machinesUlrich Drepper2011-09-122-0/+48
|
* Revert "Remove last use of USE___THREAD"Ulrich Drepper2011-09-122-5/+135
| | | | | | | | This reverts commit de82006d43e198fd162807c9adc720c7ebd728a3. Conflicts: ChangeLog
* Fix invalid conversion in __cmsg_nxthdrAndreas Schwab2011-09-123-4/+9
|
* Remove last use of USE___THREADAndreas Schwab2011-09-122-135/+7
|
* Cleanup CLUlrich Drepper2011-09-111-4/+4
|
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-09-114-13/+22
|\
| * Prepend $(..) to $(ldd-rewrite-script) if non-absoluteAndreas Schwab2011-09-114-13/+22
| |
* | Remove --wth-tls option, TLS support is requiredUlrich Drepper2011-09-1134-343/+888
|/
* Avoid cast in non-gcc obstack_freeUlrich Drepper2011-09-113-6/+9
|
* Fix use of AC_INITUlrich Drepper2011-09-114-172/+206
|
* Provide static initializer for _dl_pagesize in statically linked codeUlrich Drepper2011-09-112-2/+7
|
* Remove MALLOC_FAILURE_ACTION use in mallocUlrich Drepper2011-09-103-23/+11
|
* Simplify malloc initializationUlrich Drepper2011-09-108-98/+65
| | | | | | Singificantly reduce the code needed at malloc initialization. In the process getpagesize is simplified by always initializing GLRO(dl_pagesize).
* Simplify malloc codeUlrich Drepper2011-09-105-1745/+251
| | | | Remove all kinds of unused configuration options and dead code.
* Remove support for !USE___THREADUlrich Drepper2011-09-1054-997/+339
|
* Cleanup of configuration optionsUlrich Drepper2011-09-1084-796/+467
| | | | Make several tool features mandatory and simplify the code.
* Fix jn precisionPetr Baudis2011-09-0910-56/+232
|
* Use (void*) instead of 0 for return value pointer in __cmsg_nexthdrUlrich Drepper2011-09-094-6/+13
|
* Fix boundary conditions in scanfUlrich Drepper2011-09-093-28/+104
| | | | | Allocate large buffers with realloc. When returning error make sure the stream is unlocked.
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-09-093-7/+13
|\ | | | | | | | | Conflicts: ChangeLog
| * Define ELFOSABI_GNU.Roland McGrath2011-09-092-2/+8
| |
* | Don't lock string streams in stream cleanup codeUlrich Drepper2011-09-093-11/+17
|/
* string/strncat.c: fix compilation for some architecturesDenis Zaitceff2011-09-092-0/+6
|
* Fix sotruss help messagesUlrich Drepper2011-09-092-10/+15
|
* Fill in real information in __dl_iterate_phdrUlrich Drepper2011-09-092-7/+12
|
* Fix macro used in testH.J. Lu2011-09-083-3/+10
|
* Fix warning in elf/sprof.cAndreas Jaeger2011-09-082-8/+4
|
* Fix lround() loses precisionPaul Pluzhnikov2011-09-083-1/+8
|
* RegeneratedUlrich Drepper2011-09-081-22/+3
|
* Remove support for automatic cvs check-insUlrich Drepper2011-09-0812-65/+20
| | | | CVS use for glibc is long gone.
* Add missing definition of LOCPATH for bug-regex32 runJohn Stanley2011-09-083-1/+6
|
* Add range checking for FD_SET, FD_CLR, and FD_ISSETUlrich Drepper2011-09-0810-10/+121
|
* Move wide char tests to wcsmbs directoryUlrich Drepper2011-09-087-9/+23
|
* New comprehensive test for wmemcmpLiubov Dmitrieva2011-09-083-42/+64
|
* BZ#13153: Update manual last-edit info.Roland McGrath2011-09-082-3/+7
|
* sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.Samuel Thibault2011-09-082-1/+9
|