NHOrus
NHOrus
Moreutils https://joeyh.name/code/moreutils/ is a collection of tools that should have been part of coreutils, but aren't My favorite ones are `sponge` and `vidir` for doing naughty things to files with...
Closes: https://bugs.gentoo.org/928954 --- Please check all the boxes that apply: - [x] I can submit this contribution in agreement with the [Copyright Policy](https://www.gentoo.org/glep/glep-0076.html#certificate-of-origin). - [x] I have certified the above...
Closes: https://bugs.gentoo.org/874687 --- Please check all the boxes that apply: - [X] I can submit this contribution in agreement with the [Copyright Policy](https://www.gentoo.org/glep/glep-0076.html#certificate-of-origin). - [X] I have certified the above...
That's why standard malloc/free uses void* and doesn't care what you cast your pointer in-between, for better or for worse Closes: https://bugs.gentoo.org/920062 --- Please check all the boxes that apply:...
Also includes some libraries missing from musl Sadly, not a full port Closes: https://bugs.gentoo.org/880341
In theory, something should have beein including a .h file with HASSIGPROCMASK macro defined, but it's some kind of homebrew build system and I don't understand how it tests for...
Add missing include, fix test program for configure.in Closes: https://bugs.gentoo.org/927734
There was a number of implicit declarations and wrongs made with pointer assignments. Patch fixes them, also supercedes previous pull request with wrongly made casts by correct functions from glib....
Symbols are present in one of two versions of code, but not used anywhere. Noted in NEWS as removed. Apparently, upstream forgot to remove them from _port version. Also, backporting...
Changing code to semantically identical, but syntactically correct. There's some warnings remain that I don't want to touch, because I don't understand the code and swapping float to double or...