[commit: ghc] ghc-8.0: Tweaks to grammar and such. (cc84fd4)
git at git.haskell.org
git at git.haskell.org
Fri Dec 2 16:01:01 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.0
Link : http://ghc.haskell.org/trac/ghc/changeset/cc84fd48eadd9c1a7efc503e5f76215b82018f30/ghc
>---------------------------------------------------------------
commit cc84fd48eadd9c1a7efc503e5f76215b82018f30
Author: Gabor Greif <ggreif at gmail.com>
Date: Wed Nov 30 10:21:04 2016 +0100
Tweaks to grammar and such.
(cherry picked from commit be8a47f5b7645f395543feb7c8779482a8f6d221)
>---------------------------------------------------------------
cc84fd48eadd9c1a7efc503e5f76215b82018f30
docs/users_guide/8.0.2-notes.rst | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/docs/users_guide/8.0.2-notes.rst b/docs/users_guide/8.0.2-notes.rst
index 063d947..9bc78ea 100644
--- a/docs/users_guide/8.0.2-notes.rst
+++ b/docs/users_guide/8.0.2-notes.rst
@@ -95,7 +95,7 @@ Compiler
- A code generator bug which resulted in segmentation faults in compiled
programs has been fixed (see :ghc-ticket:`12757`).
-- GHC now supports systems whose C compiler which produce position-independent
+- GHC now supports systems whose C compiler produces position-independent
executables by default. (see :ghc-ticket:`12579`).
- GHC can now be built on systems which use the ``gold`` linker by default
@@ -108,8 +108,8 @@ Compiler
- The :ghc-flag:`-Wredundant-constraints` flag has been removed from the
:ghc-flag:`-Wall` flag set (see :ghc-ticket:`10635`).
-- Added :ghc-flag:`-fdefer-out-of-scope-variables`, which converts variable
- out of scope variables errors into warnings.
+- Added :ghc-flag:`-fdefer-out-of-scope-variables`, which converts
+ out-of-scope variable errors into warnings.
- The RTS :ghc-flag:`-xb` now reads the base heap address in any base,
defaulting to decimal, hexadecimal if the address starts with ``0x``, and
@@ -135,11 +135,11 @@ Runtime system
~~~~~~~~~~~~~~
- The Runtime linker on Windows is once again recognizing POSIX functions under their
- "deprecated" name. e.g. "strdup" will now be recognizes and internally forwarded to "_strdup".
+ "deprecated" name. e.g. "strdup" will now be recognized and internally forwarded to "_strdup".
If you have existing code already using the correct names (e.g. _strdup) then this will just continue
to work and no change is needed. For more information about how the forwarding is done please see
- `MSDN <https://msdn.microsoft.com/en-us/library/ms235384.aspx>`_ . This should now introduce the same behavior
- both compiled and interpreted. (see :ghc-ticket:`12497`).
+ `MSDN <https://msdn.microsoft.com/en-us/library/ms235384.aspx>`_ . This should now introduce the same
+ behavior both compiled and interpreted. (see :ghc-ticket:`12497`).
- Profiles from the cost-center profiler now provide source span information.
(see :ghc-ticket:`11543`).
More information about the ghc-commits
mailing list