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
Two things. #if defined(__GLASGOW_HASKELL__) on INLINE [n] pragmas (for jhc). And careful use of INLINE on words/unwords halves runtime for those functions
dons
as Don Stewart
More... almost 20 years ago
Make length a good consumer More... almost 20 years ago
Make length a good consumer More... almost 20 years ago
Trim imports More... almost 20 years ago
Make unsafePerformIO lazy More... almost 20 years ago
Sync with FPS head.
dons
as Don Stewart
More... almost 20 years ago
Fix all uses for Int that should be CInt or CSize in ffi imports. Spotted by Duncan and Ian
dons
as Don Stewart
More... almost 20 years ago
Fixed import list syntax More... almost 20 years ago
Faster filterF, filterNotByte More... almost 20 years ago
Much faster find, findIndex. Hint from sjanssen More... almost 20 years ago
Merge "unrecognized long opt" fix from 6.4.2 More... almost 20 years ago
Sat May 6 13:01:34 EST 2006 Don Stewart <[email protected]> * Do loopU realloc on the Haskell heap. And add a really tough stress test More... almost 20 years ago
Add array fusion versions of map, filter and foldl More... almost 20 years ago
fix for non-GHC More... almost 20 years ago
use bracket in appendFile (like writeFile) More... almost 20 years ago
writeFile: close the file on error Suggested by Ross Paterson, via Neil Mitchell More... almost 20 years ago
improve performance of Integer->String conversion See http://www.haskell.org//pipermail/libraries/2006-April/005227.html More... almost 20 years ago
inline withMVar, modifyMVar, modifyMVar_ More... almost 20 years ago
Sync with FPS head More... almost 20 years ago
Fix string truncating in hGetLine -- it was a pasto from Simon's code (from Don Stewart) More... almost 20 years ago
fix previous patch More... almost 20 years ago
fixes for non-GHC More... almost 20 years ago
Merge in Data.ByteString head. Fixes ByteString+cbits in hugs
dons
as Don Stewart
More... almost 20 years ago
Import Data.ByteString from fps 0.5. Fast, packed byte vectors, providing a better PackedString.
dons
as Don Stewart
More... almost 20 years ago
fix imports for mingw32 && !GHC More... almost 20 years ago
RequireOrder: do not collect unrecognised options after a non-opt The documentation for RequireOrder says "no option processing after first non-option", so it doesn't seem right that we should process the rest of the arguments to collect the unrecognised ones. Presumably the client wants to know about the unrecognised options up to the first non-option, and will be using a different option parser for the rest of the command line. More... almost 20 years ago
fix for Haddock 0.7 More... almost 20 years ago
add Data.Fixed module More... almost 20 years ago
add instances More... almost 20 years ago
add superclasses to Applicative and Traversable More... almost 20 years ago