summary refs log tree commit diff
path: root/src/eval.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-02-06 19:23:49 -0500
committerJune McEnroe <june@causal.agency>2022-02-06 19:23:49 -0500
commit327eb1a1dc6e9ffd4680fe44ae1e5701e36d18ef (patch)
treebc262c49ff1ce705fc280d48e675bb0952ae5df9 /src/eval.c
parentdash: Stop this stat64 nonsense (diff)
downloaddash-327eb1a1dc6e9ffd4680fe44ae1e5701e36d18ef.tar.gz
dash-327eb1a1dc6e9ffd4680fe44ae1e5701e36d18ef.zip
dash: Link with editline via pkg-config
Diffstat (limited to 'src/eval.c')
0 files changed, 0 insertions, 0 deletions
/bin/shJune McEnroe 2018-08-18Run {,s,t}up with /bin/shJune McEnroe 2018-08-18Use whence instead of typeJune McEnroe type is an alias for whence -v and is more for human consumption. 2018-08-18Cut off path components until right prompt fitsJune McEnroe Keeps paths valid (from somehwere) rather than abrupt truncation. 2018-08-17Add "private" alias to source encrypted fileJune McEnroe Why is there no easy way to *edit* an encrypted file? 2018-08-17Add vim mapping to add a #includeJune McEnroeJust write the example normallyJune McEnroe 2019-11-07Include path in readlinkat errorJune McEnroe 2019-11-07Call clientConsume before clientRecvJune McEnroe This might reduce the frequency of a client getting its own message back because it was behind in the ring when it sent it. 2019-11-06Use -l:filename in Linux.mkJune McEnroe 2019-11-06Fix compat.h for #defined strlcpyJune McEnroe 2019-11-06Allow unsetting LIBRESSL_PREFIXJune McEnroe 2019-11-06Document calico service configurationJune McEnroe 2019-11-06Document SASL EXTERNAL configuration in more detailJune McEnroe 2019-11-06Document pounce service configurationJune McEnroe 2019-11-06Mention Darwin and GNU/Linux in READMEJune McEnroe 2019-11-06Assume LibreSSL from brew on DarwinJune McEnroe 2019-11-06Remove -DNO_EXPLICIT_BZERO from Darwin.mkJune McEnroe 2019-11-06Don't install rc scripts or dirs on LinuxJune McEnroe