about summary refs log tree commit diff
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* Manual for platform-specific features and new __ppc_get_timebase inline.Tulio Magno Quites Machado Filho2012-06-041-9/+15
| | | | | | | | | [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.
* locales/tr_TR: Change currency from YTL to TL. [BZ#13996]Petr Baudis2012-06-041-4/+4
| | | | | | | | 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>.
* locales/tr_TR: Fix first_weekday and first_workday [BZ#13223]Serkan Kaba2012-06-041-17/+17
|
* [PATCH] Fix first_weekday/first_workday for EU localesJeff Law2012-06-041-1/+1
| | | | | | | | | | | | | | | | | | 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.
* Updated NEWS for the last changeSiddhesh Poyarekar2012-06-041-1/+1
|
* Add 14048 to list of fixed bugs in NEWS.Joseph Myers2012-06-011-2/+3
|
* Mention BZ #14183 in NEWSH.J. Lu2012-05-301-1/+1
|
* Mention x32 in NEWSH.J. Lu2012-05-301-0/+6
|
* Mention BZ 14075 and 14112H.J. Lu2012-05-301-2/+2
|
* Add more NEWS items for 2.16.Joseph Myers2012-05-271-0/+21
|
* Fix stack size and address inconsistency due to executable stackSiddhesh Poyarekar2012-05-261-13/+13
| | | | | | | | | | | | | | | 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.
* NEWS item for --enable-systemtapRoland McGrath2012-05-251-0/+6
|
* Remove pre-2.4 Linux kernel support.Joseph Myers2012-05-251-1/+1
|
* Mention BZ 12495 and 13576 in NEWSH.J. Lu2012-05-251-13/+13
|
* Add missing comma in list of fixed bugs.Joseph Myers2012-05-251-1/+1
|
* Fix acosf underflow (bug 14153).Joseph Myers2012-05-251-1/+1
|
* Add tests for underflow exception bugs 10846, 14036.Joseph Myers2012-05-241-5/+5
|
* Add getauxval news entry.Richard Henderson2012-05-241-0/+4
|
* Mention 14122 in NEWS.Paul Pluzhnikov2012-05-221-1/+1
|
* Add new locale mag_IN.Chandan Kumar2012-05-221-3/+6
| | | | | | [BZ#13968] * locales/mag_IN: New file. * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry.
* Fix spelling of Steven MunroeAndreas Jaeger2012-05-211-1/+1
|
* Fix ccos, csin, ccosh, csinh overflows (bug 14123).Joseph Myers2012-05-191-1/+1
|
* BZ#14059: Fix AVX and FMA4 detection.Carlos O'Donell2012-05-171-1/+1
| | | | | Fix AVX and FMA4 detection by following the guidelines set out by Intel and AMD for detecting these features.
* For [BZ #208], accumulate malloc stats over all arenas.Paul Pluzhnikov2012-05-161-19/+19
|
* BZ#10375: Configure magic to use -fno-stack-protector if needed.Roland McGrath2012-05-161-14/+14
|
* Avoid plain "aligned" attributes in installed headers.Joseph Myers2012-05-151-1/+1
|
* Avoid race in nscdAndreas Jaeger2012-05-151-10/+10
| | | | | | | | | | | | | 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.
* Add fixed ports bugs to list in NEWS.Joseph Myers2012-05-151-12/+13
|
* Allow a single-threaded program to cancel itselfSiddhesh Poyarekar2012-05-151-9/+10
| | | | | | | | | 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.
* Mention BZ #14103/#14104 in News and ChangeLogH.J. Lu2012-05-141-1/+1
|
* Do not build manual in source dirAndreas Jaeger2012-05-141-8/+8
| | | | | | | [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.
* Remove pre-2.2 Linux kernel support.Joseph Myers2012-05-141-0/+4
|
* NEWS: update ia64 infoMike Frysinger2012-05-141-63/+1
| | | | | | | 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>
* Complete GB18030 charmapAndreas Schwab2012-05-111-11/+11
|
* 14012 fixed by cross-rpcgen changes.Joseph Myers2012-05-111-2/+2
|
* Hurd bugs fixed: #766, #3748, #3906.Thomas Schwinge2012-05-111-17/+17
|
* Fix for logb/logbf/logbl (bugs 13954/13955/13956)Adhemerval Zanella2012-05-101-2/+3
| | | | | | | | 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.
* Make sunrpc code usable againAndreas Jaeger2012-05-101-0/+6
| | | | | | | | 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.
* [PATCH] [BZ #3440] Make LC_ALL etc. useful in #if expressions.Paul Eggert2012-05-101-15/+15
|
* Add volatiles for x86-64 bits/mathinline.hAndreas Jaeger2012-05-091-1/+1
| | | | | | | | | | [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.
* Fix strspn warning with -WconversionAndreas Jaeger2012-05-091-1/+1
| | | | | | | | [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]
* Fix daylight time change for the USIan Wienand2012-05-091-1/+1
| | | | | | [BZ #14080] * time/tzset.c (__tzset_parse_tz): Update default rules for daylight time changes in the Energy Policy Act of 2005.
* Make ldconfig message clearerAndreas Jaeger2012-05-091-2/+2
| | | | | | [BZ #13983] Let not confuse the user and think there's an error instead of a warning.
* Warn if user requests __FORTIFY_SOURCE but it is disabledRoland Mc Grath2012-05-081-2/+2
| | | | | | [BZ #13979] * include/features.h: Warn if user requests __FORTIFY_SOURCE checking but the checks are disabled for any reason.
* Fix x86/x86_64 expm1l inaccuracy and exceptions (bugs 13885, 13923).Joseph Myers2012-05-071-5/+5
|
* Fix exp10 inaccuracy and exceptions (bugs 13884, 13914).Joseph Myers2012-05-061-4/+5
|
* Fix libm-test.inc ulps calculation for subnormals (bug 14064).Joseph Myers2012-05-061-1/+1
|
* Patch 31dc8730af585d8e13021484752fb20decae0661 fixes BZ#13563Andreas Jaeger2012-05-061-8/+8
| | | | Update NEWS and ChangeLog with BZ #13563
* 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.