summary refs log tree commit diff
path: root/port/ddate
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-03-16 18:35:56 -0400
committerJune McEnroe <june@causal.agency>2022-03-16 18:37:31 -0400
commitc5ce5ebf4dd599345c50e5c1267f0a7bbaa3050b (patch)
tree907d17f50b74b818f7082853019c5e0f54548e56 /port/ddate
parentRemove -j4 from ./Plan (diff)
downloadsrc-c5ce5ebf4dd599345c50e5c1267f0a7bbaa3050b.tar.gz
src-c5ce5ebf4dd599345c50e5c1267f0a7bbaa3050b.zip
Remove wcwidth port
DYLD_FORCE_FLAT_NAMESPACE no longer exists in macOS 12 so this
approach doesn't work anymore. Moved to
<https://git.causal.agency/jorts/tree/wcwidth> and compiled into
<https://git.causal.agency/jorts/tree/ncurses>.
Diffstat (limited to 'port/ddate')
0 files changed, 0 insertions, 0 deletions
021-01-19Don't use a pager if reading standard inputJune McEnroe 2021-01-19Support BSD make syntax and match *.amJune McEnroe These don't really go together, but... 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe Otherwise it ends up going into Shell state. 2021-01-18Allow matching lexers using first input lineJune McEnroe