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.8.3-69-g287f1a


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.3-69-g287f1aa
Date: Tue, 09 Sep 2014 15:52:00 +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  287f1aa484434ad1817de8623ba3b092e26733a9 (commit)
      from  7db742758d6aa172fb995aa2e109fb92b8ccc4c2 (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 287f1aa484434ad1817de8623ba3b092e26733a9
Author: Ben Pfaff <address@hidden>
Date:   Tue Sep 9 08:51:44 2014 -0700

    u8-istream: Fix handling of partial reads.
    
    The u8-istream code did not retry upon a partial read, assuming that that
    was the end of the file.  When the partial read was shorter than
    ENCODING_GUESS_MIN, this could cause the encoding guesser, in turn, to
    guess the wrong encoding (especially if the encoding was really UTF-16 and
    the partial read was an odd number of bytes).
    
    Reported at https://bugs.debian.org/760841.
    Reported by Friedrich Beckmann and Steven Chamberlain.

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

Summary of changes:
 src/libpspp/u8-istream.c    |   20 ++++++++++++++------
 tests/libpspp/u8-istream.at |    4 +++-
 2 files changed, 17 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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