summary refs log tree commit diff
path: root/bin/man1/scheme.1
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-02-26 19:08:54 -0500
committerJune McEnroe <june@causal.agency>2021-02-26 19:08:54 -0500
commit7e12bc7618efd97a5d205d22598738f40e8afa51 (patch)
tree1c8a8775da6fe5d44f44e23cac0764978cc4c324 /bin/man1/scheme.1
parentLower sctd temperature (diff)
downloadsrc-7e12bc7618efd97a5d205d22598738f40e8afa51.tar.gz
src-7e12bc7618efd97a5d205d22598738f40e8afa51.zip
Make mktemp -t compatible with OpenBSD
Such an annoyance that this flag is incompatible between FreeBSD
and OpenBSD. On FreeBSD it takes an argument, on OpenBSD it does
not. Doing it this way is technically compatible with both, but on
FreeBSD the generated file name has an extra .XXXXXXXXXX in it. Oh
well.
Diffstat (limited to 'bin/man1/scheme.1')
0 files changed, 0 insertions, 0 deletions
txt/books.txt?id=e9e95359c81da016e346c2dc6dcf79ac70ea744b&follow=1'>Add DawnJune McEnroe 2019-05-20Declare vasprintf(3) for GNUJune McEnroe 2019-05-20Fix comparison warning in ttpreJune McEnroe 2019-05-20Add AuthorityJune McEnroe 2019-05-19Specify precedence of unary versions of operatorsJune McEnroe 2019-05-18Add compound assignment operators to orderJune McEnroe 2019-05-15Support simple assignment in orderJune McEnroe 2019-05-15Implement sizeof in orderJune McEnroe 2019-05-15Add orderJune McEnroe 2019-05-12Add T suffix in bitJune McEnroe 2019-05-10Highlight yacc and lex files as CJune McEnroe 2019-05-10Use val instead of suboptargJune McEnroe 2019-05-09Add Parable of the SowerJune McEnroe 2019-05-07Add bit without buildJune McEnroe 2019-05-04Fix MANDIR typoJune McEnroe 2019-05-04Move relay to binJune McEnroe