Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix searching localedef input on I18NPATH (BZ #16984) | Andreas Schwab | 2014-05-26 | 2 | -2/+2 |
| | |||||
* | Update remaining copyright dates | Allan McRae | 2014-01-01 | 2 | -2/+2 |
| | | | | Update copyright years that are not handled by scripts/update-copyright. | ||||
* | Update copyright notices with scripts/update-copyrights | Allan McRae | 2014-01-01 | 38 | -38/+38 |
| | |||||
* | Fix build warning in locarchive.c | Siddhesh Poyarekar | 2013-11-20 | 1 | -3/+3 |
| | |||||
* | Complete display of LC_MONETARY | Andreas Schwab | 2013-11-19 | 1 | -0/+18 |
| | |||||
* | Properly handle unavailable elements in LC_MONETARY category | Andreas Schwab | 2013-11-18 | 3 | -1/+7 |
| | |||||
* | Enhance localedef --list-archive option. | Carlos O'Donell | 2013-10-18 | 4 | -10/+26 |
| | | | | | | | | | | The localedef --list-archive option claims that it can accept a [file] argument and list the contents of that archive. The support was never implemented. This patch adds that support and allows --list-archive to work as expected. You can now use localedef to list the contents of arbitrary locale archives by using: ./localedef --list-archive file | ||||
* | Fix localedef collation handling of <U0000> (bug 15948). | Richard Sandiford | 2013-10-18 | 1 | -0/+4 |
| | |||||
* | Clean up locale file alignment handling. | Joseph Myers | 2013-10-08 | 4 | -6/+8 |
| | |||||
* | Hardcode locale archive page size as 4096. | Joseph Myers | 2013-10-03 | 1 | -1/+6 |
| | |||||
* | Remove locale file dependence on int32_t alignment. | Joseph Myers | 2013-10-03 | 1 | -24/+14 |
| | |||||
* | Add localedef --big-endian and --little-endian options. | Joseph Myers | 2013-09-24 | 5 | -190/+292 |
| | |||||
* | Fix some types in localedef. | Richard Sandiford | 2013-09-13 | 1 | -4/+3 |
| | |||||
* | Make localedef output generation use more logical interfaces. | Richard Sandiford | 2013-09-06 | 15 | -1611/+658 |
| | |||||
* | Fix then/than typos. | Ondřej Bílka | 2013-08-30 | 2 | -2/+2 |
| | |||||
* | Fix missing libc-internal.h include. | Richard Henderson | 2013-06-25 | 1 | -0/+1 |
| | | | | * locale/programs/locarchive.c: Include <libc-internal.h> | ||||
* | [BZ #10283] localedef: align fixed maps to SHMLBA | Mike Frysinger | 2013-06-24 | 1 | -16/+45 |
| | | | | | | | | | | | | 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> | ||||
* | Fix leading whitespaces. | Ondrej Bilka | 2013-06-06 | 2 | -2/+2 |
| | |||||
* | localedef: include file name in error messages | Mike Frysinger | 2013-05-25 | 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> | ||||
* | Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). | Ryan S. Arnold | 2013-05-16 | 22 | -0/+23 |
| | |||||
* | Use *stat64 instead of *stat in installed programs | Florian Weimer | 2013-05-10 | 2 | -14/+14 |
| | | | | | This ensures reliable operation on file systems with inode numbers which do not fit into 32 bits. | ||||
* | BZ#14812: Add missing N_ markers in localedef. | Roland McGrath | 2013-03-20 | 1 | -5/+6 |
| | |||||
* | unify xmalloc prototypes & friends | Mike Frysinger | 2013-02-18 | 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> | ||||
* | Remove lots of inline keywords. | Roland McGrath | 2013-02-07 | 1 | -1/+1 |
| | |||||
* | Fix "localedef --posix" description | Allan McRae | 2013-01-03 | 1 | -1/+1 |
| | |||||
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 38 | -41/+38 |
| | |||||
* | 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. | ||||
* | Support --with-pkgversion and --with-bugurl. | Joseph Myers | 2012-11-09 | 2 | -8/+17 |
| | |||||
* | Replace FSF snail mail address with URL in gperf input. | Paul Eggert | 2012-03-10 | 4 | -28/+34 |
| | |||||
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 34 | -68/+34 |
| | |||||
* | 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. | ||||
* | Update copyright year | Ulrich Drepper | 2012-01-01 | 2 | -4/+4 |
| | |||||
* | Clean up locarchive mmap reservation code. | Roland McGrath | 2011-10-08 | 1 | -42/+32 |
| | |||||
* | 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 | 1 | -2/+11 |
| | |||||
* | Use appropriate type for return value checking | Ulrich Drepper | 2011-05-09 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | Add missing declarations. | Andreas Schwab | 2009-10-30 | 1 | -0/+2 |
| | |||||
* | Fix locale program error handling | Ulrich Drepper | 2009-09-28 | 1 | -1/+4 |
| | | | | If an unknown name is passed to locale, report it and fail. | ||||
* | Fix endless loop in localedef. | Ulrich Drepper | 2009-09-07 | 1 | -28/+31 |
| | | | | | | localedef got into an endless loop in case order_start was used for the unnamed_section twice and the first use didn't actually result into any definition. | ||||
* | Check generated locale for non-ASCII 8-bit characters with case conversion. | Ulrich Drepper | 2009-07-20 | 1 | -1/+26 |
| | | | | | | If a locale does not have 8-bit characters with case conversion which are different from the ASCII conversion (±0x20) then we can perform some optimizations. These will follow later. |