aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-11-16Set constructor/destructor priority to 1000hjl/initH.J. Lu3-4/+13
2012-11-16Add ayc_PE localeAndreas Jaeger4-1/+202
[BZ # 14828] * locales/ayc_PE: Add Aymara locale for Peru contributed by Chris Leonard <cjl@sugarlabs.org> and Amos Batto <amosbatto@yahoo.com>. * SUPPORTED (SUPPORTED-LOCALES): Add ayc_PE.
2012-11-16Add nhn_MX localeAndreas Jaeger4-6/+158
[BZ # 14501] * locales/nhn_MX: Add Central Nahuatl locale for Mexico, contributed by Jorge Becerril <jrbecster@gmail.com>. * SUPPORTED (SUPPORTED-LOCALES): Add nhn_MX.
2012-11-15Correct L10n of country-name and lang-name in km_KHChris Leonard3-12/+19
[BZ #13952] * locales/km_KH: Correct country-name and lang-name.
2012-11-15Fix buffer overflow in libm-test.inc check_complex()Marcus Shawcroft2-3/+13
2012-11-15[BZ #13603, 13604, 13698] Three new localesAndreas Jaeger6-9/+558
[BZ #13603] [BZ #13604] [BZ #13698] * locales/doi_IN: New file, contributed by Pravin Satpute <psatpute@redhat.com> and Sushil Badyal <badyalsk@gmail.com>. * locales/mni_IN: New file, contributed by Pravin Satpute <psatpute@redhat.com> and Rebika Devi <rebika_srd@rediffmail.com>. * locales/sat_IN: New file, contributed by Pravin Satpute <psatpute@redhat.com> and Thakur Prasad Murmu <tp_murmu@yahoo.com>. * SUPPORTED (SUPPORTED-LOCALES): Add doi_IN, mni_IN, sat_IN.
2012-11-152012-11-15 Chris Leonard <cjlhomeaddress@gmail.com>Chris Leonard4-26/+35
[BZ #13950] * locales/bo_CN (LC_NAME, LC_ADDRESS): Remove some FIXMEs with proper content, disable others. * locales/bo_IN (LC_NAME, LC_ADDRESS): Likewise.
2012-11-15Update --version copyright dates for memusagestat and pcprofiledump.Joseph Myers3-4/+8
2012-11-14Skip audit if l_reloc_result is NULLH.J. Lu5-3/+41
2012-11-14Fix thumb2 build breakage in libcryptMarcus Shawcroft2-0/+9
2012-11-14Adding missing -fexception CFLAGSMarcus Shawcroft6-0/+20
2012-11-13Add support for sparc cryptographic hash opcodes.David S. Miller24-385/+887
* crypt/Makefile: Move test targets after toplevel Rules inclusion. Grab any necessary sysdep routines when linking. * crypt/md5.c (md5_process_block): Remove define, we will always name it __md5_process_block. (md5_finish_ctx): Update md5_process_block call. (md5_stream): Likewise. (md5_process_bytes): Likewise. (md5_process_block): Rename to __md5_process_block and move to ... * crypt/md5-block.c: ... here. * crypt/sha256.c (sha256_process_block): Move to ... * crypt/sha256-block.c: ... here. * crypt/sha512.c (sha512_process_block): Move to ... * crypt/sha512-block.c: ... here. * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include path. * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define. * sysdeps/sparc/sparc64/multiarch/Makefile (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in crypt subdir. (localedef-aux): Add md5 crypto assembler when in locale subdir. * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64 multiarch changes. * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file. * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file. * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file. * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file. * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file. * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file. * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file. * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file. * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New file. * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file. * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New file. * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
2012-11-13Update tzcode from upstream git and support --with-bugurl for it.Joseph Myers5-14/+27
2012-11-13Define IPPORT_RESERVED in netdb.h for XPG4 and UNIX98 (bug 14838).Joseph Myers3-2/+8
2012-11-13Fix missing truncation UNDERFLOW.Marcus Shawcroft3-30/+36
2012-11-11Fix check-localplt regressions on sparc.David S. Miller2-4/+12
* sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include inttypes.h (__get_clockfreq_via_proc_openprom): Use __open, __read, and __close rather than their public counterparts.
2012-11-10NEWS entry for AArch64 port.Marcus Shawcroft1-0/+2
2012-11-10conformtest: Fix miscellaneous UNIX98 expectations.Joseph Myers6-6/+31
2012-11-10Fix typo in ChangeLog.Joseph Myers1-1/+1
2012-11-10Use glibc version information in zic and zdump.Joseph Myers4-4/+15
2012-11-09Use unmodified tzselect.ksh in glibc.Joseph Myers4-7/+15
2012-11-09Remove $(format-me) and fix indentation.Joseph Myers2-8/+8
2012-11-09Support --with-pkgversion and --with-bugurl.Joseph Myers42-119/+470
2012-11-09Update tzcode to 2012i.Joseph Myers11-463/+236
2012-11-09Declare ecvt, fcvt, gcvt, mktemp in stdlib.h for XOPEN2K (bug 14824).Joseph Myers3-3/+22
2012-11-09Fix sunrpc 64-bit (especially big-endian) issues (bug 14821).Joseph Myers5-57/+66
2012-11-09AArch64 PortMarcus Shawcroft128-0/+13767
2012-11-09PowerPC: Use <bits/fcntl-linux.h>Andreas Jaeger2-258/+17
* sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all definitions and declarations that are provided by <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
2012-11-08S/390: Add hwcap value for transactional execution.Andreas Krebbel4-3/+14
2012-11-08Adjust comment above AArch64 relocs.Marcus Shawcroft2-1/+5
2012-11-07Fix NULL ucontext->uc_link handling on sparc64.David S. Miller4-12/+54
* sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file. * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c (__start_context): Declare. (__makecontext_ret): Delete. (__makecontext): Hook up __start_context instead of __makecontext_ret. * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (sysdep_routines): Add __start_context when in stdlib.
2012-11-08Use configured $(NM), $(OBJDUMP), $(READELF) in tst-xmmymm.sh.Joseph Myers3-6/+18
2012-11-07Also run tst-xmmymm.sh on i386 ld.soH.J. Lu4-5/+12
2012-11-07conformtest: Fix pthreads expectations for XPG3 / XPG4 / UNIX98.Joseph Myers3-8/+55
2012-11-07conformtest: Fix setenv / unsetenv expectations.Joseph Myers2-2/+6
2012-11-07conformtest: Fix isnan function return type.Joseph Myers2-1/+4
2012-11-07conformtest: Fix sys/mman.h expectations for UNIX98.Joseph Myers2-10/+26
2012-11-07conformtest: Only expect mknodat for XOPEN2K8.Joseph Myers2-0/+5
2012-11-07conformtest: Clean up / correct / expand C99 and C11 expectations.Joseph Myers13-560/+601
2012-11-072012-11-07 Andreas Jaeger <aj@suse.de>Jeff Law3-2/+26
[BZ #14809] * sysdeps/unix/sysv/linux/sys/sysctl.h (_UAPI_LINUX_KERNEL_H) (_UAPI_LINUX_TYPES_H): Starting with Linux 3.7, the include header guards are changed. Only define if not yet defined, #undef back after including linux/sysctl.h if defined here.
2012-11-07NEWS update for closing 14815.Roland McGrath1-1/+1
2012-11-07BZ#14815: Manual typo fix.Roland McGrath2-1/+7
2012-11-07Update language in ChangeLog.tile.Chris Metcalf1-2/+1
2012-11-07locales/ru_RU: fix abbreviated month namesDmitry V. Levin3-13/+17
[BZ#14807] * locales/ru_RU (abmon): Change back from genitive to nominative, apply fixed three-letter abbreviation form, remove trailing dots.
2012-11-07locales/ru_RU: fix abbreviated day namesDmitry V. Levin3-16/+22
[BZ#10873] * locales/ru_RU (abday): Remove trailing dots.
2012-11-07Adding AArch64 support to elf/elf.hMarcus Shawcroft2-0/+30
2012-11-07Fix spurious underflows from pow with results close to 1 (bug 14811).Joseph Myers7-5/+96
2012-11-07S/390: Sync AUXV capabilities and archs with kernelAndreas Krebbel2-4/+10
2012-11-07conformtest: Fix typo in CLK_TCK condition.Joseph Myers2-1/+6
2012-11-06tile: use memcpy in memmove when possibleChris Metcalf2-0/+24