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 @ 2003-04-17 13:26:59 by simonmar] Doc wibbles More... almost 23 years ago
[project @ 2003-04-17 12:58:14 by mthomas] Fix "System/Posix/Internals.hs:273: Malformed entity string". More... almost 23 years ago
[project @ 2003-04-17 10:44:59 by simonmar] Add a hash table implementation. This is an implementation of Dynamic Hash Tables, transliterated from the code in GHC's RTS into Haskell. I'd like to say it looks nicer, and well, maybe it does a little. More... almost 23 years ago
[project @ 2003-04-17 07:26:12 by simonpj] Better Haddock documentation More... almost 23 years ago
[project @ 2003-04-17 07:01:27 by simonpj] Start on better Typeable More... almost 23 years ago
[project @ 2003-04-16 15:12:02 by sof] hGetArray: wrong result length returned.
sof
More... almost 23 years ago
[project @ 2003-04-15 12:42:13 by malcolm] Add unlinesPS, unwordsPS, joinPS, and splitWithPS, to the nhc98 version of the code. More... almost 23 years ago
[project @ 2003-04-15 10:41:14 by simonmar] Re-instate joinPS which appears to have been accidentally left out of this revised version of PackedString, and add unlinesPS and unwordsPS which are the analogs of Data.List.unlines and Data.List.unwords respectively. More... almost 23 years ago
[project @ 2003-04-11 23:39:43 by ross] Hugs only: add a CBITS "pragma" to tell the Hugs conversion script which files from <package>/cbits should be linked with the module by ffihugs, e.g. {-# CBITS HsNet.c initWinSock.c ancilData.c #-} More... almost 23 years ago
[project @ 2003-04-11 14:24:07 by simonmar] Plug a file descriptor leak: when finalizing a handle, we should ignore errors in the flushing operation and go ahead and close the handle anyway. More... almost 23 years ago
[project @ 2003-04-11 11:43:09 by ross] Hugs only: use the whole thing now More... almost 23 years ago
[project @ 2003-04-11 11:10:57 by ross] rename Control.Monad.Monoid as Data.Monoid More... almost 23 years ago
[project @ 2003-04-11 10:41:23 by ross] move #hide to where it works More... almost 23 years ago
[project @ 2003-04-11 10:11:24 by ross] rename GHC.Posix as System.Posix.Internals More... almost 23 years ago
[project @ 2003-04-09 10:21:09 by simonpj] Typo More... almost 23 years ago
[project @ 2003-04-09 08:18:13 by simonpj] ------------------------------------- Fix the lexer so that it does the right thing for floating point and hexadecimal numbers ------------------------------------- More... almost 23 years ago
[project @ 2003-04-09 08:17:39 by simonpj] Remove redundant Prelude import More... almost 23 years ago
[project @ 2003-04-08 16:14:29 by simonpj] add fixity for +++, <++ More... almost 23 years ago
[project @ 2003-04-08 16:02:05 by simonpj] New ReadP module from Koen, featuring <++ combinator More... almost 23 years ago
[project @ 2003-04-08 14:52:26 by ross] import tweak More... almost 23 years ago
[project @ 2003-04-04 16:12:01 by ross] Added a list of the modules in the package that don't work with Hugs. Such modules are skipped by the conversion script. Packages in which everything works with Hugs don't need such a file. More... almost 23 years ago
[project @ 2003-04-04 14:36:31 by simonpj] lexChar wibblifications More... almost 23 years ago
[project @ 2003-04-03 16:46:59 by ross] Graph and Tree modules, from GHC's Digraph (actually the Haddock version, which looks more recent). More... about 23 years ago
[project @ 2003-04-01 16:32:04 by simonpj] Fix bogus implementation of readLitChar, lexLitChar More... about 23 years ago
[project @ 2003-04-01 16:30:37 by simonpj] Use INLINE rather than SPECIALISE for ceiling, floor, truncate More... about 23 years ago
[project @ 2003-03-31 15:36:24 by ross] remove a GHC-ism More... about 23 years ago
[project @ 2003-03-31 13:58:43 by simonmar] Get the filename right in IOErrors generated by several functions in here. More... about 23 years ago
[project @ 2003-03-31 13:58:03 by simonmar] - Add ioeSet{ErrorType,ErrorString,Handle,FileName} to match the existing ioeGet* functions. More... about 23 years ago
[project @ 2003-03-30 12:20:16 by ross] withForeignPtr is portable. So is some other stuff, though only Hugs uses the portable versions at present. More... about 23 years ago
[project @ 2003-03-27 10:24:43 by simonmar] [ oops, forgot to commit this with the rest of the changes yesterday... ] More... about 23 years ago