14
I Use This!
Very Low Activity

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Mar 30, 2025 — Mar 30, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[project @ 2004-01-06 12:40:00 by simonmar] Fix, and simplify, the getting/setting of errno in Foreign.C.Error. More... about 22 years ago
[project @ 2004-01-06 10:31:05 by ross] new Queue type, using Chris Okasaki's cute 3-list implementation. More... about 22 years ago
[project @ 2004-01-05 17:44:30 by ross] Make runST(U)Array work with Hugs. This includes explicitly using unsafeFreezeSTArray rather than unsafeFreeze, to avoid relying on rules. More... about 22 years ago
[project @ 2004-01-05 16:47:09 by ross] Change the drawing of trees so that long labels work better. The new drawings are narrower but a little longer than before. More... about 22 years ago
[project @ 2004-01-05 16:03:34 by simonmar] Add runSTArray and runSTUArray, as suggested by John Meacham. runSTUArray showed up an interesting deficiency in the type system (see comments for details). More... about 22 years ago
[project @ 2004-01-05 10:07:52 by ross] doc tidy-ups More... about 22 years ago
[project @ 2004-01-05 10:07:25 by ross] doc tweak More... about 22 years ago
[project @ 2004-01-02 19:03:14 by panne] Annual copyright update More... about 22 years ago
[project @ 2003-12-29 17:16:42 by panne] Updated my email address More... over 22 years ago
[project @ 2003-12-23 13:58:17 by simonmar] - Fix up mingw build after changes to hGetBuf etc. I don't think that hGetBufNonBlocking works correctly on Windows, because there doesn't seem to be a non-blocking read primitive. I haven't tested it, however. More... over 22 years ago
[project @ 2003-12-23 12:35:34 by simonmar] Fix yet another bug in hGetBuf/hGetBufNonBlocking More... over 22 years ago
[project @ 2003-12-22 12:41:52 by simonmar] add fillReadBufferWithoutBlocking (required for fixed hGetBufNonBlocking implementation in IO.hs rev. 1.20) More... over 22 years ago
[project @ 2003-12-22 12:23:35 by simonmar] - Fix hGetBuf & hGetBufNonBlocking. There were various bugs in these two functions, so I did a complete rewrite (again). They are quite hard to get right it seems, so I've put together a test case (shortly to be added to the test suite). More... over 22 years ago
[project @ 2003-12-22 10:56:42 by simonmar] performGC should really do a major GC - this was broken at some point. More... over 22 years ago
[project @ 2003-12-17 17:15:12 by sof] merge rev. 1.13.2.1
sof
More... over 22 years ago
[project @ 2003-12-17 17:13:47 by sof] merge rev 1.48.2.4
sof
More... over 22 years ago
[project @ 2003-12-16 16:54:42 by simonmar] Add Show instance for Set More... over 22 years ago
[project @ 2003-12-16 16:54:12 by simonmar] Add Show instance for FiniteMap More... over 22 years ago
[project @ 2003-12-15 17:59:05 by panne] Fixed #ifdefs for Cygwin More... over 22 years ago
[project @ 2003-12-12 18:29:26 by sof] showIntAtBase: - implementation uses quotRem [where the remainder isn't always non-negative -- ditto for divMod, so there's no trivial fix], negative bases aren't supported; catch this. - separate argument validity checking from actual digitisation.
sof
More... over 22 years ago
[project @ 2003-12-06 17:48:49 by ralf] Added Data instances for triples and quadruples. More... over 22 years ago
[project @ 2003-12-04 18:25:51 by panne] Synched #ifdefs, but only 90% sure if I got it right... More... over 22 years ago
[project @ 2003-11-28 11:08:54 by simonmar] Doc wibble More... over 22 years ago
[project @ 2003-11-26 10:00:09 by simonmar] oops, revert accidental commit More... over 22 years ago
[project @ 2003-11-26 09:55:22 by simonmar] Declare some libraries to be "stable". More... over 22 years ago
[project @ 2003-11-23 22:19:35 by ralf] Added the missing Data instance for Either. More... over 22 years ago
[project @ 2003-11-23 12:25:02 by ralf] Refactored some alias for generic builders and readers. Worked out some interested stuff for reification of type structures. More... over 22 years ago
[project @ 2003-11-23 12:23:49 by ralf] Added some trivial observers for type representations. More... over 22 years ago
[project @ 2003-11-21 16:24:44 by sof] code tidyup
sof
More... over 22 years ago
[project @ 2003-11-15 22:31:16 by panne] Decouple packages a bit more again: The prologue of the combined index is now generated via shell magic from the package prologues. As a nice side effect, some autoconf magic is gone, so configure.ac is effectively empty now (but not for long... :-) More... over 22 years ago