summaryrefslogtreecommitdiff
path: root/usr.bin/libtool
AgeCommit message (Expand)Author
2012-07-10clean-up shit, pull some of LT::Util into ltconfig objectMarc Espie
2012-07-10full support for -static -shared -prefer-pic -prefer-non-pic -fpie*Marc Espie
2012-07-10pass the option string along as a 4th parameter, in cases canonical isMarc Espie
2012-07-10nitMarc Espie
2012-07-10more config, sort stuff for easier spottingMarc Espie
2012-07-09--config had better match more stupid shit.Marc Espie
2012-07-09longarg:Marc Espie
2012-07-09start ditching Getopt::Long, only LT::Mode::Link uses it, so make itMarc Espie
2012-07-09extend option parser a bit more: if we pass it a regexp, then we matchMarc Espie
2012-07-09more compat shit for libtool1/libtool2 schizophreniaMarc Espie
2012-07-09use short accessorMarc Espie
2012-07-09nitsMarc Espie
2012-07-09finally, also do accessors for short options. Turns out to be useful.Marc Espie
2012-07-09a bit more scaffolding to distinguish between syntax errors during compilationMarc Espie
2012-07-09avoid duplicate -oMarc Espie
2012-07-09create mode objects thru factory always: uniform require.Marc Espie
2012-07-09tweak auto-accessor for arrays to be more usefulMarc Espie
2012-07-09somehow, the require is not enough for inheritance to work correctly ?Marc Espie
2012-07-09implement help-allMarc Espie
2012-07-09framework for handling help betterMarc Espie
2012-07-09match main libtool options betterMarc Espie
2012-07-08first use of permuted optionsMarc Espie
2012-07-08pass @ (array) information along to auto-make simpler accessorsMarc Espie
2012-07-08- move some more stuff into OSConfigJasper Lievisse Adriaanse
2012-07-08preparation for handling permuted optionsMarc Espie
2012-07-08a few big changesMarc Espie
2012-07-08stupidMarc Espie
2012-07-08specialized option handler that will make things simplerMarc Espie
2012-07-08- remove some unneeded quotesJasper Lievisse Adriaanse
2012-07-08- move noshared handling to LT::OSConfigJasper Lievisse Adriaanse
2012-07-07calling help() is not an error, so just return 0.Jasper Lievisse Adriaanse
2012-07-07add a dump method, simplifying the --config callJasper Lievisse Adriaanse
2012-07-07make $mode into an actual object.Marc Espie
2012-07-07- since we're storing the config variables in an object now, just walk theJasper Lievisse Adriaanse
2012-07-07streamlined codeMarc Espie
2012-07-07- add LT::OSConfig which'll be used to keep all the configuration valuesJasper Lievisse Adriaanse
2012-07-07re-add correctly handling no argumentsJasper Lievisse Adriaanse
2012-07-06restore horrible hack to where it wasMarc Espie
2012-07-06fix print/pdflibMarc Espie
2012-07-06add my copyright, since I'm going to do yet MORE changes...Marc Espie
2012-07-05error and warning messages should be explicit, sigh...Marc Espie
2012-07-04zap duplicate declMarc Espie
2012-07-04zap, now a methodMarc Espie
2012-07-04- start cleaning up options handling: put things into a separate packageMarc Espie
2012-07-01oopsMarc Espie
2012-07-01fix again -j4 properlyMarc Espie
2012-06-28a few minor cleanup and performance tweaks (is_wrapper doesn't need toMarc Espie
2012-06-27- extend an error message to hint to --help for a list of optionsJasper Lievisse Adriaanse
2012-06-27- add a description of --tagJasper Lievisse Adriaanse
2012-06-24work-around for obvious race condition with make -j4.Marc Espie