Commit message (Collapse) | Author | |||
---|---|---|---|---|
2018-08-06 | Use 16-color palette in colorscheme | June McEnroe | ||
neovim 0.3.0 just doesn't give a shit anymore about how many colors your terminal supports. | ||||
2018-08-01 | Add Watch You, Watch Me | June McEnroe | ||
Heard this at the cafe a couple times. | ||||
2018-07-31 | Add rand alias | June McEnroe | ||
I have no idea why I've kept on typing this out. | ||||
2018-07-31 | Refactor msr606 | June McEnroed>2020-06-08 | Replace __dead2 with __attribute__((noreturn)) | June McEnroe |
sed 's/__dead2/__attribute__((noreturn))/' | ||||
2020-06-08 | Replace __FBSDID macros with comments | June McEnroe | ||
sed -E 's|__FBSDID[(]"([^"]+)"[)];|/* \1 */|' | ||||
2020-06-08 | Remove reference to FreeBSD-specific libedit hack | June McEnroe | ||
Newer versions of libedit have sane tab-complete now without FreeBSD's hacks, and in fact the hack is gone in FreeBSD-CURRENT. I'm still a little confused why binding this weird function is necessary at all, but at least it exists everywhere, I guess. | ||||
2020-06-08 | Prefix mandoc with exec in about-filter | June McEnroe | ||
2020-06-07 | Remove mktemp options from mkbuiltins, mktokens | June McEnroe | ||
Why even? | ||||
2020-06-07 | Cast z_stream fields to size_t | June McEnroe | ||
In the version of zlib in OpenBSD, these fields are of type off_t, which is signed (why?), rather than uLong. | ||||
2020-06-07 | Call static_assert by _Static_assert | June McEnroe | ||
OpenBSD doesn't #define static_assert in assert.h and _Static_assert is its real name I guess so why not? | ||||
2020-06-07 | Add OpenBSD to install.sh | June McEnroe | ||
Straightforward. | ||||
2020-06-03 | Add The Song of Achilles | June McEnroe | ||
2020-06-01 | Allow redirecting input in ever | June McEnroe | ||
2020-05-31 | Add %c conversion to c script | June McEnroe | ||
2020-05-31 | Add c script to README | June McEnroe | ||
2020-05-31 | Add c script | June McEnroe | ||
2020-05-31 | Update mdoc source URLs | June McEnroe | ||
2020-05-26 | Remove unfinished PSF fonts | June McEnroe |