averms
averms
Statically link with libc too so it works on Alpine and other non-glibc based distros and add a SOURCE_DATE_EPOCH so the build is reproducible. ---- This will partly fix #56....
I can't be the only one who thinks storing a patch inside a string is not ideal. On top of that, the script is not up-to-date with all the patches...
Some options, like `-flto` and `-fPIE` require that the same or a similar option be passed to the linker. See the GCC documentation for `-pie`: > Produce a dynamically linked...
From looking at the implementation of both and the discussion on https://github.com/seanmonstar/num_cpus I get the impression that this would _not_ be a breaking change.
Add "-" to iskeyword. This required a change to the syntax files too because they were using the word begin and end atoms.
### Steps to reproduce 1. Open a text file 2. Set `spelllang=en_us` 3. Set `spell` 4. Type `frenemy` or `moralism` or `clickbait` or `cisgender`. 5. They are highlighted as wrong....
I think a lot of people coming from C or C++ will expect some sort of support for [structs with bit-fields](https://en.cppreference.com/w/cpp/language/bit_field). They're useful when writing drivers, emulators, and low-level networking...