2011-05-09 |
Adam Megacz | Private.hs: make datacon name different from tycon... |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Adam Megacz | add experimental GArrowKappa |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Adam Megacz | add first draft of GHC.HetMet.Private |
commit | commitdiff | tree | snapshot |
2011-05-01 |
Adam Megacz | add experimental GArrowStatic |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Adam Megacz | rephrase GArrow{Sum,Prod} to make instance inference... |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Adam Megacz | add more fundeps for GArrow clases, remove -XFlexibleIn... |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Adam Megacz | add GArrowSTKC, GArrowPCF |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Adam Megacz | add ga_inl, ga_inr |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Adam Megacz | re-order type arguments to GArrowProd |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Adam Megacz | add Arrow=>GArrowProd instance |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Adam Megacz | add ArrowChoice=>GArrowSum instance |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Adam Megacz | fix incorrect type on GArrowCurry |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Adam Megacz | final revision to GArrow classes |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Adam Megacz | adjust some of the names in GHC.HetMet.GArrow |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Adam Megacz | move the (Arrow a)=>(GArrow a (,)) instance to a separa... |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Adam Megacz | remove unnecessary testing definition from CodeTypes.hs |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Adam Megacz | make Control.Category a superclass of GArrow |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Adam Megacz | add Control.Category instance for GArrow |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Adam Megacz | add GArrow instance for Control.Arrow |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Adam Megacz | improve comments in GHC.HetMet.GArrow |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Adam Megacz | migrate HetMet base changes to git repo |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Simon Marlow | Improve docs for GHC.IO.FD.openFile |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Ian Lynagh | Update source repo location to be the git repo in ... |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Bas van Dijk | Removed Show instance for IOCallback and FdData The... |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Ian Lynagh | Swap FP_COMMUTE_INT argument order to match AC_COMPUTE_INT |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Ian Lynagh | Use FP_COMPUTE_INT rather than AC_COMPUTE_INT |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Max Bolingbroke | Use _NSGetEnviron on OS X: fixes #2458 |
commit | commitdiff | tree | snapshot |
2011-04-04 |
Max Bolingbroke | Document invariants on mkText{Decoder,Encoder} |
commit | commitdiff | tree | snapshot |
2011-04-03 |
Max Bolingbroke | Change some uses of CString functions to CAString instead |
commit | commitdiff | tree | snapshot |
2011-04-03 |
Max Bolingbroke | Fix handling of suffixes for GNU iconv |
commit | commitdiff | tree | snapshot |
2011-04-03 |
Max Bolingbroke | Change debug prints in readTextDevice' to refer to... |
commit | commitdiff | tree | snapshot |
2011-04-03 |
Max Bolingbroke | Merge branch 'master' of ssh://darcs.haskell.org/srv... |
commit | commitdiff | tree | snapshot |
2011-04-03 |
Max Bolingbroke | Add .gitignore |
commit | commitdiff | tree | snapshot |
2011-04-03 |
Ian Lynagh | Less strict inits and tails |
commit | commitdiff | tree | snapshot |
2011-04-03 |
Ian Lynagh | Tweak alloca docs |
commit | commitdiff | tree | snapshot |
2011-04-03 |
Ian Lynagh | Generalize the type of Foreign.Marshal.Utils.maybeNew... |
commit | commitdiff | tree | snapshot |
2011-03-31 |
Ian Lynagh | Rewrite FPTOOLS_CHECK_HTYPE to be cross-compilation... ghc-darcs-git-switchover |
commit | commitdiff | tree | snapshot |
2011-03-30 |
Ian Lynagh | No need to include the OpenGL / OpenAL headers in acloc... |
commit | commitdiff | tree | snapshot |
2011-03-30 |
Simon Marlow | Export the affinity API from Control.Concurrent: forkOn... |
commit | commitdiff | tree | snapshot |
2011-03-03 |
Bas van Dijk | Deprecate Control.Exception.blocked in favour of getMas... |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Simon Marlow | fix Haddock error |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Simon Marlow | add forkIOWithUnmask, forkOnIOWithUnmask; deprecate... |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Simon Marlow | Add GHC.IO.Handle.FD.openFileBlocking (#4248) |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Simon Marlow | Add allowInterrupt :: IO () (#4810) |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Dmitry Astapov | Fix documentation for mkWeakIORef: argument is finalize... |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Ian Lynagh | Work around a limitation in the hsc2hs cross-compilatio... |
commit | commitdiff | tree | snapshot |
2011-03-21 |
Ian Lynagh | Rename System.Event to GHC.Event |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Ian Lynagh | Never use epoll_create1; fixes trac #5005 |
commit | commitdiff | tree | snapshot |
2011-03-09 |
Ian Lynagh | Fix warning |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Daniel Fischer | FIX #2271 |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Simon Marlow | add threadCapability :: ThreadId -> IO (Int,Bool) |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Simon Marlow | follow changes to threadStatus#, and update stat values |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Bas van Dijk | Make the Timeout exception a newtype instead of a datatype |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Ross Paterson | improve discussion of the laws (doc comments only) |
commit | commitdiff | tree | snapshot |
2011-02-26 |
Ian Lynagh | Add some more explanation to the skip channel example... |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Ian Lynagh | Grammar fix |
commit | commitdiff | tree | snapshot |
2011-01-16 |
Edward Z. Yang | Expand and clarify MVar documentation. |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Manuel M T... | Remove most of GHC.PArr |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Ian Lynagh | Roll back generics changes in the HEAD repos |
commit | commitdiff | tree | snapshot |
2010-10-14 |
jpm@cs.uu.nl | Do not export GHC.Generics from GHC.Base |
commit | commitdiff | tree | snapshot |
2011-02-11 |
Malcolm.Wallace... | Fix incorrect #ifdef for nhc98 |
commit | commitdiff | tree | snapshot |
2011-02-11 |
Malcolm.Wallace... | Add Data.String to the nhc98 build |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Bas van Dijk | Regenerated cbits/WCsubst.c based on Unicode 6.0.0 |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Ian Lynagh | Deprecate System.IO.Error.{catch,try} and Prelude.catch... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Simon Marlow | add getNumCapabilities :: IO Int |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Simon Marlow | add missing extensions for Windows |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Simon Marlow | add NoImplicitPrelude (fix Windows build failure) |
commit | commitdiff | tree | snapshot |
2011-01-28 |
simonpj@microsoft.com | Use explicit language extensions & remove extension... |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Simon Marlow | fix silly mistake in hGetBufSome (#4895) |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Dmitry Astapov | Clean up remnants of the Event Manager after forkProces... |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Johan Tibell | Document System.Event |
commit | commitdiff | tree | snapshot |
2011-01-17 |
Ian Lynagh | Add NondecreasingIndentation to the extensions needed |
commit | commitdiff | tree | snapshot |
2011-01-17 |
Ian Lynagh | Remove extensions required for GHC < 6.10 |
commit | commitdiff | tree | snapshot |
2010-11-27 |
Bas van Dijk | Added a Typeable instance for SampleVar |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Bas van Dijk | Derived Eq instance for QSem and QSemN |
commit | commitdiff | tree | snapshot |
2010-11-25 |
Bas van Dijk | Derived Eq instance for Chan |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Simon Marlow | fix #4876 |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Malcolm.Wallace... | Instances for ST not available in nhc98. |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Ross Paterson | indentation tweaks (whitespace only) |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Ross Paterson | indentation tweaks, re-order exports |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Ross Paterson | Add Applicative instances for ST monads (proposal ... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Simon Marlow | Always use 8k buffers instead of BUFSIZ |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Ian Lynagh | Replace uses of the old catch function with the new one |
commit | commitdiff | tree | snapshot |
2010-12-13 |
Ian Lynagh | Fix build on Windows |
commit | commitdiff | tree | snapshot |
2010-12-13 |
Ian Lynagh | Fix warnings |
commit | commitdiff | tree | snapshot |
2010-12-06 |
Bryan O'Sullivan | Use onException for exception cleanup, and mask async... |
commit | commitdiff | tree | snapshot |
2010-12-06 |
Bryan O'Sullivan | Drop closeFd from Control.Concurrent, rename to closeFdWith |
commit | commitdiff | tree | snapshot |
2010-11-27 |
Bryan O'Sullivan | Fix #4533 - unregister callbacks on exception, fixing... |
commit | commitdiff | tree | snapshot |
2010-11-27 |
Bryan O'Sullivan | Drop System.Mem.Weak's dependency on Prelude |
commit | commitdiff | tree | snapshot |
2010-11-26 |
Bryan O'Sullivan | Fix #4514 - IO manager deadlock |
commit | commitdiff | tree | snapshot |
2010-11-26 |
Bryan O'Sullivan | Bump the version of base |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Daniel Fischer | Cache for powers of 10 |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Daniel Fischer | Fix typo in floatToDigits |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Daniel Fischer | Performance enchancement for floatToDigits |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Daniel Fischer | FIX #4383 |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Ian Lynagh | Add a Read instance for Data.Fixed.Fixed |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Bas van Dijk | Also export lines, words, unlines and unwords from... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Bas van Dijk | Do not export String from Data.Char |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Bas van Dijk | Export String from Data.String |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Simon Marlow | extend the documentation about interruptible operations |
commit | commitdiff | tree | snapshot |
next |