14
I Use This!
Very Low Activity

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Mar 30, 2025 — Mar 30, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[project @ 2004-11-06 14:15:06 by panne] * Re-enable large file support * No need to test for lchown here More... over 21 years ago
[project @ 2004-11-06 13:01:18 by panne] * Changed some '#include "ghcconfig.h"' to '#include "HsBaseConfig.h"' (or added the latter), tracking the recent autoconf-related changes. More... over 21 years ago
[project @ 2004-11-06 11:10:18 by panne] Moved test for C/ISO types to base package, hopefully testing for all needed headers first. More... over 21 years ago
[project @ 2004-11-06 10:45:46 by panne] Push down the tests for errno values to the base package. There's really no need testing for this when e.g. building Happy. :-) More... over 21 years ago
[project @ 2004-10-27 15:47:23 by ross] adjustments to doc comments More... over 21 years ago
[project @ 2004-10-25 13:47:34 by simonmar] hDuplicate, hDuplicateTo: add finalizers More... over 21 years ago
[project @ 2004-10-25 13:40:08 by simonmar] Doc update: notes on finalization of Handles More... over 21 years ago
[project @ 2004-10-17 00:22:03 by ross] tighten imports More... over 21 years ago
[project @ 2004-10-17 00:09:58 by ross] move some GHC-specific implementations into GHC.* More... over 21 years ago
[project @ 2004-10-17 00:08:08 by ross] markup More... over 21 years ago
[project @ 2004-10-14 14:58:50 by simonmar] Threaded RTS improvements: More... over 21 years ago
[project @ 2004-10-13 10:24:16 by simonpj] c_execvpe & pPrPr_disableITimers: remove these in a Windows build. More... over 21 years ago
[project @ 2004-10-12 17:45:44 by ross] unused line More... over 21 years ago
[project @ 2004-10-11 10:54:57 by simonmar] genericRaise() hack needed on FreeBSD too. More... over 21 years ago
[project @ 2004-10-09 07:51:06 by panne] Unbreak Hugs by moving pPrPr_disableITimers and execvpe to System.Posix.Internals (base package) and use it from System.Posix.Process (unix package). More... over 21 years ago
[project @ 2004-10-08 21:21:08 by malcolm] Fix layout to Haskell'98. More... over 21 years ago
[project @ 2004-10-08 12:07:02 by ross] Hugs can't handle System.Process yet More... over 21 years ago
[project @ 2004-10-08 12:04:48 by ross] revert previous change, so now these includes don't define PACKAGE_* More... over 21 years ago
[project @ 2004-10-08 10:28:37 by simonmar] - make sure we don't overflow the table - use a checked array index just in case we *do* try to overflow - fix a harmless off-by-one More... over 21 years ago
[project @ 2004-10-07 13:13:22 by stolz] Bring declaration of runProcess back in line with prototype: pid_t (ProcHandle) isn't compatible with int on SunOS. More... over 21 years ago
[project @ 2004-10-07 09:42:28 by malcolm] Oops, fix impdecl/fundecl ordering. More... over 21 years ago
[project @ 2004-10-06 23:45:37 by dons] Fix order of PACKAGE_* #undefs. They must appear before HsBaseConfig.h More... over 21 years ago
[project @ 2004-10-06 15:02:41 by malcolm] Dummy implementations of openBinaryFile and hSetBinaryMode for nhc98. More... over 21 years ago
[project @ 2004-10-06 11:11:34 by ross] Add getEnvironment from hslibs/lang/SystemExts. This differs from the System.Posix.Env version in not failing if an entry lacks an '=' sign. More... over 21 years ago
[project @ 2004-10-06 10:13:07 by ross] make the evil PACKAGE_* hacks consistent More... over 21 years ago
[project @ 2004-10-05 15:56:17 by simonmar] If we try to use a finalized handle, then throw a useful exception. Before, the thread would just block forever on the MVar or get a BlockedOnDeadMVar exception. More... over 21 years ago
[project @ 2004-10-05 12:51:33 by simonmar] inputReady foreign import should be "safe. More... over 21 years ago
[project @ 2004-10-05 07:43:07 by mthomas] Nonexistent file stopped entire install for libraries. More... over 21 years ago
[project @ 2004-10-02 07:34:38 by dons] Bind raiseSignal to genericRaise, on OpenBSD only, atm. More... over 21 years ago
[project @ 2004-10-02 07:14:38 by dons] Undef PACKAGE_NAME PACKAGE_STRING PACKAGE_BUGREPORT PACKAGE_TARNAME coming in from ghcconfig.h, so that we can use HsBaseConfig.h versions without screenfulls of cpp warnings. More... over 21 years ago