2006-09-01 |
simonpj@microsoft.com | -fglasgow-exts no longer implies -fbang-patterns |
commit | commitdiff | tree | snapshot |
2006-09-01 |
Ian Lynagh | Fix error in release notes, spotted by Esa Ilari Vuokko |
commit | commitdiff | tree | snapshot |
2006-09-01 |
Ian Lynagh | Remove changes in packages we don't build |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Ian Lynagh | Don't enable SMP if we are unregisterised |
commit | commitdiff | tree | snapshot |
2006-08-31 |
simonpj@microsoft.com | Add a pointer to the fundeps paper |
commit | commitdiff | tree | snapshot |
2006-08-31 |
Simon Marlow | free the task *after* calling closeCond and closeMutex |
commit | commitdiff | tree | snapshot |
2006-08-31 |
Simon Marlow | add missing ghc_ge_605 |
commit | commitdiff | tree | snapshot |
2006-08-31 |
Simon Marlow | don't closeMutex() the Capability lock |
commit | commitdiff | tree | snapshot |
2006-08-30 |
Simon Marlow | fix Unix build |
commit | commitdiff | tree | snapshot |
2006-08-30 |
Simon Marlow | add sysErrorBelch() for reporting system call errors |
commit | commitdiff | tree | snapshot |
2006-08-30 |
Simon Marlow | call ShutdownIOManager() before closing handles |
commit | commitdiff | tree | snapshot |
2006-08-30 |
Simon Marlow | Windows: make some soft failures into fatal errors |
commit | commitdiff | tree | snapshot |
2006-08-30 |
Simon Marlow | MAYBE_GC: initialise HpAlloc |
commit | commitdiff | tree | snapshot |
2006-08-30 |
Simon Marlow | FILL_SLOP: don't fill slop for BLACKHOLE/CAF_BLACKHOLE |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Simon Marlow | oops, got the sense of the error case wrong |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Simon Marlow | fix some rerrors in the worker counting |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Simon Marlow | add missing case for BlockedOnDoProc |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Simon Marlow | omit HGL on Windows |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Simon Marlow | Don't trust "ln -sf" to do the right thing (it doesn... |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Simon Marlow | don't include HaXml, Japi and monads in a GHC checkout |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Simon Marlow | don't include .depend (attempt to fix Windows stage2... |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Ian Lynagh | Add mipsel case to configure.ac |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Ross Paterson | incremented versions of arrows and X11 |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Ross Paterson | omit Control.Sequential.STM |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Simon Marlow | various minor tweaks, and rearrange to put "important... |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Simon Marlow | mention -fno-mono-pat-binds, since this is a diversion... |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Simon Marlow | Document SMP support |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Simon Marlow | Load the target of a dynamic foreign call into a temporary |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Simon Marlow | Sparc supports SMP too |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Ian Lynagh | Fix rewriting of Control.Exception.Assert; fixes 875 |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Ian Lynagh | Add the regex reshuffle to the release notes |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Ian Lynagh | parsec is now a core library |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Roman Leshchinskiy | Add a default case to pprDynamicLinkerAsmLabel |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Roman Leshchinskiy | Reserve a register for REG_Base on the Sparc |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Roman Leshchinskiy | Add atomic SMP primitives for the Sparc |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Roman Leshchinskiy | Make sure GCC uses the Sparc V9 instruction set |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Simon Marlow | shutdownCapability(): don't bail out after 50 iterations |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Simon Marlow | add dependency on regex-compat |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Simon Marlow | move parsec into $(GhcBootLibs); tidy up |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Simon Marlow | Mips registerised support |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Simon Marlow | parsec is required to be a core package, genprimopcode... |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Simon Marlow | Free Win32 Handles on shutdown |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Ian Lynagh | Fix unregisterised builds, and building on non-x86... |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Ian Lynagh | Release notes for GHC 6.6 |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Simon Marlow | Update for changes to packages |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Simon Marlow | somehow I lost the unix subdir; recover it |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Simon Marlow | expand the section on getting the source. |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Simon Marlow | config in regex-posix too |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Simon Marlow | make all AC_CONFIG_SUBDIRS optional |
commit | commitdiff | tree | snapshot |
2006-08-23 |
Esa Ilari Vuokko | Add dynCompileExpr |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Ian Lynagh | Remove duplicate documentation of -package flag |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Ian Lynagh | Remove a reference to -fglobalise-toplev-names that... |
commit | commitdiff | tree | snapshot |
2006-08-23 |
Esa Ilari Vuokko | Add closeMutex and use it on clean up |
commit | commitdiff | tree | snapshot |
2006-08-23 |
Esa Ilari Vuokko | Add shared Typeable support |
commit | commitdiff | tree | snapshot |
2006-08-23 |
Esa Ilari Vuokko | Ignore sections generated from .ident |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Simon Marlow | update with respect to darcs-all changes |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Simon Marlow | divide packages into "core" and "extra" packages |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Simon Marlow | Sparc fix: work around gcc optimising away the reserved... |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Simon Marlow | add new regex packages |
commit | commitdiff | tree | snapshot |
2006-08-23 |
Esa Ilari Vuokko | Clean up coding style |
commit | commitdiff | tree | snapshot |
2006-08-23 |
Esa Ilari Vuokko | Use stgMallc and stgFree instead of malloc/free |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Esa Ilari Vuokko | Remove wrong VirtualAlloc MEM_DECOMMITs on cleanup |
commit | commitdiff | tree | snapshot |
2006-08-13 |
Esa Ilari Vuokko | Remove few format-warnings by adding casts |
commit | commitdiff | tree | snapshot |
2006-08-13 |
Esa Ilari Vuokko | Remove warning: Correct includes for mingw |
commit | commitdiff | tree | snapshot |
2006-08-12 |
Esa Ilari Vuokko | Add few more guesses where to find bits of mingw-gcc |
commit | commitdiff | tree | snapshot |
2006-08-23 |
Simon Marlow | in the GHCi prompt, print ModuleNames not Modules |
commit | commitdiff | tree | snapshot |
2006-08-23 |
Simon Marlow | In the Compiling/Skipping message, print ModuleNames... |
commit | commitdiff | tree | snapshot |
2006-08-22 |
Ian Lynagh | Fix typo |
commit | commitdiff | tree | snapshot |
2006-08-22 |
Ian Lynagh | Fix typo |
commit | commitdiff | tree | snapshot |
2006-08-22 |
Simon Marlow | FastString and StringBuffer need -funbox-strict-fields too |
commit | commitdiff | tree | snapshot |
2006-08-22 |
Simon Marlow | minor fix to the clashing export error message |
commit | commitdiff | tree | snapshot |
2006-08-22 |
Simon Marlow | findModule: add a fallthrough error case |
commit | commitdiff | tree | snapshot |
2006-08-22 |
Simon Marlow | notes about which versions of GHC can be used to bootstrap |
commit | commitdiff | tree | snapshot |
2006-08-22 |
Simon Marlow | disable .ident generation on darwin_TARGET_OS |
commit | commitdiff | tree | snapshot |
2006-08-22 |
Simon Marlow | fix typo |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Simon Marlow | fixes to PPC version of cas(), from David Kirkman ... |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Simon Marlow | Always use -funbox-strict-fields for Binary |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Simon Marlow | disable automagic building of GHCi in stage1 |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Simon Marlow | remove ancient file with incorrect information |
commit | commitdiff | tree | snapshot |
2006-08-16 |
Martin Grabmueller | new option -a (append) for hasktags |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Simon Marlow | ugly hack to cause ghc_boot_platform.h to be built... |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Simon Marlow | add libraries/cgi and libraries/xhtml |
commit | commitdiff | tree | snapshot |
2006-08-20 |
Esa Ilari Vuokko | (temp) #814 - More flexible memory allocation in Windows |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Simon Marlow | fix export/import list parsing (allow (,)), and remove... |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Simon Marlow | comply with Haskell 98 by not allowing extra commas... |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Ian Lynagh | Missing stage1's in hc-build |
commit | commitdiff | tree | snapshot |
2006-08-19 |
Ross Paterson | remove spurious commas in imports |
commit | commitdiff | tree | snapshot |
2006-08-18 |
Ross Paterson | whitespace cleanup only |
commit | commitdiff | tree | snapshot |
2006-08-18 |
sof@galois.com | remove gcj libs from bin dist |
commit | commitdiff | tree | snapshot |
2006-08-18 |
simonpj@microsoft.com | I don't thing we want to add a call-context here; it... |
commit | commitdiff | tree | snapshot |
2006-08-18 |
simonpj@microsoft.com | Avoid duplicate "In type ..." in error messages |
commit | commitdiff | tree | snapshot |
2006-08-18 |
simonpj@microsoft.com | Better pretty-printing for TvSubst |
commit | commitdiff | tree | snapshot |
2006-08-18 |
simonpj@microsoft.com | Fall over more gracefully when there's a Template Haske... |
commit | commitdiff | tree | snapshot |
2006-08-18 |
simonpj@microsoft.com | Fix typo (fst --> head) in docs on implicit parameters |
commit | commitdiff | tree | snapshot |
2006-08-17 |
simonpj@microsoft.com | One last hs-boot update |
commit | commitdiff | tree | snapshot |
2006-08-17 |
simonpj@microsoft.com | Missing import for stage 2 |
commit | commitdiff | tree | snapshot |
2006-08-17 |
simonpj@microsoft.com | One more hs-boot file |
commit | commitdiff | tree | snapshot |
2006-08-17 |
simonpj@microsoft.com | Refactoring for valid rule checking |
commit | commitdiff | tree | snapshot |
2006-08-17 |
simonpj@microsoft.com | Do not CSE in INLINE and NOINLINE things |
commit | commitdiff | tree | snapshot |
2006-08-17 |
simonpj@microsoft.com | Update lhs-boot files |
commit | commitdiff | tree | snapshot |
next |