summary refs log tree commit diff
path: root/bin/1sh/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-06-07 16:34:43 -0400
committerJune McEnroe <june@causal.agency>2020-06-08 16:46:02 -0400
commit90282012b269ead8f82d74c683d8adcc8cb8ba66 (patch)
tree651524c770b46a7c4c93e259da1bb8c78494995c /bin/1sh/Makefile
parentReplace __printflike with __attribute__((format(printf, ...))) (diff)
downloadsrc-90282012b269ead8f82d74c683d8adcc8cb8ba66.tar.gz
src-90282012b269ead8f82d74c683d8adcc8cb8ba66.zip
Replace __DECONST with regular casts
sed -E 's/__DECONST[(]([^,]+), ([^)]+)[)]/(\1)(\2)/'
Diffstat (limited to 'bin/1sh/Makefile')
0 files changed, 0 insertions, 0 deletions
span title='2019-07-11 17:43:40 -0400'>2019-07-11Use inline style rather than <b>, <i>, <u>June McEnroe 2019-07-11Factor out clearJune McEnroe 2019-07-11Add bright option to shottyJune McEnroe 2019-07-11Output <b>, <i>, <u> in shottyJune McEnroe 2019-07-10Ignore SM and RMJune McEnroe 2019-07-09Add shotty man page and build itJune McEnroe 2019-07-09Add up -cJune McEnroe 2019-07-09Add options for default colors to shottyJune McEnroe 2019-07-08Use char literals consistentlyJune McEnroe