14
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 12, 2025 — Feb 12, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[project @ 2005-03-14 16:26:47 by simonmar] Fix export of Ordering More... almost 21 years ago
[project @ 2005-03-14 15:57:57 by simonmar] Add the script used to generate WCsubst.c More... almost 21 years ago
[project @ 2005-03-14 15:57:04 by malcolm] Plumb in Data.Eq and Data.Ord. More... almost 21 years ago
[project @ 2005-03-14 15:52:03 by simonmar] doc comparing More... almost 21 years ago
[project @ 2005-03-14 15:46:12 by simonmar] Add Data.Ord and Data.Eq. Data.Ord also exports the new function 'comparing', as discussed on the libraries list a while back. More... almost 21 years ago
[project @ 2005-03-14 15:22:51 by simonmar] - isDigit only returns True for ASCII digits - Export the new predicates from Data.Char More... almost 21 years ago
[project @ 2005-03-14 12:18:05 by simonmar] Add Dimitry Golubovsky <[email protected]>'s Unicode character class implementation. This will remove the dependency on libc's locale code and give us much more consistent support for Unicode across platforms. More... almost 21 years ago
[project @ 2005-03-10 17:23:06 by malcolm] Change configuration for nhc98 on Cygwin only. More... almost 21 years ago
[project @ 2005-03-10 10:00:39 by simonpj] Read instances for tuples More... almost 21 years ago
[project @ 2005-03-09 17:47:50 by simonpj] Add instances for Bounded and Show up to 15-tuples More... almost 21 years ago
[project @ 2005-03-07 13:02:37 by simonmar] Add dynTypeRep, from John Meacham. More... almost 21 years ago
[project @ 2005-03-07 10:40:44 by simonmar] merge rev. 1.4.2.1 to HEAD More... almost 21 years ago
[project @ 2005-03-05 15:13:01 by panne] Warning police again: Use the "official" hs_free_stable_ptr from HsFFI.h instead of the internal freeStablePtr, avoiding More... almost 21 years ago
[project @ 2005-03-04 18:26:48 by sof] Temper 'libm' testing -- if 'atan' is available straight from libc, no need to include libm.
sof
More... almost 21 years ago
[project @ 2005-03-03 05:11:41 by chak] Merge to STABLE More... almost 21 years ago
[project @ 2005-03-02 16:39:56 by ross] *Config.h files are in include/ (MERGE to STABLE) More... almost 21 years ago
[project @ 2005-03-02 14:46:14 by simonmar] distcleaning of things generated by configure More... almost 21 years ago
[project @ 2005-03-02 13:11:00 by simonmar] We should not assume that the timeout parameter to select() is updated with the time left over after select() returns. Linux does this, but FreeBSD does not. More... almost 21 years ago
[project @ 2005-02-26 12:14:54 by panne] Moved Monoid instances of collection types to Data.Monoid, concentrating non-H98 stuff to a single place. More... almost 21 years ago
[project @ 2005-02-25 10:42:24 by simonmar] Add instance Typeable Queue More... almost 21 years ago
[project @ 2005-02-24 09:58:23 by simonmar] nDoc fixes from Sven Panne. Generally fixing of Haddock links, adding some signatures, and in some cases exporting type constructors that are mentioned in the types of exported identifiers. More... almost 21 years ago
[project @ 2005-02-23 06:31:22 by dons] Typo in comment only. Spotted by sjanssen on #haskell. More... almost 21 years ago
[project @ 2005-02-21 11:36:07 by simonmar] docs only: clarify language in a couple of places. More... almost 21 years ago
[project @ 2005-02-18 18:30:40 by ross] Rename package description fields as in InstalledPackageInfo: More... almost 21 years ago
[project @ 2005-02-18 15:06:45 by simonmar] Rename fields in InstalledPackageInfo for consistency with PackageDescription & buildInfo: More... almost 21 years ago
[project @ 2005-02-15 08:09:43 by ross] Hugs only: use binary handles for copyFile More... almost 21 years ago
[project @ 2005-02-13 10:53:13 by malcolm] Eliminate more explicit dependencies in Makefiles: use hmake to create the bootstrapping .hc files, as well as the ordinary .o files. More... about 21 years ago
[project @ 2005-02-11 11:36:23 by simonmar] Add bracketOnError More... about 21 years ago
[project @ 2005-02-11 01:55:56 by ross] track syntax changes: More... about 21 years ago
[project @ 2005-02-07 15:26:10 by malcolm] Place imports before #includes, just to reduce the number of 'file not found' warnings from hmake. More... about 21 years ago