| 2008-07-31 | 
Max Bolingbroke | Rename maybeTyConSingleCon to tyConSingleDataCon_maybe | 
commit | commitdiff | tree | snapshot | 
| 2008-07-31 | 
Max Bolingbroke | Ignore git files | 
commit | commitdiff | tree | snapshot | 
| 2008-08-01 | 
Ian Lynagh | Fix ifBuildable | 
commit | commitdiff | tree | snapshot | 
| 2008-08-01 | 
Ian Lynagh | Update assertErrorName; assertError has moved to Contro...  | 
commit | commitdiff | tree | snapshot | 
| 2008-07-31 | 
Ian Lynagh | Fix the catching of "IOEnv failure" with extensible...  | 
commit | commitdiff | tree | snapshot | 
| 2008-07-31 | 
Ian Lynagh | Follow changes in the base library | 
commit | commitdiff | tree | snapshot | 
| 2008-07-30 | 
Ian Lynagh | Add the Exception module to ghc.cabal | 
commit | commitdiff | tree | snapshot | 
| 2008-07-30 | 
Ian Lynagh | Fix building with extensible exceptions | 
commit | commitdiff | tree | snapshot | 
| 2008-07-30 | 
Ian Lynagh | Mark the ghc package as not exposed | 
commit | commitdiff | tree | snapshot | 
| 2008-07-30 | 
Ian Lynagh | Follow extensible exception changes | 
commit | commitdiff | tree | snapshot | 
| 2008-06-21 | 
Ian Lynagh | When raising NonTermination with the RTS, build the...  | 
commit | commitdiff | tree | snapshot | 
| 2008-07-30 | 
Ian Lynagh | Fix the way we pass GMP_INCLUDE_DIRS to hsc2hs; spotted...  | 
commit | commitdiff | tree | snapshot | 
| 2008-07-30 | 
Simon Marlow | workaround #2277: turn off the RTS timer when calling...  | 
commit | commitdiff | tree | snapshot | 
| 2008-07-30 | 
Simon Marlow | FIX #2388: check that the operand fits before using...  | 
commit | commitdiff | tree | snapshot | 
| 2008-07-30 | 
Simon Marlow | oops, fix a small pessimisation made in previous refact...  | 
commit | commitdiff | tree | snapshot | 
| 2008-07-30 | 
Simon Marlow | FIX #2375: remove oc->lochash completely, it apparently...  | 
commit | commitdiff | tree | snapshot | 
| 2008-07-29 | 
Ian Lynagh | Fix a typo in powerpc/Linux-only code; spotted by Jeroe...  | 
commit | commitdiff | tree | snapshot | 
| 2008-07-29 | 
Ian Lynagh | Add the runghc wrapper script | 
commit | commitdiff | tree | snapshot | 
| 2008-07-29 | 
Ian Lynagh | Make cabal-bin not do any building, even of Setup.hs...  | 
commit | commitdiff | tree | snapshot | 
| 2008-07-29 | 
Ian Lynagh | Update the test in Makefile that we have all the boot...  | 
commit | commitdiff | tree | snapshot | 
| 2008-07-29 | 
Ian Lynagh | Update boot's test that we have all of the bootlibs | 
commit | commitdiff | tree | snapshot | 
| 2008-07-29 | 
Ian Lynagh | Make the push-all script complain about bad lines | 
commit | commitdiff | tree | snapshot | 
| 2008-07-29 | 
Ian Lynagh | Add some comments to packages/darcs-all | 
commit | commitdiff | tree | snapshot | 
| 2008-07-29 | 
Ian Lynagh | Remove ndp from libraries/Makefile. We now use dph...  | 
commit | commitdiff | tree | snapshot | 
| 2008-07-29 | 
Ian Lynagh | Add dph to ./packages and darcs-all | 
commit | commitdiff | tree | snapshot | 
| 2008-07-29 | 
Ian Lynagh | Remove cabal-install from ./packages; we've decided...  | 
commit | commitdiff | tree | snapshot | 
| 2008-07-29 | 
Simon Marlow | FIX #2327: a fault in the thunk-selector machinery...  | 
commit | commitdiff | tree | snapshot | 
| 2008-07-29 | 
Simon Marlow | FIX #2332: avoid overflow on 64-bit machines in the...  | 
commit | commitdiff | tree | snapshot | 
| 2008-07-28 | 
Simon Marlow | Change the calling conventions for unboxed tuples slightly | 
commit | commitdiff | tree | snapshot | 
| 2008-07-28 | 
Simon Marlow | don't strip the inplace GHC executables (for debugging) | 
commit | commitdiff | tree | snapshot | 
| 2008-07-28 | 
Simon Marlow | Complete the changes for #1205 | 
commit | commitdiff | tree | snapshot | 
| 2008-07-25 | 
Simon Marlow | update the comments about how we find $topdir | 
commit | commitdiff | tree | snapshot | 
| 2008-07-28 | 
Simon Marlow | understand absolute pathnames on Windows too | 
commit | commitdiff | tree | snapshot | 
| 2008-07-28 | 
Simon Marlow | change where we put gcc-lib/ld.exe to keep Cabal happy | 
commit | commitdiff | tree | snapshot | 
| 2008-07-25 | 
Simon Marlow | move an inline function to keep older versions of gcc...  | 
commit | commitdiff | tree | snapshot | 
| 2008-07-25 | 
Simon Marlow | try to fix the way we find $topdir | 
commit | commitdiff | tree | snapshot | 
| 2008-07-25 | 
Simon Marlow | for the installed versions, don't use dynamic-linking...  | 
commit | commitdiff | tree | snapshot | 
| 2008-07-25 | 
Simon Marlow | don't steal %ebx for the GC on x86: it's also used...  | 
commit | commitdiff | tree | snapshot | 
| 2008-07-25 | 
Simon Marlow | SRT labels don't need to be globally visible | 
commit | commitdiff | tree | snapshot | 
| 2008-07-24 | 
Simon Marlow | Don't prematurely link shared libraries against the...  | 
commit | commitdiff | tree | snapshot | 
| 2008-07-24 | 
Simon Marlow | add --enable-shared to configure, and $(BuildSharedLibs...  | 
commit | commitdiff | tree | snapshot | 
| 2008-07-24 | 
Simon Marlow | use RTLD_LAZY instead of RTLD_NOW | 
commit | commitdiff | tree | snapshot | 
| 2008-07-24 | 
Simon Marlow | debug output tweak | 
commit | commitdiff | tree | snapshot | 
| 2008-07-24 | 
Simon Marlow | small cleanup | 
commit | commitdiff | tree | snapshot | 
| 2008-07-24 | 
Ian Lynagh | Fix building runghc on Windows | 
commit | commitdiff | tree | snapshot | 
| 2008-07-24 | 
Ian Lynagh | Follow darcs-all changes in push-all | 
commit | commitdiff | tree | snapshot | 
| 2008-07-24 | 
Ian Lynagh | Rejig how darcs-all works | 
commit | commitdiff | tree | snapshot | 
| 2008-07-24 | 
Ian Lynagh | Remove the OpenGL family of libraries from extralibs | 
commit | commitdiff | tree | snapshot | 
| 2008-07-24 | 
Ian Lynagh | compiler/package.conf.in is no longer used, so remove it | 
commit | commitdiff | tree | snapshot | 
| 2008-07-24 | 
Simon Marlow | allow EXTRA_HC_OPTS to be used from the command-line | 
commit | commitdiff | tree | snapshot | 
| 2008-07-24 | 
Simon Marlow | put the inplace GHC in stageN-inplace/ghc instead of...  | 
commit | commitdiff | tree | snapshot | 
| 2008-07-23 | 
Simon Marlow | add a "rebuild" target for convenience | 
commit | commitdiff | tree | snapshot | 
| 2008-07-22 | 
Simon Marlow | set PAPI_LIB_DIR="" when we don't have PAPI (clean...  | 
commit | commitdiff | tree | snapshot | 
| 2008-07-22 | 
Simon Marlow | remove -fvia-C that I apparrently accidentally added...  | 
commit | commitdiff | tree | snapshot | 
| 2008-07-23 | 
Ian Lynagh | Fix a build error on powerpc/Linux; spotted by Jeroen...  | 
commit | commitdiff | tree | snapshot | 
| 2008-07-23 | 
Ian Lynagh | If the extension is not .lhs, runghc now treats it...  | 
commit | commitdiff | tree | snapshot | 
| 2008-07-23 | 
Ian Lynagh | runghc now uses the compiler that it comes with; fixes...  | 
commit | commitdiff | tree | snapshot | 
| 2008-07-23 | 
Ian Lynagh | Use the upstream hsc2hs repo | 
commit | commitdiff | tree | snapshot | 
| 2008-07-23 | 
Ian Lynagh | Remove some redundancy in darcs-all | 
commit | commitdiff | tree | snapshot | 
| 2008-07-23 | 
Ian Lynagh | Tell Cabal where gcc is | 
commit | commitdiff | tree | snapshot | 
| 2008-07-23 | 
Simon Marlow | Undo fix for #2185: sparks really should be treated...  | 
commit | commitdiff | tree | snapshot | 
| 2008-07-23 | 
Simon Marlow | fix bug in sparkPoolSize (affects debug output only) | 
commit | commitdiff | tree | snapshot | 
| 2008-07-23 | 
Simon Marlow | debug message tweaks | 
commit | commitdiff | tree | snapshot | 
| 2008-07-22 | 
Simon Marlow | refactoring/tidyup: (not.is64BitInteger) -> is32BitInteger | 
commit | commitdiff | tree | snapshot | 
| 2008-07-15 | 
Simon Marlow | non-threaded RTS: don't assume deadlock if there are...  | 
commit | commitdiff | tree | snapshot | 
| 2008-07-15 | 
Simon Marlow | update the text about header files and -#include | 
commit | commitdiff | tree | snapshot | 
| 2008-07-14 | 
Simon Marlow | add NetBSD to some of the #ifdefs (patch partly from...  | 
commit | commitdiff | tree | snapshot | 
| 2008-07-22 | 
Ian Lynagh | Warn about unrecognised pragmas; these often mean we...  | 
commit | commitdiff | tree | snapshot | 
| 2008-07-22 | 
Ian Lynagh | Sync hsc2hs's Main.hs with the Cabal repo | 
commit | commitdiff | tree | snapshot | 
| 2008-07-22 | 
Ian Lynagh | We need to clean the utils on "distclean", as well...  | 
commit | commitdiff | tree | snapshot | 
| 2008-07-22 | 
Ian Lynagh | Clean stage 3 | 
commit | commitdiff | tree | snapshot | 
| 2008-07-22 | 
Ian Lynagh | Add replacements for the -optdep flags, and deprecate...  | 
commit | commitdiff | tree | snapshot | 
| 2008-07-22 | 
Ian Lynagh | Fix the stage3 build | 
commit | commitdiff | tree | snapshot | 
| 2008-07-21 | 
Ian Lynagh | Fixes for haddock 0.8 | 
commit | commitdiff | tree | snapshot | 
| 2008-07-20 | 
Ian Lynagh | haddock the stage2 compiler if HADDOCK_DOCS is YES | 
commit | commitdiff | tree | snapshot | 
| 2008-07-20 | 
Ian Lynagh | First step for getting rid of the old -optdep flags | 
commit | commitdiff | tree | snapshot | 
| 2008-07-20 | 
Thomas Schilling | Fix Haddock errors. | 
commit | commitdiff | tree | snapshot | 
| 2008-07-20 | 
Thomas Schilling | Fix Haddock errors. | 
commit | commitdiff | tree | snapshot | 
| 2008-07-20 | 
Thomas Schilling | Fix Haddock errors. | 
commit | commitdiff | tree | snapshot | 
| 2008-07-20 | 
Thomas Schilling | Fix Haddock errors. | 
commit | commitdiff | tree | snapshot | 
| 2008-07-20 | 
Thomas Schilling | Fix Haddock errors. | 
commit | commitdiff | tree | snapshot | 
| 2008-07-20 | 
Thomas Schilling | Fix Haddock errors. | 
commit | commitdiff | tree | snapshot | 
| 2008-07-20 | 
Thomas Schilling | Fix Haddock errors. | 
commit | commitdiff | tree | snapshot | 
| 2008-07-20 | 
Thomas Schilling | Fix Haddock errors. | 
commit | commitdiff | tree | snapshot | 
| 2008-07-20 | 
Thomas Schilling | Fix Haddock errors. | 
commit | commitdiff | tree | snapshot | 
| 2008-07-20 | 
Thomas Schilling | Fix Haddock errors. | 
commit | commitdiff | tree | snapshot | 
| 2008-07-20 | 
Thomas Schilling | Fix Haddock errors. | 
commit | commitdiff | tree | snapshot | 
| 2008-07-20 | 
Thomas Schilling | Fix Haddock errors. | 
commit | commitdiff | tree | snapshot | 
| 2008-07-20 | 
Thomas Schilling | Fix Haddock errors. | 
commit | commitdiff | tree | snapshot | 
| 2008-07-20 | 
Thomas Schilling | Fix Haddock errors. | 
commit | commitdiff | tree | snapshot | 
| 2008-07-20 | 
Thomas Schilling | Fix Haddock errors. | 
commit | commitdiff | tree | snapshot | 
| 2008-07-20 | 
Thomas Schilling | Fix Haddock errors. | 
commit | commitdiff | tree | snapshot | 
| 2008-07-20 | 
Thomas Schilling | Fix Haddock errors. | 
commit | commitdiff | tree | snapshot | 
| 2008-07-20 | 
Thomas Schilling | Fix Haddock errors. | 
commit | commitdiff | tree | snapshot | 
| 2008-07-20 | 
Thomas Schilling | Fix Haddock errors. | 
commit | commitdiff | tree | snapshot | 
| 2008-07-20 | 
Thomas Schilling | Fix Haddock errors. | 
commit | commitdiff | tree | snapshot | 
| 2008-07-20 | 
Thomas Schilling | Fix Haddock errors. | 
commit | commitdiff | tree | snapshot | 
| 2008-07-20 | 
Thomas Schilling | Fix Haddock errors. | 
commit | commitdiff | tree | snapshot | 
| 2008-07-20 | 
Thomas Schilling | Fix Haddock errors. | 
commit | commitdiff | tree | snapshot | 
| 2008-07-20 | 
Ian Lynagh | Properly comment out unused pragmas | 
commit | commitdiff | tree | snapshot | 
| next |