Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-15 | Bump pkgrel for last 2 commits | ayekat | |
2019-07-15 | Add patch for fixing header files | ayekat | |
C treats an argument list like `()` as "variable number of arguments", whereas for simply "no argument", one needs `(void)`. The header files thus cause all sorts of issues if unpatched. This should probably be taken to upstream. | |||
2018-12-08 | Initial overhaul after adopting | ayekat | |
Upstream: * Use native libev rather than the one bundled with upstream (no libfiber-specific changes have been applied there anyway). * Use the `dist` scheduler rather than `wsd` (work-stealing): the latter schedules fibers in a rather bizarre way (keeps jumping back and forth between the last to fibers created, and never schedules any of the others). This may require further investigation. Downstream: * Fix license information: it's ISC. * Install headers and pkgconf files as well. * Add gitignore file to ignore build artifacts (except package files). | |||
2015-06-17 | Initial import | Anatol Pomozov | |