about summary refs log tree commit diff
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* Fix missing exceptions from exp (bugs 13787, 13922, 14036).Joseph Myers2012-05-051-6/+6
|
* Revert "Do not build manual in the source directory"Andreas Jaeger2012-05-041-6/+6
| | | | | | This reverts commit e3945c47bdac1149a1fec5d46bd567a248cd17b9. reverting since it breaks building.
* Do not build manual in the source directoryAndreas Jaeger2012-05-041-6/+6
| | | | | | | [BZ #13750] Build the manual in the build directory and not anymore in the source directory.
* Fix strtod rounding of hex values (bug 14049).Joseph Myers2012-05-041-1/+1
|
* Fix conditions on checking versions of dprintf (bug 13775).Joseph Myers2012-05-031-6/+6
|
* For PR 14055, add bounds check to _dl_show_auxv().Paul Pluzhnikov2012-05-021-1/+1
|
* Note bug 6959 also fixed for 2.16.Joseph Myers2012-05-011-11/+11
|
* Fix nexttoward bugs (bugs 2550, 2570).Joseph Myers2012-05-011-14/+15
|
* Fix missing nearbyintl@GLIBC_2.1 on powerpcAndreas Schwab2012-05-011-1/+1
|
* Fix x86 acos near 1 (bug 13942).Joseph Myers2012-04-301-1/+1
|
* Fix acos (-1) in round-downwards mode on x86 (bug 14034).Joseph Myers2012-04-301-1/+1
|
* Fix exp10 spurious overflows (bug 13924).Joseph Myers2012-04-301-2/+2
|
* Fix February month name in de_AT localeAurelien Jarno2012-04-301-5/+5
| | | | | | | | | | | 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".
* List bug 14033 as fixed on mainline.Joseph Myers2012-04-291-1/+1
|
* Fix formatting of denormal IBM long double numbersAndreas Schwab2012-04-281-9/+9
|
* Correct incorrect bug number ordering in resolved bug list.Ryan S. Arnold2012-04-271-1/+1
|
* New test to expose erroneous negative sign on logb(1) (bug 887).Ryan S. Arnold2012-04-271-14/+14
|
* Fix fenv.h fallback returns (bug 14027).Joseph Myers2012-04-271-1/+1
|
* Correct powerpc64 s_floorl edge cases (bug 13886).Adhemerval Zanella2012-04-241-4/+4
| | | | | [BZ #13886] Remove powerpc64/fpu/s_floorl. Use fully correct ldbl-128bim/s_floorl.c.
* * NEWS: Add bug 13970.Paul Eggert2012-04-231-1/+2
|
* Add BZ numberAndreas Jaeger2012-04-231-4/+4
|
* Update sysdeps/x86_64/fpu/libm-test-ulpsMarkus Trippelsdorf2012-04-211-1/+1
| | | | | [BZ #13927] * sysdeps/x86_64/fpu/libm-test-ulps: Update.
* Put vm86 into libc.aNix2012-04-211-10/+10
| | | | | | [BZ #7064] vm86 was not included in libc.a at all due to the default symbol explicitely added to the weak symbol.
* Fix ilogb exception and errno (bug 6794)Adhemerval Zanella2012-04-171-10/+10
| | | | | | | | | | | | | | | | | | | | [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.
* "Gallegan" should be "Galician"Chris Leonard2012-04-131-1/+1
| | | | | | [BZ #13973] * locale/iso-639.def: Fix gl language name. Spotted by Yaron Shahrabani.
* cy_GB/en_GB: set am/pm in timesMike Frysinger2012-04-131-12/+12
| | | | | | | | | | | | | | | | | 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.
* Update for BZ # 2541Andreas Jaeger2012-04-121-13/+13
|
* Remove __wur from fwrite, fwrite_unlockedJim Meyering2012-04-111-8/+8
| | | | | | | | [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.
* Fix times return value, CLK_TCK descriptionAndreas Jaeger2012-04-111-3/+3
| | | | | | | | | | [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.
* 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
|