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-05-12 10:16:22 by ross] documentation only: tag some things as "GHC only". More... almost 23 years ago
[project @ 2003-05-12 10:15:00 by ross] mark Text.Read as non-portable, and make a bit more available in Hugs. More... almost 23 years ago
[project @ 2003-05-12 10:12:52 by ross] Hugs only (I hope): add unboxed arrays to Hugs More... almost 23 years ago
[project @ 2003-05-12 08:57:55 by ross] cosmetic change More... almost 23 years ago
[project @ 2003-05-12 08:55:53 by ross] remove #ifndef __HUGS__ More... almost 23 years ago
[project @ 2003-05-12 08:54:21 by ross] add Haddock markers More... almost 23 years ago
[project @ 2003-05-12 08:48:09 by ross] some re-arrangement for the benefit of Hugs. More... almost 23 years ago
[project @ 2003-05-08 16:06:41 by ross] avoid a C compiler warning about arithmetic with void * More... almost 23 years ago
[project @ 2003-05-05 19:44:28 by ross] non-GHC: fill out the Bits instances for Int and Integer, and make them work with Hugs. More... almost 23 years ago
[project @ 2003-04-30 08:36:21 by simonmar] When doing hGetChar on a block-buffered handle, don't wait for the buffer to be completely full before returning a character. This behaviour seems more useful, and matches what hGetLine and hGetContents do. More... almost 23 years ago
[project @ 2003-04-28 09:18:29 by ross] add Text.ParserCombinators.ReadP, Text.ParserCombinators.ReadPrec and Text.Read.Lex to Hugs. (But they're not used by Read, because that would make the Prelude non-H98). More... almost 23 years ago
[project @ 2003-04-28 09:16:47 by ross] portability fixes, plus marking these as non-portable (uses forall). More... almost 23 years ago
[project @ 2003-04-25 17:43:06 by ross] tiny haddock fix More... almost 23 years ago
[project @ 2003-04-25 17:42:26 by ross] add System.Info to Hugs More... almost 23 years ago
[project @ 2003-04-25 10:24:58 by ross] add Data.Array.Diff to Hugs More... almost 23 years ago
[project @ 2003-04-25 10:24:20 by ross] non-GHC: remove instances for Word More... almost 23 years ago
[project @ 2003-04-25 10:23:29 by simonmar] doc fixes More... almost 23 years ago
[project @ 2003-04-24 12:25:26 by malcolm] Add instances of Data.Bits.Bits for Int/Word[8,16,32,64] in a different way. The module Data.Bits is only available from the base package, which is normally added to the link line *before* the standard libraries, hence if the instances are in the latter, you get link errors. So move the instances into the base package where they belong, in NHC.SizedTypes. More... almost 23 years ago
[project @ 2003-04-23 14:36:26 by malcolm] Add Data.HashTable, Data.Monoid, and Data.Tree to the nhc98 build, and re-instate Data.Dynamic, which now uses Data.HashTable. More... almost 23 years ago
[project @ 2003-04-23 14:29:51 by malcolm] Tweak #ifdefs to make it compile with nhc98. More... almost 23 years ago
[project @ 2003-04-23 13:22:16 by simonmar] Doc wibble. More... almost 23 years ago
[project @ 2003-04-23 10:27:53 by simonmar] hGetArray/hPutArray with a count argument of zero now just return doing nothing. This brings them into line with hGetBuf/hPutBuf and fixes a bug in Data.PackedString.hPutPS which fails on an empty string. More... almost 23 years ago
[project @ 2003-04-22 10:20:30 by malcolm] Exclude Data.Dynamic from the nhc98 build now that it no longer compiles. (Need to investigate getting Data.HashTable to work.) More... almost 23 years ago
[project @ 2003-04-22 09:21:34 by ross] Hugs only: minor re-arrangement of ifdefs. More... almost 23 years ago
[project @ 2003-04-22 09:19:24 by ross] remove an ifdef'd out commented out import. More... almost 23 years ago
[project @ 2003-04-21 16:32:39 by ross] adjust imports for Hugs's benefit. More... almost 23 years ago
[project @ 2003-04-21 16:32:05 by ross] Hugs only: Key is defined in Hugs.Prelude (because it needs Dynamic) More... almost 23 years ago
[project @ 2003-04-17 16:51:43 by simonpj] Add lots of new generics stuff More... almost 23 years ago
[project @ 2003-04-17 15:23:37 by simonpj] ---------------------------------- Implement Typeable properly ---------------------------------- More... almost 23 years ago
[project @ 2003-04-17 15:17:07 by simonpj] Comments and imports More... almost 23 years ago