14
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 17, 2025 — Feb 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[project @ 2005-01-31 13:51:22 by simonmar] Some improvements to System.Cmd.{system,rawSystem} on Un*x systems: these commands now do the appropriate signal handling, namely ignoring SIGINT/SIGQUIT in the parent but allowing these signals in the child. This behaviour matches the Un*x system(). More... about 21 years ago
[project @ 2005-01-31 13:46:24 by simonmar] oops, remove debugging modification More... about 21 years ago
[project @ 2005-01-31 13:45:50 by malcolm] Work around type-system bug (cxt in lhs pattern) in nhc98. More... about 21 years ago
[project @ 2005-01-31 12:57:26 by simonmar] Cleanup: convert System/Posix/Signals.hsc into a plain .hs file, and use the configure script to get the appropriate constants. More... about 21 years ago
[project @ 2005-01-29 16:10:27 by wolfgang] import CString on non-windows platforms. More... about 21 years ago
[project @ 2005-01-28 23:33:57 by krasimir] - The output from uncaught exceptions handler is redirected to RTS's errorBelch. - The output from Debug.Trace is redirected to RTS's debugBelch - Usually errorBelch and debugBelch messages go to stderr except for Windows GUI applications. For GUI applications the Debug.Trace output is redirected to debug console and the exceptions message is displayed in message box. More... about 21 years ago
[project @ 2005-01-28 16:09:06 by malcolm] Add compilerVersion for nhc98. More... about 21 years ago
[project @ 2005-01-28 15:03:06 by simonmar] Remove some unnecessary #includes of ghcconfig.h More... about 21 years ago
[project @ 2005-01-28 14:55:05 by simonmar] Remove unnecessary ghcconfig.h include More... about 21 years ago
[project @ 2005-01-28 13:54:56 by simonmar] System.Info now exports: More... about 21 years ago
[project @ 2005-01-28 13:36:25 by simonmar] Catch up with updates to platform #defines. More... about 21 years ago
[project @ 2005-01-28 10:15:44 by ross] fix foreign imports for non-GHC More... about 21 years ago
[project @ 2005-01-27 14:38:05 by ross] doc tweaks More... about 21 years ago
[project @ 2005-01-27 14:19:50 by simonpj] Fix regex.h include stuff; Ross and Malcolm might want to look at the new comment More... about 21 years ago
[project @ 2005-01-27 10:46:19 by malcolm] Hook up System.Directory.Internals. More... about 21 years ago
[project @ 2005-01-27 10:45:47 by simonpj] -------------------------------------------- Replace hi-boot files with hs-boot files -------------------------------------------- More... about 21 years ago
[project @ 2005-01-26 15:41:01 by simonmar] Add System.Directory to $(ALL_DIRS) More... about 21 years ago
[project @ 2005-01-26 15:40:37 by simonmar] remove System.FilePath; add System.Directory.Internals. More... about 21 years ago
[project @ 2005-01-26 15:19:19 by malcolm] Remove System.FilePath. More... about 21 years ago
[project @ 2005-01-26 14:55:41 by simonmar] Remove System.FilePath pending a redesign of the interface. Temporarily introduce System.Directory.Internals as a home for some of the bits of System.FilePath we were already using elsewhere. More... about 21 years ago
[project @ 2005-01-26 14:36:42 by malcolm] Patch from John Meacham: Generalise a couple functions in Data.Map to be usable in an arbitrary monad (rather than being restricted to Maybe). More... about 21 years ago
[project @ 2005-01-26 14:33:29 by malcolm] Fix module name. More... about 21 years ago
[project @ 2005-01-26 13:27:44 by malcolm] Change stability notation from 'stable' to 'experimental', since many people seem to agree there are plenty of bugs here. More... about 21 years ago
[project @ 2005-01-26 12:23:33 by simonmar] I think InvalidArgument is more useful than OtherError for EBADF. More... about 21 years ago
[project @ 2005-01-25 22:17:37 by krasimir] Fixed bug with splitFileExt "foo.bar." and splitFileName "foo:bar" More... about 21 years ago
[project @ 2005-01-25 17:06:39 by ross] add Cabal package descriptions More... about 21 years ago
[project @ 2005-01-24 04:26:17 by wolfgang] Always flush stdout & stderr at exit, even when terminating abnormally due to an exception. More... about 21 years ago
[project @ 2005-01-23 20:20:55 by wolfgang] Flush stdout and stderr also when exiting due to an ExitException. More... about 21 years ago
[project @ 2005-01-23 13:48:19 by panne] Added Isaac's getOpt variant (named getOpt' now), so System.Console.GetOpt and Distribution.GetOpt are identical now. More... about 21 years ago
[project @ 2005-01-23 13:12:52 by panne] Unify the base and Cabal versions of GetOpt a bit. More... about 21 years ago