Next | Query returned 6 messages, browsing 1 to 10 | previous

History of commit frequency

CVS Commit History:


   2014-08-29 16:10:14 by Ryosuke Moro | Files touched by this commit (101)
Log message:
make it clear what package depend on

discussed with wiz@.
   2014-07-30 23:36:36 by Ryosuke Moro | Files touched by this commit (21)
Log message:
Remove hs-monad-control, imported to pkgsrc/devel.
   2014-05-15 23:49:04 by Ryosuke Moro | Files touched by this commit (110)
Log message:
Remove hs-transformers, imported to pkgsrc/devel.
   2011-05-11 01:35:47 by PHO / phonohawk | Files touched by this commit (3) | Package updated
Log message:
Upstream update to regional-pointers-0.6

   2010-12-30 09:49:24 by PHO / phonohawk | Files touched by this commit (3) | Package updated
Log message:
Upstream update to regional-pointers-0.5

   2010-11-02 18:03:38 by PHO / phonohawk | Files touched by this commit (5) | Imported package
Log message:
Import hs-regional-pointers-0.4 as wip/hs-regional-pointers.

The library allows you to allocate memory in a region yielding a
regional pointer to it. When the region terminates all pointers are
automatically freed. Most importantly, a pointer can't be returned
from the region. So it's impossible to reference unallocated memory.

The primary technique used in this package is called "Lightweight
monadic regions" which was invented by Oleg Kiselyov and Chung-chieh
Shan. See:
http://okmij.org/ftp/Haskell/regions.html#light-weight

This technique is implemented in the regions package which is
re-exported from this library.

This library provides wrappers around all the Ptr functions from the
Foreign.* modules from base.


Next | Query returned 6 messages, browsing 1 to 10 | previous