H.J. Lu
6551399088
Remove $(have-cpp-asm-debuginfo) check
2012-09-15 13:08:45 -07:00
Jeff Law
97bc38d7a5
[BZ #14583 ]
...
* sysdeps/pthread/pthread.h: Fix prototype of __sigsetjmp.
2012-09-14 14:31:29 -06:00
H.J. Lu
9503345f12
Remove unused __rtld_lock_init_recursive macro
2012-09-13 09:58:58 -07:00
Joseph Myers
6c9b0f6826
Make strtod respect the rounding mode (bug 14518).
2012-09-12 23:36:19 +00:00
John Tobey
01f49f59ce
Fix description of carg branch cut (bug 13542)
2012-09-07 12:52:20 +10:00
Joseph Myers
1d3c857210
Use www.gnu.org as example hostname in manual (bug 10014).
2012-09-07 00:25:42 +00:00
Joseph Myers
4c23fed5d5
Fix pointers between nodes in manual (bug 10038).
2012-09-07 00:06:07 +00:00
H.J. Lu
5385d052d6
Mention BZ #14545 in NEWS
2012-09-06 12:20:16 -07:00
H.J. Lu
a5055ad15a
Use crtbeginT.o to statically link programs
2012-09-06 11:43:43 -07:00
Chris Metcalf
9207320187
tile: Add BZ to Changelog and update NEWS
2012-09-06 11:37:07 -04:00
Jeff Law
1415687eac
Fix botched NEWS
2012-09-05 22:45:10 -06:00
Jeff Law
a0bbdad364
[BZ#14510]
...
* locales/es_DO: Fix LC_NUMERIC decimal_point and thousands_sep.
* locales/es_GT: Likewise.
* locales/es_HN: Likewise.
* locales/es_MX: Likewise.
* locales/es_NI: Likewise.
* locales/es_PA: Likewise.
* locales/es_PR: Likewise.
* locales/es_SV: Likewise.
2012-09-05 22:14:32 -06:00
Siddhesh Poyarekar
6ef9cc37f0
Return requested size for malloc_usable_size when MALLOC_CHECK_ > 0
...
[BZ #1349 ]
malloc_usable_size returns the usable size in an allocated chunk,
which may be >= the requested size. In the case of MALLOC_CHECK_ being
exported to > 0 however, only the requested size is usable, since a
magic value is written at the end of the request size to trap writes
beyond request bounds. Hence, when MALLOC_CHECK_ is exported to > 0,
malloc_usable_size() should return the request size.
2012-09-05 21:49:30 +05:30
Allan McRae
c4e85184d2
Improve C++ header location detection (bug 13966)
2012-09-06 00:16:24 +10:00
Joseph Myers
60160d83a0
Fix iogetdelim.c (latent) integer overflow (bug 9914).
2012-09-04 11:24:43 +00:00
H.J. Lu
5f30cfec00
Use the first element of GOT for ld.so addresses
...
[BZ #14538 ]
* sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
first element of the GOT.
(elf_machine_load_address): Return the difference between
the runtime address of _DYNAMIC and elf_machine_dynamic ().
2012-09-02 05:22:24 -07:00
Allan McRae
0786794f3a
Check for gawk >= 3.0 (bug 13412)
2012-09-02 09:30:18 +10:00
Joseph Myers
033d54a2d4
Fix sem_post race (bug 14532).
2012-08-31 19:49:31 +00:00
H.J. Lu
d22e28b070
Use LD_SO to set $ld_so_name/$ld_so_version
2012-08-29 06:45:37 -07:00
Siddhesh Poyarekar
050af9c4e8
Don't make ttyname* fail if proc filesystem is not available
...
The ttyname and ttyname_r functions on Linux now fall back to
searching for the tty file descriptor in /dev/pts or /dev if /proc is
not available. This allows creation of chroots without the procfs
mounted on /proc.
Fixes BZ #14516 .
2012-08-29 10:04:23 +05:30
Mike Frysinger
5dbf56af7e
update NEWS
2012-08-27 13:30:49 -04:00
Joseph Myers
7efb4737dd
Fix sign of zero on strtod underflow (bug 14519).
2012-08-27 16:04:19 +00:00
Joseph Myers
af92131a8e
Fix strtod rounding (bug 3479).
2012-08-27 16:02:07 +00:00
Joseph Myers
d6e70f4368
Fix strtod integer/buffer overflow (bug 14459).
2012-08-27 15:59:24 +00:00
Roland McGrath
c53d909c80
Add --disable-build-nscd configure option.
2012-08-22 13:35:55 -07:00
Roland McGrath
3cc3ef96d6
BZ#13696: Add --disable-nscd configure option.
2012-08-22 13:31:12 -07:00
Joseph Myers
6aa2f685b2
Move bug number to correct section of NEWS.
2012-08-22 19:17:56 +00:00
Jeff Law
8479f23aa1
* sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
...
if the family is PF_UNSPEC.
2012-08-22 11:41:40 -06:00
Will Schmidt
15d0da8cb3
Add versions of wcscpy, wcschr, wcsrchr for power6/power7.
...
Initially based on the versions found in wcsmbs/* ; these files have
been changed by hand unrolling, and adding some additional variables
to allow some read-ahead to occur, which then relieves some of the
wait-for-increment/wait-for-load/wait-for-compare-results pressure
that was slowing down every iteration through the while-loop.
For 64-bit Power7, These changes give an approx 20% throughput boost
for the wcschr and wcsrchr functions; and approx 40% boost for the
wcscpy function. 32-bit improvements appear to be slightly better
with ~ %30 and ~ %45 respectively. Results for Power6 closely match
those for power7.
2012-08-22 11:04:42 -05:00
Maxim Kuvyrkov
400726deef
Detect EOL on-the-fly in strstr, strcasestr and memmem.
2012-08-21 18:07:47 -07:00
Joseph Myers
9b272d57a2
Add bug number to NEWS.
2012-08-19 15:34:59 +00:00
Liubov Dmitrieva
b3f479a85a
Fix segmentation fault in strncasecmp for i686
...
2012-08-15 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
[BZ #14195 ]
* sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
segmentation fault for a case of two empty input strings.
* string/test-strncasecmp.c (check1): Renamed to...
(bz12205): ...this.
(bz14195): Add new testcase for two empty input strings and N > 0.
(test_main): Call new testcase, adapt for renamed function.
2012-08-15 21:06:55 +02:00
Andreas Jaeger
9c55864e0d
Add testcase for BZ#14090 - md5/sha512 with large sizes
2012-08-15 20:56:51 +02:00
Joseph Myers
dee7d1e9d0
Add more fixed bug numbers to NEWS.
2012-08-14 20:28:33 +00:00
Jeff Law
bf51f568f1
[BZ #13939 ]
...
* malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
When avoid_arena is set, don't retry in the that arena. Pick the
next one, whatever it might be.
(arena_get2): New parameter avoid_arena, pass through to reused_arena.
(arena_lock): Pass in new parameter to arena_get2.
* malloc/malloc.c (__libc_memalign): Pass in new parameter to
arena_get2.
(__libc_malloc): Unify retrying after main arena failure with
__libc_memalign version.
(__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
2012-08-10 09:37:52 -06:00
H.J. Lu
f85fa27058
Avoid DWARF definition DIE on ifunc symbols
2012-08-09 16:04:37 -07:00
Joseph Myers
6dad2c0688
Remove pre-2.6.16 Linux kernel support.
2012-08-07 16:40:32 +00:00
Joseph Myers
bca393295a
Add more fixed bug numbers to NEWS.
2012-08-03 13:46:25 +00:00
Joseph Myers
7aab07e4e5
Remove pre-2.6.0 Linux kernel support (bug 13717).
2012-08-03 13:42:47 +00:00
Marek Polacek
b67e9372b2
Get rid of ASM_TYPE_DIRECTIVE{,_PREFIX}.
2012-08-02 21:04:29 +02:00
Gary Benson
815e6fa3e0
Add SystemTap static probes to the runtime linker. [BZ #14298 ]
2012-07-27 14:03:20 +01:00
Florian Weimer
84b3fd8407
Rename __secure_getenv to secure_getenv
2012-07-25 19:46:22 +02:00
Marek Polacek
354691b7b5
Set up errno properly for yn.
2012-07-25 12:59:36 +02:00
Andreas Krebbel
08f43f9bbf
S/390: Add support for STT_GNU_IFUNC symbols.
...
Add support for STT_GNU_IFUNC symbols and the new R_390_IRELATIVE
relocation. Provide optimized version of memcpy, memset, and memcmp
for z10 and z196.
2012-07-19 15:46:34 +02:00
Marek Polacek
3b05db33f6
Remove TLS configure checks.
2012-07-17 23:57:43 +02:00
Marek Polacek
541428fecf
Fix ynl return value with LDBL_MIN.
2012-07-12 16:34:47 +02:00
Andreas Schwab
c68257729d
Fix LOG_MAKEPRI to agree with BSD
2012-07-10 22:39:30 +02:00
Marek Polacek
7b8e0d49cb
Get rid of ASM_GLOBAL_DIRECTIVE.
2012-07-10 14:30:24 +02:00
Joseph Myers
638a572eb0
Fix clog, clog10 spurious underflow exceptions (bug 14337).
2012-07-09 11:06:34 +00:00
Andreas Schwab
ad41a87fe0
Update NEWS
2012-07-07 00:07:13 +02:00
Joseph Myers
9ad63c23ea
Fix tanf underflow close to pi/4 (bug 14154).
2012-07-06 21:19:38 +00:00
Joseph Myers
f17ac40d7c
Fix expm1 spurious underflow exceptions (bug 6778).
2012-07-06 11:17:41 +00:00
Joseph Myers
cdfe2c5eb3
Fix csqrt underflow (bugs 14157, 14331).
2012-07-05 11:02:13 +00:00
Joseph Myers
ca61cf32d9
Fix ctan, ctanh of subnormals in round-upwards mode (bug 14328).
2012-07-04 09:55:26 +00:00
Joseph Myers
7a845b2c23
Fix float range reduction problems (bug 14283).
2012-07-03 17:11:41 +00:00
Joseph Myers
370ca3d2ad
Open development for 2.17.
2012-07-03 16:36:22 +00:00
Carlos O'Donell
ee9247c38a
Update NEWS and README.
...
Final update for 2.16 release.
2012-06-30 08:27:06 -07:00
Andreas Schwab
0479b305c5
Fix invalid memory access in do_lookup_x.
...
[BZ #13579 ] Do not free l_initfini and allow it to be reused
on subsequent dl_open calls for the same library. This fixes
the invalid memory access in do_lookup_x when the previously
free'd l_initfini was accessed through l_searchlist when a
library had been opened for the second time.
2012-06-22 11:10:31 -07:00
Jeff Law
006dd86111
[BZ #14277 ]
...
* intl/dcigettext.c (_nl_find_msg): Avoid use after potential
free. Simplify list management for _LIBC case.
2012-06-21 17:15:38 -06:00
Joseph Myers
b7abb4bf78
Fix wordsize-64 cosh regression (bug 14273).
2012-06-21 19:26:09 +00:00
H.J. Lu
56526b14bb
Mention BZ #14278 in NEWS
2012-06-21 10:30:14 -07:00
Jeff Law
28363bbf70
2012-06-21 Jeff Law <law@redhat.com>
...
[BZ #13882 ]
* elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection. Use
uint16_t for elements in the "seen" array to avoid char overflows.
* elf/dl-fini.c (_dl_sort_fini): Likewise.
* elf/dl-open.c (dl_open_worker): Likewise.
2012-06-21 09:26:41 -06:00
Andreas Jaeger
2174c6dd85
Avoid -Wconversion warning for htons
2012-06-21 15:49:33 +02:00
Richard Henderson
62c8cc6dbe
Update news for fixed alpha bz
2012-06-15 14:42:57 -07:00
H.J. Lu
1fb6e570ab
Mention BZ 14050/14117 in NEWS
2012-06-15 14:33:57 -07:00
Andreas Jaeger
929cc14e20
Mention ix86 shared headers
2012-06-15 21:13:21 +02:00
H.J. Lu
f8308a72ea
Mention BZ #14229 in NEWS
2012-06-15 05:38:30 -07:00
Joseph Myers
10285c2113
Fix pow (0.0, -Inf) (bug 14241).
2012-06-15 11:27:51 +00:00
Paul Eggert
8e0933bb47
Mention 14210 in NEWS.
2012-06-13 10:46:52 -07:00
Roland McGrath
eb55f5c21f
BZ#14218: Reword argp_parse description slightly.
2012-06-11 16:21:44 -07:00
Siddhesh Poyarekar
6e230d1183
Fix validation check when converting from ibm930 to utf
...
[BZ #14134 ]
When converting IBM930 code with iconv(), if IBM930 code which
includes invalid multibyte character "0xffff" is specified, then
iconv() segfaults. This is easy to see using the following command:
echo '0x0e 0x43 0x8c 0xff 0xff 0x43 0xbd 0x43 0xbd' | xxd -r |
iconv -f IBM930 -t UTF-8
2012-06-06 18:41:55 +05:30
Tulio Magno Quites Machado Filho
d9dc34cd56
Manual for platform-specific features and new __ppc_get_timebase inline.
...
[BZ #13743 ]
A new class of installed headers has been documented for low-level
platform-specific functionality. PowerPC added the first instance with a
function to provide time base register access (__ppc_get_timebase). This
is required for applications that measure time at high frequencies with
high precision that can't afford a syscall.
2012-06-04 13:46:37 -05:00
Petr Baudis
06775cb82b
locales/tr_TR: Change currency from YTL to TL. [BZ#13996]
...
As of January 1st 2009, the "new" prefix was removed from the New
Turkish lira, its official name becoming "Turkish lira" again,
abbreviated "TL".
Patch by <gokcen@pardus.org.tr>.
2012-06-04 18:48:44 +02:00
Serkan Kaba
961e3f9a33
locales/tr_TR: Fix first_weekday and first_workday [BZ#13223]
2012-06-04 18:35:35 +02:00
Jeff Law
03b6242320
[PATCH] Fix first_weekday/first_workday for EU locales
...
The following URL shows an official response to a question about
locale dates within the EU. Basically they adopted ISO 8601:
http://eur-lex.europa.eu/LexUriServ/LexUriServ.do?uri=OJ:C:2004:78E:0447:0447:EN:PDF
ISO 8601:
http://dotat.at/tmp/ISO_8601-2004_E.pdf
2.2.8 calendar week
time interval of seven calendar days starting with a Monday
The pt_PT locale change has been removed from the patch by
Petr Baudis since Sunday seems to be the first day there
in daily usage.
2012-06-04 18:15:08 +02:00
Siddhesh Poyarekar
b17347ecff
Updated NEWS for the last change
2012-06-04 11:55:06 +05:30
Joseph Myers
bf50fc70f5
Add 14048 to list of fixed bugs in NEWS.
2012-06-01 19:07:47 +00:00
H.J. Lu
35c166e492
Mention BZ #14183 in NEWS
2012-05-30 11:36:48 -07:00
H.J. Lu
a086b4d663
Mention x32 in NEWS
2012-05-30 10:34:33 -07:00
H.J. Lu
f456e08c23
Mention BZ 14075 and 14112
2012-05-30 08:33:26 -07:00
Joseph Myers
47e452cf7c
Add more NEWS items for 2.16.
2012-05-27 18:37:42 +00:00
Siddhesh Poyarekar
9c6ea9facb
Fix stack size and address inconsistency due to executable stack
...
When a stack is marked executable due to loading a DSO that requires
an executable stack, the logic tends to leave out a portion of stack
after the first frame, thus causing a difference in the value returned
by pthread_getattr_np before and after the stack is marked
executable. It ought to be possible to fix this by marking the rest of
the stack as executable too, but in the interest of marking as less of
the stack as executable as possible, the path this fix takes is to
make pthread_getattr_np also look at the first frame as the underflow
end of the stack and compute size and stack top accordingly.
The above happens only for the main process stack. NPTL thread stacks
are not affected by this change.
2012-05-26 09:48:26 +05:30
Roland McGrath
7b44a2df27
NEWS item for --enable-systemtap
2012-05-25 13:49:31 -07:00
Joseph Myers
21708942c9
Remove pre-2.4 Linux kernel support.
2012-05-25 19:19:30 +00:00
H.J. Lu
db5013c654
Mention BZ 12495 and 13576 in NEWS
2012-05-25 04:42:46 -07:00
Joseph Myers
cff78a1ce9
Add missing comma in list of fixed bugs.
2012-05-25 11:14:43 +00:00
Joseph Myers
b65504975c
Fix acosf underflow (bug 14153).
2012-05-25 11:07:07 +00:00
Joseph Myers
7a25eb06bf
Add tests for underflow exception bugs 10846, 14036.
2012-05-24 15:36:54 +00:00
Richard Henderson
edb00e4d73
Add getauxval news entry.
2012-05-24 07:45:49 -07:00
Paul Pluzhnikov
e2d6cea0a1
Mention 14122 in NEWS.
2012-05-22 13:14:44 -07:00
Chandan Kumar
83678f764b
Add new locale mag_IN.
...
[BZ#13968]
* locales/mag_IN: New file.
* SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry.
2012-05-22 18:53:56 +02:00
Andreas Jaeger
d990b2820a
Fix spelling of Steven Munroe
2012-05-21 14:50:42 +02:00
Joseph Myers
e0b16cc25c
Fix ccos, csin, ccosh, csinh overflows (bug 14123).
2012-05-19 15:35:29 +00:00
Carlos O'Donell
1a0994f535
BZ#14059: Fix AVX and FMA4 detection.
...
Fix AVX and FMA4 detection by following the guidelines
set out by Intel and AMD for detecting these features.
2012-05-17 06:59:28 -07:00
Paul Pluzhnikov
bedee953d8
For [BZ #208 ], accumulate malloc stats over all arenas.
2012-05-16 16:46:10 -07:00
Roland McGrath
30b99d798f
BZ#10375: Configure magic to use -fno-stack-protector if needed.
2012-05-16 16:22:50 -07:00
Joseph Myers
cc03b29695
Avoid plain "aligned" attributes in installed headers.
2012-05-15 21:26:40 +00:00
Andreas Jaeger
509072a0f7
Avoid race in nscd
...
2012-05-15 Jeff Law <law@redhat.com>
Andreas Jaeger <aj@suse.de>
[BZ #13594 ]
* nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
out from...
* nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
* nscd/nscd-client.h: Add __nscd_acquire_maplock.
* nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
code changing __hst_map_handle.map.
2012-05-15 20:37:05 +02:00
Joseph Myers
62f9bae743
Add fixed ports bugs to list in NEWS.
2012-05-15 10:37:04 +00:00
Siddhesh Poyarekar
439bf404b8
Allow a single-threaded program to cancel itself
...
There is nothing in the POSIX specification to disallow a
single-threaded program from cancelling itself, so we forcibly enable
multiple_threads to allow the next available cancellation point in the
thread to run.
Also added additional tests to cover various cancellation scenarios.
2012-05-15 09:41:57 +05:30
H.J. Lu
144c546772
Mention BZ #14103/#14104 in News and ChangeLog
2012-05-14 15:34:37 -07:00
Andreas Jaeger
6a4888ffd6
Do not build manual in source dir
...
[BZ #13750 ]
Do not build manual anymore in the source dir. Also clean up the
Makefile and remove rules that have been used previously
when we had a stand-alone Makefile which was obsoleted recently.
2012-05-14 22:01:08 +02:00
Joseph Myers
ffb7875d03
Remove pre-2.2 Linux kernel support.
2012-05-14 14:11:02 +00:00
Mike Frysinger
9dc4e1fbfc
NEWS: update ia64 info
...
Mention that ia64 has moved into ports/, and drop the old build/install
details that don't belong in the NEWS file in the first place.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2012-05-14 01:02:35 -04:00
Andreas Schwab
60cc4a18e6
Complete GB18030 charmap
2012-05-11 19:24:00 +02:00
Joseph Myers
08773b3c1d
14012 fixed by cross-rpcgen changes.
2012-05-11 09:24:15 +00:00
Thomas Schwinge
9086b2957a
Hurd bugs fixed : #766 , #3748 , #3906 .
2012-05-11 14:20:11 +08:00
Adhemerval Zanella
89c9aa491a
Fix for logb/logbf/logbl (bugs 13954/13955/13956)
...
POSIX 2008 states that if the input for 'logb[f|l]' is a subnormal number
it should be treated as if it were normalized. This means the
implementation should calculate the log2 of the mantissa and add it to the
subnormal exponent (-126 for float and -1022 for double and IBM long
double). This patch takes care of that.
2012-05-10 15:11:55 -05:00
Andreas Jaeger
021db4be6f
Make sunrpc code usable again
...
New configure option --enable-obsolete-rpc makes the deprecated RPC
headers and functions available at compile time as they were before
version 2.14. This option will be removed at some time in the future
after the TI-RPC library becomes fully sufficient for the needs of
existing applications.
2012-05-10 20:19:53 +02:00
Paul Eggert
02467e1ca1
[PATCH] [BZ #3440 ] Make LC_ALL etc. useful in #if expressions.
2012-05-10 12:38:09 +00:00
Andreas Jaeger
bdd74070cc
Add volatiles for x86-64 bits/mathinline.h
...
[BZ #14053 ]
GCC 4.7 might remove consecutive calls to e.g. lrintf since
the assembler instructions are the same and GCC does not know
that the result is different depending on the rounding mode. For
SSE instructions, the control register is not available so there
is no way to inform GCC about this. Therefore the asms are marked
as volatile.
2012-05-09 20:17:21 +02:00
Andreas Jaeger
1a4b75a190
Fix strspn warning with -Wconversion
...
[BZ #14083 ]
Fix warning when using strspn with -Wconversion:
$ gcc -Wconversion -O t.c
t.c: In function ‘main’:
t.c:8:7: warning: conversion to ‘long unsigned int’ from ‘int’ may change the sign of the result [-Wsign-conversion]
2012-05-09 16:47:57 +02:00
Ian Wienand
b9f1922d7e
Fix daylight time change for the US
...
[BZ #14080 ]
* time/tzset.c (__tzset_parse_tz): Update default rules for
daylight time changes in the Energy Policy Act of 2005.
2012-05-09 06:15:56 +02:00
Andreas Jaeger
1db86e8845
Make ldconfig message clearer
...
[BZ #13983 ]
Let not confuse the user and think there's an error instead of
a warning.
2012-05-09 06:08:28 +02:00
Roland Mc Grath
05c2c9618f
Warn if user requests __FORTIFY_SOURCE but it is disabled
...
[BZ #13979 ]
* include/features.h: Warn if user requests __FORTIFY_SOURCE
checking but the checks are disabled for any reason.
2012-05-08 19:44:57 +02:00
Joseph Myers
495fd99f3a
Fix x86/x86_64 expm1l inaccuracy and exceptions (bugs 13885, 13923).
2012-05-07 19:13:08 +00:00
Joseph Myers
d8b82cad1b
Fix exp10 inaccuracy and exceptions (bugs 13884, 13914).
2012-05-06 18:23:44 +00:00
Joseph Myers
6c23e11c4d
Fix libm-test.inc ulps calculation for subnormals (bug 14064).
2012-05-06 18:20:21 +00:00
Andreas Jaeger
62881be42d
Patch 31dc8730af
fixes BZ#13563
...
Update NEWS and ChangeLog with BZ #13563
2012-05-06 19:51:46 +02:00
Joseph Myers
41498f4db1
Fix missing exceptions from exp (bugs 13787, 13922, 14036).
2012-05-05 19:37:39 +00:00
Andreas Jaeger
110c96ff29
Revert "Do not build manual in the source directory"
...
This reverts commit e3945c47bd
.
reverting since it breaks building.
2012-05-04 17:09:56 +02:00
Andreas Jaeger
e3945c47bd
Do not build manual in the source directory
...
[BZ #13750 ]
Build the manual in the build directory and
not anymore in the source directory.
2012-05-04 13:13:57 +02:00
Joseph Myers
8f203e6cb6
Fix strtod rounding of hex values (bug 14049).
2012-05-04 10:44:39 +00:00
Joseph Myers
54b71e0283
Fix conditions on checking versions of dprintf (bug 13775).
2012-05-03 18:42:37 +00:00
Paul Pluzhnikov
171a70b4c0
For PR 14055, add bounds check to _dl_show_auxv().
2012-05-02 14:35:30 -07:00
Joseph Myers
3b7c4e740e
Note bug 6959 also fixed for 2.16.
2012-05-01 16:18:56 +00:00
Joseph Myers
7cb029ee6e
Fix nexttoward bugs (bugs 2550, 2570).
2012-05-01 15:37:43 +00:00
Andreas Schwab
412bd96612
Fix missing nearbyintl@GLIBC_2.1 on powerpc
2012-05-01 12:40:59 +02:00
Joseph Myers
adfbc8ac9e
Fix x86 acos near 1 (bug 13942).
2012-04-30 18:56:39 +00:00
Joseph Myers
5ba3cc691c
Fix acos (-1) in round-downwards mode on x86 (bug 14034).
2012-04-30 09:38:06 +00:00
Joseph Myers
9568c0c225
Fix exp10 spurious overflows (bug 13924).
2012-04-30 09:37:01 +00:00
Aurelien Jarno
6c1ff08cf8
Fix February month name in de_AT locale
...
The current de_AT locale defines "Feber" for the month of February,
which is correct in some parts of Austria, but is not the standards.
This patch fixes the problem by changing it to the standards version
"Februar".
2012-04-29 Aurelien Jarno <aurelien@aurel32.net>
* locales/de_AT: Change month name from "Feber" to "Februar".
2012-04-30 09:22:56 +02:00
Joseph Myers
24c5d07ec3
List bug 14033 as fixed on mainline.
2012-04-29 16:21:42 +00:00
Andreas Schwab
7e0d315da8
Fix formatting of denormal IBM long double numbers
2012-04-28 22:21:27 +02:00
Ryan S. Arnold
468f7a8084
Correct incorrect bug number ordering in resolved bug list.
2012-04-27 14:05:23 -05:00
Ryan S. Arnold
a462cb6332
New test to expose erroneous negative sign on logb(1) (bug 887).
2012-04-27 10:47:39 -05:00
Joseph Myers
6ad3493e22
Fix fenv.h fallback returns (bug 14027).
2012-04-27 13:54:09 +00:00
Adhemerval Zanella
94e02fc410
Correct powerpc64 s_floorl edge cases (bug 13886).
...
[BZ #13886 ]
Remove powerpc64/fpu/s_floorl. Use fully correct ldbl-128bim/s_floorl.c.
2012-04-24 14:21:45 -05:00
Paul Eggert
e9a0a51253
* NEWS: Add bug 13970.
2012-04-23 12:55:16 -07:00
Andreas Jaeger
eba6f5133a
Add BZ number
2012-04-23 21:39:30 +02:00
Markus Trippelsdorf
8280f22d30
Update sysdeps/x86_64/fpu/libm-test-ulps
...
[BZ #13927 ]
* sysdeps/x86_64/fpu/libm-test-ulps: Update.
2012-04-21 14:14:27 +02:00
Nix
b8e3372811
Put vm86 into libc.a
...
[BZ #7064 ]
vm86 was not included in libc.a at all due to the default symbol
explicitely added to the weak symbol.
2012-04-21 07:12:50 +02:00
Adhemerval Zanella
76da726532
Fix ilogb exception and errno (bug 6794)
...
[BZ #6794 ]
Following Joseph comments about bug 6794, here is a proposed fix. It turned out
to be a large fix mainly because I had to move some file along to follow libm
files/names conventions.
Basically I have added wrappers (w_ilogb.c, w_ilogbf.c, w_ilogbl.c) that now calls
the symbol '__ieee754_ilogb'. The wrappers checks for '__ieee754_ilogb' output and
set the errno and raise exceptions as expected.
The '__ieee754_ilogb' is implemented in sysdeps. I have moved the 's_ilogb[f|l]' files
to e_ilogb[f|l] and renamed the '__ilogb[f|l]' to '__ieee754_ilogb[f|l]'.
I also found out a bug in i386 and x86-64 assembly coded ilogb implementation where
it raises a FE_DIVBYZERO when argument is '0.0'. I corrected this issue as well.
Finally I added the errno and FE_INVALID tests for 0.0, NaN and +-InF argument. Tested
on i386, x86-64, ppc32 and ppc64.
2012-04-17 22:12:53 +02:00
Chris Leonard
a9e8e0e0f3
"Gallegan" should be "Galician"
...
[BZ #13973 ]
* locale/iso-639.def: Fix gl language name. Spotted by
Yaron Shahrabani.
2012-04-13 19:09:44 +02:00
Mike Frysinger
ea32912bbc
cy_GB/en_GB: set am/pm in times
...
The British people apparently use am/pm in time, so make it available to
them. While we're here, sync the date_fmt field from en_GB to cy_GB.
Fedora has been carrying this for the better part of a decade, and Debian
has had it, and now that I've gotten a request from some British people
to add it to Gentoo, I'd rather get it merged into mainline.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2012-04-12 Mike Frysinger <vapier@gentoo.org>
[BZ #3768 ]
* locales/en_GB: Set am_pm and t_fmt_ampm fields.
* locales/cy_GB: Likewise. Also copy date_fmt from en_GB.
2012-04-13 10:55:25 +02:00
Andreas Jaeger
3507ac6af6
Update for BZ # 2541
2012-04-12 21:02:34 +02:00
Jim Meyering
288f9098cb
Remove __wur from fwrite, fwrite_unlocked
...
[BZ #11959 ]
* libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
It is not necessarily an error to ignore fwrite's return
value. One can reliably use ferror to test for errors after
the fact.
2012-04-11 21:03:57 +02:00
Andreas Jaeger
4cfd80263a
Fix times return value, CLK_TCK description
...
[BZ #2636 ]
* manual/time.texi (Processor Time): Return type of times is
elapsed real time since an arbitrary point in the past.
(CPU Time): Move CLK_TCK from here...
(Processor Time): ...to here. Correct description.
* manual/conf.texi (Constants for Sysconf): Correct description of
_SC_CLK_TCK.
2012-04-11 09:20:50 +02:00
David S. Miller
d7dd44133f
Fix ld.so regression.
...
[BZ #13967 ]
* elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
where the is a gap between DT_REL(A) and DT_JMPREL.
2012-04-10 17:47:59 -07:00
Joseph Myers
8f9a2faee0
Fix spurious overflow exceptions from x86/x86_64 powl (bug 13872).
2012-04-09 22:32:45 +00:00
Joseph Myers
bcc8d6617b
Fix ctan, ctanh overflow (bug 11521).
2012-04-09 22:31:35 +00:00
Andreas Jaeger
0387979329
Enhance d_namlen description
...
[BZ #6894 ]
* manual/filesys.texi (Directory Entries): Mention that d_namlen
is an optional BSD extension.
2012-04-09 21:10:13 +02:00
Andreas Jaeger
823fbbb41b
Document additional fopen options
...
[BZ #10254 ]
The manual failed to explain the new (the first were introduced with
glibc 2.3 or so) parameters to fopen.
2012-04-09 21:07:51 +02:00
Carlos O'Donell
c0ed9d7d2b
Use sourceware.org for email and web references.
...
We use sourceware.org consistently to reference the
server that RedHat provides for community services
to open-source projects.
[BZ # 13963]
* manual/install.texi: Use sourceware.org.
2012-04-09 11:57:15 -04:00
Joseph Myers
d7dd945398
Fix missing overflow exceptions from pow (bug 13873).
2012-04-09 09:43:18 +00:00
Joseph Myers
c483f6b4a4
Fix x86 pow inaccuracy for large integer exponents (bug 706).
2012-04-09 09:42:05 +00:00
Aurelien Jarno
f77f123206
Use __kernel_standard instead of __kernel_standard_f in exp wrapper (bug 13705).
2012-04-08 22:45:13 +00:00
Andreas Jaeger
6ab0fbfc84
Document return values of putenv and setenv
...
[BZ #10153 ]
* manual/startup.texi (Environment Access): Describe return
value for putenv and setenv.
2012-04-08 19:43:41 +02:00
Andreas Jaeger
61efba8cdf
Describe DT_LNK
...
[BZ #6895 ]
* manual/filesys.texi (Directory Entries): Add description for
DT_LNK.
2012-04-08 17:04:47 +02:00
Andreas Jaeger
95c3f29a06
Fix DT_UNKNOWN description
...
[BZ #6890 ]
* manual/filesys.texi (Directory Entries): Clarify that it's
file system not operating system in the description of DT_UNKNOWN.
2012-04-08 15:17:55 +02:00
Andreas Jaeger
54472e9c32
Fix closelog description
...
[BZ #6578 ]
The manual mentioned a non-existing function initlog, replace it with
openlog.
2012-04-08 15:01:46 +02:00
Stephen Compall
624254b18a
Better describe open arguments
...
[BZ #6649 ]
* manual/llio.texi (Opening and Closing Files): Add cross
reference to explain mode argument.
2012-04-08 14:53:13 +02:00
Paul Pluzhnikov
d4d1707fd6
BZ#13895 fixed.
2012-04-06 14:17:31 -07:00
Joseph Myers
f23a86baf7
Fix ascending ordering of bug numbers in NEWS.
2012-04-06 20:35:06 +00:00
Robert Millan
4dad7bab2b
Fix typo in manual
...
lseek refers to WHENCE when it really means OFFSET
2012-04-06 21:38:42 +02:00
Petr Baudis
c9e9d40863
[BZ #6770 ] Add first_weekday and first_workday to ca_ES.
...
Patch from Fedora by Jeff Law. Acknowledged by Jordi Mallach.
2012-04-05 11:47:44 +02:00
Michael Matz
e80d6f94e1
Fix size parameter comparisions.
...
[BZ #13592 ]
There are several signed compares of the size argument, whereas
it really is unsigned. Depending on situations e.g. a "memset(ptr, 0,
-1)" segfault (but for the wrong reasons, because jumping into nirvana)
or succeeds even.
In normal use this is harmless, as a size with signbit set indicates
more than half the address space which on x86_64 is impossible to
allocate, but as the size is used to index some jump tables this
potentially could have other unwanted side effects.
2012-04-05 10:50:09 +02:00
Andreas Jaeger
349fa79f55
Don't warn about unused result of mktemp
...
[BZ #13908 ]
mktemp always returns TEMPLATE, the caller should check TEMPLATE[0]
instead of TEMPLATE, so do not warn about the unused result.
Fix also the comment for mktemp
2012-04-05 10:44:08 +02:00
Thomas Schwinge
6745ccf5a4
[BZ #12340 ] Fix return code of the Hurd's ttyname_r.
2012-04-05 09:16:48 +02:00
Jeff Law
08b209a189
2012-04-04 Dmitry V. Levin <ldv@altlinux.org>
...
[BZ #10346 ]
* locales/ru_UA (LC_TIME): Add first_weekday and first_workday.
2012-04-04 13:55:23 -06:00
Andreas Jaeger
67f60a26d4
Fix typo in manual
...
[BZ # 13938]
* manual/setjmp.texi (System V contexts): Fix sentence.
2012-04-03 09:43:38 +02:00
Andreas Jaeger
b1aa60f32d
Add __bswap_64 definition for non GCC compilers.
...
[BZ#13926]
Currently __bswap_64 is not defined at all for non-GCC compilers.
Define it but guard it with __GLIBC_HAVE_LONG_LONG.
endian.h uses __bswap_64, make the functions only available
if __GLIBC_HAVE_LONG_LONG is defined.
2012-04-03 09:13:59 +02:00
Siddhesh Poyarekar
48c41d04ee
Consider TTL of CNAME record and return minimum TTL in the chain
...
[BZ #13928 ] A DNS request consists of multiple resources combined into
a single hostent, including multiple CNAME records that may have been
assigned different TTL values. In such a case, nscd should take the
least TTL among all of the resources as the timeout for the hostent
before it is reloaded in its cache so that the hostent remains stale
in the database for the least amount of time.
2012-03-30 21:30:01 +05:30
Tulio Magno Quites Machado Filho
e64d2de526
Fix a bug when converting strings with 1 character using TCVN5712-1
...
It isn't necessary to buffer the last character of strings. This can cause a
bug with strings that have 1 character between 0x0041 and 0x01b0.
[BZ #13691 ]
* iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
with only 1 character between 0x0041 and 0x01b0.
* wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
* wcsmbs/tst-mbsnrtowcs.c: New file.
2012-03-30 10:43:43 +02:00
Jeff Law
984a42374c
[BZ #13761 ]
...
* nis/nss_compat/compat-initgroups.c (getgrent_next_nss,
_nss_compat_initgroups_dyn): Fall back to malloc/free for
large group memberships.
2012-03-29 09:56:27 -06:00
Jeff Law
86ae07a8c9
[BZ #13760 ]
...
* resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
in the right place. Discard and retry query if response is
larger than input buffer size.
2012-03-28 10:09:29 -06:00
Joseph Myers
d6270972f7
Fix pow of negative numbers to integer exponents (bugs 369, 2678, 3866).
2012-03-28 14:57:58 +00:00
Joseph Myers
414fca039e
Bug 3868 also fixed by __kernel_standard_l changes.
2012-03-28 09:52:05 +00:00
Joseph Myers
41bf21a1e7
Avoid overflows from long double functions using __kernel_standard.
2012-03-28 09:32:12 +00:00
Joseph Myers
7c69cd143b
Fix cexp overflow (bug 13892).
2012-03-22 19:38:09 +00:00
Joseph Myers
48e44791e4
Fix exp2l inaccuracy (bug 13824).
2012-03-22 12:55:19 +00:00
Carlos O'Donell
e4d91429ae
Add 6730 to NEWS.
2012-03-22 00:09:06 -04:00
Joseph Myers
1a4ac776eb
Remove inaccurate x86 cexp implementations (bug 13883).
2012-03-21 15:28:05 +00:00
Joseph Myers
0cb7efc517
Fix missing exp2 overflow exception (bug 13871).
2012-03-21 12:17:26 +00:00
Joseph Myers
7726d6a95d
Fix atan2 spurious exceptions (bug 11451).
2012-03-19 20:11:09 +00:00
David S. Miller
374976dd13
Fix SHMLBA on sparc.
...
[BZ #6471 ]
* sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
properly.
* sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
* sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
sysdep_routines when subdir is sysvipc.
* sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
__getshmlba helper.
2012-03-16 19:28:51 -07:00
Joseph Myers
c36e1d2369
Disable Bessel function TLOSS errors in POSIX mode.
2012-03-16 20:08:02 +00:00
Joseph Myers
11b90b9f50
Fix tan, tanl for large inputs.
2012-03-16 20:05:37 +00:00
Joseph Myers
8848d99dce
Implement ldbl-96 sinl / cosl / sincosl (bug 13851).
2012-03-16 12:30:05 +00:00
David S. Miller
c4a7b16eb8
Add missing sparc32 NPTL file otherwise we use the wrong lowlevellock.c implementation.
...
nptl/
[BZ #13844 ]
* sysdeps/unix/sysv/linux/sparc/sparc32/libc-lowlevellock.c: New file.
2012-03-15 21:13:02 -07:00
Andreas Jaeger
e85b09d064
Update.
2012-03-15 18:04:51 +01:00
Andreas Jaeger
da473fa897
Add 13658
2012-03-15 14:24:20 +01:00
Roland McGrath
e29652e7b2
NEWS update for BZ#13846
2012-03-14 11:13:37 -07:00
Joseph Myers
e456826d7a
Fix csqrt overflow/underflow (bug 13841).
2012-03-14 11:53:32 +00:00
Joseph Myers
6278569b6c
Add 13840 to NEWS.
2012-03-14 01:18:57 +00:00
Joseph Myers
253ef9ae7f
Add 13566 to list of bugs fixed in NEWS.
2012-03-10 00:49:31 +00:00
Paul Eggert
c524201ab0
Replace FSF snail mail address with URL in miscellaneous files.
2012-03-10 00:45:35 +00:00
Marek Polacek
65b81130c5
Enhance fphex test.
2012-03-08 08:34:10 +01:00
Joseph Myers
6291c00386
Add bug 6911 to NEWS.
2012-03-08 01:39:16 +00:00
Joseph Myers
e7dbb1bec3
Weaken two NPTL configure link tests to compile tests.
2012-03-07 19:34:22 +00:00
Joseph Myers
d1d3431a3a
Fix signs of zeros from casinh, cacosh etc. (bug 10716).
2012-03-07 15:15:19 +00:00
Marek Polacek
a53b7a4e4b
Fix up long double fphex.
2012-03-06 22:08:16 +01:00
Joseph Myers
f3caba873e
Add 13792 to list of fixed bugs in NEWS.
2012-03-06 17:38:40 +00:00
Andreas Jaeger
b945857907
Add BZ#13656
2012-03-05 13:38:43 +01:00
Joseph Myers
b7cd39e8f8
Fix pow in non-default rounding modes (bug 3976).
2012-03-05 12:22:46 +00:00
Joseph Myers
a6d06d7b86
Fix scalbn, scalbln integer overflow.
2012-03-02 15:32:56 +00:00
Joseph Myers
7b1902cb3e
Improve erfc accuracy.
2012-03-01 21:15:38 +00:00
Joseph Myers
9ea559e401
Add bug 13786 to NEWS.
2012-02-29 22:38:30 +00:00
Marek Polacek
1f393a11f6
Always set l_used for vDSO.
2012-02-29 15:28:38 +01:00
Stanislav Brabec
c033824728
Add BZ#13637
2012-02-28 16:17:29 +01:00
Carlos O'Donell
433f48bf3b
BZ #3992 : stdlib/fmtmsg.c: missing stdint.h include.
...
Use of uint32_t requires stdint.h.
2012-02-27 22:31:39 -05:00
Joseph Myers
66ab80bca6
Update makefile for FDL 1.3 change.
2012-02-24 21:32:58 +00:00
Joseph Myers
7bb764bcb1
Prefer C99 names for long long limit macros.
2012-02-22 21:04:27 +00:00
Joseph Myers
6cbeae4719
Fix nearbyintf rounding.
2012-02-22 13:03:40 +00:00
Joseph Myers
fe45ce09f3
Fix rintf rounding.
2012-02-22 13:01:20 +00:00
Joseph Myers
ff3b3d8278
Move __STDC_* predefined macros from features.h to stdc-predef.h.
2012-02-22 12:53:04 +00:00
Joseph Myers
05afe84f6d
Add 13695 to list of bugs fixed in NEWS.
2012-02-21 00:50:03 +00:00
Joseph Myers
ebaf36ebd8
Fix parameter name in strnlen documentation.
2012-02-19 02:02:10 +00:00
Joseph Myers
71c254a6e6
Make seteuid argument name consistent in manual.
2012-02-19 01:54:33 +00:00
Joseph Myers
16d2c63103
Correct list of services in example NSS configuration file.
2012-02-19 01:46:08 +00:00
Nick Bowler
cd837b09b5
Remove erroneous statements about negative zero.
2012-02-19 01:38:37 +00:00
Joseph Myers
02c4bbad9c
Remove documentation of upgrading from libc5.
2012-02-18 18:32:39 +00:00
Joseph Myers
366842e73e
Do not claim that GCC predefines __POSIX__.
2012-02-18 18:21:52 +00:00
Rafe Kettler
09c093b500
Make declarations of "main" in examples consistent.
2012-02-18 00:12:10 +00:00
Joseph Myers
2ee633a243
Correct documentation of FLT_EPSILON.
2012-02-17 23:46:51 +00:00
Fabrice Bauzac
0520adde6b
Change recommendation of strchrnul in strchr documentation.
2012-02-17 23:34:01 +00:00
Dwayne Grant McConnell
3f4081cd59
Document LOCPATH.
2012-02-17 22:19:38 +00:00
Joseph Myers
d1b10e78e4
Fix documented parameters to execle.
2012-02-17 22:06:09 +00:00
Joseph Myers
1d5f032e1b
Fix ordering of bug numbers in NEWS.
2012-02-17 17:57:29 +00:00
Paul Bolle
79c6869c83
Fix typo (LC_TYPE -> LC_CTYPE).
2012-02-17 17:54:10 +00:00
Nicolas Boulenguez
cc6e48bc7c
Fix various problems with @deftypefun lines.
2012-02-17 17:44:38 +00:00
Joseph Myers
6dd8f3dca0
Add more bug numbers.
2012-02-17 17:02:52 +00:00
Joseph Myers
5b23062f1f
Fix typos in documentation of fopen ",ccs=STRING".
2012-02-17 17:00:01 +00:00
Aurelien Jarno
8dee4833c5
Include <time.h> in clock_settime.c.
2012-02-17 17:46:56 +01:00
Joseph Myers
3835c55fe5
Fix typo in manual (bug 9902).
2012-02-17 01:23:04 +00:00
Joseph Myers
35c47e37b9
Include <stdlib.h> in argp examples.
2012-02-17 01:13:15 +00:00
Joseph Myers
0a0a5bd4f1
List bugs 4822 and 11494 as fixed in NEWS.
2012-02-17 00:30:51 +00:00
Joseph Myers
e65f435658
Add 411 to list of fixed bugs.
2012-02-08 01:46:30 +00:00
Ulrich Drepper
6ee65ed6dd
Sort objects before relocations
2012-01-27 15:05:19 -05:00
Ulrich Drepper
afc5ed09cb
Reset bit_AVX in __cpu_features is OS support is missing
2012-01-26 07:45:14 -05:00
Ulrich Drepper
daa891c0e8
Optimize s_modf
2012-01-10 22:26:22 -05:00
Ulrich Drepper
aebae0537d
Mark potential fix for BZ 11929
2012-01-08 20:39:46 -05:00
Ulrich Drepper
d9a216c037
Add checking versions of poll and ppoll
2012-01-08 11:55:32 -05:00
Ulrich Drepper
ac097f5cd0
Define CMPLX, CMPLXF, CMPLXL
2012-01-08 10:07:26 -05:00
Ulrich Drepper
a784e50247
Remove pre-ISO C support
...
No more __const.
2012-01-07 23:57:22 -05:00
Ulrich Drepper
33808bf116
NEWS
2012-01-07 20:33:23 -05:00
Ulrich Drepper
0269750ca6
Remove non-ELF support
2012-01-07 20:30:26 -05:00
Ulrich Drepper
16dd419d92
NEWS
2012-01-07 19:29:11 -05:00
Ulrich Drepper
00bbd29b35
Update ABI information
2012-01-07 19:23:45 -05:00
Ulrich Drepper
bdeba1354b
Remove --enable-omitfp support
2012-01-07 11:29:31 -05:00
Ulrich Drepper
d75a0a62b1
Remove IA-64 support
2012-01-07 11:19:05 -05:00
Ulrich Drepper
dcc9756b5b
Remove support in configure for unsupported architectures
2012-01-07 11:13:30 -05:00
Ulrich Drepper
544563c940
More NEWS
2012-01-07 11:04:33 -05:00
Ulrich Drepper
b008d4c856
Fix collation in Hungarian locale
2012-01-07 11:04:14 -05:00
Ulrich Drepper
d3761ebcc6
Add BZ
2012-01-07 10:57:05 -05:00
Ulrich Drepper
74033a2507
Implement timespec_get
2012-01-01 07:17:21 -05:00
Ulrich Drepper
380d7e87dc
Implement aligned_alloc
2012-01-01 07:17:21 -05:00
Ulrich Drepper
4e9e7a356c
Enable at_quick_exit and quick_exit for ISO C11
2012-01-01 07:17:20 -05:00
Ulrich Drepper
03a718297d
Remove gets declaration
2012-01-01 07:17:20 -05:00
Ulrich Drepper
839e283ece
Define static_assert
2012-01-01 07:17:20 -05:00
Ulrich Drepper
8d44e15086
Missing BZ
2012-01-01 07:17:20 -05:00
Ulrich Drepper
aebefeee8f
Add another BZ
2011-12-23 11:01:46 -05:00
Ulrich Drepper
94ba57acaa
Modernize time format in Swedish locale
2011-12-23 10:57:04 -05:00
Ulrich Drepper
aacdb3413a
Fix wal_ET locale and build it
2011-12-23 10:04:30 -05:00
Ulrich Drepper
42c5011242
Various fixes to fi_FI
2011-12-23 09:51:10 -05:00
Bruno Haible
d455f537be
iconv mapping of 0xA8 0xEC in CP1258 is non-canonical
2011-12-23 08:43:41 -05:00
Bruno Haible
6b13d9d9ef
iconv mapping of U+0385 in TCVN5712-1 is incorrect
2011-12-23 08:35:09 -05:00
Ulrich Drepper
6b64057b1f
Add ta_LK locale
2011-12-23 08:26:58 -05:00
Ulrich Drepper
2c1094bd70
Create internal threads with sufficient stack size
2011-12-22 22:43:39 -05:00
Ulrich Drepper
3b8dfc621b
Fix fi_FI collation reordering
2011-12-22 21:23:33 -05:00
Ulrich Drepper
27deeafc3f
Fix error code for too small input buffer to getnameinfo
2011-12-22 19:21:36 -05:00
Ulrich Drepper
e7f9dac362
Add missing BZ
2011-12-22 18:02:50 -05:00
Ulrich Drepper
db910efdbd
Also retrieve SSE exceptions in x86-32 fegetexceptflag
2011-12-22 16:28:08 -05:00
Ulrich Drepper
f311e884ec
Build ur_IN locale
2011-12-22 15:07:28 -05:00
Ulrich Drepper
16c6f99208
Add brx_IN locale
2011-12-22 11:50:52 -05:00
Ulrich Drepper
4104316861
Optimize tr_freehook
2011-12-22 11:38:32 -05:00
Ulrich Drepper
b7763303bf
Change currency symbol placement for nl_BE
2011-12-22 11:30:06 -05:00
Ulrich Drepper
1eb0b49080
Add es_CU locale
2011-12-22 11:23:28 -05:00
Ulrich Drepper
bb54693665
Add unm_US locale
2011-12-22 11:10:25 -05:00
Ulrich Drepper
2655fd5cad
Add bho_IN locale
2011-12-22 10:48:43 -05:00
Ulrich Drepper
4920765eb4
Define EPOLLONESHOT and EPOLLET using unsigned values
2011-12-21 22:14:05 -05:00
Richard B. Kreckel
b27e24b874
Fix sign errr in some cacosh results
2011-12-21 21:01:29 -05:00
Ulrich Drepper
60e8585f2a
Fix reading thread name from comm file
2011-12-21 19:26:29 -05:00
Ulrich Drepper
ee190f67cc
Store invocation-specific data of conversion modules in __gconv_step_data
2011-12-21 18:45:50 -05:00
Andreas Schwab
707f25dfc0
Fix division by denominator with more than two limbs in strtold
2011-12-21 23:57:15 +01:00
Ulrich Drepper
a4647e727a
Fix extension of array in extended printf format handling
2011-12-17 21:27:25 -05:00
Adhemerval Zanella
f0b264f174
Optimized strcasecmp for Power7
2011-12-17 20:32:59 -05:00
Ulrich Drepper
36b1a74da5
Add BZ number
2011-12-17 20:26:00 -05:00
Marek Polacek
8ef4f244ff
Avoid warnings in __*_finite math function declarations with C++
2011-12-17 20:23:16 -05:00
Ulrich Drepper
97ac2654b2
Check values from TZ file header
2011-12-17 20:18:42 -05:00
Adhemerval Zanella
a1267ba1c6
Optimized nearbyint for PPC
2011-12-17 14:59:47 -05:00
Ulrich Drepper
1d3e4b618a
Optimized wcschr and wcscpy for x86-64 and x86-32
2011-12-17 14:39:23 -05:00
Ulrich Drepper
e188ebba21
Update NEWS
2011-11-14 18:44:00 -05:00
Ulrich Drepper
4b19cd7aef
Fix grouping and reuse other locales in various locales
2011-11-11 11:25:45 -05:00
Andreas Schwab
998832a466
Always provide declarations of long double math functions when !_LIBC
2011-11-04 15:16:11 +01:00
Ulrich Drepper
78239589cd
New Linux syscalls process_vm_readv and process_vm_writev
2011-11-01 09:59:32 -04:00
Ulrich Drepper
f4ec483382
Unify getent output for initgroups database
...
Requests for other fail if iteration is not supported and no parameters
are given. Do this for initgroups as well.
2011-10-31 16:48:45 -04:00
Ulrich Drepper
2a0c698e24
Add bug number
2011-10-29 16:39:47 -04:00
Ulrich Drepper
c2b18f7a0e
Add missing register initialization in x86-64 pthread_cond_timedwait
2011-10-29 15:50:01 -04:00
Ulrich Drepper
cb95113e30
Fix accuracy problem in generic sin
2011-10-29 14:08:56 -04:00
Ulrich Drepper
c9aafacee4
Correctly NUL-terminate link name in sprof
2011-10-29 12:51:53 -04:00
Thomas Jarosch
1760874da6
Fix readlink call in ldconfig's chroot handling
2011-10-29 12:24:38 -04:00
Andreas Schwab
3871f58f06
Don't mark memory synchronisation functions as leaf
2011-10-27 17:20:14 +02:00
Liubov Dmitrieva
fc2ee42abe
Add optimized wcslen and strnlen for x86-32
2011-10-23 15:17:23 -04:00
Liubov Dmitrieva
ce7dd29f28
Optimized strnlen and wcscmp for x86-64
2011-10-23 14:56:04 -04:00
Andreas Schwab
d45c60c2fe
Preserve link time dependencies over relocation dependencies
2011-10-20 12:03:14 +02:00
Ulrich Drepper
d9a4d2ab27
Add optimized str{,n}casecmp for AVX on x86-64
2011-10-19 12:42:38 -04:00
Liubov Dmitrieva
be13f7bff6
Optimized memcmp and wmemcmp for x86-64 and x86-32
2011-10-15 11:10:08 -04:00
Andreas Jaeger
556a200797
Add parameter annotation to modf
2011-10-15 10:08:07 -04:00
Ulrich Drepper
e724f4d0e3
Add missing BZ number to NEWS
2011-10-14 23:47:57 -04:00
Liubov Dmitrieva
951fbcec70
Optimized memchr, memrchr, rawmemchr for x86-32
2011-10-12 11:42:04 -04:00
Ulrich Drepper
0ac5ae2335
Optimize libm
...
libm is now somewhat integrated with gcc's -ffinite-math-only option
and lots of the wrapper functions have been optimized.
2011-10-12 11:27:51 -04:00
Ulrich Drepper
cbf645a649
Note bug number in CL
2011-10-08 04:30:28 -04:00
Andreas Jaeger
f9efbf3af2
Fix netname2host
2011-10-08 03:24:17 -04:00
Andreas Jaeger
bf5824458c
Fix remainder (NaN, 0)
2011-10-07 15:14:06 -04:00
Liubov Dmitrieva
093ecf9299
Improve 64 bit memchr, memrchr, rawmemchr with SSE2
2011-10-07 11:49:10 -04:00
Ulrich Drepper
d42964a093
Fix type in NEWS
2011-10-07 10:33:10 -04:00
Ulrich Drepper
684ae51599
Implement caching of nscd
2011-10-07 10:06:31 -04:00
Ulrich Drepper
633f745dca
Avoid cast in non-gcc obstack_free
2011-09-11 13:04:17 -04:00
Ulrich Drepper
f318beb800
Fix use of AC_INIT
2011-09-11 12:14:48 -04:00
Petr Baudis
1248c1c415
Fix jn precision
2011-09-09 22:16:10 -04:00
Ulrich Drepper
3f8cc204fd
Fix boundary conditions in scanf
...
Allocate large buffers with realloc. When returning error make sure
the stream is unlocked.
2011-09-09 21:26:05 -04:00
Ulrich Drepper
f22e10748f
Don't lock string streams in stream cleanup code
2011-09-09 16:15:25 -04:00
H.J. Lu
1e4bd093e6
Fix macro used in test
2011-09-08 23:53:04 -04:00
John Stanley
b0727fd83f
Add missing definition of LOCPATH for bug-regex32 run
2011-09-08 22:57:23 -04:00
Ulrich Drepper
a0f33f996f
Add range checking for FD_SET, FD_CLR, and FD_ISSET
2011-09-08 19:48:47 -04:00
Ulrich Drepper
c966526aa4
Fix memory leak in case of failed dlopen
2011-09-07 22:58:47 -04:00
Ulrich Drepper
680f813ed3
Remove invalid BZ number
2011-09-07 22:37:22 -04:00
Alan Modra
24f579d86e
Fix profiling on powerpc32 secure-plt shared libs and PIEs
2011-09-07 22:02:42 -04:00
Ulrich Drepper
d96de9634a
Try shell in posix_spawn* only in compat mode
2011-09-05 20:24:50 -04:00
Ulrich Drepper
d48e586806
Fix glob.h header by removing gcc 1.x support
2011-09-05 17:31:23 -04:00
Ulrich Drepper
554881ef20
Use O_CLOEXEC when loading ld.so cache
2011-09-05 17:18:38 -04:00
Liubov Dmitrieva
693fb94884
Optimized strchr and strrchr with SSE2 on x86-32
2011-09-05 17:11:11 -04:00
Ulrich Drepper
49d42c37ba
Add optimized x86-64 wcscmp
2011-09-05 14:08:23 -04:00
Ulrich Drepper
1b48c53782
Add x86-32 optimized wcscmp
2011-09-05 13:53:27 -04:00
Ulrich Drepper
2f0ad8f3a4
Fix semid_ds for x86-64
2011-09-05 12:44:22 -04:00
Ulrich Drepper
5c43483f0c
Add test for BZ 13114
2011-08-20 09:22:16 -04:00
Ulrich Drepper
c55fbd1ea7
Implement scandirat function
2011-08-09 09:57:55 -04:00
Ulrich Drepper
9191c04a7e
Adjust test for correct installation
2011-07-23 15:28:31 -04:00
Ulrich Drepper
90bb2039e9
Check for overflows in expressions
...
Some passed in values might cause overflows in expressions.
2011-07-20 22:53:58 -04:00
Ulrich Drepper
5644ef5461
Fix check for AVX enablement
...
The AVX bit is set if the CPU supports AVX. But this doesn't mean the
kernel does. Add checks according to Intel's documentation.
2011-07-20 21:21:03 -04:00
Ulrich Drepper
51846a515a
Correct feature announcement
2011-07-19 20:29:53 -04:00
Liubov Dmitrieva
99710781cc
Improve 64 bit strcat functions with SSE2/SSSE3
2011-07-19 17:11:54 -04:00
Andreas Dilger
de283087c7
Handle Lustre filesystem
2011-07-07 00:20:32 -04:00
Ulrich Drepper
01636b2140
Handle W; without long options in getopt
2011-07-06 21:27:14 -04:00
Ulrich Drepper
9895c8bc62
Change error code for underflows in strtod
2011-07-06 20:57:55 -04:00
Ulrich Drepper
5c0b8d9013
Fix quoting in some installed shell scripts
2011-06-28 18:14:01 -04:00
H.J. Lu
8912479f9e
Improved st{r,p}{,n}cpy for SSE2 and SSSE3 on x86-64
2011-06-24 15:14:22 -04:00
Ulrich Drepper
d5495a116c
Work around limit in writev in 2.6.38+ kernels
2011-06-24 14:59:17 -04:00
H.J. Lu
0b1cbaaef5
Optimized st{r,p}{,n}cpy for SSE2/SSSE3 on x86-32
2011-06-24 14:15:32 -04:00