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.2-15-g14f452


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.2-15-g14f4522
Date: Tue, 04 Feb 2014 05:38:05 +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  14f4522a17db23e67a6fa17876633cc6260cb42b (commit)
      from  5f91f0868ec7cdbdb7900a2cb6e876b467fb2a6e (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 14f4522a17db23e67a6fa17876633cc6260cb42b
Author: Ben Pfaff <address@hidden>
Date:   Mon Feb 3 21:37:53 2014 -0800

    Change many %g format specifiers to %.*g with precision DBL_DIG + 1.
    
    The high precision should ensure that in most cases the value is formatted
    with enough digits to fully express the internal precision.  Without this
    change, %g by itself only expresses 6 digits of precision, so that an
    integer value like 99999999 is formatted as 1e8.  This fixes the problem.
    
    This commit adds a test to MISSING VALUES because this was in particular
    reported as a problem.
    
    Thanks to Andre Müller <address@hidden> for reporting this issue.

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

Summary of changes:
 src/language/dictionary/sys-file-info.c      |   13 ++-
 src/language/lexer/value-parser.c            |   11 ++-
 src/language/stats/autorecode.c              |    5 +-
 src/language/stats/binomial.c                |    6 +-
 src/language/stats/cochran.c                 |    9 ++-
 src/language/stats/crosstabs.q               |    7 +-
 src/language/stats/descriptives.c            |   12 ++-
 src/language/stats/oneway.c                  |    6 +-
 src/language/stats/regression.c              |    7 +-
 src/language/stats/runs.c                    |    8 +-
 src/language/utilities/set.q                 |    5 +-
 src/language/xforms/compute.c                |   11 ++-
 src/math/categoricals.c                      |    5 +-
 src/output/cairo-chart.c                     |    5 +-
 src/output/charts/plot-hist-cairo.c          |    6 +-
 src/ui/gui/aggregate-dialog.c                |   11 ++-
 src/ui/gui/psppire-dialog-action-binomial.c  |    6 +-
 src/ui/gui/psppire-dialog-action-chisquare.c |    6 +-
 src/ui/gui/psppire-dialog-action-factor.c    |    7 +-
 src/ui/gui/psppire-dialog-action-logistic.c  |    9 ++-
 src/ui/gui/psppire-dialog-action-oneway.c    |    8 +-
 src/ui/gui/psppire-val-chooser.c             |   39 ++++----
 src/ui/gui/recode-dialog.c                   |    9 +-
 src/ui/gui/select-cases-dialog.c             |    7 +-
 src/ui/gui/spreadsheet-test.c                |    5 +-
 tests/data/datasheet-test.c                  |   12 ++-
 tests/language/dictionary/missing-values.at  |  123 +++++++++++++++++++++++++-
 utilities/pspp-dump-sav.c                    |   31 ++++---
 28 files changed, 277 insertions(+), 112 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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