Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-03-31 | Make dist/*.dist regular vars files beneath vars.dist/. | Lucía Andrea Illanes Albornoz | 1 | -8/+16 | |
2023-03-26 | subr.ex/ex_pkg_env.subr: add header. | Lucía Andrea Illanes Albornoz | 1 | -0/+3 | |
subr.rtl/rtl_fetch_git.subr: cleanup. | |||||
2023-03-21 | Document subr.rtl/*.subr functions, pt. IV. | Lucía Andrea Illanes Albornoz | 1 | -5/+5 | |
2023-03-21 | Document subr.rtl/*.subr functions, pt. III. | Lucía Andrea Illanes Albornoz | 1 | -1/+1 | |
2023-03-20 | Use "Returns:" vs. "Return:" in function documentation. | Lucía Andrea Illanes Albornoz | 1 | -5/+5 | |
2023-03-20 | Implements ccache integration. | Lucía Andrea Illanes Albornoz | 1 | -9/+2 | |
2023-03-13 | Followup to <fd38dc025f5d31890abbf3d48c597114203b1421>. | Lucía Andrea Illanes Albornoz | 1 | -3/+4 | |
2023-03-13 | Move patches & vars pathname defaults handling into subr.ex/ex_pkg.subr. | Lucía Andrea Illanes Albornoz | 1 | -4/+10 | |
2023-02-19 | Add copyright legends to all files. | Lucía Andrea Illanes Albornoz | 1 | -0/+1 | |
2023-02-18 | subr.ex/ex_pkg_env.subr: correctly allow packages inheriting from other ↵ | Lucía Andrea Illanes Albornoz | 1 | -2/+7 | |
packages to override inherited variables. | |||||
2023-02-18 | Add textwidth=0 to Vim modelines. | Lucía Andrea Illanes Albornoz | 1 | -1/+1 | |
2023-02-17 | Make everything a bit faster. | Lucía Andrea Illanes Albornoz | 1 | -0/+178 | |
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 |