Commit message (Collapse) | Author | |||
---|---|---|---|---|
2020-04-29 | Add endorsement to git.causal.agency | June McEnroe | ||
2020-04-25 | Replace wcwidth implementation with that of musl | June McEnroe | ||
Imported from musl 1.2.0 sources. | ||||
2020-04-21 | Add Markus Kuhn's wcwidth implementation | June McEnroe | ||
And wcfix script for macOS, based on <https://blog.nytsoi.net/2015/05/04/emoji-support-for-weechat> to fix some emoji display in catgirl. Somehow this code from 2007 against Unicode 5.0 does a better job than whatever the hell macOS Mojave's libc is doing. | ||||
2020-04-20 | Use . as ${LDLIBS.$@} separator | June McEnroe | ||
2020-04-14 | Add CREEP U | June McEnroe | ||
2020-04-14 | Add DONT COME TO THE WOODS | June McEnroe | ||
2020-04-04 | Include <content src> in feed | June McEnroe | ||
Maybe this gets feed readers to embed the content? | ||||
2020-04-04 | Set publish date in feed from .Dd | June McEnroe | ||
2020-04-01 | Update cgit setup post with git-http-backend | June McEnroetd>2021-01-19 | Escape \ and / in mtags search patterns | June McEnroe |
2021-01-20 | Use mtags in source-filter | June McEnroe | ||
2021-01-19 | Add mtags to generate tags for make and mdoc | June McEnroe | ||
2021-01-19 | Map tags to IDs using only [[:alnum:]-._] | June McEnroe | ||
2021-01-19 | Don't use a pager if reading standard input | June McEnroe | ||
2021-01-19 | Support BSD make syntax and match *.am | June McEnroe | ||
These don't really go together, but... | ||||
2021-01-19 | Match tab following escaped newline in make assignments | June McEnroe | ||
Otherwise it ends up going into Shell state. | ||||
2021-01-18 | Allow matching lexers using first input line | June McEnroe |