Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-29 | Revamp lock primitives; prepare for 2.10.0.0 instead of 2.9.4.0 | Laurent Bercot | |
flock() doesn't have a way to test for a lock without taking it. lockf() doesn't have shared locks. The only way to have both is fcntl(). So I rewrote all the locking stuff around fcntl(), and used the opportunity to change the interface. The point of changing the interface is to stop having to bother with the old one, so to hell with compatibility, let's just do a major bump. | |||
2017-02-21 | Types change: big pass on libstddjb and libunixonacid | Laurent Bercot | |
libdatastruct still missing, library still not functional | |||
2014-09-18 | initial commit with rc for skalibs-2.0.0.0 | Laurent Bercot | |