summaryrefslogtreecommitdiffhomepage
path: root/subr.ex
AgeCommit message (Expand)AuthorFilesLines
2023-03-20subr.ex/ex_pkg_restart.subr:exp_pkg_expand_restart_at_virtual(): correctly re...Lucía Andrea Illanes Albornoz1-3/+1
2023-03-20Use "Returns:" vs. "Return:" in function documentation.Lucía Andrea Illanes Albornoz5-30/+30
2023-03-20Implements ccache integration.Lucía Andrea Illanes Albornoz1-9/+2
2023-03-20subr.ex/ex_pkg_{dispatch,exec,restart}.subr: document functions.Lucía Andrea Illanes Albornoz3-22/+14
2023-03-20Default theme from etc/*.theme.host.<full hostname>.Lucía Andrea Illanes Albornoz1-2/+11
2023-03-20Implements --theme in {build,pkgtool}.sh.Lucía Andrea Illanes Albornoz1-1/+24
2023-03-20subr.ex/ex_pkg_dispatch.subr:exp_pkg_dispatch_group(): abort on failure and n...Lucía Andrea Illanes Albornoz1-0/+5
2023-03-18Safely send dispatcher messages.Lucía Andrea Illanes Albornoz2-3/+22
2023-03-14Fix relaxed mode (-R).Lucía Andrea Illanes Albornoz1-15/+19
2023-03-13subr.ex/ex_pkg.subr:ex_pkg_get_default(): fix patches/*/*.patch glob.Lucía Andrea Illanes Albornoz1-1/+1
2023-03-13Followup to <fd38dc025f5d31890abbf3d48c597114203b1421>.Lucía Andrea Illanes Albornoz2-16/+9
2023-03-13Move patches & vars pathname defaults handling into subr.ex/ex_pkg.subr.Lucía Andrea Illanes Albornoz2-4/+77
2023-02-22subr.ex/ex_init.subr:ex_init_help(): reset OPTIND to 0 before calling getopts.Lucía Andrea Illanes Albornoz1-1/+3
2023-02-22subr.ex/ex_init.subr:ex_init_help(): show short usage information given -h.Lucía Andrea Illanes Albornoz1-3/+12
2023-02-22subr.ex/ex_init.subr:ex_init_getopts(): reset OPTIND to 0 before calling geto...Lucía Andrea Illanes Albornoz1-0/+1
2023-02-19subr.ex/ex_pkg.subr:ex_pkg_load_vars(): prepend ${PREFIX_ROOT} w/ ${PWD%/}/ i...Lucía Andrea Illanes Albornoz1-1/+6
2023-02-19subr.ex/ex_pkg.subr:ex_pkg_load_vars(): prepend ${PREFIX} w/ ${PWD%/}/ if not...Lucía Andrea Illanes Albornoz1-8/+5
2023-02-19subr.ex/ex_pkg.subr:ex_pkg_check_depends(): speed up by testing for finish st...Lucía Andrea Illanes Albornoz1-1/+0
2023-02-19Add copyright legends to all files.Lucía Andrea Illanes Albornoz6-0/+6
2023-02-19Reject empty variables from the command line.Lucía Andrea Illanes Albornoz1-10/+15
2023-02-18subr.ex/ex_pkg_env.subr: correctly allow packages inheriting from other packa...Lucía Andrea Illanes Albornoz1-2/+7
2023-02-18subr.ex/ex_pkg_restart.subr: correctly call exp_pkg_expand_restart_at_spec_cm...Lucía Andrea Illanes Albornoz1-1/+3
2023-02-18Add textwidth=0 to Vim modelines.Lucía Andrea Illanes Albornoz3-3/+3
2023-02-17Make everything a bit faster.Lucía Andrea Illanes Albornoz6-0/+1827