summary refs log tree commit diff
path: root/sqlite3.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-09-13 15:05:52 -0400
committerJune McEnroe <june@causal.agency>2021-09-13 15:05:52 -0400
commit326030a5fe1c681a4e2436598a53d6ad89cdeff6 (patch)
treed7556b4fe8d79817def0bfa5a2f18078b641b1a5 /sqlite3.c
parentDocument lack of dependency on SQLite (diff)
downloadscooper-1.3.tar.gz
scooper-1.3.zip
Link with -ldl on Linux 1.3
Why Linux always gotta be different?
Diffstat (limited to 'sqlite3.c')
0 files changed, 0 insertions, 0 deletions
by [[:alnum:]]June McEnroe 2021-01-19Escape \ and / in mtags search patternsJune McEnroe 2021-01-20Use mtags in source-filterJune McEnroe 2021-01-19Add mtags to generate tags for make and mdocJune McEnroe 2021-01-19Map tags to IDs using only [[:alnum:]-._]June McEnroe 2021-01-19Don't use a pager if reading standard inputJune McEnroe 2021-01-19Support BSD make syntax and match *.amJune McEnroe 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe 2021-01-18Allow matching lexers using first input lineJune McEnroe