14
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 08, 2025 — Feb 08, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
comments for Applicative and Traversable More... over 19 years ago
default to NoBuffering on Windows for a read/write text file Fixes (works around) #679 More... over 19 years ago
remove dead code More... over 19 years ago
clarify and expand docs More... over 19 years ago
Add minView and maxView to Map and Set More... over 19 years ago
add signature for registerDelay More... over 19 years ago
a few doc comments More... over 19 years ago
Wibble in docs for new ForeignPtr functionsn
dons
as Don Stewart
More... over 19 years ago
Optimised foreign pointer representation, for heap-allocated objects
dons
as Don Stewart
More... over 19 years ago
Add the inline function, and many comments More... over 19 years ago
small intro to exceptions More... over 19 years ago
export breakpoint More... over 19 years ago
Merge in changes from fps head. Highlights:
dons
as Don Stewart
More... over 19 years ago
add a way to ask the IO manager thread to exit More... over 19 years ago
Sync with FPS head, including the following patches:
dons
as Don Stewart
More... over 19 years ago
haddock fix More... over 19 years ago
simplify indexing in Data.Sequence More... over 19 years ago
Move Eq, Ord, Show instances for ThreadId to GHC.Conc Eliminates orphans. More... over 19 years ago
Better error handling in the IO manager thread In particular, handle EBADF just like rts/posix/Select.c, by waking up all the waiting threads. Other errors are thrown, instead of just being ignored. More... over 19 years ago
#define _REENTRANT 1 (needed to get the right errno on some OSs) Part 2 of the fix for threaded RTS problems on Solaris and possibly *BSD (Part 1 was the same change in ghc/includes/Rts.h). More... over 19 years ago
copyCString* should be in IO. Spotted by Tomasz Zielonka
dons
as Don Stewart
More... over 19 years ago
add import Prelude to get dependencies right for Data/Fixed.hs Hopefully this fixes parallel builds.
dcoutts
as Duncan Coutts
More... over 19 years ago
Fix negative index handling in splitAt, replicate and unfoldrN. Move mapF, filterF -> map', filter' while we're here
dons
as Don Stewart
More... over 19 years ago
Use our own realloc. Thus reduction functions (like filter) allocate on the Haskell heap. Makes around 10% difference.
dons
as Don Stewart
More... over 19 years ago
Last two CInt fixes for 64 bit, and bracket writeFile while we're here
dons
as Don Stewart
More... almost 20 years ago
Some small optimisations, generalise the type of unfold
dons
as Don Stewart
More... almost 20 years ago
portable implementation of WordPtr/IntPtr for non-GHC More... almost 20 years ago
add WordPtr and IntPtr types to Foreign.Ptr, with associated conversions More... almost 20 years ago
add CIntPtr, CUIntPtr, CIntMax, CUIntMax types More... almost 20 years ago
add GHC.Dynamic More... almost 20 years ago