14
I Use This!
Very Low Activity

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
Mar 30, 2025 — Mar 30, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[project @ 2003-06-01 17:20:02 by ralf] Minor revision; extension. (customised gread/gshow for String; add a generic count to be used in the definition gtypecount, gnodecount; added a mkF to use const mzero as default and not as in the case of mkM; added a gmapF which is monadic but tries to recover from failure while stile insisting on at least one successful immediate subterm; cosmetics) More... almost 23 years ago
[project @ 2003-05-30 21:59:44 by ralf] Major clean-up; would have been nice in GHC 6.00 More... almost 23 years ago
[project @ 2003-05-30 09:19:39 by simonpj] Stop omitting Data.Generics from Haddockising, now that suitable #ifdefs make it go through. More... almost 23 years ago
[project @ 2003-05-29 17:37:17 by malcolm] For nhc98 only, export the basic C types non-abstractly. This is due to a deficiency in the way newtypes are handled in interface files - the compiler needs full information about the newtype in order to pass values across the FFI. More... almost 23 years ago
[project @ 2003-05-29 14:39:31 by sof] Support for interop'ing with .NET via FFI declarations along the lines of what Hugs98.NET offers, see
sof
More... almost 23 years ago
[project @ 2003-05-27 16:57:09 by malcolm] Unbreak for nhc98, after the addition of FinalizerPtr as a type synonym, and the change of Foreign.C.Types to export all newtypes abstract. More... almost 23 years ago
[project @ 2003-05-27 09:48:13 by ralf] Simplified type of gunfold (removed last arg.) And cosmetics. More... almost 23 years ago
[project @ 2003-05-27 08:46:38 by malcolm] For nhc98, like hugs, re-export sum and product from the Prelude. More... almost 23 years ago
[project @ 2003-05-27 08:03:46 by stolz] GCC 3.3 cpp wibbles More... almost 23 years ago
[project @ 2003-05-23 10:48:55 by ross] replace deriving Eq with explicit instance (twice) because Haddock's limited understanding of derived instances can't figure out these two. More... almost 23 years ago
[project @ 2003-05-23 10:21:27 by simonmar] Hide this module in the Haddock docs. More... almost 23 years ago
[project @ 2003-05-23 10:13:33 by ross] fix header comment More... almost 23 years ago
[project @ 2003-05-23 10:12:28 by ross] hide GHC.PrimopWrappers from Haddock. More... almost 23 years ago
[project @ 2003-05-23 08:59:46 by simonmar] Remove the words "A cool hack..." from the documentation of this module, since they refer to the implementation, not the API :-) More... almost 23 years ago
[project @ 2003-05-22 10:59:47 by ross] unbreak for Hugs More... almost 23 years ago
[project @ 2003-05-22 09:55:56 by simonmar] Commit an off-by-one fix that I forgot about. More... almost 23 years ago
[project @ 2003-05-22 09:40:04 by ross] export architecture-dependent types opaquely. More... almost 23 years ago
[project @ 2003-05-22 08:24:32 by chak] Added a `FinalizerPtr' synonym as in the FFI Addendum (RC 10). More... almost 23 years ago
[project @ 2003-05-22 08:21:49 by ross] add Eq instance (explicit, so Haddock won't be confused) More... almost 23 years ago
[project @ 2003-05-22 08:20:38 by ross] trim import More... almost 23 years ago
[project @ 2003-05-22 06:37:08 by chak] The FFI Addendum requires `Foreign' to re-export `Data.Bits'. More... almost 23 years ago
[project @ 2003-05-21 16:31:59 by ross] add finalizerFree :: FunPtr (Ptr a -> IO ()) More... almost 23 years ago
[project @ 2003-05-20 09:44:08 by stolz] Add missing 'Constr' for conOf/consOf in examples More... almost 23 years ago
[project @ 2003-05-19 16:48:18 by ross] non-GHC (and non-NHC): simplistic implementation of byte array I/O. More... almost 23 years ago
[project @ 2003-05-17 00:11:29 by ross] Rename per-package configuration files from $(PACKAGE).conf.* to package.conf.*, making them easier to find (since each package is in a separate directory anyway). More... almost 23 years ago
[project @ 2003-05-16 10:14:22 by simonmar] Now that we have auto packages, it makes sense to keep all the interfaces for hierarchical libraries in the same directory tree. So now, instead of putting interfaces for package P in $libdir/imports/P, we put them all in $libdir/imports. More... almost 23 years ago
[project @ 2003-05-14 17:31:47 by ross] doc tweaks More... almost 23 years ago
[project @ 2003-05-14 09:12:27 by ross] comments More... almost 23 years ago
[project @ 2003-05-14 09:11:43 by ross] hide Foreign.Concurrent from Hugs More... almost 23 years ago
[project @ 2003-05-13 11:42:47 by simonpj] Generalise the type of listens slightly; a suggestion from Tom Pledger More... almost 23 years ago