[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Guile-commits] GNU Guile branch, master, updated. release_1-9-14-85-gbc
From: |
Ludovic Courtès |
Subject: |
[Guile-commits] GNU Guile branch, master, updated. release_1-9-14-85-gbc03d89 |
Date: |
Sun, 23 Jan 2011 22:44:02 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".
http://git.savannah.gnu.org/cgit/guile.git/commit/?id=bc03d89fa20f3a84743be87a6ad8fb5b08701c93
The branch, master has been updated
via bc03d89fa20f3a84743be87a6ad8fb5b08701c93 (commit)
from 4325620f6d13bb56abed240528863c38d4e5b3f7 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit bc03d89fa20f3a84743be87a6ad8fb5b08701c93
Author: Ludovic Courtès <address@hidden>
Date: Sun Jan 23 23:43:50 2011 +0100
Remove unexpected non-ASCII character.
* module/language/tree-il/fix-letrec.scm: Replace U+2019 with an ASCII
quote. The iconv implementation on FreeBSD would immediately notice
and bail out when reading it under a US-ASCII locale.
-----------------------------------------------------------------------
Summary of changes:
module/language/tree-il/fix-letrec.scm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/module/language/tree-il/fix-letrec.scm
b/module/language/tree-il/fix-letrec.scm
index 3fbe8c0..8d4b239 100644
--- a/module/language/tree-il/fix-letrec.scm
+++ b/module/language/tree-il/fix-letrec.scm
@@ -25,7 +25,7 @@
#:export (fix-letrec!))
;; For a detailed discussion, see "Fixing Letrec: A Faithful Yet
-;; Efficient Implementation of Schemeâs Recursive Binding Construct", by
+;; Efficient Implementation of Scheme's Recursive Binding Construct", by
;; Oscar Waddell, Dipanwita Sarkar, and R. Kent Dybvig.
(define fix-fold
hooks/post-receive
--
GNU Guile
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Guile-commits] GNU Guile branch, master, updated. release_1-9-14-85-gbc03d89,
Ludovic Courtès <=