summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-171-2/+2
* 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-291-2/+29
* 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
* 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
* rewrite code a bit so we run sed once for all locales instead of two or three...vapier2006-04-251-18/+28
* if user hasnt setup /etc/locale.gen but they have left over cruft in /etc/loc...vapier2006-04-251-5/+24
* more comments !vapier2006-04-251-1/+8
* if doing just a list, dont delete the localesvapier2006-04-251-2/+2
* add support for --ask, --update, and for specifying localedef optionsvapier2006-04-191-10/+54
* add a check for /etc/locales.build upgradevapier2006-04-181-1/+7
* add progress informationvapier2006-04-171-11/+20
* new locale handling based upon Debians workvapier2006-04-171-0/+156