[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.7.9-264-gdeea6
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.7.9-264-gdeea66e |
Date: |
Sat, 14 Jul 2012 18:20:03 +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 deea66e1be0c3e783b159e1605a697d9e75861aa (commit)
via 5fe214c0d45c28aaace79b917783570530a2f926 (commit)
from 00fa82224d75f1c89f568df761acb9ff096f2898 (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 deea66e1be0c3e783b159e1605a697d9e75861aa
Author: Ben Pfaff <address@hidden>
Date: Sat Jul 14 11:17:59 2012 -0700
text-data-import-dialog: Convert input lines to UTF-8 upon read.
Otherwise we can try to display, e.g., ISO 8859-1 with Pango, which
only supports UTF-8, and we get a Gtk-CRITICAL as a result.
Reported by "Alain-F. Nizard" <address@hidden>
via Jeremy Lavergne <address@hidden>.
commit 5fe214c0d45c28aaace79b917783570530a2f926
Author: Ben Pfaff <address@hidden>
Date: Sat Jul 14 11:17:07 2012 -0700
u8-istream: Retry read upon EINTR.
This seems unlikely to be a problem, since we're normally dealing
with regular files, for which reads are uninterruptible, but it
can't hurt.
-----------------------------------------------------------------------
Summary of changes:
src/libpspp/u8-istream.c | 8 ++++++--
src/ui/gui/text-data-import-dialog.c | 16 +++++++++++-----
2 files changed, 17 insertions(+), 7 deletions(-)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.7.9-264-gdeea66e,
Ben Pfaff <=