gmane.comp.lang.haskell.cvs.libraries archive
381 archived articles, newest first (page 1 of 4). Latest articles →
[commit: base] master: Merge branch 'master' of http://darcs.haskell.org//packages/base (d74c198)
Tue, 08 Jan 2013 01:03:21 -0800[commit: base] master: Comment out IsEven, isEven, and friends, because the type is ambiguous (4f27b57)
Tue, 08 Jan 2013 01:03:17 -0800[commit: base] master: Remove unused import (686d13d)
Tue, 08 Jan 2013 01:03:15 -0800[commit: terminfo] ghc-7.6: Search for ncurses in libtinfo; fixes #7281 (6dde36f)
Fri, 04 Jan 2013 12:50:33 -0800[commit: directory] ghc-7.6: Fix Haddock markup (5ad061f)
Thu, 03 Jan 2013 15:21:09 -0800[commit: base] ghc-7.6: Clarify the wording of the 'insert' haddock; fixes #7421 (c4dec49)
Thu, 03 Jan 2013 15:20:44 -0800[commit: base] master: Fix Data.Fixed.Fixed's Read instance; fixes #7483 (3fb1aac)
Wed, 02 Jan 2013 17:24:38 -0800[commit: base] master: Clarify the wording of the 'insert' haddock; fixes #7421 (08f3e69)
Wed, 02 Jan 2013 17:24:35 -0800[commit: directory] master: Make getModificationTime return a hi-resolution time; fixes #7473 (62aa6b1)
Wed, 02 Jan 2013 09:55:35 -0800[commit: integer-gmp] master: Fix configure when we don't have a gmp library (d86166d)
Tue, 01 Jan 2013 11:44:07 -0800[commit: integer-gmp] master: Provide a way for OS X users to indicate a preference for the GMP framework (2cf2423)
Tue, 01 Jan 2013 11:44:05 -0800[commit: directory] master: Fix Haddock markup (213a987)
Tue, 01 Jan 2013 11:43:35 -0800[commit: base] master: Expose Data.Fixed.Fixed's constructor (05c03d8)
Tue, 01 Jan 2013 11:43:12 -0800RE: [commit: base] master: GHC.IO.Buffer: use memmove instead of memcpy in slideContents (cb6f03d)
Sun, 30 Dec 2012 19:38:04 +0000[commit: base] master: BufferedIO: fix bug in writeBufNonBlocking introduced by commit 7d39e100 (040313e)
Fri, 28 Dec 2012 10:12:27 -0800[commit: base] master: GHC.IO.Buffer: use memmove instead of memcpy in slideContents (cb6f03d)
Fri, 28 Dec 2012 10:12:25 -0800[commit: base] master: Make sum and product INLINABLE (06e36c6)
Mon, 24 Dec 2012 06:44:51 -0800[commit: base] master: Merge branch 'master' of http://darcs.haskell.org/packages/base (f07215b)
Mon, 24 Dec 2012 06:44:49 -0800[commit: base] master: Define GHC.Read.expectP and Text.Read.Lex.expect (d9b6b25)
Mon, 24 Dec 2012 06:44:46 -0800[commit: base] master: Add functions that compare singletons for equality (with evidence) (85bda3d)
Sat, 22 Dec 2012 15:24:17 -0800[commit: template-haskell] master: Implement overlapping type family instances. (ccd7891)
Fri, 21 Dec 2012 18:00:19 -0800[commit: base] master: remove unnecessary STM import (8afc23c)
Fri, 21 Dec 2012 07:43:39 -0800[commit: stm] master: add another test for #7493 (7410aad)
Tue, 18 Dec 2012 02:50:57 -0800Plasturii FootPatch remediaza problemele de sanatate
Tue, 18 Dec 2012 02:39:40 +0200[commit: unix] master: execvpe exists on QNX (14f43cb)
Sat, 15 Dec 2012 00:55:27 -0800[commit: integer-gmp] master: zap obsolete FIXME, fix typos (f6e76d0)
Fri, 14 Dec 2012 01:32:13 -0800[commit: base] master: Add fromIntegral/Word->Double and fromIntegral/Word-Float rules (7ed0451)
Thu, 13 Dec 2012 16:03:12 -0800[commit: ghc-prim] master: Add word2float (dbe66a7)
Thu, 13 Dec 2012 15:12:02 -0800Re: [commit: base] master: GHC.Event.IntMap.highestBitMap reimplementation (26b449e)
Thu, 13 Dec 2012 09:03:59 -0800[commit: base] master: highestBitMask: use shiftRL instead of shiftR (d005967)
Thu, 13 Dec 2012 09:03:24 -0800[commit: base] master: unbreak qsem001/qsemn001 (5c34c02)
Thu, 13 Dec 2012 01:19:04 -0800[commit: base] master: fix qsem001 & qsemn001 (829dcf8)
Thu, 13 Dec 2012 00:24:35 -0800[commit: base] master: GHC.Event.IntMap.highestBitMap reimplementation (26b449e)
Wed, 12 Dec 2012 18:11:37 -0800[commit: base] master: qsem001 and qsemn001 fail in HEAD: #7497 (19da7a4)
Wed, 12 Dec 2012 16:22:43 -0800[commit: base] new-typeable: Merge branch 'master', remote-tracking branch 'origin' into new-typeable (6b088b6)
Wed, 12 Dec 2012 05:58:01 -0800[commit: base] new-typeable's head updated: Merge branch 'master', remote-tracking branch 'origin' into new-typeable (6b088b6)
Wed, 12 Dec 2012 05:58:03 -0800[commit: vector] new-typeable: Use CPP to only derive Typeable for GHC > 7.6 (27d80ea)
Wed, 12 Dec 2012 05:54:26 -0800Re: Mailing list reorganisation
Wed, 12 Dec 2012 12:49:47 +1100Re: Mailing list reorganisation
Tue, 11 Dec 2012 07:54:15 -0800[commit: base] master: getNumCapabilities should read enabled_capabilities (#7491) (fa55000)
Tue, 11 Dec 2012 07:45:16 -0800[commit: stm] master: add stm064 test (d249948)
Tue, 11 Dec 2012 07:43:19 -0800[commit: base] master: Add back new working QSem and QSemN implementations (#7417) (ea3abf1)
Mon, 10 Dec 2012 06:15:24 -0800[commit: stm] master: Add a test for orElse bug (713c94c)
Mon, 10 Dec 2012 04:18:37 -0800[commit: stm] master: fix warning (b0a1e14)
Mon, 10 Dec 2012 02:53:12 -0800[commit: base] master: Make a class for asynchronous exceptions in the exception hierarchy (1bfecaf)
Mon, 10 Dec 2012 02:52:25 -0800[commit: template-haskell] branch 'overlapping-tyfams' created
Thu, 06 Dec 2012 18:19:09 -0800[commit: template-haskell] overlapping-tyfams: Update to support branched type family instances; bumped version number. (2de9642)
Thu, 06 Dec 2012 18:19:12 -0800[commit: template-haskell] overlapping-tyfams: Merge branch 'master' into overlapping-tyfams (c32283a)
Thu, 06 Dec 2012 18:19:14 -0800[commit: unix] ghc-7.6: Bump version number to 2.6.0.1 (b08de9b)
Thu, 06 Dec 2012 17:21:44 -0800[commit: base] ghc-7.6: Bump version to 4.6.0.1 (9fe3a43)
Thu, 06 Dec 2012 17:20:33 -0800[commit: base] ghc-7.6: fix #7479: ArrowChoice unit law in doc comment (56c8295)
Thu, 06 Dec 2012 17:20:35 -0800[commit: base] master: Worker/Wrapper and static argument transform for `until` so it can be inlined (9aa29b8)
Thu, 06 Dec 2012 08:40:49 -0800[commit: base] master: Remove trailing whitespace in GHC.Base (392f285)
Thu, 06 Dec 2012 08:40:46 -0800[commit: base] supercompiler: Annotate Data.Complex (2934ae0)
Thu, 06 Dec 2012 08:32:24 -0800[commit: base] supercompiler: Mark some List modules SUPERINLINABLE (19f01f9)
Thu, 06 Dec 2012 08:32:22 -0800[commit: base] branch 'supercompiler' created
Thu, 06 Dec 2012 08:32:20 -0800[commit: base] master: fix #7479: ArrowChoice unit law in doc comment (96889dd)
Tue, 04 Dec 2012 11:33:19 -0800[commit: base] new-typeable's head updated: Merge branch 'master', remote-tracking branch 'origin' into new-typeable (2f10d97)
Mon, 03 Dec 2012 07:19:32 -0800[commit: base] new-typeable: Merge branch 'master', remote-tracking branch 'origin' into new-typeable (2f10d97)
Mon, 03 Dec 2012 07:19:29 -0800[commit: base] new-typeable: Merge branch 'master' of /home/dreixel/repos/ghc/libraries/base (281d906)
Mon, 03 Dec 2012 07:19:24 -0800[commit: base] new-typeable: Merge branch 'master' of http://darcs.haskell.org//packages/base (f9c469e)
Mon, 03 Dec 2012 07:19:22 -0800[commit: base] new-typeable: Add missing dataCast1 and dataCast2 methods in Data.Data (FIX #7156) (56af046)
Mon, 03 Dec 2012 07:19:19 -0800[commit: haskeline] master: Bump version to 0.7.0.4. (20310bf)
Sun, 02 Dec 2012 07:17:22 -0800[commit: haskeline] master: Allow building with base-4.7. Patch from Ian Lynagh. (6ee5fc8)
Sun, 02 Dec 2012 07:17:24 -0800[commit: base] master: Fix warnings (afb8197)
Sun, 02 Dec 2012 07:05:28 -0800[commit: base] master: Added threadWait functions to wait on FD readiness with STM actions. (02a58a4)
Sun, 02 Dec 2012 07:05:25 -0800[commit: base] master: Added the unregistration command to the return value of threadWait*STM functions. (0ed5c8b)
Sun, 02 Dec 2012 07:05:23 -0800[commit: unix] ghc-7.6: Fix a memory corruption issue in putEnv (fixes #7342) (b95a003)
Sat, 01 Dec 2012 17:41:46 -0800[commit: unix] master: Fix putenv; trac #7342 (76dad7a)
Sat, 01 Dec 2012 16:13:37 -0800[commit: base] master: Add newFilePath to System.Posix.Internals (b6b5fcb)
Sat, 01 Dec 2012 16:12:26 -0800[commit: unix] master: Bump base lower version to 4.5 (the version GHC 7.4.1 came with) (e12ccd7)
Fri, 30 Nov 2012 16:13:34 -0800[commit: template-haskell] master: Bump base lower version to 4.5 (the version GHC 7.4.1 came with) (6078f13)
Fri, 30 Nov 2012 16:13:13 -0800[commit: process] master: Bump base lower version to 4.5 (the version GHC 7.4.1 came with) (d10b168)
Fri, 30 Nov 2012 16:13:03 -0800[commit: old-time] master: Bump base lower version to 4.5 (the version GHC 7.4.1 came with) (859d376)
Fri, 30 Nov 2012 16:12:49 -0800[commit: old-locale] master: Bump base lower version to 4.5 (the version GHC 7.4.1 came with) (df98c76)
Fri, 30 Nov 2012 16:12:39 -0800[commit: hpc] master: Bump base lower version to 4.5 (the version GHC 7.4.1 came with) (02d402f)
Fri, 30 Nov 2012 16:12:21 -0800[commit: haskell2010] master: Bump base lower version to 4.5 (the version GHC 7.4.1 came with) (71bea78)
Fri, 30 Nov 2012 16:12:04 -0800[commit: haskell98] master: Bump base lower version to 4.5 (the version GHC 7.4.1 came with) (df18460)
Fri, 30 Nov 2012 16:11:53 -0800[commit: filepath] master: Bump base lower version to 4.5 (the version GHC 7.4.1 came with) (abf31a9)
Fri, 30 Nov 2012 16:11:38 -0800[commit: deepseq] master: Bump version number (420507e)
Fri, 30 Nov 2012 16:11:22 -0800[commit: array] master: Bump base lower version to 4.5 (the version GHC 7.4.1 came with) (442ff77)
Fri, 30 Nov 2012 16:10:55 -0800[commit: directory] master: Remove code for old, unsupported versions of GHC (2fcd701)
Fri, 30 Nov 2012 13:23:59 -0800[commit: directory] master: Bump base lower version to 4.5 (the version GHC 7.4.1 came with) (d817739)
Fri, 30 Nov 2012 13:23:56 -0800[commit: deepseq] master: Bump base lower version to 4.5 (the version GHC 7.4.1 came with) (0258ead)
Fri, 30 Nov 2012 13:23:45 -0800[commit: deepseq] master: Tweak CPP (9ade0b9)
Fri, 30 Nov 2012 13:23:47 -0800[commit: unix] master: Update dependencies (3db0f40)
Fri, 30 Nov 2012 11:37:14 -0800[commit: unix] master: Bump version number following new policy (d487b8d)
Fri, 30 Nov 2012 11:37:12 -0800[commit: unix] master: Add comment to .cabal file saying what GHC 7.6.1 shipped with (0514089)
Fri, 30 Nov 2012 11:37:10 -0800[commit: template-haskell] master: Bump version number following new policy (b1c57ab)
Fri, 30 Nov 2012 11:36:32 -0800[commit: template-haskell] master: Add comment to .cabal file saying what GHC 7.6.1 shipped with (b8ad3be)
Fri, 30 Nov 2012 11:36:30 -0800[commit: process] master: Add comment to .cabal file saying what GHC 7.6.1 shipped with (bc5f18f)
Fri, 30 Nov 2012 11:36:21 -0800[commit: process] master: Bump version number following new policy (10836cc)
Fri, 30 Nov 2012 11:36:23 -0800[commit: old-time] master: Add comment to .cabal file saying what GHC 7.6.1 shipped with (736c14a)
Fri, 30 Nov 2012 11:35:48 -0800[commit: old-locale] master: Add comment to .cabal file saying what GHC 7.6.1 shipped with (52a8546)
Fri, 30 Nov 2012 11:35:39 -0800[commit: integer-simple] master: Bump version number following new policy (30c4af5)
Fri, 30 Nov 2012 11:35:10 -0800[commit: integer-simple] master: Add comment to .cabal file saying what GHC 7.6.1 shipped with (c209025)
Fri, 30 Nov 2012 11:35:08 -0800[commit: integer-gmp] master: Bump version number following new policy (a8c9be6)
Fri, 30 Nov 2012 11:35:01 -0800[commit: integer-gmp] master: Add comment to .cabal file saying what GHC 7.6.1 shipped with (664478b)
Fri, 30 Nov 2012 11:34:57 -0800[commit: hpc] master: Add comment to .cabal file saying what GHC 7.6.1 shipped with (0cce58c)
Fri, 30 Nov 2012 11:34:49 -0800[commit: hoopl] master: Add comment to .cabal file saying what GHC 7.6.1 shipped with (f0096ca)
Fri, 30 Nov 2012 11:34:40 -0800
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.