summaryrefslogtreecommitdiffhomepage
path: root/subr.ex/ex_pkg_exec.subr
AgeCommit message (Collapse)AuthorFilesLines
2023-03-31subr.ex/ex_pkg_exec.subr: pass @_dispatch_fn to exp_pkg_exec_pre().Lucía Andrea Illanes Albornoz1-4/+7
2023-03-20Use "Returns:" vs. "Return:" in function documentation.Lucía Andrea Illanes Albornoz1-4/+4
2023-03-20subr.ex/ex_pkg_{dispatch,exec,restart}.subr: document functions.Lucía Andrea Illanes Albornoz1-4/+4
2023-03-18Safely send dispatcher messages.Lucía Andrea Illanes Albornoz1-3/+3
2023-02-19Add copyright legends to all files.Lucía Andrea Illanes Albornoz1-0/+1
2023-02-18Add textwidth=0 to Vim modelines.Lucía Andrea Illanes Albornoz1-1/+1
2023-02-17Make everything a bit faster.Lucía Andrea Illanes Albornoz1-0/+219
0) Issues several prayers and sacrifices to Enki under threat of a terrible deluge sent down by Ellil 1) Convert fork-write/read exprs to be non-forking 2) Pass mostly everything by reference 3) Don't bother cleaning the variable namespace because Bourne shell is an abomination 4) Removes broken ./pkgtool.sh -s, --restart-at, --update-diff & ./build.sh --dump-{in,on-abort} 5) Cleanup