about summary refs log tree commit diff
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix ld.so regression.David S. Miller2012-04-101-1/+1
| | | | | | [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.
* Fix spurious overflow exceptions from x86/x86_64 powl (bug 13872).Joseph Myers2012-04-091-3/+4
|
* Fix ctan, ctanh overflow (bug 11521).Joseph Myers2012-04-091-7/+7
|
* Enhance d_namlen descriptionAndreas Jaeger2012-04-091-9/+9
| | | | | | [BZ #6894] * manual/filesys.texi (Directory Entries): Mention that d_namlen is an optional BSD extension.
* Document additional fopen optionsAndreas Jaeger2012-04-091-8/+8
| | | | | | [BZ #10254] The manual failed to explain the new (the first were introduced with glibc 2.3 or so) parameters to fopen.
* Use sourceware.org for email and web references.Carlos O'Donell2012-04-091-1/+1
| | | | | | | | | 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.
* Fix missing overflow exceptions from pow (bug 13873).Joseph Myers2012-04-091-3/+3
|
* Fix x86 pow inaccuracy for large integer exponents (bug 706).Joseph Myers2012-04-091-12/+12
|
* Use __kernel_standard instead of __kernel_standard_f in exp wrapper (bug 13705).Aurelien Jarno2012-04-081-5/+5
|
* Document return values of putenv and setenvAndreas Jaeger2012-04-081-9/+9
| | | | | | [BZ #10153] * manual/startup.texi (Environment Access): Describe return value for putenv and setenv.
* Describe DT_LNKAndreas Jaeger2012-04-081-9/+9
| | | | | | [BZ #6895] * manual/filesys.texi (Directory Entries): Add description for DT_LNK.
* Fix DT_UNKNOWN descriptionAndreas Jaeger2012-04-081-8/+9
| | | | | | [BZ #6890] * manual/filesys.texi (Directory Entries): Clarify that it's file system not operating system in the description of DT_UNKNOWN.
* Fix closelog descriptionAndreas Jaeger2012-04-081-9/+9
| | | | | | [BZ #6578] The manual mentioned a non-existing function initlog, replace it with openlog.
* Better describe open argumentsStephen Compall2012-04-081-9/+9
| | | | | | [BZ #6649] * manual/llio.texi (Opening and Closing Files): Add cross reference to explain mode argument.
* BZ#13895 fixed.Paul Pluzhnikov2012-04-061-2/+2
|
* Fix ascending ordering of bug numbers in NEWS.Joseph Myers2012-04-061-1/+1
|
* Fix typo in manualRobert Millan2012-04-061-2/+2
| | | | lseek refers to WHENCE when it really means OFFSET
* [BZ #6770] Add first_weekday and first_workday to ca_ES.Petr Baudis2012-04-051-9/+9
| | | | Patch from Fedora by Jeff Law. Acknowledged by Jordi Mallach.
* Fix size parameter comparisions.Michael Matz2012-04-051-5/+5
| | | | | | | | | | | | | [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.
* Don't warn about unused result of mktempAndreas Jaeger2012-04-051-2/+2
| | | | | | | [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
* [BZ #12340] Fix return code of the Hurd's ttyname_r.Thomas Schwinge2012-04-051-7/+7
|
* 2012-04-04 Dmitry V. Levin <ldv@altlinux.org>Jeff Law2012-04-041-8/+8
| | | | | [BZ #10346] * locales/ru_UA (LC_TIME): Add first_weekday and first_workday.
* Fix typo in manualAndreas Jaeger2012-04-031-1/+1
| | | | | [BZ # 13938] * manual/setjmp.texi (System V contexts): Fix sentence.
* Add __bswap_64 definition for non GCC compilers.Andreas Jaeger2012-04-031-1/+2
| | | | | | | | | [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.
* Consider TTL of CNAME record and return minimum TTL in the chainSiddhesh Poyarekar2012-03-301-1/+1
| | | | | | | | | [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.
* Fix a bug when converting strings with 1 character using TCVN5712-1Tulio Magno Quites Machado Filho2012-03-301-4/+4
| | | | | | | | | | | 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.
* [BZ #13761]Jeff Law2012-03-291-3/+3
| | | | | | * nis/nss_compat/compat-initgroups.c (getgrent_next_nss, _nss_compat_initgroups_dyn): Fall back to malloc/free for large group memberships.
* [BZ #13760]Jeff Law2012-03-281-3/+3
| | | | | | * 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.
* Fix pow of negative numbers to integer exponents (bugs 369, 2678, 3866).Joseph Myers2012-03-281-10/+10
|
* Bug 3868 also fixed by __kernel_standard_l changes.Joseph Myers2012-03-281-2/+2
|
* Avoid overflows from long double functions using __kernel_standard.Joseph Myers2012-03-281-2/+3
|
* Fix cexp overflow (bug 13892).Joseph Myers2012-03-221-1/+2
|
* Fix exp2l inaccuracy (bug 13824).Joseph Myers2012-03-221-6/+6
|
* Add 6730 to NEWS.Carlos O'Donell2012-03-221-1/+1
|
* Remove inaccurate x86 cexp implementations (bug 13883).Joseph Myers2012-03-211-1/+1
|
* Fix missing exp2 overflow exception (bug 13871).Joseph Myers2012-03-211-1/+1
|
* Fix atan2 spurious exceptions (bug 11451).Joseph Myers2012-03-191-5/+5
|
* Fix SHMLBA on sparc.David S. Miller2012-03-161-6/+6
| | | | | | | | | | | [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.
* Disable Bessel function TLOSS errors in POSIX mode.Joseph Myers2012-03-161-7/+8
|
* Fix tan, tanl for large inputs.Joseph Myers2012-03-161-1/+1
|
* Implement ldbl-96 sinl / cosl / sincosl (bug 13851).Joseph Myers2012-03-161-1/+1
|
* Add missing sparc32 NPTL file otherwise we use the wrong lowlevellock.c ↵David S. Miller2012-03-151-1/+1
| | | | | | | | | implementation. nptl/ [BZ #13844] * sysdeps/unix/sysv/linux/sparc/sparc32/libc-lowlevellock.c: New file.
* Update.Andreas Jaeger2012-03-151-1/+1
|
* Add 13658Andreas Jaeger2012-03-151-3/+3
|
* NEWS update for BZ#13846Roland McGrath2012-03-141-1/+2
|
* Fix csqrt overflow/underflow (bug 13841).Joseph Myers2012-03-141-1/+1
|
* Add 13840 to NEWS.Joseph Myers2012-03-141-1/+1
|
* Add 13566 to list of bugs fixed in NEWS.Joseph Myers2012-03-101-2/+2
|
* Replace FSF snail mail address with URL in miscellaneous files.Paul Eggert2012-03-101-2/+2
|
* Enhance fphex test.Marek Polacek2012-03-081-1/+1
|