14
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 13, 2025 — Feb 13, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[project @ 2005-01-14 00:00:22 by ross] make these work with Hugs (pending the possible return of Word) and simplify the #if's a bit. More... about 21 years ago
[project @ 2005-01-13 13:31:09 by ross] adjust module header comments (the bit about imports still sounds wierd) More... about 21 years ago
[project @ 2005-01-13 12:26:50 by ross] another cpp hack (that infix declaration occurs 3 times!) More... about 21 years ago
[project @ 2005-01-13 12:09:55 by ross] kludge for cpp's that don't like \ at end of line More... about 21 years ago
[project @ 2005-01-13 11:15:17 by ross] use ioError instead of the GHC-specific ioException More... about 21 years ago
[project @ 2005-01-13 11:14:09 by ross] Hugs only: replace UserError with ResourceExhausted More... about 21 years ago
[project @ 2005-01-13 10:46:36 by ross] make comments ASCII More... about 21 years ago
[project @ 2005-01-13 10:37:35 by simonmar] Add Data.Map, Data.Set, Data.IntMap and Data.IntSet from Daan Leijen's DData library, with some modifications by JP Bernardy and others on the [email protected] list. Minor changes by me to remove the last references to DData, and add a DEPRECATED copy of the old Data.Set interface to the new Data.Set. More... about 21 years ago
[project @ 2005-01-13 10:23:07 by simonmar] import Prelude explicitly More... about 21 years ago
[project @ 2005-01-11 21:26:42 by krasimir] Use "o" extension everywere. Added haddock comment about the possible usage of "obj" for Hugs. More... about 21 years ago
[project @ 2005-01-11 16:04:08 by simonmar] Use OPTIONS_GHC instead of OPTIONS More... about 21 years ago
[project @ 2005-01-11 14:49:07 by ross] untangle #if's More... about 21 years ago
[project @ 2005-01-11 14:36:51 by ross] System.IO no longer re-exports System.IO.Error More... about 21 years ago
[project @ 2005-01-11 14:18:13 by ross] get IOError stuff from System.IO.Error instead of System.IO More... about 21 years ago
[project @ 2005-01-11 13:44:39 by malcolm] Hack around the non-portable ReadP library to allow nhc98 to use Data.Version. More... about 21 years ago
[project @ 2005-01-11 13:29:34 by malcolm] Use ghc implementation of createDirectoryIfMissing and removeDirectoryRecursive for nhc98 and Hugs too. More... about 21 years ago
[project @ 2005-01-11 13:20:22 by ross] doc fixes More... about 21 years ago
[project @ 2005-01-11 12:14:00 by ross] tweak docs of name clashes More... about 21 years ago
[project @ 2005-01-11 12:12:36 by ross] haddock fix More... about 21 years ago
[project @ 2005-01-10 23:25:04 by krasimir] move createIfNotExists and removeFileRecursive functions from Distribution.Simple.Utils to System.Directory. The functions are renamed to createDirectoryIfMissing and removeDirectoryRecursive. More... about 21 years ago
[project @ 2005-01-10 00:03:04 by krasimir] Add dropAbsolutePrefix function. (used in Cabal) More... about 21 years ago
[project @ 2005-01-07 22:24:55 by krasimir] truncate the file only in WriteMode More... about 21 years ago
[project @ 2005-01-07 13:31:07 by krasimir] fix for readFile001 More... about 21 years ago
[project @ 2005-01-07 12:22:18 by simonmar] oops, reinstate an import More... about 21 years ago
[project @ 2005-01-07 11:37:02 by simonmar] Add unsafeIOToSTM More... about 21 years ago
[project @ 2005-01-06 19:35:05 by krasimir] add temporary files API More... about 21 years ago
[project @ 2005-01-06 19:10:14 by krasimir] Reduce dependencies for GHC. This allows System.FilePath to be used in some low-level modules. More... about 21 years ago
[project @ 2005-01-06 18:14:40 by ross] extensions no longer include dots More... about 21 years ago
[project @ 2005-01-06 16:37:36 by simonmar] Apply the previous change to the docs, too. More... about 21 years ago
[project @ 2005-01-06 16:35:04 by simonmar] Remove the leading '.' from exeExtension, objExtension and dllExtension. This is for consistency with joinFileExt, which does not expect to see a '.' in the extension. More... about 21 years ago