Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Update copyright years. | David S. Miller | 2013-01-01 | 2 | -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. | |||||
* | Add support for sparc cryptographic hash opcodes. | David S. Miller | 2012-11-13 | 1 | -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. | |||||
* | Support --with-pkgversion and --with-bugurl. | Joseph Myers | 2012-11-09 | 2 | -8/+17 | |
| | ||||||
* | Get rid of ASM_GLOBAL_DIRECTIVE. | Marek Polacek | 2012-07-10 | 1 | -4/+1 | |
| | ||||||
* | [PATCH] [BZ #3440] Make LC_ALL etc. useful in #if expressions. | Paul Eggert | 2012-05-10 | 1 | -17/+14 | |
| | ||||||
* | "Gallegan" should be "Galician" | Chris Leonard | 2012-04-13 | 1 | -1/+1 | |
| | | | | | | [BZ #13973] * locale/iso-639.def: Fix gl language name. Spotted by Yaron Shahrabani. | |||||
* | Replace FSF snail mail address with URL in gperf input. | Paul Eggert | 2012-03-10 | 4 | -28/+34 | |
| | ||||||
* | Remove distribute variable from Makefiles | Ulrich Drepper | 2012-03-07 | 1 | -14/+1 | |
| | ||||||
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 95 | -251/+156 | |
| | ||||||
* | Remove PARAMS macros. | Marek Polacek | 2012-01-31 | 1 | -4/+0 | |
| | ||||||
* | Remove miscellaneous __STDC__ conditionals. | Joseph Myers | 2012-01-30 | 1 | -5/+1 | |
| | ||||||
* | Remove __STDC__ conditionals from non-installed headers. | Joseph Myers | 2012-01-26 | 1 | -6/+2 | |
| | ||||||
* | Add noreturn attribute | Marek Polacek | 2012-01-10 | 1 | -1/+1 | |
| | ||||||
* | Optimize xmalloc, xcalloc, xrealloc, and xstrdup | Ulrich Drepper | 2012-01-08 | 4 | -13/+16 | |
| | | | | | Add alloc_size attribute and apply consistently the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup. | |||||
* | More fallout from supporting only ELF | Ulrich Drepper | 2012-01-08 | 1 | -2/+2 | |
| | ||||||
* | Remove pre-ISO C support | Ulrich Drepper | 2012-01-07 | 2 | -7/+8 | |
| | | | | No more __const. | |||||
* | Update copyright year | Ulrich Drepper | 2012-01-01 | 2 | -4/+4 | |
| | ||||||
* | Add brx_IN locale | Ulrich Drepper | 2011-12-22 | 1 | -0/+1 | |
| | ||||||
* | Fix access after end of search string in regex matcher | Andreas Schwab | 2011-11-30 | 2 | -9/+11 | |
| | ||||||
* | Use O_CLOEXEC in a few more places | Ulrich Drepper | 2011-11-15 | 2 | -6/+7 | |
| | ||||||
* | Use strcasecmp_l instead of strcasecmp | Ulrich Drepper | 2011-11-08 | 1 | -1/+2 | |
| | ||||||
* | Clean up locarchive mmap reservation code. | Roland McGrath | 2011-10-08 | 1 | -42/+32 | |
| | ||||||
* | Cleanup of configuration options | Ulrich Drepper | 2011-09-10 | 2 | -14/+4 | |
| | | | | Make several tool features mandatory and simplify the code. | |||||
* | Remove support for automatic cvs check-ins | Ulrich Drepper | 2011-09-08 | 1 | -3/+0 | |
| | | | | CVS use for glibc is long gone. | |||||
* | Clean up locale/Makefile variables for -D switches. | Roland McGrath | 2011-08-14 | 1 | -11/+17 | |
| | ||||||
* | Fix compile problem | Ulrich Drepper | 2011-08-13 | 1 | -2/+3 | |
| | | | | l10nflist compiles for localedef now. Optimize a bit. | |||||
* | Quash some new warnings from GCC 4.6. | Roland McGrath | 2011-06-10 | 3 | -8/+1 | |
| | ||||||
* | Fix typo in last patch to locarchive.c | Ulrich Drepper | 2011-05-29 | 1 | -1/+1 | |
| | ||||||
* | Handle failure of _nl_explode_name in all cases | Ulrich Drepper | 2011-05-28 | 2 | -3/+15 | |
| | ||||||
* | Fix handling of LC_CTYPE in locale name handling | Ulrich Drepper | 2011-05-21 | 1 | -2/+2 | |
| | ||||||
* | Add entry for Sorani language | Ulrich Drepper | 2011-05-15 | 1 | -0/+1 | |
| | ||||||
* | Add ary language entry. | Ulrich Drepper | 2011-05-09 | 1 | -0/+1 | |
| | ||||||
* | Support Colon Sign | Ulrich Drepper | 2011-05-09 | 2 | -597/+598 | |
| | | | | | Used in the Costa Rican locale and now also in the El Salvadorian locale. | |||||
* | Add wae_CH locale | Kevin Bortis | 2011-05-09 | 1 | -0/+1 | |
| | ||||||
* | Use appropriate type for return value checking | Ulrich Drepper | 2011-05-09 | 1 | -1/+1 | |
| | ||||||
* | Transliterate U20B9. | Ulrich Drepper | 2011-05-09 | 2 | -497/+498 | |
| | ||||||
* | Remove doubled words. | Jim Meyering | 2011-04-22 | 1 | -2/+2 | |
| | ||||||
* | Update copyright year. | Ulrich Drepper | 2011-01-17 | 2 | -4/+4 | |
| | ||||||
* | Properly quote output of locale | Andreas Schwab | 2010-08-12 | 1 | -7/+30 | |
| | ||||||
* | Finish locale_data -> __locale_data transition. | Richard Henderson | 2010-03-26 | 1 | -2/+2 | |
| | | | | | | | | The transition that was begun here f095bb7204d80f609a73a22796edd6cffd4c6add was not complete. Signed-off-by: Richard Henderson <rth@twiddle.net> | |||||
* | ocale-archive differs between 32 and 64 bit platforms | Chris Demetriou | 2010-03-24 | 2 | -1/+4 | |
| | ||||||
* | Update copyright year. | Ulrich Drepper | 2010-03-15 | 2 | -9/+9 | |
| | ||||||
* | _nl_load_locale() incorrectly handles mmap() failures | Joe Landers | 2010-01-22 | 1 | -0/+1 | |
| | ||||||
* | Add support for XPG7 testing. | Ulrich Drepper | 2010-01-09 | 21 | -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. | |||||
* | Add missing test files. | Ulrich Drepper | 2009-11-17 | 2 | -0/+34 | |
| | ||||||
* | Handle LC_GLOBAL_LOCALE in duplocale. | Ulrich Drepper | 2009-11-17 | 2 | -2/+6 | |
| | ||||||
* | Fix _NC_LOCALE_NAME definition. | Ulrich Drepper | 2009-11-17 | 2 | -4/+5 | |
| | ||||||
* | Add missing declarations. | Andreas Schwab | 2009-10-30 | 1 | -0/+2 | |
| | ||||||
* | Add sml entry to ISO 639 list. | Ulrich Drepper | 2009-10-29 | 1 | -0/+1 | |
| | ||||||
* | Fix week-1stday in C locale | Andreas Schwab | 2009-10-05 | 1 | -2/+2 | |
| |