Andrey Mazo
Andrey Mazo
First of all, @rolandriegel thank you for such a great monitoring tool! I've been using it for years, and it made my life so much easier. I'd like to ask...
Package managers like to compress man-pages on their own, because the type of compression for man-pages is user-configurable. In particular, Gentoo [1] doesn't want packages to compress their man-pages. Gentoo...
This is not intended to be merged right now, (as it's known to lack some of the features of the existing build system) but is more like a request for...
@stricaud, are there any plans/roadmap for the next release (1.6, I guess)? There seems to be quite a lot of changes to master since 1.5 release. Thank you,
Fix the following warnings with gcc-5.4: unset_trace.h:1:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] void unset_trace(); ^ unset_trace.c:5:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes] void unset_trace() { ^
As mentioned in a [comment for #7](https://github.com/nicupavel/emlog/issues/7#issuecomment-393634316), there are a few other race conditions: * with `emlog_info_list` manipulation (`create_einfo()` vs `free_einfo()`) * with new einfo allocation (`get_einfo()` vs `create_einfo()`) This...