aboutsummaryrefslogtreecommitdiff
path: root/locale
AgeCommit message (Collapse)AuthorFilesLines
2013-01-03Fix "localedef --posix" descriptionAllan McRae1-1/+1
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers99-107/+99
2013-01-01Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers2-4/+2
2013-01-01Update copyright years.David S. Miller2-4/+4
* 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.
2012-11-13Add support for sparc cryptographic hash opcodes.David S. Miller1-0/+2
* 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-09Support --with-pkgversion and --with-bugurl.Joseph Myers2-8/+17
2012-07-10Get rid of ASM_GLOBAL_DIRECTIVE.Marek Polacek1-4/+1
2012-05-10[PATCH] [BZ #3440] Make LC_ALL etc. useful in #if expressions.Paul Eggert1-17/+14
2012-04-13"Gallegan" should be "Galician"Chris Leonard1-1/+1
[BZ #13973] * locale/iso-639.def: Fix gl language name. Spotted by Yaron Shahrabani.
2012-03-10Replace FSF snail mail address with URL in gperf input.Paul Eggert4-28/+34
2012-03-07Remove distribute variable from MakefilesUlrich Drepper1-14/+1
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert95-251/+156
2012-01-31Remove PARAMS macros.Marek Polacek1-4/+0
2012-01-30Remove miscellaneous __STDC__ conditionals.Joseph Myers1-5/+1
2012-01-26Remove __STDC__ conditionals from non-installed headers.Joseph Myers1-6/+2
2012-01-10Add noreturn attributeMarek Polacek1-1/+1
2012-01-08Optimize xmalloc, xcalloc, xrealloc, and xstrdupUlrich Drepper4-13/+16
Add alloc_size attribute and apply consistently the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
2012-01-08More fallout from supporting only ELFUlrich Drepper1-2/+2
2012-01-07Remove pre-ISO C supportUlrich Drepper2-7/+8
No more __const.
2012-01-01Update copyright yearUlrich Drepper2-4/+4
2011-12-22Add brx_IN localeUlrich Drepper1-0/+1
2011-11-30Fix access after end of search string in regex matcherAndreas Schwab2-9/+11
2011-11-15Use O_CLOEXEC in a few more placesUlrich Drepper2-6/+7
2011-11-08Use strcasecmp_l instead of strcasecmpUlrich Drepper1-1/+2
2011-10-08Clean up locarchive mmap reservation code.Roland McGrath1-42/+32
2011-09-10Cleanup of configuration optionsUlrich Drepper2-14/+4
Make several tool features mandatory and simplify the code.
2011-09-08Remove support for automatic cvs check-insUlrich Drepper1-3/+0
CVS use for glibc is long gone.
2011-08-14Clean up locale/Makefile variables for -D switches.Roland McGrath1-11/+17
2011-08-13Fix compile problemUlrich Drepper1-2/+3
l10nflist compiles for localedef now. Optimize a bit.
2011-06-10Quash some new warnings from GCC 4.6.Roland McGrath3-8/+1
2011-05-29Fix typo in last patch to locarchive.cUlrich Drepper1-1/+1
2011-05-28Handle failure of _nl_explode_name in all casesUlrich Drepper2-3/+15
2011-05-21Fix handling of LC_CTYPE in locale name handlingUlrich Drepper1-2/+2
2011-05-15Add entry for Sorani languageUlrich Drepper1-0/+1
2011-05-09Add ary language entry.Ulrich Drepper1-0/+1
2011-05-09Support Colon SignUlrich Drepper2-597/+598
Used in the Costa Rican locale and now also in the El Salvadorian locale.
2011-05-09Add wae_CH localeKevin Bortis1-0/+1
2011-05-09Use appropriate type for return value checkingUlrich Drepper1-1/+1
2011-05-09Transliterate U20B9.Ulrich Drepper2-497/+498
2011-04-22Remove doubled words.Jim Meyering1-2/+2
2011-01-17Update copyright year.Ulrich Drepper2-4/+4
2010-08-12Properly quote output of localeAndreas Schwab1-7/+30
2010-03-26Finish locale_data -> __locale_data transition.Richard Henderson1-2/+2
The transition that was begun here f095bb7204d80f609a73a22796edd6cffd4c6add was not complete. Signed-off-by: Richard Henderson <rth@twiddle.net>
2010-03-24ocale-archive differs between 32 and 64 bit platformsChris Demetriou2-1/+4
2010-03-15Update copyright year.Ulrich Drepper2-9/+9
2010-01-22_nl_load_locale() incorrectly handles mmap() failuresJoe Landers1-0/+1
2010-01-09Add support for XPG7 testing.Ulrich Drepper21-91/+92
The header conformance testing code needed extending for XPG7. This exposed a few bugs in the headers. There are more changes to come.
2009-11-17Add missing test files.Ulrich Drepper2-0/+34
2009-11-17Handle LC_GLOBAL_LOCALE in duplocale.Ulrich Drepper2-2/+6
2009-11-17Fix _NC_LOCALE_NAME definition.Ulrich Drepper2-4/+5