14
I Use This!
Very Low Activity

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Mar 11, 2025 — Mar 11, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[project @ 2004-11-26 16:00:06 by simonmar] more make -j fixing More... over 21 years ago
[project @ 2004-11-26 15:03:22 by ross] fix tycon name strings More... over 21 years ago
[project @ 2004-11-26 11:58:18 by simonmar] More 'import Prelude's to help make -j. More... over 21 years ago
[project @ 2004-11-25 15:01:24 by simonmar] Add explicit 'import Prelude' to fix dependencies (necessary for make -j) More... over 21 years ago
[project @ 2004-11-22 14:03:15 by simonmar] Plug a race condition in the IO manager More... over 21 years ago
[project @ 2004-11-22 10:26:46 by simonmar] More fixes to the sample code (thanks to Satnam Singh for pointing out a problem). More... over 21 years ago
[project @ 2004-11-22 10:16:42 by simonmar] Fix example code More... over 21 years ago
[project @ 2004-11-19 12:54:12 by ross] make instance Enum () conform to the Report (though I doubt anyone will notice) More... over 21 years ago
[project @ 2004-11-18 16:39:54 by stolz] Push down more feature-tests More... over 21 years ago
[project @ 2004-11-18 09:56:58 by tharris] Support for atomic memory transactions and associated regression tests conc041-048 More... over 21 years ago
[project @ 2004-11-17 19:07:38 by sof] Expose Win32 console event handling to the user.
sof
More... over 21 years ago
[project @ 2004-11-16 23:36:36 by ross] drop with a negative length should yield the whole list, not [] More... over 21 years ago
[project @ 2004-11-16 18:02:07 by ross] spelling in error message More... over 21 years ago
[project @ 2004-11-14 20:25:54 by panne] Tiny refactoring, mostly used as a reminder that '#if blah_platform' tests are evil and should be replaced by feature-based test (autoconf!) and concentrated in few modules. System.FilePath is another great example for this, all #ifs should be replaced by a function handling a possible drive letter + a few separator constants. More... over 21 years ago
[project @ 2004-11-14 12:32:48 by ross] tweak imports for portability More... over 21 years ago
[project @ 2004-11-14 10:48:23 by malcolm] Plumb in new addition System.FilePath. More... over 21 years ago
[project @ 2004-11-14 10:47:26 by malcolm] Allow new additions to build with nhc98 too. (I suspect more work is still needed to make them portable to Hugs as well.) More... over 21 years ago
[project @ 2004-11-13 14:37:18 by panne] Get rid of those ugly WinDoze CR/LF More... over 21 years ago
[project @ 2004-11-13 08:21:32 by krasimir] Added the proposed System.FilePath. I also added to System.Directory the canonicalizePath and findExecutable functions. More... over 21 years ago
[project @ 2004-11-12 17:07:54 by simonpj] Missing #include following per-package config changes More... over 21 years ago
[project @ 2004-11-12 15:14:17 by simonmar] Note Haskell 98 divergence in isAlpha. More... over 21 years ago
[project @ 2004-11-12 12:34:52 by stolz] Push FreeBSD-unicode-detection into package More... over 21 years ago
[project @ 2004-11-11 17:48:49 by simonpj] Fix version skew More... over 21 years ago
[project @ 2004-11-11 17:17:30 by simonmar] remove unnecessary #ifdef More... over 21 years ago
[project @ 2004-11-10 11:27:54 by simonmar] Move the compatibility code for rawSystem from libraries/base into ghc/lib/compat. More... over 21 years ago
[project @ 2004-11-09 17:02:23 by simonmar] Make this compile with GHC < 6.3 More... over 21 years ago
[project @ 2004-11-09 15:48:34 by simonmar] Adding Cabal to GHC, stage 1: More... over 21 years ago
[project @ 2004-11-07 10:17:22 by ross] move CONST_O_BINARY detection down to libraries/base More... over 21 years ago
[project @ 2004-11-06 17:03:43 by panne] * Issue a warning when compilation/execution fails during FP_READDIR_EOF_ERRNO and assume a value of '0'. More... over 21 years ago
[project @ 2004-11-06 16:34:25 by panne] 'd->d_name' (where d is of type 'struct dirent*') should always return a pointer to the directory entry's name, regardless if dirent is defined as More... over 21 years ago