14
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 29, 2025 — Jan 29, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix braino
igloo
as Ian Lynagh
More... almost 19 years ago
Fix incorrect changes to C types in a foreign import for nhc98. If we use type CTime, it needs to be imported. Also, CTime is not an instance of Integral, so use some other mechanism to convert it. More... almost 19 years ago
Fix C/Haskell type mismatches
igloo
as Ian Lynagh
More... almost 19 years ago
add new module Unsafe.Coerce to build system More... almost 19 years ago
Fix type mismatches between foreign imports and HsBase.h
igloo
as Ian Lynagh
More... almost 19 years ago
fix for nhc98 build More... almost 19 years ago
Function crossMapP for fixing desugaring of comprehensions
chak
as Manuel M T Chakravarty
More... almost 19 years ago
Fix the type of wgencat
igloo
as Ian Lynagh
More... almost 19 years ago
fix strictness of foldr/build rule for take, see #1219 More... almost 19 years ago
remove Makefile.inc (only affects nhc98) More... almost 19 years ago
Add min/max handling operations for IntSet/IntMap More... almost 19 years ago
copyBytes copies bytes, not elements; fixes trac #1203
igloo
as Ian Lynagh
More... almost 19 years ago
Monoid instance for Maybe and two wrappers: First and Last. trac proposal #1189 More... almost 19 years ago
make Setup and base.cabal suitable for building the libraries with GHC
igloo
as Ian Lynagh
More... almost 19 years ago
fix race condition in prodServiceThread See #1187 More... almost 19 years ago
Prevent duplication of unsafePerformIO on a multiprocessor Fixes #986. The idea is to add a new operation More... almost 19 years ago
expand docs for forkOS More... almost 19 years ago
PArr: fixed permutations
chak
as Manuel M T Chakravarty
More... almost 19 years ago
Add ioeGetLocation, ioeSetLocation to System/IO/Error.hs; trac #1191
igloo
as Ian Lynagh
More... almost 19 years ago
GHC.PArr: add bounds checking
chak
as Manuel M T Chakravarty
More... almost 19 years ago
Bump nhc98 stack size for System/Time.hsc More... almost 19 years ago
document timeout limitations More... almost 19 years ago
So many people were involved in the writing of this module that it feels unfair to single anyone out as the lone copyright holder. More... almost 19 years ago
FDs are CInts now, fixing non-GHC builds More... almost 19 years ago
Fixed PArr.dropP - Thanks to Audrey Tang for the bug report
chak
as Manuel M T Chakravarty
More... almost 19 years ago
Remove Splittable class (a vestige of linear implicit parameters) More... almost 19 years ago
Add IsString to exports of GHC.Exts More... almost 19 years ago
Keep the same FD in both halves of a duplex handle when dup'ing Otherwise we only close one of the FDs when closing the handle. Fixes trac #1149.
igloo
as Ian Lynagh
More... almost 19 years ago
Remove more redundant FD conversions
igloo
as Ian Lynagh
More... almost 19 years ago
Fix FD changes on Windows
igloo
as Ian Lynagh
More... almost 19 years ago