[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.1-111-g41b0d
From: |
John Darrington |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.1-111-g41b0d9a |
Date: |
Sun, 15 Dec 2013 21:21:33 +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 41b0d9a7203d396cf1514459afa4722ab5ae8ded (commit)
via 378b066491cc80d34f31683357c05be853250b80 (commit)
from 0f9c74d5a181fcb2d4d6cab93ca2037c00005f1c (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 41b0d9a7203d396cf1514459afa4722ab5ae8ded
Author: John Darrington <address@hidden>
Date: Sun Dec 8 15:36:49 2013 +0100
src/data/any-reader.c (any_reader_may_open): Return tri-state value.
Previously, any_reader_may_open returned bool. This change makes it
return a tri-state variable. YES, NO or ERROR. This is useful to
distinguish between a file which is not "readable" (ie not in a format
which PSPP knows how to read) and a file which cannot be opened due
to lack of permission or other lower level errors.
commit 378b066491cc80d34f31683357c05be853250b80
Author: John Darrington <address@hidden>
Date: Sun Dec 15 17:18:41 2013 +0100
Avoid crash when attempting to open files with invalid encoding
-----------------------------------------------------------------------
Summary of changes:
src/data/any-reader.c | 30 +++++++++++++-----------------
src/data/any-reader.h | 11 ++++++++++-
src/ui/gui/psppire-data-window.c | 8 +++++---
src/ui/gui/psppire-window.c | 7 ++++---
src/ui/gui/psppire.c | 8 +++++---
5 files changed, 37 insertions(+), 27 deletions(-)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.1-111-g41b0d9a,
John Darrington <=