| Commit message (Expand) | Author |
2020-12-29 | Reconfigure C macro start conditions | June McEnroe |
2020-12-29 | Document HTML class names | June McEnroe |
2020-12-29 | Rename Tag class to IdentifierTag | June McEnroe |
2020-12-29 | Change HTML class from hi to hilex | June McEnroe |
2020-12-29 | Add hilex HTML output | June McEnroeheader'> | 2020-06-11 | Alias sudo=doas if available | June McEnroe |
|
|
|
|
|
https://www.gnu.org/licenses/gpl-faq.en.html#GPLIncompatibleLibs
|
|
sed -E 's/__DECONST[(]([^,]+), ([^)]+)[)]/(\1)(\2)/'
|
|
sed -E 's/__printf0?like[(]([^,]+), ([^)]+)[)]/__attribute__((format(printf, \1, \2)))/'
|
|
sed 's/__dead2/__attribute__((noreturn))/'
|
|
sed -E 's|__FBSDID[(]"([^"]+)"[)];|/* \1 */|'
|
|
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.
|
|
|
|
Why even?
|
|
In the version of zlib in OpenBSD, these fields are of type off_t, which
is signed (why?), rather than uLong.
|
|
OpenBSD doesn't #define static_assert in assert.h and _Static_assert is
its real name I guess so why not?
|
|
Straightforward.
|
|
|
|
|
|
|
|
|
|
|
|
|