summaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Collapse)Author
2012-10-20Check the main application only if SHARED is definedH.J. Lu
2012-10-20Retry read in ld.so if the entire ELF header is not read inSiddhesh Poyarekar
[BZ #13601] A read operation could return less than requested data for a number of reasons.
2012-10-19mr_IN locale fixesPravin Satpute
[BZ #14694] Fix Wednesday in DAY and August, September and October in ABMON and MON.
2012-10-18Add note on free list pointers overwriting M_PERTURB bytesSiddhesh Poyarekar
Fixes BZ #12140.
2012-10-15Fix BZ #14716: memmem crashMaxim Kuvyrkov
2012-10-10* NEWS: Add note about FIPS mode. Wording suggested by RolandAlexandre Oliva
McGrath.
2012-10-10Take lock in pthread_cond_wait cleanup handler only when neededSiddhesh Poyarekar
[BZ #14652] When a thread waiting in pthread_cond_wait with a PI mutex is cancelled after it has returned successfully from the futex syscall but just before async cancellation is disabled, it enters its cancellation handler with the mutex held and simply calling a mutex_lock again will result in a deadlock. Hence, it is necessary to see if the thread owns the lock and try to lock it only if it doesn't.
2012-10-09Add NEWS entry for BZ #14602.Maxim Kuvyrkov
2012-10-08Add bugs 14660, 14661 to NEWSJonathan Nieder
2012-10-05Correct libthreadb register access for 64-bit sparc.David S. Miller
[BZ #14568] * sysdeps/sparc/tls.h (DB_THREAD_SELF_INCLUDE): Delete. (DB_THREAD_SELF): Use constants for the register offsets. Correct the case of a 64-bit debugger with a 32-bit inferior.
2012-10-05Set GL(dl_nns) to 1 for vDSO in libc.aH.J. Lu
2012-10-05Unlock mutex before going back to waiting for PI mutexesSiddhesh Poyarekar
[BZ #14417] A futex call with FUTEX_WAIT_REQUEUE_PI returns with the mutex locked on success. If such a successful thread is pipped to the cond_lock by another spuriously woken waiter, it could be sent back to wait on the futex with the mutex lock held, thus causing a deadlock. So it is necessary that the thread relinquishes the mutex before going back to sleep.
2012-10-04powerpc: add name_to_handle_at, open_by_handle etc. to bits/fcntl.hKhem Raj
Fixes BZ #14251.
2012-10-02Clarify memory allocation error diagnostics to avoid confusionDmitry V. Levin
2012-10-02Define HAS_FMA with bit_FMA_UsableH.J. Lu
2012-10-01Fix exception table for i386 pthread_cond_waitSiddhesh Poyarekar
[BZ #14477] Add an additional entry in the exception table to jump to __condvar_w_cleanup2 instead of __condvar_w_cleanup for PI mutexes when %ebx contains the address of the futex instead of the condition variable.
2012-10-01Fix sign of inexact zero return from fma (bug 14645).Joseph Myers
2012-09-29Fix sign of exact zero return from fma (bug 14638).Joseph Myers
2012-09-282012-09-28 Andreas Schwab <schwab@linux-m68k.org>Jeff Law
[BZ #6530] * stdio-common/vfprintf.c (process_string_arg): Revert 2000-07-22 change. 2011-09-28 Jonathan Nieder <jrnieder@gmail.com> * stdio-common/Makefile (tst-sprintf-ENV): Set environment for testcase. * stdio-common/tst-sprintf.c: Include <locale.h> (main): Test sprintf's handling of incomplete multibyte characters.
2012-09-28 [BZ #11438]Jeff Law
* sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 * addresses to global scope. * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16 addresses are in the same scope as 192.0.2/24. * posix/gai.conf: Document new scope table defaults.
2012-09-28Don't flush write buffer for ftellSiddhesh Poyarekar
[BZ #5298] Use write pointer state along with the file offset and/or the read pointers to get the current file position.
2012-09-28Adjust wide data buffer pointers during fseek and ftellSiddhesh Poyarekar
[BZ #14543] Set the internal buffer state correctly whenever the external buffer state is modified by fseek by either computing the current _IO_read_ptr/end for the internal buffer based on the new _IO_read_ptr in the external buffer or converting the content read into the external buffer, up to the extent of the requested fseek offset.
2012-09-27Fix sparc64 crashes with LD_BIND_NOW and --enable-bind-now.David S. Miller
[BZ #14376] * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not pass reloc->r_addend in as the 'high' argument to sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
2012-09-26Fix up definitions for older compilers.Marek Polacek
2012-09-25Fix order of bug list in NEWS and remove duplicate entry.Joseph Myers
2012-09-25Fix inaccuracy of clog, clog10 near |z| = 1 (bug 13629).Joseph Myers
2012-09-25Add bug 14621 to NEWS.Joseph Myers
2012-09-24Use static link by default for --disable-sharedH.J. Lu
2012-09-24Sort BZ # in NEWSH.J. Lu
2012-09-24Properly handle fencepost with MALLOC_ALIGN_MASKH.J. Lu
2012-09-24Make printf respect the rounding mode for hex output (bug 5044).Joseph Myers
2012-09-19rtld: limit self loading check to normal mode onlyDmitry V. Levin
Commit glibc-2.14~10 disallowed rtld self loading to avoid a segfault that used to happen when rtld was loading itself in normal mode. Unfortunately, that commit disallowed all modes of self loading, including those that used to work before. This change limits the check for self loading to normal mode only, so that instruments like ldd could handle rtld properly.
2012-09-15Remove $(have-cpp-asm-debuginfo) checkH.J. Lu
2012-09-14 [BZ #14583]Jeff Law
* sysdeps/pthread/pthread.h: Fix prototype of __sigsetjmp.
2012-09-13Remove unused __rtld_lock_init_recursive macroH.J. Lu
2012-09-12Make strtod respect the rounding mode (bug 14518).Joseph Myers
2012-09-07Fix description of carg branch cut (bug 13542)John Tobey
2012-09-07Use www.gnu.org as example hostname in manual (bug 10014).Joseph Myers
2012-09-07Fix pointers between nodes in manual (bug 10038).Joseph Myers
2012-09-06Mention BZ #14545 in NEWSH.J. Lu
2012-09-06Use crtbeginT.o to statically link programsH.J. Lu
2012-09-06tile: Add BZ to Changelog and update NEWSChris Metcalf
2012-09-05Fix botched NEWSJeff Law
2012-09-05 [BZ#14510]Jeff Law
* 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-05Return requested size for malloc_usable_size when MALLOC_CHECK_ > 0Siddhesh Poyarekar
[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-06Improve C++ header location detection (bug 13966)Allan McRae
2012-09-04Fix iogetdelim.c (latent) integer overflow (bug 9914).Joseph Myers
2012-09-02Use the first element of GOT for ld.so addressesH.J. Lu
[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-02Check for gawk >= 3.0 (bug 13412)Allan McRae
2012-08-31Fix sem_post race (bug 14532).Joseph Myers