Commits on Source (9)
-
Some of these functions are used in `base` too, but we can copy the checks over to its configure if that's an issue.
c258eb96 -
e10cc51a
-
Only exception is the LLVM version macros, which are used for GHC itself.
ec72ff55 -
We create a new cabal flag to facilitate this.
aac494b5 -
`mingw64` and `mingw32` are now both accepted for `OSMinGW32`. This allows us to cope with configs/triples that we haven't normalized extra being what GNU `config.sub` does.
ee75fec8 -
We create a new cabal flag to facilitate this.
06d12e7c -
The RTS configure script is now solely responsible for managing its headers; the top level configure script does not help.
4f790a53 -
We used to have MIN_UPD_SIZE macro that describes the minimum reserved size for thunks, so that the thunk can be overwritten in place as indirections or blackholes. However, this macro has not been actually defined or used anywhere since a long time ago; StgThunkHeader already reserves a padding word for this purpose. Hence this patch which drops stale mentions of MIN_UPD_SIZE.
953ae4e9 -
Neither !10933 (check https://hackage.haskell.org/package/base-4.19.0.0/docs/src/Text.Read.Lex.html#numberToRangedRational) nor !10189 (check https://hackage.haskell.org/package/base-4.19.0.0/docs/src/Data.List.NonEmpty.html#unzip) were backported to `base-4.19.0.0`. Moving them to `base-4.20.0.0` section. Also minor stylistic changes to other entries, bringing them to a uniform form.
96719ad7
Showing
- .gitignore 2 additions, 2 deletions.gitignore
- compiler/GHC/Builtin/primops.txt.pp 1 addition, 1 deletioncompiler/GHC/Builtin/primops.txt.pp
- configure.ac 13 additions, 105 deletionsconfigure.ac
- distrib/cross-port 2 additions, 2 deletionsdistrib/cross-port
- docs/coding-style.html 1 addition, 1 deletiondocs/coding-style.html
- docs/rts/rts.tex 3 additions, 4 deletionsdocs/rts/rts.tex
- hadrian/src/Rules/Generate.hs 2 additions, 58 deletionshadrian/src/Rules/Generate.hs
- hadrian/src/Rules/Lint.hs 2 additions, 1 deletionhadrian/src/Rules/Lint.hs
- hadrian/src/Rules/Register.hs 0 additions, 6 deletionshadrian/src/Rules/Register.hs
- hadrian/src/Rules/SourceDist.hs 2 additions, 1 deletionhadrian/src/Rules/SourceDist.hs
- hadrian/src/Settings/Packages.hs 6 additions, 4 deletionshadrian/src/Settings/Packages.hs
- libraries/base/changelog.md 9 additions, 9 deletionslibraries/base/changelog.md
- m4/fp_cc_supports__atomics.m4 0 additions, 8 deletionsm4/fp_cc_supports__atomics.m4
- m4/fptools_set_haskell_platform_vars.m4 1 addition, 3 deletionsm4/fptools_set_haskell_platform_vars.m4
- m4/ghc_convert_os.m4 1 addition, 1 deletionm4/ghc_convert_os.m4
- rts/PrimOps.cmm 2 additions, 17 deletionsrts/PrimOps.cmm
- rts/configure.ac 161 additions, 4 deletionsrts/configure.ac
- rts/ghcplatform.h.bottom 2 additions, 0 deletionsrts/ghcplatform.h.bottom
- rts/ghcplatform.h.top.in 23 additions, 0 deletionsrts/ghcplatform.h.top.in
- rts/rts.cabal 5 additions, 1 deletionrts/rts.cabal
rts/ghcplatform.h.bottom
0 → 100644
rts/ghcplatform.h.top.in
0 → 100644