guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, mike-port-encodings, created. release_


From: Michael Gran
Subject: [Guile-commits] GNU Guile branch, mike-port-encodings, created. release_1-9-11-15-g62abf13
Date: Sat, 05 Jun 2010 21:44:10 +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=62abf139798af3f35ca3c89200389dc75d51a159

The branch, mike-port-encodings has been created
        at  62abf139798af3f35ca3c89200389dc75d51a159 (commit)

- Log -----------------------------------------------------------------
commit 62abf139798af3f35ca3c89200389dc75d51a159
Author: Michael Gran <address@hidden>
Date:   Sat Jun 5 14:19:37 2010 -0700

    open-file should handle binary mode and coding declarations
    
    The open-file port should use the binary-friendly ISO-8859-1 encoding when
    a file is opened using mode "b".  Also, it should honor a "coding:"
    declaration at the top of a file when reading files where it is present.
    
    * libguile/fports.c (scm_open_file): modified
    * test-suite/tests/ports.test: more tests for open-file
    * doc/ref/api-io.texi (File Ports): more documentation for open-file

commit 44c705d173d52cb485d761a51425b4d8e310a67a
Author: Michael Gran <address@hidden>
Date:   Sat Jun 5 14:26:14 2010 -0700

    read-line should use port's encoding, not locale's encoding
    
    * libguile/rdelim.c (scm_read_line): modified, use port's encoding

commit 26e8fd7459581f09857cccc8ddf1c366d2caea87
Author: Michael Gran <address@hidden>
Date:   Sat Jun 5 13:40:32 2010 -0700

    Simplify scm_i_scan_for_encoding
    
    Note especially that the variable 'i' has two different uses in this
    function, and they get confused.
    
    * libguile/read.c (scm_i_scan_for_encoding): cleanup

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


hooks/post-receive
-- 
GNU Guile



reply via email to

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