summaryrefslogtreecommitdiffhomepage
path: root/subr.ex/ex_pkg_dispatch.subr
AgeCommit message (Collapse)AuthorFilesLines
2024-04-25Fix ./build.sh -r ***name and ./pkgtool.sh -r name.Lucía Andrea Illanes Albornoz1-12/+12
2024-04-24subr.ex/ex_pkg_dispatch.subr:ex_pkg_dispatch(): set initial current group ↵Lucía Andrea Illanes Albornoz1-1/+1
number to 1 vs. 0.
2023-03-31subr.ex/*: documentation cleanup.Lucía Andrea Illanes Albornoz1-17/+17
2023-03-21Document subr.rtl/*.subr functions, pt. IV.Lucía Andrea Illanes Albornoz1-2/+2
2023-03-21Document subr.rtl/*.subr functions, pt. III.Lucía Andrea Illanes Albornoz1-1/+1
2023-03-20Use "Returns:" vs. "Return:" in function documentation.Lucía Andrea Illanes Albornoz1-6/+6
2023-03-20subr.ex/ex_pkg_{dispatch,exec,restart}.subr: document functions.Lucía Andrea Illanes Albornoz1-1/+1
2023-03-20subr.ex/ex_pkg_dispatch.subr:exp_pkg_dispatch_group(): abort on failure and ↵Lucía Andrea Illanes Albornoz1-0/+5
no -R.
2023-03-18Safely send dispatcher messages.Lucía Andrea Illanes Albornoz1-0/+19
2023-03-14Fix relaxed mode (-R).Lucía Andrea Illanes Albornoz1-15/+19
2023-02-19Add copyright legends to all files.Lucía Andrea Illanes Albornoz1-0/+1
2023-02-17Make everything a bit faster.Lucía Andrea Illanes Albornoz1-0/+378
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