about summary refs log tree commit diff
path: root/locale/programs
Commit message (Expand)AuthorAgeFilesLines
...
* Remove locale file dependence on int32_t alignment.Joseph Myers2013-10-031-24/+14
* Add localedef --big-endian and --little-endian options.Joseph Myers2013-09-245-190/+292
* Fix some types in localedef.Richard Sandiford2013-09-131-4/+3
* Make localedef output generation use more logical interfaces.Richard Sandiford2013-09-0615-1611/+658
* Fix then/than typos.Ondřej Bílka2013-08-302-2/+2
* Fix missing libc-internal.h include.Richard Henderson2013-06-251-0/+1
* [BZ #10283] localedef: align fixed maps to SHMLBAMike Frysinger2013-06-241-16/+45
* Fix leading whitespaces.Ondrej Bilka2013-06-062-2/+2
* localedef: include file name in error messagesMike Frysinger2013-05-251-2/+2
* Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold2013-05-1622-0/+23
* Use *stat64 instead of *stat in installed programsFlorian Weimer2013-05-102-14/+14
* BZ#14812: Add missing N_ markers in localedef.Roland McGrath2013-03-201-5/+6
* unify xmalloc prototypes & friendsMike Frysinger2013-02-183-15/+3
* Remove lots of inline keywords.Roland McGrath2013-02-071-1/+1
* Fix "localedef --posix" descriptionAllan McRae2013-01-031-1/+1
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-0238-41/+38
* Update copyright years.David S. Miller2013-01-012-4/+4
* Support --with-pkgversion and --with-bugurl.Joseph Myers2012-11-092-8/+17
* Replace FSF snail mail address with URL in gperf input.Paul Eggert2012-03-104-28/+34
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-0934-68/+34
* Remove PARAMS macros.Marek Polacek2012-01-311-4/+0
* Remove miscellaneous __STDC__ conditionals.Joseph Myers2012-01-301-5/+1
* Remove __STDC__ conditionals from non-installed headers.Joseph Myers2012-01-261-6/+2
* Add noreturn attributeMarek Polacek2012-01-101-1/+1
* Optimize xmalloc, xcalloc, xrealloc, and xstrdupUlrich Drepper2012-01-084-13/+16
* Update copyright yearUlrich Drepper2012-01-012-4/+4
* Clean up locarchive mmap reservation code.Roland McGrath2011-10-081-42/+32
* Quash some new warnings from GCC 4.6.Roland McGrath2011-06-103-8/+1
* Fix typo in last patch to locarchive.cUlrich Drepper2011-05-291-1/+1
* Handle failure of _nl_explode_name in all casesUlrich Drepper2011-05-281-2/+11
* Use appropriate type for return value checkingUlrich Drepper2011-05-091-1/+1
* Remove doubled words.Jim Meyering2011-04-221-2/+2
* Update copyright year.Ulrich Drepper2011-01-172-4/+4
* Properly quote output of localeAndreas Schwab2010-08-121-7/+30
* ocale-archive differs between 32 and 64 bit platformsChris Demetriou2010-03-242-1/+4
* Update copyright year.Ulrich Drepper2010-03-152-9/+9
* Add missing declarations.Andreas Schwab2009-10-301-0/+2
* Fix locale program error handlingUlrich Drepper2009-09-281-1/+4
* Fix endless loop in localedef.Ulrich Drepper2009-09-071-28/+31
* Check generated locale for non-ASCII 8-bit characters with case conversion.Ulrich Drepper2009-07-201-1/+26
* * locale/programs/locarchive.c (create_archive): Add MAP_PRIVATE cvs/fedora-glibc-20090427T1419Ulrich Drepper2009-04-271-11/+32
* * locale/programs/locarchive.c (enlarge_archive): Conserve addressUlrich Drepper2009-04-241-9/+20
* [BZ #10100]Ulrich Drepper2009-04-241-15/+12
* * locale/locarchive.h (struct locarhandle): Rename len field toUlrich Drepper2009-04-241-14/+101
* * locale/programs/locarchive.c (open_archive): Map the entire fileUlrich Drepper2009-04-181-9/+31
* * debug/xtrace.sh: Unify translatable messages.Ulrich Drepper2009-02-061-4/+22
* * posix/getconf.c: Update copyright year.Ulrich Drepper2009-01-022-4/+4
* (DEFINE_LANGUAGE_CODE2): Define.Ulrich Drepper2008-12-051-1/+3
* Remove useless more "if" tests before "free".Ulrich Drepper2008-05-271-8/+4
* (collate_read): Ignore script lines as well when ignoring the whole category.Ulrich Drepper2008-04-081-1/+9