Björn Esser
Björn Esser
Hello! I'm currently working on a native Fedora && Red Hat / CentOS rpm for this, but the testsuite exhibits some failures, unfortunately: # Running tests: .yes: standard output: Broken...
This PR adds section 8 man-pages for all binaries installed by the fstransform package.
This consolidates, rebases and superseeds #23, #31, #35, #36 and #37 into one pull request; it also adds the required documentation for #23. As an addition, I've updated and fixed...
- fixed `grep: invalid max count` - manning-up.sh had an error making grep for title fail - add output of file being processed - some output about which file gets...
Hello! As I already stated in https://github.com/SciRuby/nmatrix/issues/172 I'm the rpm-maintainer of rubygem-narray on Fedora and RHEL / CentOS. As you can see in the quoted issue above, there are some...
Some CPUs advertise RDRAND in CPUID, but return 0xFFFFFFFF unconditionally. To avoid locking up later, test RDRAND during initialization, and if it returns 0xFFFFFFFF, mark it as nonexistent. Also fix...
Some CPUs advertise RDRAND in CPUID, but return 0xFFFFFFFF unconditionally. To avoid locking up later, test RDRAND during initialization, and if it returns 0xFFFFFFFF, mark it as nonexistent. Also fix...
This PR is basically a working version of #476. *** The `json_object_new_string_ext()` function helps to reduce code duplication, as it can be easily extended for different ways how a new...
This PR is a squashed and slightly modified backport of the following commits on the master branch: * 77d935b * d07b910 * 519dfe1 * a59d5ac