summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add COPYING file with the GNU GPL2HEADmasterAndreas K. Hüttel2023-05-121-0/+339
* Fix use of EROOT to be compatible with EAPI 7+locale-gen-2.23Bart Oldeman2023-03-211-3/+3
* document bash version requirementslocale-gen-2.22Mike Frysinger2021-09-271-1/+3
* switch from tr to bash builtin ${var,,}Mike Frysinger2021-09-271-3/+4
* fix hint about use of / in locale namesMike Frysinger2021-09-271-4/+4
* add quotes around : ${...} defaultsMike Frysinger2021-09-271-5/+5
* delete unused CUTF_ADDED variableMike Frysinger2021-09-271-1/+0
* skip duplicate locales when normalizedMike Frysinger2021-09-271-12/+21
* omit more spam when in quiet modeMike Frysinger2021-09-271-2/+2
* Ensure DESTDIR ends with a /Andreas K. Hüttel2021-08-061-0/+1
* omit spam when in quiet modeMike Frysinger2021-03-121-1/+1
* 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