Age | Commit message (Expand) | Author | Files | Lines |
2014-01-01 | Update remaining copyright dates | Allan McRae | 2 | -2/+2 |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | 38 | -38/+38 |
2013-11-20 | Fix build warning in locarchive.c | Siddhesh Poyarekar | 1 | -3/+3 |
2013-11-19 | Complete display of LC_MONETARY | Andreas Schwab | 1 | -0/+18 |
2013-11-18 | Properly handle unavailable elements in LC_MONETARY category | Andreas Schwab | 3 | -1/+7 |
2013-10-18 | Enhance localedef --list-archive option. | Carlos O'Donell | 4 | -10/+26 |
2013-10-18 | Fix localedef collation handling of <U0000> (bug 15948). | Richard Sandiford | 1 | -0/+4 |
2013-10-08 | Clean up locale file alignment handling. | Joseph Myers | 4 | -6/+8 |
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 | 1 | -24/+14 |
2013-09-24 | Add localedef --big-endian and --little-endian options. | Joseph Myers | 5 | -190/+292 |
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-08-30 | Fix then/than typos. | Ondřej Bílka | 2 | -2/+2 |
2013-06-25 | Fix missing libc-internal.h include. | Richard Henderson | 1 | -0/+1 |
2013-06-24 | [BZ #10283] localedef: align fixed maps to SHMLBA | Mike Frysinger | 1 | -16/+45 |
2013-06-06 | Fix leading whitespaces. | Ondrej Bilka | 2 | -2/+2 |
2013-05-25 | localedef: include file name in error messages | Mike Frysinger | 1 | -2/+2 |
2013-05-16 | Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). | Ryan S. Arnold | 22 | -0/+23 |
2013-05-10 | Use *stat64 instead of *stat in installed programs | Florian Weimer | 2 | -14/+14 |
2013-03-20 | BZ#14812: Add missing N_ markers in localedef. | Roland McGrath | 1 | -5/+6 |
2013-02-18 | unify xmalloc prototypes & friends | Mike Frysinger | 3 | -15/+3 |
2013-02-07 | Remove lots of inline keywords. | Roland McGrath | 1 | -1/+1 |
2013-01-03 | Fix "localedef --posix" description | Allan McRae | 1 | -1/+1 |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 38 | -41/+38 |
2013-01-01 | Update copyright years. | David S. Miller | 2 | -4/+4 |
2012-11-09 | Support --with-pkgversion and --with-bugurl. | Joseph Myers | 2 | -8/+17 |
2012-03-10 | Replace FSF snail mail address with URL in gperf input. | Paul Eggert | 4 | -28/+34 |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | 34 | -68/+34 |
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 |
2012-01-01 | Update copyright year | Ulrich Drepper | 2 | -4/+4 |
2011-10-08 | Clean up locarchive mmap reservation code. | Roland McGrath | 1 | -42/+32 |
2011-06-10 | Quash some new warnings from GCC 4.6. | Roland McGrath | 3 | -8/+1 |
2011-05-29 | Fix typo in last patch to locarchive.c | Ulrich Drepper | 1 | -1/+1 |
2011-05-28 | Handle failure of _nl_explode_name in all cases | Ulrich Drepper | 1 | -2/+11 |
2011-05-09 | Use appropriate type for return value checking | Ulrich Drepper | 1 | -1/+1 |
2011-04-22 | Remove doubled words. | Jim Meyering | 1 | -2/+2 |
2011-01-17 | Update copyright year. | Ulrich Drepper | 2 | -4/+4 |
2010-08-12 | Properly quote output of locale | Andreas Schwab | 1 | -7/+30 |
2010-03-24 | ocale-archive differs between 32 and 64 bit platforms | Chris Demetriou | 2 | -1/+4 |
2010-03-15 | Update copyright year. | Ulrich Drepper | 2 | -9/+9 |
2009-10-30 | Add missing declarations. | Andreas Schwab | 1 | -0/+2 |
2009-09-28 | Fix locale program error handling | Ulrich Drepper | 1 | -1/+4 |
2009-09-07 | Fix endless loop in localedef. | Ulrich Drepper | 1 | -28/+31 |
2009-07-20 | Check generated locale for non-ASCII 8-bit characters with case conversion. | Ulrich Drepper | 1 | -1/+26 |
2009-04-27 | * locale/programs/locarchive.c (create_archive): Add MAP_PRIVATE | Ulrich Drepper | 1 | -11/+32 |