14
I Use This!
Very Low Activity

Commits : Listings

Analyzed 5 days ago. based on code collected 5 days ago.
Mar 30, 2025 — Mar 30, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[project @ 2005-11-10 12:58:32 by simonmar] Some docs for System.Posix, from Bj?rn Bringert More... over 20 years ago
[project @ 2005-11-07 16:39:04 by simonmar] add GHC notes to mallocForeignPtr More... over 20 years ago
[project @ 2005-10-27 01:39:40 by sof] [mingw/msys only] Undo long-standing workaround for buggy GNU ld's on mingw/msys; i.e., the linker wasn't correctly generating relocatable object files when the number of relocs exceeded 2^16. Worked around the issue by hackily splitting up the GHCi object file for the larger packages ('base', 'ObjectIO' and 'win32') into a handful of object files, each with a manageable number of relocs. Tiresome and error-prone (but the hack has served us well!)
sof
More... over 20 years ago
[project @ 2005-10-26 22:52:58 by ross] missing part of rev. 1.13: in unfoldForestM_BF, the output sequence is now in the right order, so don't reverse it. More... over 20 years ago
[project @ 2005-10-25 17:31:38 by sof] FPTOOLS_CHECK_HTYPE: correctly scope the resetting of CPPFLAGS; as was, it got blown away if the value was cached.
sof
More... over 20 years ago
[project @ 2005-10-25 12:01:11 by simonmar] fix findExecutable (I hope; don't have an up to date Windows build to test on). More... over 20 years ago
[project @ 2005-10-25 11:13:53 by simonmar] forkIO the signal handlers directly from the IO manager thread, rather than calling an RTS function to do the same thing. More... over 20 years ago
[project @ 2005-10-25 09:29:47 by ross] add Monoid instance More... over 20 years ago
[project @ 2005-10-25 09:29:16 by ross] Now that Data.Monoid is portable, move Monoid instances for sets and maps back to where the data types are defined. More... over 20 years ago
[project @ 2005-10-25 09:11:25 by ross] Change the Monoid instance for functions (as proposed on the libraries list, and interpreting silence as assent) from composition to pointwise combination. More... over 20 years ago
[project @ 2005-10-25 09:01:48 by simonmar] Note that throwTo blocks if the target thread is in a foreign call. More... over 20 years ago
[project @ 2005-10-22 00:37:01 by ross] docs (readListDefault seems pretty useless) More... over 20 years ago
[project @ 2005-10-22 00:28:21 by ross] define readListPrec too. More... over 20 years ago
[project @ 2005-10-21 16:31:23 by ross] oops More... over 20 years ago
[project @ 2005-10-21 16:25:45 by ross] Data and FunctorM instances for View[LR]. More... over 20 years ago
[project @ 2005-10-21 13:10:48 by simonmar] cmp_thread returns CInt, not Int More... over 20 years ago
[project @ 2005-10-21 10:47:25 by ross] conformant Show and Read instances. More... over 20 years ago
[project @ 2005-10-21 10:39:56 by ross] conformant Show and Read instances More... over 20 years ago
[project @ 2005-10-21 10:26:57 by ross] conformant Show and Read instances More... over 20 years ago
[project @ 2005-10-21 10:24:58 by ross] export parens, which is useful for writing Read instances. More... over 20 years ago
[project @ 2005-10-21 06:54:13 by ross] repair findExecutable More... over 20 years ago
[project @ 2005-10-20 23:28:42 by ross] revise Read instance to match < and > as chars rather than lexemes, as suggested by Georg Martius. More... over 20 years ago
[project @ 2005-10-20 18:07:53 by krasimir] The original version of @findExecutable@ was looking only in the $PATH but under Windows the executables are searched in the current directory, in $PATH and in some other places too. The new version is based on @SearchPath@ function from Win32 API. This is more consistent with @system@ and @rawSystem@ More... over 20 years ago
[project @ 2005-10-20 17:12:28 by krasimir] from Neil Mitchell: More... over 20 years ago
[project @ 2005-10-20 15:14:22 by malcolm] Add spaces in Show instance, to avoid lexing problems e.g. Foo:=-0.9 in Read. More... over 20 years ago
[project @ 2005-10-20 15:08:35 by ross] Read instance More... over 20 years ago
[project @ 2005-10-20 10:58:44 by malcolm] Instance of Read for Map, from Georg Martius. More... over 20 years ago
[project @ 2005-10-18 11:36:25 by simonmar] Fixes to enable base to be compiled with -fasm on Windows: More... over 20 years ago
[project @ 2005-10-13 11:09:50 by ross] update non-portability reasons More... over 20 years ago
[project @ 2005-10-13 10:36:42 by ross] MArray instance for Lazy.ST More... over 20 years ago