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.1-4-g0343d55


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.1-4-g0343d55
Date: Wed, 25 Sep 2013 06:20:59 +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  0343d5554074609ed2907035febd9f49f809b6a8 (commit)
       via  fce028c380d496e42823fd24774e0159ed7cc110 (commit)
       via  6d0d055e9336d05a3efca53d551eb905bd956e72 (commit)
      from  699c94075c184b66b1268b400914deb9140df061 (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 0343d5554074609ed2907035febd9f49f809b6a8
Author: John Darrington <address@hidden>
Date:   Tue Sep 24 11:06:25 2013 +0200

    Charts: Use colours from Tango palette instead of fully saturated primaries

commit fce028c380d496e42823fd24774e0159ed7cc110
Author: John Darrington <address@hidden>
Date:   Mon Sep 23 16:46:53 2013 +0200

    Use the msg function to report errors wherever possible.
    
    Previously, some errors were reported using the GNU "error" function from 
error.h
    rather than the PSPP msg function.  This wasn't too bad for the terminal 
user interace,
    but gui users could miss important messages (since they never see stderr).
    
    The reason for not using msg in some instances, was twofold: 1) Some
    errors might occur before the messaging system had been initialised. 2) If 
an
    error occured whilst reporting an error, an infinite loop would occur.
    
    This change overcomes these problems by detecting re-entrancy, and 
uninitialised
    messaging system, and falling back to fwrite if either of these conditions 
occur.

commit 6d0d055e9336d05a3efca53d551eb905bd956e72
Author: John Darrington <address@hidden>
Date:   Sun Sep 22 10:46:52 2013 +0200

    Added some gtk-criticals when the datasheet is  null.
    
    In a single threaded, non-concurrent system, this should never happen.

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

Summary of changes:
 NEWS                                 |    5 ++
 src/data/case-tmpfile.c              |    1 -
 src/data/settings.c                  |    1 -
 src/libpspp/ext-array.c              |   12 +++---
 src/libpspp/float-format.c           |    1 -
 src/libpspp/message.c                |   79 +++++++++++++++++++++++++++++----
 src/libpspp/message.h                |    4 ++
 src/libpspp/zip-writer.c             |    7 ++-
 src/output/ascii.c                   |    9 ++--
 src/output/cairo-chart.c             |   51 +++++++++++++++-------
 src/output/cairo-chart.h             |    2 +-
 src/output/cairo.c                   |   13 +++---
 src/output/csv.c                     |    3 +-
 src/output/driver.c                  |    5 +-
 src/output/html.c                    |    3 +-
 src/output/journal.c                 |    6 +-
 src/output/measure.c                 |   14 +++---
 src/output/msglog.c                  |    4 +-
 src/output/odt.c                     |    4 +-
 src/output/options.c                 |   17 +++----
 src/output/tab.c                     |    1 -
 src/ui/gui/page-assistant.c          |    1 -
 src/ui/gui/page-file.c               |    5 +-
 src/ui/gui/page-first-line.c         |    1 -
 src/ui/gui/page-formats.c            |    1 -
 src/ui/gui/page-intro.c              |    1 -
 src/ui/gui/page-separators.c         |    1 -
 src/ui/gui/page-sheet-spec.c         |    1 -
 src/ui/gui/psppire-data-sheet.c      |    5 +-
 src/ui/gui/psppire-data-store.c      |    2 +
 src/ui/gui/psppire-output-window.c   |    3 +-
 src/ui/gui/text-data-import-dialog.c |    1 -
 tests/automake.mk                    |    7 ++-
 tests/output/output.at               |    7 +--
 34 files changed, 176 insertions(+), 102 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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