Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-10-04 | Correct error in iso-3166.def | Chris Leonard | 1 | -1/+1 | |
2013-10-04 | Update iso-1366.def and related occurrences | Chris Leonard | 1 | -3/+9 | |
2013-10-03 | Hardcode locale archive page size as 4096. | Joseph Myers | 1 | -1/+6 | |
2013-10-03 | Remove locale file dependence on int32_t alignment. | Joseph Myers | 3 | -32/+32 | |
2013-09-28 | Fix ayc_PE.UTF-8 and lzh_TW.UTF-8 build issues | Chris Leonard | 1 | -0/+1 | |
2013-09-24 | Add localedef --big-endian and --little-endian options. | Joseph Myers | 5 | -190/+292 | |
2013-09-23 | Make locale archive hash function architecture-independent. | Joseph Myers | 1 | -1/+1 | |
2013-09-19 | Update iso-639.def | Chris Leonard | 1 | -1/+15 | |
2013-09-13 | Fix some types in localedef. | Richard Sandiford | 1 | -4/+3 | |
2013-09-06 | Make localedef output generation use more logical interfaces. | Richard Sandiford | 15 | -1611/+658 | |
2013-09-04 | Update iso-1427.def and related occurrences. | Chris Leonard | 1 | -16/+8 | |
2013-08-30 | Fix then/than typos. | Ondřej Bílka | 2 | -2/+2 | |
2013-08-27 | Fix missing declaration of LC_CTYPE nonascii-case element | Andreas Schwab | 1 | -0/+1 | |
2013-06-25 | Fix missing libc-internal.h include. | Richard Henderson | 1 | -0/+1 | |
* locale/programs/locarchive.c: Include <libc-internal.h> | |||||
2013-06-24 | [BZ #10283] localedef: align fixed maps to SHMLBA | Mike Frysinger | 2 | -16/+52 | |
Many Linux arches require fixed mmaps to be aligned higher than pagesize, so use the SHMLBA define as it represents this quantity exactly. This fixes spurious errors seen on those arches like: cannot map archive header: Invalid argument URL: http://sourceware.org/bugzilla/show_bug.cgi?id=10283 Reported-by: CHIKAMA Masaki <masaki.chikama@gmail.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||||
2013-06-11 | Convert iso-639.def to utf-8 | Siddhesh Poyarekar | 1 | -5/+5 | |
2013-06-06 | Fix leading whitespaces. | Ondrej Bilka | 2 | -2/+2 | |
2013-06-05 | Add #include <stdint.h> to locale/gen-translit.pl and fix C-translit.h. | Ryan S. Arnold | 2 | -1/+2 | |
2013-05-31 | Link extra-libs consistently with libc and ld.so. | Joseph Myers | 1 | -6/+0 | |
2013-05-25 | localedef: include file name in error messages | Mike Frysinger | 1 | -2/+2 | |
When mkstemp fails, the error message the user gets back is: cannot create temporary file: No such file or directory That isn't terribly useful in figuring out why, so include the full filename we tried to create in the error output. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||||
2013-05-16 | Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). | Ryan S. Arnold | 27 | -0/+29 | |
2013-05-10 | Use *stat64 instead of *stat in installed programs | Florian Weimer | 2 | -14/+14 | |
This ensures reliable operation on file systems with inode numbers which do not fit into 32 bits. | |||||
2013-03-20 | BZ#14812: Add missing N_ markers in localedef. | Roland McGrath | 1 | -5/+6 | |
2013-02-26 | Fix some build warnings | Siddhesh Poyarekar | 1 | -1/+1 | |
2013-02-18 | unify xmalloc prototypes & friends | Mike Frysinger | 3 | -15/+3 | |
These prototypes are duplicated in many places. Add a dedicated header for holding prototypes for program-specific functions to avoid that. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||||
2013-02-07 | Remove lots of inline keywords. | Roland McGrath | 3 | -3/+3 | |
2013-01-03 | Fix "localedef --posix" description | Allan McRae | 1 | -1/+1 | |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 99 | -107/+99 | |
2013-01-01 | Add script to update copyright notices and reformat some to facilitate its use. | Joseph Myers | 2 | -4/+2 | |
2013-01-01 | Update copyright years. | David S. Miller | 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. | |||||
2012-11-13 | Add support for sparc cryptographic hash opcodes. | David S. Miller | 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. | |||||
2012-11-09 | Support --with-pkgversion and --with-bugurl. | Joseph Myers | 2 | -8/+17 | |
2012-07-10 | Get rid of ASM_GLOBAL_DIRECTIVE. | Marek Polacek | 1 | -4/+1 | |
2012-05-10 | [PATCH] [BZ #3440] Make LC_ALL etc. useful in #if expressions. | Paul Eggert | 1 | -17/+14 | |
2012-04-13 | "Gallegan" should be "Galician" | Chris Leonard | 1 | -1/+1 | |
[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 | 4 | -28/+34 | |
2012-03-07 | Remove distribute variable from Makefiles | Ulrich Drepper | 1 | -14/+1 | |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | 95 | -251/+156 | |
2012-01-31 | Remove PARAMS macros. | Marek Polacek | 1 | -4/+0 | |
2012-01-30 | Remove miscellaneous __STDC__ conditionals. | Joseph Myers | 1 | -5/+1 | |
2012-01-26 | Remove __STDC__ conditionals from non-installed headers. | Joseph Myers | 1 | -6/+2 | |
2012-01-10 | Add noreturn attribute | Marek Polacek | 1 | -1/+1 | |
2012-01-08 | Optimize xmalloc, xcalloc, xrealloc, and xstrdup | Ulrich Drepper | 4 | -13/+16 | |
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 | 1 | -2/+2 | |
2012-01-07 | Remove pre-ISO C support | Ulrich Drepper | 2 | -7/+8 | |
No more __const. | |||||
2012-01-01 | Update copyright year | Ulrich Drepper | 2 | -4/+4 | |
2011-12-22 | Add brx_IN locale | Ulrich Drepper | 1 | -0/+1 | |
2011-11-30 | Fix access after end of search string in regex matcher | Andreas Schwab | 2 | -9/+11 | |
2011-11-15 | Use O_CLOEXEC in a few more places | Ulrich Drepper | 2 | -6/+7 | |
2011-11-08 | Use strcasecmp_l instead of strcasecmp | Ulrich Drepper | 1 | -1/+2 | |