14
I Use This!
Very Low Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Mar 30, 2025 — Mar 30, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[project @ 2004-05-06 12:27:47 by wolfgang] Make the documentation and the error messages match the way the threaded RTS is used nowadays (the -threaded flag to ghc rather than ./configure --enable-threaded-rts) More... almost 22 years ago
[project @ 2004-05-06 08:44:52 by simonmar] Move the definition of rawSystem into a separate file which we #include in the places it is needed. This is slightly better than copying the code, since we now need it in three places (ghc/utils/runghc is the 3rd). More... almost 22 years ago
[project @ 2004-04-23 18:13:07 by ross] Hugs: use the same version of fixIO as GHC More... almost 22 years ago
[project @ 2004-04-20 15:52:18 by simonmar] New version of fixIO which does eager blackholing. More... almost 22 years ago
[project @ 2004-04-20 15:49:58 by simonmar] - comments on INLINability of unsafePerformIO More... almost 22 years ago
[project @ 2004-04-20 09:18:46 by simonmar] Fix a file descriptor leak in openFile: if openFd fails, then we weren't closing the newly created descriptor. More... almost 22 years ago
[project @ 2004-04-14 09:01:18 by simonmar] indent: don't use tab characters More... almost 22 years ago
[project @ 2004-04-06 08:54:02 by panne] Tiny fix in Haddock markup More... almost 22 years ago
[project @ 2004-04-05 08:21:39 by simonpj] Use consistent capitalisation More... almost 22 years ago
[project @ 2004-03-30 17:54:28 by ross] fix a warning More... about 22 years ago
[project @ 2004-03-30 17:02:59 by ross] track Data/Generics/* twists More... about 22 years ago
[project @ 2004-03-30 15:31:35 by ralf] We decided that we want the gunfold primitive back. This avoids some hassle with bottoms and strict datatypes. The compiler now also derives gunfold. More... about 22 years ago
[project @ 2004-03-30 07:05:46 by panne] Added withArrayLen and withArrayLen0 More... about 22 years ago
[project @ 2004-03-27 14:15:24 by panne] This package is named "base", not "core". More... about 22 years ago
[project @ 2004-03-27 13:18:12 by panne] * Merged Martin Sj-A?gren's patch for multiline descriptions-b * Nuked some TABs in favour of space + some small reformatting * Updated copyright More... about 22 years ago
[project @ 2004-03-24 16:59:51 by simonmar] Add caveat about finalizers (don't refer to Handles from finalizers). More... about 22 years ago
[project @ 2004-03-22 14:48:56 by malcolm] For nhc98, at last include the Typeable macros which define the instance decls. More... about 22 years ago
[project @ 2004-03-21 19:07:00 by ralf] Implemented renaming for Data.Typeable according to http://www.haskell.org//pipermail/libraries/2004-March/001846.html More... about 22 years ago
[project @ 2004-03-20 18:26:40 by ross] change instances of Typeable to macros More... about 22 years ago
[project @ 2004-03-20 13:31:06 by ross] revert a couple of tcnames for greater consistency (fixes dynamic001). More... about 22 years ago
[project @ 2004-03-20 12:42:27 by ross] Comments (and deleted some of the blank lines Ralf is so fond of). More... about 22 years ago
[project @ 2004-03-20 02:37:18 by ross] clean up the TypeableN stuff a bit: GHC uses overlapping instances; everyone else uses explicit instances using provided defaults. Macros paper over the difference. More... about 22 years ago
[project @ 2004-03-19 20:31:50 by panne] HACK: Unbreak the Hugs build again, Typeable left the realm of Haskell98 one more time. I slowly doubt if this module belongs to the "base" package at all... If it stays there, things should better be tested with Hugs and nh98 before committing, the latter build probably breaks, too. More... about 22 years ago
[project @ 2004-03-19 11:00:02 by simonmar] - fix one performance bug: we weren't updating the bucket count when expanding the hash table, so too many expansions were happening. More... about 22 years ago
[project @ 2004-03-19 10:45:42 by simonmar] Bugfix for insert (from the missing-prime class of bugs) More... about 22 years ago
[project @ 2004-03-17 23:22:51 by ralf] Installed genneric instances for Typeable1, ..., Typeable7. Updated Data/Generics/Instances.hs accordingly. More... about 22 years ago
[project @ 2004-03-16 15:19:36 by ralf] I thought that I removed that one. More... about 22 years ago
[project @ 2004-03-16 13:46:07 by ralf] Some more refactoring and renaming to be aligned with the boilerplate II paper. Removed the weird module Generics.Reify, the code of which still lives in testsuite (see example reify.hs). One will also need to cvs upd the compiler which again changed slightly with regard to deriving Data. More... about 22 years ago
[project @ 2004-03-16 10:04:17 by ross] comment typo More... about 22 years ago
[project @ 2004-03-08 10:22:09 by malcolm] nhc98 (built by ghc/solaris) needs more stack to make System.Time. More... about 22 years ago