[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-3-23-gb77
From: |
Neil Jerram |
Subject: |
[Guile-commits] GNU Guile branch, master, updated. release_1-9-3-23-gb77afe8 |
Date: |
Mon, 21 Sep 2009 22:22:51 +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=b77afe82a4205bca706a853d7a62aea4ea9b7eed
The branch, master has been updated
via b77afe82a4205bca706a853d7a62aea4ea9b7eed (commit)
via 4330956d3907b1fa795a35568560f222df94a4c7 (commit)
from 5fc424379f360ef1be2e388ec9af3e72f8b65240 (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 b77afe82a4205bca706a853d7a62aea4ea9b7eed
Author: Neil Jerram <address@hidden>
Date: Sat Sep 19 01:23:09 2009 +0100
Typo fixes
commit 4330956d3907b1fa795a35568560f222df94a4c7
Author: Neil Jerram <address@hidden>
Date: Sat Sep 19 01:20:31 2009 +0100
Fix GDB in Emacs incantation
-----------------------------------------------------------------------
Summary of changes:
doc/ref/api-evaluation.texi | 2 +-
libguile/ports.c | 2 +-
meta/gdb-uninstalled-guile.in | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/ref/api-evaluation.texi b/doc/ref/api-evaluation.texi
index 9fc5ef5..b245ab8 100644
--- a/doc/ref/api-evaluation.texi
+++ b/doc/ref/api-evaluation.texi
@@ -651,7 +651,7 @@ by @code{file-encoding}, if any, again by using
@deffn {Scheme Procedure} file-encoding port
@deffnx {C Function} scm_file_encoding port
Scans the port for an EMACS-like character coding declaration near the
-top of the contents of a port with random-acessible contents. The
+top of the contents of a port with random-accessible contents. The
coding declaration is of the form @code{coding: XXXXX} and must appear
in a scheme comment.
diff --git a/libguile/ports.c b/libguile/ports.c
index 58c7cd0..24afbfe 100644
--- a/libguile/ports.c
+++ b/libguile/ports.c
@@ -1966,7 +1966,7 @@ scm_i_get_port_encoding (SCM port)
}
}
-/* Returns ENC is if is a recognized encoding. If it isn't, it tries
+/* Returns ENC if it is a recognized encoding. If it isn't, it tries
to find an alias of ENC that is valid. Otherwise, it returns
NULL. */
static const char *
diff --git a/meta/gdb-uninstalled-guile.in b/meta/gdb-uninstalled-guile.in
index d1604cc..21a9e86 100644
--- a/meta/gdb-uninstalled-guile.in
+++ b/meta/gdb-uninstalled-guile.in
@@ -40,4 +40,4 @@ exec ${top_builddir}/meta/uninstalled-env libtool
--mode=execute \
gdb --args ${top_builddir}/libguile/guile "$@"
# And for GDB in Emacs, evaluate this form:
-# (gdb "@top_builddir_absolute@/meta/uninstalled-env ./libtool --mode=execute
gdb --args @top_builddir_absolute@/libguile/guile")
+# (gdb "@top_builddir_absolute@/meta/uninstalled-env ../libtool --mode=execute
gdb --annotate=3 --args @top_builddir_absolute@/libguile/guile")
hooks/post-receive
--
GNU Guile
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Guile-commits] GNU Guile branch, master, updated. release_1-9-3-23-gb77afe8,
Neil Jerram <=