Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-01-01 | New year's top-level directory tree cleanup. | Lucía Andrea Illanes Albornoz | 1 | -1/+1 | |
2023-03-31 | Rename groups/ to groups.d/. | Lucía Andrea Illanes Albornoz | 1 | -1/+1 | |
2023-03-31 | Make dist/*.dist regular vars files beneath vars.dist/. | Lucía Andrea Illanes Albornoz | 1 | -6/+9 | |
2023-03-31 | Split up midipix.env into env.d/*.env. | Lucía Andrea Illanes Albornoz | 1 | -2/+12 | |
2023-03-31 | subr.ex/*: documentation cleanup. | Lucía Andrea Illanes Albornoz | 1 | -14/+14 | |
2023-03-28 | Fix printing of package variables in ./pkgtool.sh -i. | Lucía Andrea Illanes Albornoz | 1 | -0/+23 | |
2023-03-28 | subr.ex/ex_pkg.subr:ex_pkg_load_vars(): don't set ${PKG_GROUP_FNAME} w/ ↵ | Lucía Andrea Illanes Albornoz | 1 | -6/+12 | |
GROUP_AUTO=0 groups. | |||||
2023-03-26 | Print group file pathname in ./pkgtool.sh -i output. | Lucía Andrea Illanes Albornoz | 1 | -18/+33 | |
2023-03-21 | Document subr.rtl/*.subr functions, pt. IV. | Lucía Andrea Illanes Albornoz | 1 | -1/+1 | |
2023-03-21 | Document subr.rtl/*.subr functions, pt. III. | Lucía Andrea Illanes Albornoz | 1 | -2/+2 | |
2023-03-20 | Use "Returns:" vs. "Return:" in function documentation. | Lucía Andrea Illanes Albornoz | 1 | -8/+8 | |
2023-03-13 | subr.ex/ex_pkg.subr:ex_pkg_get_default(): fix patches/*/*.patch glob. | Lucía Andrea Illanes Albornoz | 1 | -1/+1 | |
2023-03-13 | Followup to <fd38dc025f5d31890abbf3d48c597114203b1421>. | Lucía Andrea Illanes Albornoz | 1 | -13/+5 | |
2023-03-13 | Move patches & vars pathname defaults handling into subr.ex/ex_pkg.subr. | Lucía Andrea Illanes Albornoz | 1 | -0/+67 | |
2023-02-19 | subr.ex/ex_pkg.subr:ex_pkg_load_vars(): prepend ${PREFIX_ROOT} w/ ${PWD%/}/ ↵ | Lucía Andrea Illanes Albornoz | 1 | -1/+6 | |
if not absolute pathname. | |||||
2023-02-19 | subr.ex/ex_pkg.subr:ex_pkg_load_vars(): prepend ${PREFIX} w/ ${PWD%/}/ if ↵ | Lucía Andrea Illanes Albornoz | 1 | -8/+5 | |
not absolute pathname. | |||||
2023-02-19 | subr.ex/ex_pkg.subr:ex_pkg_check_depends(): speed up by testing for finish ↵ | Lucía Andrea Illanes Albornoz | 1 | -1/+0 | |
state w/ solely ex_pkg_state_test2(). | |||||
2023-02-19 | Add copyright legends to all files. | Lucía Andrea Illanes Albornoz | 1 | -0/+1 | |
2023-02-19 | Reject empty variables from the command line. | Lucía Andrea Illanes Albornoz | 1 | -10/+15 | |
2023-02-17 | Make everything a bit faster. | Lucía Andrea Illanes Albornoz | 1 | -0/+324 | |
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 |