14
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Sep 23, 2025 — Sep 23, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[project @ 2002-04-28 02:01:00 by sof] \\begin{code} prefix missing
sof
More... over 24 years ago
[project @ 2002-04-26 15:39:50 by lewie] Fix broken def of fixST. More... over 24 years ago
[project @ 2002-04-26 13:34:05 by simonmar] Remove \$Id\$ from all files: it isn't particularly useful (see previous discussion on [email protected]), and it confuses Haddock. More... over 24 years ago
[project @ 2002-04-26 13:33:10 by simonmar] - Remove \$Id\$ - Fix comments that confuse Haddock More... over 24 years ago
[project @ 2002-04-26 13:26:39 by simonmar] We can cope with Control.Monad.Reader & friends now (Haddock can parse fundeps). More... over 24 years ago
[project @ 2002-04-26 12:58:45 by simonmar] doc string wibble More... over 24 years ago
[project @ 2002-04-26 12:48:16 by simonmar] - Add proper module headers to these guys - Remove \$Id\$ - Update copyrights - Int.lhs and Word.lhs were just wrapped in \begin{code}..\end{code}, so make them .hs files instead. More... over 24 years ago
[project @ 2002-04-26 12:31:06 by simonmar] Add a LICENSE More... over 24 years ago
[project @ 2002-04-24 17:57:55 by ross] haddock food. More... over 24 years ago
[project @ 2002-04-24 16:31:37 by simonmar] Add the single character '|' to the header comment of each module so that Haddock will parse it as the module documentation. More... over 24 years ago
[project @ 2002-04-24 16:13:26 by simonmar] Makefile rules for building HTML documentation using Haddock. It's a bit rough around the edges so far, and I haven't added any actual documentation yet, but you can build Haddock (in fptools/haddock) and then say More... over 24 years ago
[project @ 2002-04-24 16:10:21 by simonmar] Omit the generic declarations when processing with Haddock, since the Haddock parser doesn't understand them (yet). More... over 24 years ago
[project @ 2002-04-24 16:09:12 by simonmar] Update foreign import syntax More... over 24 years ago
[project @ 2002-04-24 16:01:51 by simonmar] Update foreign import syntax More... over 24 years ago
[project @ 2002-04-24 15:47:34 by simonmar] Update foreign import syntax More... over 24 years ago
[project @ 2002-04-24 15:47:10 by sof] Directory.Permissions.searchable: True iff S_ISDIR() and X bit set (was : !S_ISREG() and X) -- falls into line with what nhc98 and Hugs does
sof
More... over 24 years ago
[project @ 2002-04-24 11:17:53 by simonpj] "\Oxxx" and "\Xyyy" are not octal or hexadecimal escapes in Haskell 98, and should not be lexed as such. More... over 24 years ago
[project @ 2002-04-18 23:32:56 by sof] re-added Show instance for ThreadId
sof
More... over 24 years ago
[project @ 2002-04-13 14:59:06 by panne] Ugly hack to make `lex' H98-compliant again: lex "" should return [("","")], not []. This should probably be fixed elsewhere... More... over 24 years ago
[project @ 2002-04-13 05:08:55 by sof] readIEEENumber: support reading IEEE-754 'special' values (NaN,Inf)
sof
More... over 24 years ago
[project @ 2002-04-11 12:03:43 by simonpj] ------------------- Mainly derived Read ------------------- More... over 24 years ago
[project @ 2002-04-10 15:57:16 by simonmar] Update to newer FFI definition style More... over 24 years ago
[project @ 2002-04-10 11:43:49 by stolz] Two new scheduler-API primops: More... over 24 years ago
[project @ 2002-04-02 15:33:34 by sof] don't bother defining __hscore_sigaddset() on mingw
sof
More... over 24 years ago
[project @ 2002-04-02 10:19:21 by simonmar] Add foldl', the strict version of foldl. More... over 24 years ago
[project @ 2002-04-01 09:19:18 by simonpj] Remove Ix context from STArray data type. Data type contexts are evil. H98 says they even apply for pattern matching, which GHC didn't implement till now --- and that forces Ix even on equality of STArrays. No, no, no. More... over 24 years ago
[project @ 2002-03-27 17:55:26 by simonmar] Fix cut-n-pasto (the testsuite actually showed up something useful!) More... over 24 years ago
[project @ 2002-03-26 23:50:56 by sof] To make cygwin/mingw interworking a little bit simpler, use the __MINGW32__ define rather than config.h's mingw32_TARGET_OS
sof
More... over 24 years ago
[project @ 2002-03-26 21:07:06 by sof] make it work with cygwin again
sof
More... over 24 years ago
[project @ 2002-03-26 21:02:19 by sof] cygwin: stick with system()
sof
More... over 24 years ago