summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix error message if no locales are to be addedlocale-gen-2.10Andreas K. Hüttel2020-07-271-2/+5
* Further logic improvementsAndreas K. Hüttel2020-07-271-54/+60
* Rework C.UTF-8 insertion logicAndreas K. Hüttel2020-07-261-16/+8
* Minor output fixAndreas K. Hüttel2020-07-151-1/+1
* Remove incomplete, nonfunctional ROOT supportAndreas K. Hüttel2020-07-151-10/+7
* Drop useless old cvs version informationAndreas K. Hüttel2020-07-151-5/+2
* locale-gen: remove --force option from localedef calllocale-gen-2.00Andreas K. Hüttel2020-05-121-1/+1
* locale-gen: add trigger variable for compiled-locales and warning to locale-genAndreas K. Hüttel2020-05-121-0/+11
* locale-gen: Add switch to force use of newly built ld.so for glibc updatesAndreas K. Hüttel2020-05-121-11/+44
* locale-gen: do not touch locale-archive when no locales requested in configAndreas K. Hüttel2020-05-121-2/+14
* locale-gen: Always build the C.UTF-8 locale (which we now patch in)Andreas K. Hüttel2020-05-121-2/+6
* locale-gen: suppress ignored error when emptying already empty directoryAndreas K. Hüttel2020-05-121-1/+1
* glibc: make locale-gen parallel, bug #592300slyfox2017-08-121-10/+29
* locale-gen: fix wait logic to not double increment job countervapier2015-10-141-2/+2
* locale-gen: default --jobs to ncpus onlinevapier2015-10-141-2/+6
* drop support for /etc/locales.buildvapier2015-08-291-51/+5
* locale-gen: detect non-unique locale names #235555vapier2015-08-291-4/+4
* improve documentation greatly #235555vapier2015-08-292-15/+48
* document the format of the -G optionvapier2015-08-291-1/+3
* detect & warn & filter out duplicate locale generation entries #550884 by Tor...vapier2015-07-211-2/+12
* extra/locale/locale-gen: source /lib/gentoo/functions.sh, bug #478764blueness2014-12-281-3/+4
* locale-gen: write out localedef error messages when in quiet modevapier2014-06-131-2/+6
* locale-gen: use $# when processing positional argsvapier2014-06-131-3/+3
* add prefix support #473484 by Benda Xuvapier2013-07-011-10/+20
* avoid empty echo when running in quiet modevapier2011-12-131-2/+2
* simplify job handling a bit by always using it -- 1 job is simply a special c...vapier2011-11-201-64/+35
* make sure we pass along --no-archive when people request no-locale-archive in...vapier2011-09-151-1/+3
* use simpler default variable initializationvapier2011-09-151-4/+4
* clarify implicit --keep/--update when using --generatevapier2011-08-172-3/+3
* dont show error if config file doesnt existvapier2008-09-071-2/+2
* rework job handling so we dont lose status information #204299vapier2008-03-231-12/+19
* simplify version handling a littlevapier2008-03-231-4/+3
* generate a locale-archive by default ... this is much slower at build time as...vapier2007-12-293-4/+36
* throw out the old manpage and write a new one that doesnt suck from scratchvapier2007-08-061-102/+67
* add a --generate <locale> option for quick one-shot testingvapier2007-07-221-15/+20
* flesh out support for DESTDIRvapier2007-01-291-18/+20
* add support for -j# syntaxvapier2007-01-291-1/+3
* tweak --update behavior to remove existing locales that the user did not specifyvapier2007-01-291-11/+31
* if locale failed to generate and it has a / in it, chances are the user messe...vapier2007-01-261-1/+6
* add an --all optionvapier2006-12-281-1/+6
* fixup the SEE ALSO sectionvapier2006-12-282-2/+6
* fix version parsingvapier2006-10-031-3/+4
* add support for generating locales in parallel #137706 by Brian Harringvapier2006-09-231-14/+69
* make the status output a little nicervapier2006-08-191-4/+9
* if the current locale is broken, dont let `locale -a` spew errorsvapier2006-08-191-2/+2
* add some hacks to keep users happy #137538vapier2006-06-221-2/+20
* if locale.gen contains no locales and locales.build doesnt exist, dont show a...vapier2006-06-111-6/+8
* eat extraneous whitespace in config file #132498 by Benno Schulenbergvapier2006-05-071-3/+3
* make sure `localedef --help` help output is in english #132220vapier2006-05-061-2/+2
* add a sanity check to make sure localedef --help worked #131780vapier2006-04-301-1/+6