14
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 10, 2025 — Feb 10, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[project @ 2005-07-22 16:25:16 by ross] revert 1.17 More... over 20 years ago
[project @ 2005-07-22 10:18:51 by simonmar] check the return value of chdir() More... over 20 years ago
[project @ 2005-07-22 08:15:06 by ross] unbreak for non-GHC More... over 20 years ago
[project @ 2005-07-21 12:54:33 by simonmar] Hack Makefiles so that 'make distclean' works even if the tree has not been configured, or 'make distclean' has already been run. More... over 20 years ago
[project @ 2005-07-21 11:08:51 by ross] specialize instances too More... over 20 years ago
[project @ 2005-07-21 11:00:17 by ross] revise Data instance again, making it like lists More... over 20 years ago
[project @ 2005-07-21 10:59:27 by ross] more SPECIALIZE pragmas More... over 20 years ago
[project @ 2005-07-21 10:00:34 by simonmar] Further optimisations to ForeignPtr: now we don't allocate the IORef for a ForeignPtr without a finalizer. More... over 20 years ago
[project @ 2005-07-21 09:26:30 by simonmar] copyFile: copy the permissions properly (don't use getPermissions >>= setPermissions, which only copies the owner's permissions on Unix). More... over 20 years ago
[project @ 2005-07-19 23:22:39 by ross] use feature tests instead of $host to locate socket library More... over 20 years ago
[project @ 2005-07-19 17:33:23 by ross] improved definition of gfold for Seq a More... over 20 years ago
[project @ 2005-07-19 17:06:18 by ross] hook in Data.Sequence More... over 20 years ago
[project @ 2005-07-19 09:26:03 by ross] use $host instead of $target (mainly affects builds with cabal) More... over 20 years ago
[project @ 2005-07-14 15:36:31 by ross] remove redundant definitions of unsafeRangeSize (same as default) More... over 20 years ago
[project @ 2005-07-14 11:59:27 by ross] Data.Sequence: general purpose finite sequences (as discussed on the libraries list in May 2005). More... over 20 years ago
[project @ 2005-07-14 11:57:09 by ross] Hugs only: more specific imports More... over 20 years ago
[project @ 2005-07-10 23:01:24 by ross] doc fix from Remi Turk More... over 20 years ago
[project @ 2005-07-08 17:17:31 by sof] - System.Posix.Internals.FDType.RawDevice: new constructor. - System.Posix.Internals.fdType: map block devices to RawDevice (but left character devices as still being Streams). - GHC.IOBase.isReadWriteHandleType: new HandleType predicate. - GHC.Handle.hIsSeekable: RawDevices are seekable. - GHC.Handle.openFd: handle RawDevices. => opening of block devices via std IO opening actions (open{Binary}File, openFd etc.) should now work better.
sof
More... over 20 years ago
[project @ 2005-07-08 13:17:47 by simonmar] oops, fix imports More... over 20 years ago
[project @ 2005-07-08 12:22:02 by simonmar] Fix instance Eq Version More... over 20 years ago
[project @ 2005-07-06 16:17:36 by malcolm] Fix (from Scott Turner) for a broken implementation of 'split'. More... over 20 years ago
[project @ 2005-07-06 12:25:53 by simonmar] runProcess: allow duplicate Handles to be passed in without deadlock. Fixes #1187295. More... over 20 years ago
[project @ 2005-07-06 12:13:04 by simonmar] Close Handles passed to runProcess. Fixes #1187302 More... over 20 years ago
[project @ 2005-07-04 10:22:17 by ross] add Typeable instance More... over 20 years ago
[project @ 2005-06-27 22:31:41 by simonmar] As discussed on ghc-users some time ago, optimise the representation of ForeignPtr to make withForeignPtr more efficient. ForeignPtr is now represented by a pair of an Addr# and a ForeignPtrContents object. More... over 20 years ago
[project @ 2005-06-27 13:56:32 by simonmar] Fix performance buglet: small Float literals weren't being simplified enough because the fromInteger method is defined in terms of encodeFloat, which itself is an FFI call. Double was already fixed, this change does the right thing for Float too. More... over 20 years ago
[project @ 2005-06-10 13:21:52 by simonpj] Make toConstr strict for tuples, so that it's uniform with all other data types. More... over 20 years ago
[project @ 2005-06-10 13:19:41 by simonpj] Eta-contract foldr/app RULE to avoid overlap with foldr/id More... over 20 years ago
[project @ 2005-05-27 19:26:34 by simonmar] hLookAhead: don't wait for a completely full buffer More... over 20 years ago
[project @ 2005-05-13 16:58:02 by sof] flush_input_console__(): if the fd isn't connected to a console, treat flush as a NOP. Merge to STABLE.
sof
More... almost 21 years ago