libuEv v2.2.0
NOTE: You now have to explicitly include sys/queue.h, or provide a local version of queue.h, if your application depends on it.
Changes
- Replaced BSD
queue.hdoubly-linked lst API with own implementation. Making libuEv stand-alone, no longer imposing any particular version ofqueue.hon the user - Enforce
-std=gnu11to unlocktypeof()in older GCC versions - Code cleanup
Fixes
- Fix missing header deps. in
Makefile.am, library did not rebuild properly if any of the local header files were changed