Andreas Schwab [Thu, 13 Oct 2011 11:33:58 +0000 (13:33 +0200)]
Check for zero size in memrchr for x86_64
Andreas Schwab [Thu, 13 Oct 2011 10:39:24 +0000 (12:39 +0200)]
Add memrchr tests
Ulrich Drepper [Wed, 12 Oct 2011 15:42:57 +0000 (11:42 -0400)]
Fix whitespaces
Liubov Dmitrieva [Wed, 12 Oct 2011 15:42:04 +0000 (11:42 -0400)]
Optimized memchr, memrchr, rawmemchr for x86-32
Ulrich Drepper [Wed, 12 Oct 2011 15:27:51 +0000 (11:27 -0400)]
Optimize libm
libm is now somewhat integrated with gcc's -ffinite-math-only option
and lots of the wrapper functions have been optimized.
Andreas Schwab [Mon, 10 Oct 2011 19:34:32 +0000 (21:34 +0200)]
Fix PLT use in getnetgrent_r
Andreas Schwab [Mon, 10 Oct 2011 18:43:38 +0000 (20:43 +0200)]
Implement __isinf_nsl for IBM long double
Ulrich Drepper [Sun, 9 Oct 2011 17:17:46 +0000 (13:17 -0400)]
Merge branch 'master' of ssh://sourceware.org/git/glibc
Conflicts:
ChangeLog
Ulrich Drepper [Sun, 9 Oct 2011 17:16:29 +0000 (13:16 -0400)]
Update Japanese translation
Roland McGrath [Mon, 19 Sep 2011 18:32:27 +0000 (11:32 -0700)]
Clean up locarchive mmap reservation code.
Roland McGrath [Sat, 8 Oct 2011 22:28:21 +0000 (15:28 -0700)]
Conditionalize unnecessary #include.
Roland McGrath [Sat, 8 Oct 2011 22:25:08 +0000 (15:25 -0700)]
Fix some nit warnings.
Ulrich Drepper [Sat, 8 Oct 2011 14:18:26 +0000 (10:18 -0400)]
Optimize use of isnan, isinf, finite
Ulrich Drepper [Sat, 8 Oct 2011 12:22:44 +0000 (08:22 -0400)]
isinf returns the sign of the number, use it in printf*
Ulrich Drepper [Sat, 8 Oct 2011 09:16:04 +0000 (05:16 -0400)]
Use private math_private.h in files in math/
Ulrich Drepper [Sat, 8 Oct 2011 08:30:28 +0000 (04:30 -0400)]
Note bug number in CL
Ulrich Drepper [Sat, 8 Oct 2011 07:26:42 +0000 (03:26 -0400)]
Update Japanese translation
Andreas Jaeger [Sat, 8 Oct 2011 07:24:17 +0000 (03:24 -0400)]
Fix netname2host
Andreas Jaeger [Fri, 7 Oct 2011 19:14:06 +0000 (15:14 -0400)]
Fix remainder (NaN, 0)
Andreas Krebbel [Fri, 7 Oct 2011 16:09:59 +0000 (12:09 -0400)]
S/390: Fix longlong.h inline asms for zarch
Liubov Dmitrieva [Fri, 7 Oct 2011 15:52:49 +0000 (11:52 -0400)]
delete 4 lines with unused "define" macros in test-memcmp
Ulrich Drepper [Fri, 7 Oct 2011 15:50:21 +0000 (11:50 -0400)]
Fix whitespace
Liubov Dmitrieva [Fri, 7 Oct 2011 15:49:10 +0000 (11:49 -0400)]
Improve 64 bit memchr, memrchr, rawmemchr with SSE2
Marek Polacek [Fri, 7 Oct 2011 15:00:13 +0000 (11:00 -0400)]
elf/dl-load.c: Avoid warning
Ulrich Drepper [Fri, 7 Oct 2011 14:44:13 +0000 (10:44 -0400)]
Update Catalan translation
Ulrich Drepper [Fri, 7 Oct 2011 14:33:10 +0000 (10:33 -0400)]
Fix type in NEWS
Ulrich Drepper [Fri, 7 Oct 2011 14:06:31 +0000 (10:06 -0400)]
Implement caching of nscd
Ulrich Drepper [Fri, 7 Oct 2011 05:20:53 +0000 (01:20 -0400)]
Don't unnecesarily use inotify in nscd
Ulrich Drepper [Thu, 6 Oct 2011 07:44:19 +0000 (03:44 -0400)]
Avoid warning when reload of group entry fails
Ulrich Drepper [Thu, 6 Oct 2011 07:18:20 +0000 (03:18 -0400)]
Stop crash in OOM handling in NSS
Jiri Olsa [Thu, 6 Oct 2011 07:14:21 +0000 (03:14 -0400)]
More fallout from OOM in NSS
Jiri Olsa [Thu, 6 Oct 2011 07:04:10 +0000 (03:04 -0400)]
Handle OOM in NSS
Andreas Schwab [Tue, 4 Oct 2011 14:10:16 +0000 (16:10 +0200)]
Don't call ifunc functions in trace mode
Ulrich Drepper [Wed, 28 Sep 2011 14:01:13 +0000 (10:01 -0400)]
Optimize libnss_files initialization
Andreas Schwab [Tue, 27 Sep 2011 14:40:18 +0000 (16:40 +0200)]
Adjust powerpc libm ULPs
Roland McGrath [Tue, 27 Sep 2011 16:32:38 +0000 (09:32 -0700)]
Fix some grammar in the manual.
Andreas Schwab [Mon, 26 Sep 2011 15:49:14 +0000 (17:49 +0200)]
Correctly reparse group line after enlarging the buffer
Andreas Schwab [Mon, 26 Sep 2011 11:29:01 +0000 (13:29 +0200)]
Fix parse error in bits/mathinline.h with --std=c99
Joseph Myers [Wed, 21 Sep 2011 20:27:50 +0000 (13:27 -0700)]
Link libresolv.so with ld.so for __stack_chk_guard.
Roland McGrath [Mon, 19 Sep 2011 19:50:25 +0000 (12:50 -0700)]
Clean up disabling of script_execute
Roland McGrath [Mon, 19 Sep 2011 19:48:15 +0000 (12:48 -0700)]
Get rid of tls.make include file.
Mike Frysinger [Mon, 19 Sep 2011 19:41:04 +0000 (12:41 -0700)]
Use CPPFLAGS from configure.
Ulrich Drepper [Fri, 16 Sep 2011 03:01:56 +0000 (23:01 -0400)]
finite for 64-bit platforms
Ulrich Drepper [Thu, 15 Sep 2011 22:09:53 +0000 (18:09 -0400)]
Define IP_MULTICAST_ALL
Roland McGrath [Thu, 15 Sep 2011 19:26:08 +0000 (12:26 -0700)]
Use HIDDEN_JUMPTARGET rather than spelling out its effects, for ____longjmp_chk implementations.
Ulrich Drepper [Thu, 15 Sep 2011 17:12:25 +0000 (13:12 -0400)]
Merge branch 'master' of ssh://sourceware.org/git/glibc
Conflicts:
ChangeLog
Ulrich Drepper [Thu, 15 Sep 2011 17:11:08 +0000 (13:11 -0400)]
Add fmax and fmin inlines for x86-64
Andreas Schwab [Thu, 15 Sep 2011 12:48:01 +0000 (14:48 +0200)]
Avoid race between {,__de}allocate_stack and __reclaim_stacks during fork
Andreas Schwab [Thu, 15 Sep 2011 09:16:03 +0000 (11:16 +0200)]
Fix PLT uses in libm on powerpc
Ulrich Drepper [Wed, 14 Sep 2011 17:43:24 +0000 (13:43 -0400)]
Use correct section to allow merging
Ulrich Drepper [Wed, 14 Sep 2011 16:58:43 +0000 (12:58 -0400)]
Optimized lrint and llrint for x86-64
Andreas Schwab [Wed, 14 Sep 2011 10:12:25 +0000 (12:12 +0200)]
Also relocate in dependency order when doing symbol dependency testing
Andreas Schwab [Tue, 13 Sep 2011 17:07:33 +0000 (19:07 +0200)]
Fix undefined symbol in powerpc64 dl-machine.h
Andreas Schwab [Tue, 13 Sep 2011 12:41:37 +0000 (14:41 +0200)]
Avoid macro clash between <sys/select.h> and <linux/posix_types.h>
Andreas Schwab [Tue, 13 Sep 2011 08:29:43 +0000 (10:29 +0200)]
Fix pattern on $(ldd-rewrite-script) substitution
Andreas Schwab [Tue, 13 Sep 2011 08:20:44 +0000 (10:20 +0200)]
Only use USE___THREAD when defined
Ulrich Drepper [Mon, 12 Sep 2011 20:21:24 +0000 (16:21 -0400)]
Optimize logb code for 64-bit machines
Ulrich Drepper [Mon, 12 Sep 2011 20:20:40 +0000 (16:20 -0400)]
Revert "Remove last use of USE___THREAD"
This reverts commit
de82006d43e198fd162807c9adc720c7ebd728a3.
Conflicts:
ChangeLog
Andreas Schwab [Mon, 12 Sep 2011 12:44:02 +0000 (14:44 +0200)]
Fix invalid conversion in __cmsg_nxthdr
Andreas Schwab [Mon, 12 Sep 2011 08:57:21 +0000 (10:57 +0200)]
Remove last use of USE___THREAD
Ulrich Drepper [Sun, 11 Sep 2011 19:04:13 +0000 (15:04 -0400)]
Cleanup CL
Ulrich Drepper [Sun, 11 Sep 2011 19:02:32 +0000 (15:02 -0400)]
Merge branch 'master' of ssh://sourceware.org/git/glibc
Ulrich Drepper [Sun, 11 Sep 2011 19:02:01 +0000 (15:02 -0400)]
Remove --wth-tls option, TLS support is required
Andreas Schwab [Sun, 11 Sep 2011 18:33:24 +0000 (20:33 +0200)]
Prepend $(..) to $(ldd-rewrite-script) if non-absolute
Ulrich Drepper [Sun, 11 Sep 2011 17:04:17 +0000 (13:04 -0400)]
Avoid cast in non-gcc obstack_free
Ulrich Drepper [Sun, 11 Sep 2011 16:14:48 +0000 (12:14 -0400)]
Fix use of AC_INIT
Ulrich Drepper [Sun, 11 Sep 2011 15:25:51 +0000 (11:25 -0400)]
Provide static initializer for _dl_pagesize in statically linked code
Ulrich Drepper [Sun, 11 Sep 2011 02:12:38 +0000 (22:12 -0400)]
Remove MALLOC_FAILURE_ACTION use in malloc
Ulrich Drepper [Sun, 11 Sep 2011 01:47:36 +0000 (21:47 -0400)]
Simplify malloc initialization
Singificantly reduce the code needed at malloc initialization. In
the process getpagesize is simplified by always initializing
GLRO(dl_pagesize).
Ulrich Drepper [Sat, 10 Sep 2011 22:10:17 +0000 (18:10 -0400)]
Simplify malloc code
Remove all kinds of unused configuration options and dead code.
Ulrich Drepper [Sat, 10 Sep 2011 20:50:28 +0000 (16:50 -0400)]
Remove support for !USE___THREAD
Ulrich Drepper [Sat, 10 Sep 2011 18:34:15 +0000 (14:34 -0400)]
Cleanup of configuration options
Make several tool features mandatory and simplify the code.
Petr Baudis [Sat, 10 Sep 2011 02:16:10 +0000 (22:16 -0400)]
Fix jn precision
Ulrich Drepper [Sat, 10 Sep 2011 01:46:08 +0000 (21:46 -0400)]
Use (void*) instead of 0 for return value pointer in __cmsg_nexthdr
Ulrich Drepper [Sat, 10 Sep 2011 01:26:05 +0000 (21:26 -0400)]
Fix boundary conditions in scanf
Allocate large buffers with realloc. When returning error make sure
the stream is unlocked.
Ulrich Drepper [Fri, 9 Sep 2011 22:21:39 +0000 (18:21 -0400)]
Merge branch 'master' of ssh://sourceware.org/git/glibc
Conflicts:
ChangeLog
Ulrich Drepper [Fri, 9 Sep 2011 20:15:25 +0000 (16:15 -0400)]
Don't lock string streams in stream cleanup code
Roland McGrath [Fri, 9 Sep 2011 17:11:49 +0000 (10:11 -0700)]
Define ELFOSABI_GNU.
Denis Zaitceff [Fri, 9 Sep 2011 16:45:03 +0000 (12:45 -0400)]
string/strncat.c: fix compilation for some architectures
Ulrich Drepper [Fri, 9 Sep 2011 16:31:43 +0000 (12:31 -0400)]
Fix sotruss help messages
Ulrich Drepper [Fri, 9 Sep 2011 13:43:43 +0000 (09:43 -0400)]
Fill in real information in __dl_iterate_phdr
H.J. Lu [Fri, 9 Sep 2011 03:53:04 +0000 (23:53 -0400)]
Fix macro used in test
Andreas Jaeger [Fri, 9 Sep 2011 03:41:41 +0000 (23:41 -0400)]
Fix warning in elf/sprof.c
Paul Pluzhnikov [Fri, 9 Sep 2011 03:37:32 +0000 (23:37 -0400)]
Fix lround() loses precision
Ulrich Drepper [Fri, 9 Sep 2011 03:20:47 +0000 (23:20 -0400)]
Regenerated
Ulrich Drepper [Fri, 9 Sep 2011 03:19:04 +0000 (23:19 -0400)]
Remove support for automatic cvs check-ins
CVS use for glibc is long gone.
John Stanley [Fri, 9 Sep 2011 02:57:23 +0000 (22:57 -0400)]
Add missing definition of LOCPATH for bug-regex32 run
Ulrich Drepper [Thu, 8 Sep 2011 23:48:47 +0000 (19:48 -0400)]
Add range checking for FD_SET, FD_CLR, and FD_ISSET
Ulrich Drepper [Thu, 8 Sep 2011 22:01:07 +0000 (18:01 -0400)]
Move wide char tests to wcsmbs directory
Liubov Dmitrieva [Thu, 8 Sep 2011 21:51:50 +0000 (17:51 -0400)]
New comprehensive test for wmemcmp
Roland McGrath [Thu, 8 Sep 2011 16:50:19 +0000 (09:50 -0700)]
BZ#13153: Update manual last-edit info.
Samuel Thibault [Thu, 8 Sep 2011 16:46:06 +0000 (09:46 -0700)]
sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
Roland McGrath [Thu, 8 Sep 2011 16:37:42 +0000 (09:37 -0700)]
Hurd: fix use of uninitialized value in fork port copying.
Andreas Schwab [Thu, 8 Sep 2011 10:02:26 +0000 (12:02 +0200)]
Fix crash during error handling
Ulrich Drepper [Thu, 8 Sep 2011 04:00:01 +0000 (00:00 -0400)]
Use O_CLOEXEC when loading objects in ld.so
Ulrich Drepper [Thu, 8 Sep 2011 03:50:40 +0000 (23:50 -0400)]
Pass back error code from dlerror_run
Ulrich Drepper [Thu, 8 Sep 2011 02:58:47 +0000 (22:58 -0400)]
Fix memory leak in case of failed dlopen
Ulrich Drepper [Thu, 8 Sep 2011 02:37:22 +0000 (22:37 -0400)]
Remove invalid BZ number
Liubov Dmitrieva [Thu, 8 Sep 2011 02:28:44 +0000 (22:28 -0400)]
Fix up x86-32 section names for Atom code
Ulrich Drepper [Thu, 8 Sep 2011 02:17:33 +0000 (22:17 -0400)]
Check for finite/infinity parms in IBM Long Double 128 fmal( )
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