Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a new-IO manager release note | Ian Lynagh | 2010-08-27 | 1 | -0/+8 |
| | |||||
* | Merge a duplicate release note | Ian Lynagh | 2010-08-27 | 1 | -12/+6 |
| | |||||
* | Typo, spotted by Johan Tibell | Ian Lynagh | 2010-08-27 | 1 | -1/+1 |
| | |||||
* | First pass at 6.14.1 release notes | Ian Lynagh | 2010-08-26 | 1 | -6/+461 |
| | |||||
* | Fix typo | Ian Lynagh | 2010-08-24 | 1 | -1/+1 |
| | |||||
* | Change how the dblatex/lndir problem is worked around | Ian Lynagh | 2010-08-24 | 1 | -33/+2 |
| | | | | | | | | | | | Hack: dblatex normalises the name of the main input file using os.path.realpath, which means that if we're in a linked build tree, it find the real source files rather than the symlinks in our link tree. This is fine for the static sources, but it means it can't find the generated sources. We therefore also generate the main input file, so that it really is in the link tree, and thus dblatex can find everything. | ||||
* | Clean the generated userguide sources | Ian Lynagh | 2010-08-24 | 1 | -0/+2 |
| | |||||
* | Generate the bit in the user guide where we say what -fglasgow-exts does | Ian Lynagh | 2010-08-22 | 3 | -35/+13 |
| | | | | Stops the docs going out of sync with the code. | ||||
* | Document --supported-extensions | Ian Lynagh | 2010-08-22 | 3 | -4/+5 |
| | |||||
* | Make -rtsopts more flexible | Ian Lynagh | 2010-08-05 | 1 | -3/+3 |
| | | | | | The default is a new "some" state, which allows only known-safe flags that we want on by default. Currently this is only "--info". | ||||
* | Add a release note: GHCi import syntax | Ian Lynagh | 2010-07-21 | 1 | -0/+7 |
| | |||||
* | remove 'mode: xml' emacs settings (#2208) | Simon Marlow | 2010-07-08 | 21 | -21/+0 |
| | |||||
* | Add docs for DatatypeContexts extension | Ian Lynagh | 2010-07-07 | 1 | -0/+20 |
| | |||||
* | trac #2362 (full import syntax in ghci) | amsay@amsay.net | 2010-06-25 | 1 | -3/+5 |
| | | | | 'import' syntax is seperate from ':module' syntax | ||||
* | Fix typo in -ddump-pass's document. | shelarcy | 2010-06-20 | 1 | -2/+2 |
| | |||||
* | trac #1789 (warnings for missing import lists) | amsay@amsay.net | 2010-06-18 | 1 | -0/+7 |
| | |||||
* | --install-signal-handles=no does not affect the timer signal (#1908) | Simon Marlow | 2010-05-27 | 1 | -0/+9 |
| | |||||
* | Update docs on view patterns | simonpj@microsoft.com | 2010-06-14 | 1 | -4/+2 |
| | |||||
* | Update ghci example output in user guide; patch from YitzGale in #4111 | Ian Lynagh | 2010-06-12 | 1 | -1/+4 |
| | |||||
* | Add a release notes file for 6.14.1 | Ian Lynagh | 2010-05-30 | 2 | -1/+81 |
| | |||||
* | Fix doc bugs (#4071) | Simon Marlow | 2010-05-25 | 1 | -3/+3 |
| | |||||
* | Remove the Unicode alternative for ".." (#3894) | Simon Marlow | 2010-05-05 | 1 | -8/+0 |
| | |||||
* | --make is now the default (#3515), and -fno-code works with --make (#3783) | Simon Marlow | 2010-04-27 | 1 | -14/+110 |
| | | | | | | | | | | | | | | | | | | | | | | If the command line contains any Haskell source files, then we behave as if --make had been given. The meaning of the -c flag has changed (back): -c now selects one-shot compilation, but stops before linking. However, to retain backwards compatibility, -c is still allowed with --make, and means the same as --make -no-link. The -no-link flag has been un-deprecated. -fno-code is now allowed with --make (#3783); the fact that it was disabled before was largely accidental, it seems. We also had some regressions in this area: it seems that -fno-code was causing a .hc file to be emitted in certain cases. I've tidied up the code, there was no need for -fno-code to be a "mode" flag, as far as I can tell. -fno-code does not emit interface files, nor does it do recompilation checking, as suggested in #3783. This would make Haddock emit interface files, for example, and I'm fairly sure we don't want to do that. Compiling with -fno-code is pretty quick anyway, perhaps we can get away without recompilation checking. | ||||
* | Flags -auto and -auto-all operate only on functions not marked INLINE. | Milan Straka | 2010-03-31 | 2 | -8/+12 |
| | |||||
* | Update the user guide so it talks about the newer "do rec" notation everywhere | Ian Lynagh | 2010-04-16 | 2 | -4/+10 |
| | | | | Some of the problems highlighted in trac #3968. | ||||
* | Fix typo | Ian Lynagh | 2010-04-16 | 1 | -1/+1 |
| | |||||
* | Rename forgotten -dverbose-simpl to -dverbose-core2core in the docs. | Milan Straka | 2010-03-31 | 1 | -2/+2 |
| | |||||
* | Add -pa and -V to the documentation of time profiling options. | Milan Straka | 2010-03-29 | 1 | -2/+19 |
| | |||||
* | Add the external core PDF to the new build system | Ian Lynagh | 2010-03-21 | 1 | -1/+1 |
| | |||||
* | Document the new RTS linker flags | Ian Lynagh | 2010-03-14 | 2 | -2/+33 |
| | |||||
* | Add -no-auto-link-packages docs to the user guide; fixes trac #3759 | Ian Lynagh | 2010-02-28 | 2 | -0/+17 |
| | |||||
* | Whitespace only in docs/users_guide/packages.xml | Ian Lynagh | 2010-02-28 | 1 | -711/+711 |
| | |||||
* | update the docs to reflect changes in the tracing flags | Simon Marlow | 2010-02-26 | 1 | -4/+11 |
| | |||||
* | hack to make the docs build again in a lndir build tree (see comments) | Simon Marlow | 2010-02-25 | 1 | -0/+14 |
| | |||||
* | Fix more library links in the user guide | Ian Lynagh | 2010-02-23 | 4 | -14/+17 |
| | |||||
* | Fix the links to the base docs from the user guide | Ian Lynagh | 2010-02-23 | 6 | -10/+11 |
| | |||||
* | Remove old, unused release notes | Ian Lynagh | 2010-02-23 | 4 | -871/+0 |
| | |||||
* | Documentation for changes to Template Haskell and quasi-quotation | simonpj@microsoft.com | 2010-02-10 | 1 | -30/+74 |
| | |||||
* | Implement SSE2 floating-point support in the x86 native code generator (#594) | Simon Marlow | 2010-02-04 | 2 | -1/+27 |
| | | | | | | | | | | | | | | | | | | | | | The new flag -msse2 enables code generation for SSE2 on x86. It results in substantially faster floating-point performance; the main reason for doing this was that our x87 code generation is appallingly bad, and since we plan to drop -fvia-C soon, we need a way to generate half-decent floating-point code. The catch is that SSE2 is only available on CPUs that support it (P4+, AMD K8+). We'll have to think hard about whether we should enable it by default for the libraries we ship. In the meantime, at least -msse2 should be an acceptable replacement for "-fvia-C -optc-ffast-math -fexcess-precision". SSE2 also has the advantage of performing all operations at the correct precision, so floating-point results are consistent with other platforms. I also tweaked the x87 code generation a bit while I was here, now it's slighlty less bad than before. | ||||
* | Improve dumping for rules, and documentation of same | simonpj@microsoft.com | 2009-12-08 | 2 | -5/+9 |
| | | | | Inspired by Trac #3703 | ||||
* | Add some explanation about overlapping instances | simonpj@microsoft.com | 2009-12-07 | 1 | -0/+45 |
| | | | | | Trac #3734 suggested addding some extra guidance about incoherence and overlap; now done | ||||
* | Document the new -dylib-install-name option in the user's guide. | Stephen Blackheath | 2009-10-01 | 3 | -0/+40 |
| | |||||
* | Add an entry fo the ghci command :run to the user guide | Ian Lynagh | 2009-12-01 | 1 | -0/+10 |
| | |||||
* | Fix typo in docs | Ian Lynagh | 2009-12-01 | 1 | -1/+1 |
| | |||||
* | Fix PS file generation | Simon Marlow | 2009-12-01 | 1 | -1/+6 |
| | | | | (the image doesn't work, but at least db2latex doesn't fall over) | ||||
* | Fix the prof_scc.png image in the profiling section (#3694) | Simon Marlow | 2009-11-30 | 2 | -1/+9 |
| | |||||
* | add docs for Unicode entities in #2978 | Simon Marlow | 2009-11-25 | 1 | -0/+55 |
| | |||||
* | Fix some dependencies in bindists | Ian Lynagh | 2009-11-20 | 1 | -0/+3 |
| | | | | We can't depend on sources in a bindist, because we don't have the sources. | ||||
* | Extend the GHCi FAQ slightly | simonpj@microsoft.com | 2009-11-17 | 1 | -0/+7 |
| | |||||
* | Update docs on ticky-ticky profiling | Simon Marlow | 2009-11-05 | 3 | -30/+50 |
| |