Next | Query returned 18 messages, browsing 11 to 20 | previous

History of commit frequency

CVS Commit History:


   2021-05-03 21:01:21 by Masatake Daimon | Files touched by this commit (475)
Log message:
*: Bump PKGREVISION for ghc-9.0.1
   2021-04-23 12:38:26 by Masatake Daimon | Files touched by this commit (6)
Log message:
Update to lukko-0.1.1.3

0.1.1.3
* Use CApiFFI to call varargs C functions.
* Define let alignment only when needed.

0.1.1.2
* Make Win32 code more idiomatic
   2021-02-18 16:07:28 by Makoto Fujiwara | Files touched by this commit (19)
Log message:
(*/hs-*) BUILDLINK_API_DEPENDS.ghc <8.10, again
   2021-02-13 09:01:01 by Makoto Fujiwara | Files touched by this commit (29)
Log message:
(*/hs-*) fix build, not adapted to ghc90 version
   2020-10-04 23:14:32 by Michael Forney | Files touched by this commit (1)
Log message:
hs-lukko: add PLIST.Linux containing Lukko.OFD module

This module is only built on Linux.
   2020-09-16 19:48:41 by Jonathan Perkin | Files touched by this commit (2)
Log message:
hs-lukko: Support flock(3C) on illumos.

While this "breaks" older SunOS releases, they were broken anyway as \ 
there's no
PLIST support for not having it.
   2020-05-11 19:52:21 by Roland Illig | Files touched by this commit (190)
Log message:
hs-*: add PLIST files

These PLIST files have been autogenerated by mk/haskell.mk using
HS_UPDATE_PLIST=yes during a bulk build.  They will help to track changes
to the packages.  The Haskell packages didn't have PLIST files because
their paths contained package hashes.  These hashes are now determined by
mk/haskell.mk, which makes it easy to generate easy to read PLIST files.
   2020-01-19 02:11:35 by Masatake Daimon | Files touched by this commit (4)
Log message:
Import lukko-0.1.1.1

This package provides access to platform dependent file locking APIs:

* Open file descriptor locking on Linux (Lukko.OFD)

* flock locking on unix platforms (Lukko.FLock)

* Windows locking LockFileEx (Lukko.Windows)

* No-op locking, which throws exceptions (Lukko.NoOp)

Lukko module exports the best option for the target platform with
uniform API.

Next | Query returned 18 messages, browsing 11 to 20 | previous