14
I Use This!
Very Low Activity

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
Mar 30, 2025 — Mar 30, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[project @ 2004-03-05 18:00:35 by malcolm] Plumb System.Time and System.CPUTime into nhc98 libraries build. More... about 22 years ago
[project @ 2004-03-03 19:25:41 by malcolm] #ifdefs for nhc98. More... about 22 years ago
[project @ 2004-03-03 11:47:42 by ross] withObject -> with More... about 22 years ago
[project @ 2004-03-02 22:23:59 by ralf] Once more revised the Data class. You will need to cvs upd the compiler as well. More... about 22 years ago
[project @ 2004-03-01 17:25:46 by malcolm] nhc98: ensure the Either type is identical with Prelude.Either. More... about 22 years ago
[project @ 2004-03-01 14:47:30 by simonmar] small improvements from Ian Lynagh More... about 22 years ago
[project @ 2004-02-28 15:35:28 by ralf] Code that uses deriving (... Data ...) will require an updated *compiler* to be in line with these new boilerplate modules. More... about 22 years ago
[project @ 2004-02-27 14:48:16 by malcolm] To make it compile with nhc98, #ifdef out the Typeable[12] instances. More... about 22 years ago
[project @ 2004-02-27 10:27:41 by simonmar] Update the comments in here after changes in rev. 1.17. More... about 22 years ago
[project @ 2004-02-26 18:34:14 by ross] instances for Ordering and tuples (up to 5) More... about 22 years ago
[project @ 2004-02-26 18:06:51 by ralf] Simplified kind-polymorphic boilerplate stuff. More... about 22 years ago
[project @ 2004-02-25 21:20:04 by ralf] Follow-up fix triggered by yesterday's major scrap your boilerplate commit. More... about 22 years ago
[project @ 2004-02-25 20:10:18 by ralf] Thanks to Sven Panne. The module should be back to Haskell 98 or at least should not break hugs anymore. More... about 22 years ago
[project @ 2004-02-25 19:21:20 by krasimir] Added finalizeForeignPtr function More... about 22 years ago
[project @ 2004-02-24 19:51:11 by ralf] Twin traversal is now based on accumulating maps. Added polymorphic type extension for type constructors. More... about 22 years ago
[project @ 2004-02-24 19:49:58 by ralf] Proliferation of unsafeCoerce in Data.Typeable stopped. (There is now just one cast0 which generalises on all previous forms: cast, castss, castarr.) Started classes Typeable1/2 for unary/binary type constructors. Added instances for lists, products, sums, functions, maybies. More... about 22 years ago
[project @ 2004-02-24 12:39:12 by simonmar] New version of translate for mingw32, which correctly (allegedly) reverses the command-line translation done by the standard C runtime on Windows. More... about 22 years ago
[project @ 2004-02-20 17:46:38 by panne] Hugs has hSetBinaryMode, hPutBuf, and hGetBuf now. More... about 22 years ago
[project @ 2004-02-20 10:55:09 by stolz] wibble (replace helper function with fromEnum) More... about 22 years ago
[project @ 2004-02-19 10:42:50 by stolz] Preserve group/other bits in setPermissions. More... about 22 years ago
[project @ 2004-02-18 15:07:03 by simonmar] stat() needs to be wrapped too More... about 22 years ago
[project @ 2004-02-17 11:59:16 by simonmar] Also need to wrap fstat(). More... about 22 years ago
[project @ 2004-02-17 11:22:22 by simonmar] Use C wrappers for lseek() and open(). On Linux, these functions are macro'd to different versions when large file support is on, so to make the libraries compilable with the NCG we need to use C wrappers for these functions. More... about 22 years ago
[project @ 2004-02-17 11:21:04 by simonmar] Remove unused argument from commitBuffer More... about 22 years ago
[project @ 2004-02-17 11:16:36 by malcolm] Exclude "config.h" inclusion for nhc98 as well as Hugs. More... about 22 years ago
[project @ 2004-02-16 11:08:58 by ross] adjust imports for portability More... about 22 years ago
[project @ 2004-02-15 13:24:42 by ralf] Another commit of boilerplate refactoring related to twin traversal and type introspection. Clean-up. After some reflection the list processing module was not regarded suitable for the library (see List.hs removed). More... about 22 years ago
[project @ 2004-02-15 13:04:47 by krasimir] Added support for tracers More... about 22 years ago
[project @ 2004-02-14 18:18:46 by ralf] Refactored the approach to Twin Traversal. Added some illustrative treatment of polymorphic lists. More... about 22 years ago
[project @ 2004-02-13 17:46:32 by ross] make import Foreign.C.String GHC-only to unbreak Hugs build More... about 22 years ago