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-872-g3079a


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.7.9-872-g3079a93
Date: Sun, 26 May 2013 23:43:28 +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  3079a93f224dfc9d0fa8638ccba7a2faac900977 (commit)
      from  d4c62c3d6c0dd4881bbc77e198f5ca1dbc21442d (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 3079a93f224dfc9d0fa8638ccba7a2faac900977
Author: Ben Pfaff <address@hidden>
Date:   Sun May 26 16:43:01 2013 -0700

    Avoid letting data fields overflow in output and GUI.
    
    When the output for data_out() is too big for the field width, it produces
    output that consists of just asterisks: ******.  This is OK when the
    output is really going into a fixed-width space, such as the output for
    PRINT and WRITE.  But it is obnoxious if the output is going into PSPP
    output or the GUI.  This commit introduces a new function that typically
    does not do this, and starts using it in output and the GUI.
    
    Bug #35829.
    Reported by John Darrington.
    Bug #30731.
    Reported by lavila <address@hidden>.

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

Summary of changes:
 src/data/data-out.c                 |   24 +++++++++++++++++++++++-
 src/data/data-out.h                 |    4 +++-
 src/output/tab.c                    |   12 ++++++------
 src/ui/gui/helper.c                 |    4 ++--
 tests/language/dictionary/weight.at |    4 ++--
 5 files changed, 36 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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