about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Fix formatting in mpexp.cSiddhesh Poyarekar2013-01-101-0/+2
|
* Make __mpexp_twomm1 an array of doublesSiddhesh Poyarekar2013-01-101-0/+7
| | | | Cleanup to get rid of the `number` muck which is not necessary here.
* Define flags for fallocateAndreas Schwab2013-01-101-0/+6
|
* Sync netinet/tcp.h with upstream Linux kernel.David S. Miller2013-01-091-0/+15
| | | | | | | | | | | | | | | [BZ# 15003] * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS, TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT, TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS, TCP_FASTOPEN): Define. (tcp_repair_opt): New structure. (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New enum values. (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE, TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN, TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define. (tcp_cookie_transactions): New structure.
* PowerPC: Change sched_getcpu to use vDSO getcpu instead of syscall.Anton Blanchard2013-01-091-0/+7
|
* Remove __USE_ANSI.Joseph Myers2013-01-101-0/+4
|
* Force getconf.speclist to be generated in the others pass.Roland McGrath2013-01-091-0/+2
|
* Remove unused macro ALLOCA_LIMIT.Roland McGrath2013-01-091-0/+4
|
* Update s390 ULPsSiddhesh Poyarekar2013-01-091-0/+2
|
* Update powerpc ULPsSiddhesh Poyarekar2013-01-091-0/+2
|
* Update comments in mpa.cSiddhesh Poyarekar2013-01-091-0/+45
| | | | Fixed comment style and clearer wording in some cases.
* Fix ChangeLog formattingSiddhesh Poyarekar2013-01-091-2/+2
| | | | A couple of places used spaces instead of a tab.
* Don't check __GNUC__ together with __USE_EXTERN_INLINES.Joseph Myers2013-01-081-0/+7
|
* BZ#14985: Remove erroneous EPOLL_NONBLOCKAndreas Jaeger2013-01-081-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | [BZ# 14985] * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK): Remove. * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise. * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise. ChangeLog.mips: [BZ# 14985] * sysdeps/unix/sysv/linux/mips/bits/epoll.h (EPOLL_NONBLOCK): * Remove. ChangeLog.hppa: [BZ# 14985] * sysdeps/unix/sysv/linux/hppa/sys/epoll.h (EPOLL_NONBLOCK): Remove. ChangeLog.alpha: [BZ# 14985] * sysdeps/unix/sysv/linux/alpha/bits/epoll.h (EPOLL_NONBLOCK): Remove.
* Fix spelling errors in sysdeps/powerpc files.Anton Blanchard2013-01-071-0/+46
|
* Clean up __MALLOC_* macros.Joseph Myers2013-01-071-0/+18
|
* Fix casinh, casin overflow (bug 14996).Joseph Myers2013-01-071-0/+18
|
* Change __x86_64 prefix in cache size to __x86H.J. Lu2013-01-051-0/+33
|
* Update Sparc ULPs.David S. Miller2013-01-041-0/+4
| | | | * sysdeps/sparc/fpu/libm-test-ulps: Update.
* Fix warnings in test-powerpc-snan.cAndreas Schwab2013-01-041-0/+5
|
* Update powerpc libm ULPsAndreas Schwab2013-01-041-0/+4
|
* Remove unused __cr and __cpymnSiddhesh Poyarekar2013-01-041-0/+14
|
* Fix build failure on power4 processorsSiddhesh Poyarekar2013-01-041-0/+13
| | | | | The power4-specific mpa.c depended on some global variables that were removed by earlier patches. Also, it did not define mpone and mptwo.
* Fix casinh, casin inaccuracy from cancellation (bug 14994).Joseph Myers2013-01-041-0/+12
|
* Fix code formattingSiddhesh Poyarekar2013-01-041-0/+2
|
* Clean up comment for MP_NOSiddhesh Poyarekar2013-01-041-0/+2
|
* Remove some commented codeSiddhesh Poyarekar2013-01-041-0/+6
|
* Remove commented declarationsSiddhesh Poyarekar2013-01-041-0/+3
|
* Remove argument variable name from function declarationSiddhesh Poyarekar2013-01-041-0/+5
|
* Add HAS_RTMH.J. Lu2013-01-031-0/+9
|
* mtrace: properly handle realloc (p, 0)Andreas Schwab2013-01-031-0/+6
|
* Add new Interlingua translationAndreas Jaeger2013-01-031-0/+4
|
* Fix formattingAndreas Jaeger2013-01-031-1/+1
|
* Fix "localedef --posix" descriptionAllan McRae2013-01-031-0/+4
|
* Update miscellaneous copyright dates.Joseph Myers2013-01-021-0/+6
|
* Fix copyright notice corruption from update-copyright bug.Joseph Myers2013-01-021-0/+17
|
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-0/+8
|
* Fix values in __mpexp_twomm1Siddhesh Poyarekar2013-01-021-0/+3
|
* Split mantissa calculation loop and add branch predictionSiddhesh Poyarekar2013-01-021-0/+3
|
* Add assert for potential access beyond array bounds in m1npSiddhesh Poyarekar2013-01-021-0/+3
| | | | | | | | | | | The mpexp code has an access into m1np: for (i=n-1; i>0; i--,n--) { if (m1np[i][p]+m2>0) break; } which could break for p >= 18 or i >= 7. Fortunately this code is never called due to the way the exp function is implemented since values having exponent less than -55 return 1.0. Make sure that if it gets called in future, it is trapped.
* Move more constants into static variablesSiddhesh Poyarekar2013-01-021-0/+12
| | | | Code cleanup.
* Fix ChangeLog entrySiddhesh Poyarekar2013-01-021-1/+1
|
* Update Catalan translations.David S. Miller2013-01-011-0/+4
| | | | * po/ca.po: Update from translation team.
* Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers2013-01-011-0/+108
|
* Update French translation.David S. Miller2013-01-011-0/+2
| | | | * po/fr.po: Update from translation team.
* Update copyright years.David S. Miller2013-01-011-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | * catgets/gencat.c: Update copyright year. * csu/version.c: Likewise. * debug/catchsegv.sh: Likewise. * debug/pcprofiledump.c: Likewise. * debug/xtrace.sh: Likewise. * elf/ldconfig.c: Likewise. * elf/ldd.bash.in: Likewise. * elf/pldd.c: Likewise. * elf/sotruss.ksh: Likewise. * elf/sprof.c: Likewise. * iconv/iconv_prog.c: Likewise. * iconv/iconvconfig.c: Likewise. * locale/programs/locale.c: Likewise. * locale/programs/localedef.c: Likewise. * login/programs/pt_chown.c: Likewise. * malloc/memusage.sh: Likewise. * malloc/memusagestat.c: Likewise. * malloc/mtrace.pl: Likewise. * nscd/nscd.c: Likewise. * nss/getent.c: Likewise. * nss/makedb.c: Likewise. * posix/getconf.c: Likewise.
* Favour normal numbersSiddhesh Poyarekar2012-12-311-0/+5
|
* math: use existing nonnull attribute defineMike Frysinger2012-12-301-0/+4
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Demystify the magic number 134217729.0Siddhesh Poyarekar2012-12-291-0/+10
| | | | | The number 134217729.0 gets used in various places in e_pow.c but there is no explanation of what that number is. Add that explanation.
* Remove unnecessary variable mptwoim1Siddhesh Poyarekar2012-12-281-0/+4
| | | | Code cleanup.