14
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 4 hours ago.
Mar 25, 2025 — Mar 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[project @ 2004-07-23 15:26:06 by ross] tweak comment More... over 21 years ago
[project @ 2004-07-23 13:24:04 by ross] docs only More... over 21 years ago
[project @ 2004-07-23 11:34:31 by ross] docs only More... over 21 years ago
[project @ 2004-07-11 09:20:07 by panne] Use "flat" names for the type constructors of Ptr/StablePtr/IORef. This might be debatable, but at least it is consistent with the rest of the types. More... over 21 years ago
[project @ 2004-07-01 18:05:00 by panne] Increase heap size and stack size when building via hbc More... over 21 years ago
[project @ 2004-07-01 14:49:11 by malcolm] Heap-profiling build bootstrapped with nhc98 requires more heap. More... over 21 years ago
[project @ 2004-07-01 13:25:09 by malcolm] Revert from common heap/stack options to per-package options. Since hbc's runtime requirements are on occasion so much larger ghc/nhc98, break out EXTRA_HBC_FLAGS as a separate variable. More... over 21 years ago
[project @ 2004-06-29 19:10:47 by panne] Centralized compiler differences for requesting additional heap/stack in a single place. Only tested for bootstrapping via hbc, and this needs 170M heap for Language/Haskell/Parser.hs. There seems to be a "small" space leak here... :-] More... over 21 years ago
[project @ 2004-06-25 10:42:48 by ross] more Ptr/FunPtr documentation More... over 21 years ago
[project @ 2004-06-23 09:47:47 by simonmar] Add documentation from the FFI spec. More... almost 22 years ago
[project @ 2004-06-22 12:45:55 by ross] Change the interface (but not the implementation) to match the FFI spec: More... almost 22 years ago
[project @ 2004-06-16 09:50:25 by malcolm] Typo. More... almost 22 years ago
[project @ 2004-06-15 21:07:23 by panne] Yet another fix for the fact that CTime is not an instance of Integral anymore, More... almost 22 years ago
[project @ 2004-06-15 10:29:12 by malcolm] Note dependency of Foreign.C on Foreign.C.* More... almost 22 years ago
[project @ 2004-06-15 10:20:05 by malcolm] Add missing instances of Data.Bits.Bits for nhc98. More... almost 22 years ago
[project @ 2004-06-14 13:28:52 by malcolm] Solaris/nhc98 fixes: HAVE_TZNAME rather than HAVE_TM_ZONE, and need a "time.h" specification on every foreign import. More... almost 22 years ago
[project @ 2004-06-13 21:03:46 by panne] Changes related to arithmetic types: More... almost 22 years ago
[project @ 2004-06-13 20:26:03 by panne] Added missing dependencies of Haskell files to header files they include More... almost 22 years ago
[project @ 2004-06-13 17:16:40 by panne] The FFI report does not mention that CClock and CTime have instances for Bounded, Real, Integral, and Bits. More... almost 22 years ago
[project @ 2004-06-12 12:13:12 by panne] timezone fix by Antony Courtney More... almost 22 years ago
[project @ 2004-06-02 16:17:20 by simonmar] Add a comment about fdGetMode, which doesn't work properly on Windows More... almost 22 years ago
[project @ 2004-06-02 16:09:58 by simonmar] __hscore_PrelHandle_{send,recv}: make these mingw32-only More... almost 22 years ago
[project @ 2004-06-02 16:07:17 by simonmar] - Win32: when using the threaded RTS, bypass the Async IO stuff and just make blocking calls to read()/write(). More... almost 22 years ago
[project @ 2004-06-02 16:00:02 by simonmar] Add __hscore_PrelHandle_{send,recv} More... almost 22 years ago
[project @ 2004-06-02 12:35:11 by simonmar] The lock arrays are too small on Windows, leading to buffer overruns and crashes when a program opens too many files. More... almost 22 years ago
[project @ 2004-05-27 11:32:03 by simonpj] Inline the default method for newArray; big perf boost; comments with the pragma More... almost 22 years ago
[project @ 2004-05-25 09:27:16 by simonmar] Small performance hack in maxBound::Word. More... almost 22 years ago
[project @ 2004-05-25 09:11:57 by simonpj] Remove spaces around the "%" when showing ratios. More... almost 22 years ago
[project @ 2004-05-10 09:22:59 by malcolm] RawSystem inclusion belongs inside the __GLASGOW_HASKELL__ ifdef. More... almost 22 years ago
[project @ 2004-05-09 01:36:32 by dons] When .hc bootstrapping, don't build the Concurrent_stubs More... almost 22 years ago