[commit: ghc] ghc-7.10: 7.10.2-notes: Fix description of iconv bypass (295f5b8)
git at git.haskell.org
git at git.haskell.org
Sat Jul 18 14:03:52 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-7.10
Link : http://ghc.haskell.org/trac/ghc/changeset/295f5b846ceb1f01ab4539c52d310496968eef65/ghc
>---------------------------------------------------------------
commit 295f5b846ceb1f01ab4539c52d310496968eef65
Author: Ben Gamari <ben at smart-cactus.org>
Date: Fri Jul 17 19:46:56 2015 +0200
7.10.2-notes: Fix description of iconv bypass
We now only handle ascii ourselves if iconv is unavailable.
>---------------------------------------------------------------
295f5b846ceb1f01ab4539c52d310496968eef65
docs/users_guide/7.10.2-notes.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/users_guide/7.10.2-notes.xml b/docs/users_guide/7.10.2-notes.xml
index 37a498a..83a7889 100644
--- a/docs/users_guide/7.10.2-notes.xml
+++ b/docs/users_guide/7.10.2-notes.xml
@@ -183,7 +183,7 @@
has been fixed, so these programs will now terminate with
an error. As a result of this change, however, GHC
compiled programs now also specifically recognize ASCII
- encodings, and can bypass iconv in these cases. This
+ encodings, and can function without iconv in these cases. This
allows statically compiled programs to exist inside an
initramfs, for example (issues #10298, #7695).
</para>
More information about the ghc-commits
mailing list