pspp-commits
[Top][All Lists]
Advanced

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

[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.7.9-574-g7caed


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.7.9-574-g7caed4c
Date: Thu, 25 Apr 2013 05:32:47 +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 PSPP".

The branch, master has been updated
       via  7caed4c8228cf00ed5061b474f32a47b5ff7c40f (commit)
       via  0697a4277a80981c438518e844ae8174ea9b8453 (commit)
       via  dd165516976c8801fbf7917c78f739b64e37b204 (commit)
       via  d8a2e9e45296144909c3dfc5a7ee879e7bf71466 (commit)
      from  dfba1c409a4c698f17456783ec0a141a9b3d41de (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 7caed4c8228cf00ed5061b474f32a47b5ff7c40f
Author: Ben Pfaff <address@hidden>
Date:   Wed Apr 24 22:26:06 2013 -0700

    u8-istream: Fix reading UTF-16 and UTF-32 files.
    
    Before this commit, u8_istream_for_fd() would obtain the correct encoding
    from encoding_guess_head_encoding() for UTF-16 and UTF-32 files, and then
    it would ignore it and use the default encoding returned by
    encoding_guess_parse_encoding().  This commit fixes the problem.

commit 0697a4277a80981c438518e844ae8174ea9b8453
Author: Ben Pfaff <address@hidden>
Date:   Wed Apr 24 22:14:01 2013 -0700

    u8-istream: Fix handling of UTF-8 byte order marks.
    
    The UTF-8 special case state didn't skip over an initial byte order mark.
    This fixes it.
    
    Reported by Dr. Holger Handstein <address@hidden>.
    Signed-off-by: Ben Pfaff <address@hidden>

commit dd165516976c8801fbf7917c78f739b64e37b204
Author: Ben Pfaff <address@hidden>
Date:   Wed Apr 24 22:10:41 2013 -0700

    encoding-guesser: New function encoding_guess_bom_length().

commit d8a2e9e45296144909c3dfc5a7ee879e7bf71466
Author: Ben Pfaff <address@hidden>
Date:   Wed Apr 24 22:15:05 2013 -0700

    tests: Make "read ISO-8859-1 as Auto,ISO-8859-1" failures easier to read.
    
    By putting new-lines in the input and output, it becomes unnecessary to
    scroll thousands of columns to the right to spot the differences.

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

Summary of changes:
 src/libpspp/encoding-guesser.c |   74 ++++++++++++++++++++++++++++++++++++---
 src/libpspp/encoding-guesser.h |    4 ++-
 src/libpspp/u8-istream.c       |   19 +++++++---
 tests/libpspp/u8-istream.at    |   43 ++++++++++++++++++++++-
 4 files changed, 126 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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