14
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Jan 28, 2025 — Jan 28, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Speed up number printing and remove the need for Array by using the standard 'intToDigit' routine More... over 18 years ago
fix description of CWStringLen More... over 18 years ago
--configure-option and --ghc-option are now provided by Cabal More... over 18 years ago
Remove unsafeCoerce-importing kludgery in favor of Unsafe.Coerce More... over 18 years ago
Data.PackedString: Data.Generics is GHC-only More... over 18 years ago
Add Data instance for PackedString; patch from greenrd in trac #1263
igloo
as Ian Lynagh
More... over 18 years ago
add nhc98-options: field to .cabal file More... over 18 years ago
add a dummy implementation of System.Timeout.timeout for nhc98 More... over 18 years ago
Add System.Timeout to base.cabal Filtered out for non-GHC by Setup.hs.
igloo
as Ian Lynagh
More... over 18 years ago
add module Data.Fixed to nhc98 build More... over 18 years ago
DIRS now lives in package Makefile, not script/pkgdirlist More... over 18 years ago
delete unused constants More... over 18 years ago
Control.Concurrent documentation fix More... over 18 years ago
remove System.Cmd and System.Time too More... over 18 years ago
remove locale as well More... over 18 years ago
nhc98 version of instance Show (a->b) copied from Prelude More... over 18 years ago
remove directory, pretty, and random bits from base for nhc98 More... over 18 years ago
Remove Makefile and package.conf.in (used in the old build system)
igloo
as Ian Lynagh
More... over 18 years ago
Split off process package
igloo
as Ian Lynagh
More... over 18 years ago
Fix comment: maperrno is in Win32Utils.c, not runProcess.c
igloo
as Ian Lynagh
More... over 18 years ago
System.Locale is now split out
igloo
as Ian Lynagh
More... over 18 years ago
Split off directory, random and old-time packages
igloo
as Ian Lynagh
More... over 18 years ago
Remove Control.Parallel*, now in package parallel
igloo
as Ian Lynagh
More... over 18 years ago
Remove the pretty-printing modules (now in package pretty(
igloo
as Ian Lynagh
More... over 18 years ago
add install-includes: field More... over 18 years ago
correct the documentation for newForeignPtr More... over 18 years ago
When doing safe writes, handle EAGAIN rather than raising an exception It might be that stdin was set to O_NONBLOCK by someone else, and we should handle this case. (this happens with GHCi, I'm not quite sure why) More... over 18 years ago
Use FilePath to make paths when building GHC/Prim.hs and GHC/PrimopWrappers.hs
igloo
as Ian Lynagh
More... over 18 years ago
fix imports for non-GHC More... over 18 years ago
Give an example of how intersection takes elements from the first set
igloo
as Ian Lynagh
More... over 18 years ago