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