about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Resolve __vector namespace conflict with Altivec.Petr Baudis2012-04-172-4/+9
|
* Prevent warning in pldd.Marek Polacek2012-04-162-9/+13
|
* Reverse arguments of fdivp in i386 code.Marek Polacek2012-04-162-2/+7
|
* Check __ILP32__ instead of __LP64__H.J. Lu2012-04-1311-10/+23
| | | | | | | | | | | | | * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__. * elf/tst-auditmod3b.c: Likewise. * elf/tst-auditmod4b.c: Likewise. * elf/tst-auditmod5b.c: Likewise. * elf/tst-auditmod6b.c: Likewise. * elf/tst-auditmod6c.c: Likewise. * elf/tst-auditmod7b.c: Likewise. * sysdeps/x86_64/ffsll.c (ffsl): Likewise. * sysdeps/x86_64/preconfigure.in: Likewise. * sysdeps/x86_64/preconfigure: Regenerated.
* Add __ILP32__ check when defining __WORDSIZEH.J. Lu2012-04-132-1/+6
|
* Fix variable check in sparc clock frequency probing.Antoine Balestrat2012-04-132-1/+6
| | | | | * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
* "Gallegan" should be "Galician"Chris Leonard2012-04-133-2/+8
| | | | | | [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-134-17/+26
| | | | | | | | | | | | | | | | | 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
|
* Update comment for _io_write_fnRoland McGrath2012-04-122-5/+10
| | | | | [BZ #2074] * libio/libio.h (__io_write_fn): Update comment.
* Fix description of user provided write functionPetr Baudis2012-04-122-1/+8
| | | | | | [BZ #2074] * stdio.texi (Hook Functions): The user provided writer function is not allowed to return -1.
* Update sparc libm ULPs.David S. Miller2012-04-112-10/+128
| | | | * sysdeps/sparc/fpu/libm-test-ulps: Update.
* ignore ports/linuxthreads addon dirsMike Frysinger2012-04-112-6/+14
| | | | | | | | Dropping external addon trees into the main git checkout is normal to test them, so add them to the ignore list. Not like we want to ever check them in. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Remove __wur from fwrite, fwrite_unlockedJim Meyering2012-04-113-12/+20
| | | | | | | | [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.
* Add __snseconds_t and __SNSECONDS_T_TYPEH.J. Lu2012-04-118-1/+20
|
* Fix times return value, CLK_TCK descriptionAndreas Jaeger2012-04-114-14/+25
| | | | | | | | | | [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-103-7/+15
| | | | | | [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.
* Use __builtin_bswap32/64 in x86_64 <bits/byteswap.h>H.J. Lu2012-04-102-32/+59
|
* New ld.so argument --inhibit-ldcache to disable ld.so.cache lookupSiddhesh Poyarekar2012-04-116-5/+31
| | | | | | | | | | | It may sometimes be desirable to make the dynamic linker only pick up libraries from the library path and rpath and not look at the ld.so.cache that ldconfig generates. An example of such a use case is the glibc testsuite where the dynamic linker must not be influenced by any external paths or caches. This change adds a new option --inhibit-ldcache that when used, tells the dynamic linker to not use ld.so.cache even if it is available.
* Merge commit '9904dc47c88d9592ec66e599075436'Roland McGrath2012-04-102-3/+27
|\
| * Use __builtin_bswap32/64 in __bswap_32/64 for GCC >= 4.2H.J. Lu2012-04-062-3/+27
| |
* | Fix spurious overflow exceptions from x86/x86_64 powl (bug 13872).Joseph Myers2012-04-095-33/+53
| |
* | Fix ctan, ctanh overflow (bug 11521).Joseph Myers2012-04-0911-97/+403
| |
* | Merge branch 'master' of git://sourceware.org/git/glibcAndreas Jaeger2012-04-092-7/+12
|\ \ | | | | | | | | | | | | Conflicts: ChangeLog
| * | Fix missing clobber in i386 __sincos_code asm.Roland McGrath2012-04-092-7/+12
| | |
* | | Enhance d_namlen descriptionAndreas Jaeger2012-04-093-12/+18
| | | | | | | | | | | | | | | | | | [BZ #6894] * manual/filesys.texi (Directory Entries): Mention that d_namlen is an optional BSD extension.
* | | Document additional fopen optionsAndreas Jaeger2012-04-093-15/+39
|/ / | | | | | | | | | | [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-093-2/+7
| | | | | | | | | | | | | | | | | | 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-094-15/+19
| |
* | Fix x86 pow inaccuracy for large integer exponents (bug 706).Joseph Myers2012-04-095-16/+112
| |
* | Do not allow overflow exception on exp underflow test (bug 13705).Joseph Myers2012-04-082-2/+7
| |
* | Use __kernel_standard instead of __kernel_standard_f in exp wrapper (bug 13705).Aurelien Jarno2012-04-083-7/+13
| |
* | memset: also update copyright yearsMike Frysinger2012-04-083-2/+7
| | | | | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* | Document return values of putenv and setenvAndreas Jaeger2012-04-083-9/+20
| | | | | | | | | | | | [BZ #10153] * manual/startup.texi (Environment Access): Describe return value for putenv and setenv.
* | Add generated file version.texiAndreas Jaeger2012-04-081-0/+1
| |
* | Describe DT_LNKAndreas Jaeger2012-04-083-9/+16
| | | | | | | | | | | | [BZ #6895] * manual/filesys.texi (Directory Entries): Add description for DT_LNK.
* | Fix DT_UNKNOWN descriptionAndreas Jaeger2012-04-083-9/+15
| | | | | | | | | | | | [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-083-10/+15
| | | | | | | | | | | | [BZ #6578] The manual mentioned a non-existing function initlog, replace it with openlog.
* | Merge branch 'master' of git://sourceware.org/git/glibcAndreas Jaeger2012-04-087-10/+40
|\ \ | | | | | | | | | | | | Conflicts: ChangeLog
| * | memset: fix define usage for shared libsMike Frysinger2012-04-073-2/+7
| | | | | | | | | | | | | | | | | | | | | The proper define to check "am I in a shared lib" is "SHARED", not "PIC". The two new memset_chk functions incorrectly depend on "PIC". Signed-off-by: Mike Frysinger <vapier@gentoo.org>
| * | Handle some new sparc relocation types.David S. Miller2012-04-074-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | * elf/elf.h (R_SPARC_WDISP10): Define. * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle R_SPARC_SIZE32. * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle R_SPARC_SIZE64 and R_SPARC_H34.
| * | Simplify _ELF_DYNAMIC_DO_RELOC after combining the old two defs.Carlos O'Donell2012-04-072-8/+6
| |/ | | | | | | | | * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify conditions and remove no longer applicable assertion.
* / Better describe open argumentsStephen Compall2012-04-083-13/+19
|/ | | | | | [BZ #6649] * manual/llio.texi (Opening and Closing Files): Add cross reference to explain mode argument.
* Add byteswap-16.h for __bswap_16H.J. Lu2012-04-0610-100/+219
|
* BZ#13895 fixed.Paul Pluzhnikov2012-04-061-2/+2
|
* 2012-04-06 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov2012-04-064-9/+34
| | | | | | | | [BZ #13895] * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid extra indirection. * nss/Makefile (tests-static, tests): Add tst-nss-static. * nss/tst-nss-static.c: New.
* Fix ascending ordering of bug numbers in NEWS.Joseph Myers2012-04-061-1/+1
|
* Fix typo in manualRobert Millan2012-04-063-5/+11
| | | | lseek refers to WHENCE when it really means OFFSET
* Add missing include fileAndreas Jaeger2012-04-062-1/+5
| | | | | | | | | | Compiling on Linux/i586 I get these warnings: nss_db/db-initgroups.c:60:3: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] nss_db/db-initgroups.c:74:7: warning: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration] Fixed with inclusion of <string.h>
* Add __poll and __ppoll to libc.abilistAndreas Jaeger2012-04-062-0/+6
| | | | The functions were introduced in January but abilist was not updated.