Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-04-02 | Ensure LC_ALL is set during builds because ccache sucks. | Lucía Andrea Illanes Albornoz | 1 | -0/+1 | |
2023-03-31 | subr.ex/*: documentation cleanup. | Lucía Andrea Illanes Albornoz | 1 | -12/+12 | |
2023-03-30 | Delete ${DEFAULT_RPM_JOBS_SEMAPHORE} on init. | Lucía Andrea Illanes Albornoz | 1 | -3/+8 | |
2023-03-21 | Document subr.rtl/*.subr functions, pt. IV. | Lucía Andrea Illanes Albornoz | 1 | -10/+10 | |
2023-03-20 | Use "Returns:" vs. "Return:" in function documentation. | Lucía Andrea Illanes Albornoz | 1 | -7/+7 | |
2023-03-20 | Default theme from etc/*.theme.host.<full hostname>. | Lucía Andrea Illanes Albornoz | 1 | -2/+11 | |
2023-03-20 | Implements --theme in {build,pkgtool}.sh. | Lucía Andrea Illanes Albornoz | 1 | -1/+24 | |
2023-02-22 | subr.ex/ex_init.subr:ex_init_help(): reset OPTIND to 0 before calling getopts. | Lucía Andrea Illanes Albornoz | 1 | -1/+3 | |
2023-02-22 | subr.ex/ex_init.subr:ex_init_help(): show short usage information given -h. | Lucía Andrea Illanes Albornoz | 1 | -3/+12 | |
2023-02-22 | subr.ex/ex_init.subr:ex_init_getopts(): reset OPTIND to 0 before calling ↵ | Lucía Andrea Illanes Albornoz | 1 | -0/+1 | |
getopts. | |||||
2023-02-19 | Add copyright legends to all files. | Lucía Andrea Illanes Albornoz | 1 | -0/+1 | |
2023-02-17 | Make everything a bit faster. | Lucía Andrea Illanes Albornoz | 1 | -0/+397 | |
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 |