guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] GNU Guile branch, master, updated. v2.1.0-607-ga9eca8f


From: Mark H Weaver
Subject: [Guile-commits] GNU Guile branch, master, updated. v2.1.0-607-ga9eca8f
Date: Mon, 20 Jan 2014 22:25:32 +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=a9eca8f5d1bb2a3aabb80b59c54fc355a00a0382

The branch, master has been updated
       via  a9eca8f5d1bb2a3aabb80b59c54fc355a00a0382 (commit)
      from  97461d739bb6b71f221fde580f29fdfeb33b624f (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 a9eca8f5d1bb2a3aabb80b59c54fc355a00a0382
Author: Mark H Weaver <address@hidden>
Date:   Mon Jan 20 17:15:53 2014 -0500

    Fix (port-conversion-strategy #f).
    
    Reported by Doug Evans <address@hidden>.
    
    * libguile/ports.c (scm_port_conversion_strategy): Don't validate
      that 'port' is an open port until after the (port == #f) case
      has been handled.

-----------------------------------------------------------------------

Summary of changes:
 libguile/ports.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/libguile/ports.c b/libguile/ports.c
index f4efce7..d8d27cc 100644
--- a/libguile/ports.c
+++ b/libguile/ports.c
@@ -1298,8 +1298,6 @@ SCM_DEFINE (scm_port_conversion_strategy, 
"port-conversion-strategy",
 {
   scm_t_string_failed_conversion_handler h;
 
-  SCM_VALIDATE_OPPORT (1, port);
-
   if (scm_is_false (port))
     h = scm_i_default_port_conversion_handler ();
   else


hooks/post-receive
-- 
GNU Guile



reply via email to

[Prev in Thread] Current Thread [Next in Thread]