Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cpp: Use #pragma once instead of #ifndef guards | Ben Gamari | 2017-04-23 | 1 | -4/+1 |
| | | | | | | | | | | | | | | This both says what we mean and silences a bunch of spurious CPP linting warnings. This pragma is supported by all CPP implementations which we support. Reviewers: austin, erikd, simonmar, hvr Reviewed By: simonmar Subscribers: rwbarton, thomie Differential Revision: https://phabricator.haskell.org/D3482 | ||||
* | Globally replace "hackage.haskell.org" with "ghc.haskell.org" | Simon Marlow | 2013-10-01 | 1 | -1/+1 |
| | |||||
* | Expose __word_encode{Float,Double}; fixes integer-simple build | Ian Lynagh | 2013-05-19 | 1 | -0/+2 |
| | |||||
* | Fix incorrectly hidden RTS symbols | Simon Marlow | 2009-08-29 | 1 | -0/+18 |