summaryrefslogtreecommitdiffhomepage
path: root/subr.rtl/rtl_fileop.subr
AgeCommit message (Collapse)AuthorFilesLines
2024-04-24Implements single package files.Lucía Andrea Illanes Albornoz1-1/+18
2023-03-21Document subr.rtl/*.subr functions, pt. IV.Lucía Andrea Illanes Albornoz1-13/+13
2023-03-20Document subr.rtl/*.subr functions, pt. II.Lucía Andrea Illanes Albornoz1-1/+1
2023-03-20Document subr.rtl/*.subr functions, pt. I.Lucía Andrea Illanes Albornoz1-0/+7
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-51/+69
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
2021-08-27Implements localised message files, pt. II.Lucio Andrés Illanes Albornoz1-13/+13
2021-08-26Implements logging tags, tag sets, and themes.Lucio Andrés Illanes Albornoz1-19/+17
subr/pkgtool_init.subr:pkgtoolp_init_args(): set ${BUILD_HNAME}.
2021-08-26Log messages at {info,notice,verbose} and {,-v,-vv}.Lucio Andrés Illanes Albornoz1-1/+1
2021-08-24subr.rtl/rtl_fileop.subr:rtl_fileop(): implements chgrp.Lucio Andrés Illanes Albornoz1-6/+15
subr.rtl/rtl_fileop.subr:rtl_fileop(): extend touch to accept optional timestamp.
2020-12-30subr/rtl*.subr, subr.rtl/: moved.Lucio Andrés Illanes Albornoz1-0/+143
subr/build_init.subr:buildp_init_env(): updated. subr/pkgtool_init.subr:pkgtoolp_init_env(): updated.