]>
git.ipfire.org Git - thirdparty/glibc.git/log
Jakub Jelinek [Sat, 7 Jul 2007 16:19:22 +0000 (16:19 +0000)]
* sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
(__mpn_construct_long_double): Fix conversion where result ought
to be smaller than __LDBL_MIN__, or the low double should be
denormal. Fix decision where to negate low double - honor round
to even rules.
* stdio-common/tst-sprintf2.c: Include string.h.
(COMPARE_LDBL): Define.
(TEST): Also test whether a string hexadecimal float representation
can be parsed back to the number.
(main): Add a couple of further tests.
* sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
(PRINT_FPHEX_LONG_DOUBLE): Fix printing numbers where lower double
is non-zero, but smaller than 2 * __DBL_MIN__.
* stdio-common/tst-sprintf2.c: New test.
* stdio-common/Makefile (tests): Add tst-sprintf2.
Jakub Jelinek [Sat, 7 Jul 2007 16:16:55 +0000 (16:16 +0000)]
* sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove
unused ily variable. Fix nextafterl on +-__LDBL_MAX__ and +-Inf.
Remove unreachable code at the end.
* sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Correct description of
ldbl-128ibm in comment.
(fpclassifyl): Correct classification of denormals.
* sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Correct
return value for MIN denormal. Rewrite using long double math too
correctly handle denormals and canonicalize the results.
Jakub Jelinek [Sat, 7 Jul 2007 16:15:16 +0000 (16:15 +0000)]
* nscd/nscd_helper.c (get_mapping): Handle short replies instead
of crashing. When this is the case or if the reply is malformed,
don't try to close the new file descriptor since it does not
exist.
Patch in part by Guillaume Chazarain <guichaz@yahoo.fr>.
Jakub Jelinek [Sat, 7 Jul 2007 16:11:40 +0000 (16:11 +0000)]
* Makefile (tests): Add tst-sem10.
* tst-sem10.c: New file.
* sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S (sem_timedwait):
Move __pthread_enable_asynccancel right before futex syscall.
* sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S (sem_timedwait):
Likewise.
Jakub Jelinek [Sat, 7 Jul 2007 16:07:42 +0000 (16:07 +0000)]
Filter out <built-in> from debuginfo sources.
Jakub Jelinek [Sat, 7 Jul 2007 16:06:42 +0000 (16:06 +0000)]
* sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value
as second parameter to handle_intel.
* sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information
handling to ...
* sysdeps/x86_64/cacheinfo.c: ... here. New file.
* sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
cacheinfo.
* sysdeps/x86_64/memcpy.S: Complete rewrite.
* sysdeps/x86_64/mempcpy.S: Adjust appropriately.
Patch by Evandro Menezes <evandro.menezes@amd.com>.
Jakub Jelinek [Sat, 7 Jul 2007 16:03:57 +0000 (16:03 +0000)]
* tst-robust9.c (do_test): Don't fail if ENABLE_PI and
pthread_mutex_init failed with ENOTSUP.
Jakub Jelinek [Thu, 24 May 2007 10:33:02 +0000 (10:33 +0000)]
2.6-3
Jakub Jelinek [Mon, 21 May 2007 20:01:15 +0000 (20:01 +0000)]
Backported selected fixes from 2007-05-{17,18,21}.
Roland McGrath [Tue, 15 May 2007 20:40:27 +0000 (20:40 +0000)]
Build 2.6-1
Roland McGrath [Tue, 15 May 2007 20:34:30 +0000 (20:34 +0000)]
Updated to fedora-glibc-20070515T2025
Jakub Jelinek [Thu, 10 May 2007 23:10:52 +0000 (23:10 +0000)]
Updated to fedora-glibc-20070510T2308
Jakub Jelinek [Thu, 10 May 2007 17:07:30 +0000 (17:07 +0000)]
* nscd/connections.c (sighup_pending): New variable.
(nscd_run): If sighup_pending, prune all 3 caches.
(sighup_handler): Don't prune caches here, rather just set
sighup_pending flag.
Jakub Jelinek [Thu, 10 May 2007 06:44:30 +0000 (06:44 +0000)]
Updated to fedora-glibc-20070510T0634
Jakub Jelinek [Fri, 4 May 2007 10:05:57 +0000 (10:05 +0000)]
Updated to fedora-glibc-20070504T0917
Jakub Jelinek [Tue, 17 Apr 2007 11:56:52 +0000 (11:56 +0000)]
2.5.90-21 fixes
Jakub Jelinek [Mon, 16 Apr 2007 23:59:09 +0000 (23:59 +0000)]
Updated to fedora-glibc-20070416T2350
Jakub Jelinek [Mon, 16 Apr 2007 22:55:50 +0000 (22:55 +0000)]
New approach to including locale data in the rpm.
Jakub Jelinek [Sat, 31 Mar 2007 17:23:57 +0000 (17:23 +0000)]
Updated to fedora-glibc-20070331T1609
Jakub Jelinek [Sat, 17 Mar 2007 21:53:01 +0000 (21:53 +0000)]
Updated to fedora-glibc-20070317T2130
Jakub Jelinek [Wed, 21 Feb 2007 11:15:54 +0000 (11:15 +0000)]
Updated to fedora-glibc-20070221T1011
Jakub Jelinek [Sun, 11 Feb 2007 16:21:43 +0000 (16:21 +0000)]
Updated to fedora-glibc-20070211T1607
Jakub Jelinek [Fri, 2 Feb 2007 09:48:26 +0000 (09:48 +0000)]
Updated to fedora-glibc-20070202T0923
Jakub Jelinek [Wed, 17 Jan 2007 10:46:36 +0000 (10:46 +0000)]
Updated to fedora-glibc-20070117T1043
Jakub Jelinek [Wed, 17 Jan 2007 10:42:43 +0000 (10:42 +0000)]
Updated to fedora-glibc-20070117T0857
Jakub Jelinek [Tue, 19 Dec 2006 19:05:41 +0000 (19:05 +0000)]
Updated to fedora-glibc-20061219T1804
Jakub Jelinek [Thu, 14 Dec 2006 09:06:34 +0000 (09:06 +0000)]
Updated to fedora-glibc-20061214T0850
Jakub Jelinek [Sun, 10 Dec 2006 10:51:12 +0000 (10:51 +0000)]
* sysdeps/unix/sysv/linux/netlinkaccess.h: Include linux/if_addr.h
if IFA_MAX is not defined.
(IFA_RTA, IFA_PAYLOAD, IFLA_RTA, IFLA_PAYLOAD): Define if not
defined.
* sysdeps/unix/sysv/linux/check_pf.c: Include netlinkaccess.h
instead of asm/types.h, linux/netlink.h and linux/rtnetlink.h.
Jakub Jelinek [Sun, 10 Dec 2006 10:38:56 +0000 (10:38 +0000)]
Updated to fedora-glibc-20061210T1006
Jakub Jelinek [Tue, 5 Dec 2006 21:50:20 +0000 (21:50 +0000)]
Updated to fedora-glibc-20061205T2141
Jakub Jelinek [Fri, 1 Dec 2006 08:27:42 +0000 (08:27 +0000)]
Updated to fedora-glibc-20061201T0821
Jakub Jelinek [Thu, 30 Nov 2006 17:07:38 +0000 (17:07 +0000)]
Updated to fedora-glibc-20061130T1652
Jakub Jelinek [Tue, 28 Nov 2006 11:18:19 +0000 (11:18 +0000)]
Updated to fedora-glibc-20061128T1037
Jakub Jelinek [Mon, 20 Nov 2006 10:27:48 +0000 (10:27 +0000)]
Updated to fedora-glibc-20061120T1000
Jakub Jelinek [Fri, 10 Nov 2006 20:52:00 +0000 (20:52 +0000)]
Updated to fedora-glibc-20061110T2049
Jakub Jelinek [Fri, 10 Nov 2006 20:04:37 +0000 (20:04 +0000)]
Updated to fedora-glibc-20061110T1956
Jakub Jelinek [Thu, 9 Nov 2006 20:59:55 +0000 (20:59 +0000)]
Updated to fedora-glibc-20061109T2048
Jakub Jelinek [Thu, 9 Nov 2006 20:12:02 +0000 (20:12 +0000)]
powerpc-cpu add-on update to v0.4.
Jakub Jelinek [Thu, 9 Nov 2006 19:57:49 +0000 (19:57 +0000)]
Updated to fedora-glibc-20061109T1949
Jakub Jelinek [Fri, 3 Nov 2006 16:38:22 +0000 (16:38 +0000)]
* malloc/memusage.c (dest): Reset not_me back to false after printing
statistics.
Jakub Jelinek [Fri, 3 Nov 2006 16:31:21 +0000 (16:31 +0000)]
Change @dircategory.
Jakub Jelinek [Fri, 3 Nov 2006 16:25:27 +0000 (16:25 +0000)]
Updated to fedora-glibc-20061103T1610
Jakub Jelinek [Sun, 29 Oct 2006 22:03:29 +0000 (22:03 +0000)]
Updated to fedora-glibc-20061029T2155
Jakub Jelinek [Fri, 27 Oct 2006 19:18:02 +0000 (19:18 +0000)]
Updated to fedora-glibc-20061027T1902
Jakub Jelinek [Wed, 25 Oct 2006 19:13:42 +0000 (19:13 +0000)]
Updated to fedora-glibc-20061025T1857
Jakub Jelinek [Mon, 2 Oct 2006 19:02:41 +0000 (19:02 +0000)]
Updated to fedora-glibc-20061002T1858
Jakub Jelinek [Fri, 29 Sep 2006 20:49:06 +0000 (20:49 +0000)]
Updated to fedora-glibc-20060929T2037
Jakub Jelinek [Mon, 25 Sep 2006 15:44:20 +0000 (15:44 +0000)]
Updated to fedora-glibc-20060925T1535
Jakub Jelinek [Sat, 23 Sep 2006 10:14:27 +0000 (10:14 +0000)]
Updated to fedora-glibc-20060923T0946
Jakub Jelinek [Tue, 19 Sep 2006 18:54:10 +0000 (18:54 +0000)]
Updated to fedora-glibc-20060919T1847
Jakub Jelinek [Tue, 19 Sep 2006 18:46:51 +0000 (18:46 +0000)]
Updated to fedora-glibc-20060919T1816
Jakub Jelinek [Fri, 15 Sep 2006 14:40:38 +0000 (14:40 +0000)]
power-cpu add-on, 2.05 ISA optimized libs
Jakub Jelinek [Fri, 15 Sep 2006 13:05:36 +0000 (13:05 +0000)]
* sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
* sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Comment fixes.
* sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
* sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
Jakub Jelinek [Fri, 15 Sep 2006 13:03:11 +0000 (13:03 +0000)]
* io/Makefile (CFLAGS-fstatat.c): Set.
(CFLAGS-fstatat64.c): Likewise.
(CFLAGS-mknodat.c): Likewise.
Jakub Jelinek [Fri, 15 Sep 2006 12:51:47 +0000 (12:51 +0000)]
Updated to fedora-glibc-20060915T0943
Jakub Jelinek [Sun, 10 Sep 2006 18:59:03 +0000 (18:59 +0000)]
Updated to fedora-glibc-20060910T1832
Jakub Jelinek [Thu, 7 Sep 2006 16:06:55 +0000 (16:06 +0000)]
* tst-aiod2.c: Adjust test for new semantics of lio_listio.
* tst-aiod3.c: The thread is now supposed to be created.
Jakub Jelinek [Thu, 7 Sep 2006 10:42:04 +0000 (10:42 +0000)]
* posix/regex_internal.c (re_string_reconstruct): Handle
offset < pstr->valid_raw_len && pstr->offsets_needed case.
Ensure no bytes read before raw_mbs array. Pass a saved copy of
pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
re_string_context_at.
* posix/Makefile: Add rules to build and run bug-regex26 test.
* posix/bug-regex26.c: New test.
Jakub Jelinek [Thu, 7 Sep 2006 10:36:13 +0000 (10:36 +0000)]
Forward port of rtkaio.
Jakub Jelinek [Thu, 7 Sep 2006 09:04:06 +0000 (09:04 +0000)]
Updated to fedora-glibc-20060907T0853
Jakub Jelinek [Tue, 5 Sep 2006 06:47:43 +0000 (06:47 +0000)]
Updated to fedora-glibc-20060905T0633
Jakub Jelinek [Thu, 31 Aug 2006 18:54:54 +0000 (18:54 +0000)]
Updated to fedora-glibc-20060831T1812
Jakub Jelinek [Thu, 31 Aug 2006 06:53:32 +0000 (06:53 +0000)]
Updated to fedora-glibc-20060831T0640
Jakub Jelinek [Mon, 28 Aug 2006 19:19:33 +0000 (19:19 +0000)]
Updated to fedora-glibc-20060828T1903
Jakub Jelinek [Fri, 25 Aug 2006 07:02:00 +0000 (07:02 +0000)]
2.4.90-24
Jakub Jelinek [Fri, 25 Aug 2006 06:54:11 +0000 (06:54 +0000)]
Temporarily #if 0 out code to limit number of unsurted block sort iterations.
Jakub Jelinek [Fri, 25 Aug 2006 06:45:16 +0000 (06:45 +0000)]
Updated to fedora-glibc-20060825T0639
Jakub Jelinek [Tue, 22 Aug 2006 09:05:41 +0000 (09:05 +0000)]
Updated to fedora-glibc-20060822T0706
Jakub Jelinek [Tue, 15 Aug 2006 20:43:52 +0000 (20:43 +0000)]
Updated to fedora-glibc-20060815T2033
Jakub Jelinek [Tue, 15 Aug 2006 17:52:28 +0000 (17:52 +0000)]
Update.
Jakub Jelinek [Tue, 15 Aug 2006 05:54:12 +0000 (05:54 +0000)]
2.4.90-20
Jakub Jelinek [Tue, 15 Aug 2006 05:53:50 +0000 (05:53 +0000)]
Updated to fedora-glibc-20060815T0533
Jakub Jelinek [Thu, 10 Aug 2006 06:34:46 +0000 (06:34 +0000)]
Updated to fedora-glibc-20060810T0627
Jakub Jelinek [Mon, 7 Aug 2006 19:28:26 +0000 (19:28 +0000)]
Updated to fedora-glibc-20060807T1859
Jakub Jelinek [Thu, 3 Aug 2006 18:17:21 +0000 (18:17 +0000)]
redirect /sbin/service sshd condrestart std{out,err} to /dev/null when executed from glibc_post_upgrade
Jakub Jelinek [Thu, 3 Aug 2006 06:24:48 +0000 (06:24 +0000)]
really fix memusage and xtrace scripts
Jakub Jelinek [Wed, 2 Aug 2006 18:18:00 +0000 (18:18 +0000)]
Updated to fedora-glibc-20060802T1808
Jakub Jelinek [Wed, 2 Aug 2006 16:57:42 +0000 (16:57 +0000)]
Updated to fedora-glibc-20060802T1650
Roland McGrath [Mon, 31 Jul 2006 07:17:47 +0000 (07:17 +0000)]
2.4.90-15
Roland McGrath [Mon, 31 Jul 2006 07:17:01 +0000 (07:17 +0000)]
Updated to fedora-glibc-20060731T0706
Roland McGrath [Sat, 29 Jul 2006 23:12:43 +0000 (23:12 +0000)]
Updated to fedora-glibc-20060729T2255
Roland McGrath [Sat, 29 Jul 2006 22:55:33 +0000 (22:55 +0000)]
Add Provides: rtld(GNU_HASH), to match glibc/devel/glibc.spec in builds.
Jakub Jelinek [Tue, 11 Jul 2006 08:13:12 +0000 (08:13 +0000)]
Updated to fedora-glibc-20060710T2206
Jakub Jelinek [Fri, 30 Jun 2006 09:16:35 +0000 (09:16 +0000)]
Updated to fedora-glibc-20060630T0858
Jakub Jelinek [Wed, 31 May 2006 15:10:35 +0000 (15:10 +0000)]
Updated to fedora-glibc-20060531T1322
Jakub Jelinek [Wed, 24 May 2006 07:30:09 +0000 (07:30 +0000)]
Updated to fedora-glibc-20060524T0721
Jakub Jelinek [Sun, 21 May 2006 22:00:48 +0000 (22:00 +0000)]
Updated to fedora-glibc-20060521T2153
Jakub Jelinek [Fri, 19 May 2006 16:04:10 +0000 (16:04 +0000)]
Updated to fedora-glibc-20060519T1550
Jakub Jelinek [Thu, 11 May 2006 14:01:43 +0000 (14:01 +0000)]
Updated to fedora-glibc-20060511T1325
Jakub Jelinek [Fri, 5 May 2006 14:50:16 +0000 (14:50 +0000)]
Updated to fedora-glibc-20060505T1443
Jakub Jelinek [Fri, 5 May 2006 06:11:55 +0000 (06:11 +0000)]
Updated to fedora-glibc-20060505T0554
Jakub Jelinek [Mon, 1 May 2006 08:02:53 +0000 (08:02 +0000)]
2.4.90-4
Jakub Jelinek [Mon, 1 May 2006 07:53:45 +0000 (07:53 +0000)]
Updated to fedora-glibc-20060501T0751
Jakub Jelinek [Thu, 27 Apr 2006 21:34:42 +0000 (21:34 +0000)]
2.4.90-3
Jakub Jelinek [Thu, 27 Apr 2006 21:29:55 +0000 (21:29 +0000)]
Updated to fedora-glibc-20060427T2122
Jakub Jelinek [Thu, 27 Apr 2006 09:17:12 +0000 (09:17 +0000)]
* nscd/connections.c (sighup_handler): Only run prune_cache on
enabled databases.
Jakub Jelinek [Wed, 26 Apr 2006 20:23:22 +0000 (20:23 +0000)]
2.4.90-2
Jakub Jelinek [Wed, 26 Apr 2006 20:18:18 +0000 (20:18 +0000)]
Updated to fedora-glibc-20060426T2000
Jakub Jelinek [Tue, 25 Apr 2006 09:24:11 +0000 (09:24 +0000)]
2.4.90-1
Jakub Jelinek [Tue, 25 Apr 2006 09:20:28 +0000 (09:20 +0000)]
Updated to fedora-glibc-20060425T0903