pspp-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-commits] [SCM] GNU PSPP branch, stable, updated. v0.6.1-54-g005ac6


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, stable, updated. v0.6.1-54-g005ac6d
Date: Tue, 15 Sep 2009 04:53:01 +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, stable has been updated
       via  005ac6d163e0e535a06e9bfb223f2f75f9320c9a (commit)
       via  95e2fb004282d0a0fe0582f05db89463cdf8665e (commit)
       via  4abb2af01fae0aecae2080e99886953e5870ccd4 (commit)
       via  46912334775c83a23902bd5c7d72cd4ad8d23c95 (commit)
       via  20b7b14a0e675e4cef5def4eaf6867d216b3070b (commit)
       via  c649f7f5c4f5b74d48efa3453c38c1458e7ae9a9 (commit)
       via  324b25ac025d75a164ba4506175be6d265681108 (commit)
       via  569e7caed79685e25c6a78ae0d836945df276fd5 (commit)
       via  753a10715505febc38abbbc72ed5ed5172eb4266 (commit)
       via  10ac8c99bd7a4155216e9bc3e48dd30e63b11642 (commit)
       via  f11afbea340755c9d13a668b56b7041b988a10fb (commit)
       via  de4081e6d843a1e3b2a2a4c563ad6434c626377a (commit)
       via  8801412c9d32e74bdf21aee0bb3b29f8e877acef (commit)
       via  93eecdad1d3cd857c042cb5d50ff2f984d1aed20 (commit)
       via  1ffd154192ce2b658adf6cfa2e9242a9f7b6504c (commit)
       via  3e56dcc3dc3ff159db8f6d9f008636c30b2866ce (commit)
       via  ade732396061ccf4707fae15ec562f8cd58fbc83 (commit)
       via  a033ea7414c527f0ab3fddac78ba7b8fe58d6785 (commit)
       via  9691c54c1a51792e21c10bbee7a66f5934b96349 (commit)
       via  ffb6a71f427165be82eefacf044298f2970652aa (commit)
       via  49a428e6e922f86b94f8559347d3fb90031b119a (commit)
       via  f1bfc8bb1d477a04388b9e41b3f36af6bb598771 (commit)
       via  83ad7b20e856a24691074042c29ac0b56431dc26 (commit)
       via  37f8a4cc05e3e99f0219ed2765ed242e63464857 (commit)
       via  4d70434db549461d1391db27a165f36be5a39378 (commit)
       via  6b0b63b2d1be5ba575705ad07988aec21aa09699 (commit)
       via  44dab63eeb3b50a9939d58005e63b2bfae0f846f (commit)
       via  f9bad53e96e50abef183e84ccf6964dba67b3ca5 (commit)
      from  5ee84736663824fe12474b78dace867e42893a14 (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 005ac6d163e0e535a06e9bfb223f2f75f9320c9a
Merge: 95e2fb004282d0a0fe0582f05db89463cdf8665e 
5ee84736663824fe12474b78dace867e42893a14
Author: Ben Pfaff <address@hidden>
Date:   Mon Sep 14 20:41:35 2009 -0700

    Merge commit 'origin/stable' into stable

commit 95e2fb004282d0a0fe0582f05db89463cdf8665e
Author: Ben Pfaff <address@hidden>
Date:   Tue Sep 8 21:43:01 2009 -0700

    Release PSPP 0.6.2-pre6.

commit 4abb2af01fae0aecae2080e99886953e5870ccd4
Author: Ben Pfaff <address@hidden>
Date:   Tue Sep 8 20:59:04 2009 -0700

    Add Brazilian Portuguese translation.
    
    Thanks to Michel Boaventura <address@hidden> and the coordinators
    at translationproject.org.

commit 46912334775c83a23902bd5c7d72cd4ad8d23c95
Author: Ben Pfaff <address@hidden>
Date:   Fri Sep 4 09:05:08 2009 -0700

    T-TEST: Also fix the case where the correlation is slightly less than -1.0.
    
    Thanks to John Darrington for pointing out the omission.

commit 20b7b14a0e675e4cef5def4eaf6867d216b3070b
Author: Ben Pfaff <address@hidden>
Date:   Thu Sep 3 20:31:38 2009 -0700

    Update to latest nl.po.
    
    Thanks to unknown-1 and the coordinators at translationproject.org.

commit c649f7f5c4f5b74d48efa3453c38c1458e7ae9a9
Author: Ben Pfaff <address@hidden>
Date:   Thu Sep 3 20:09:36 2009 -0700

    T-TEST: Avoid NaN in paired-sample correlation significance calcuation.
    
    Sometimes the correlation comes out just above 1.0 due to inaccuracy of
    machine calculation, which causes sqrt(1-corr**2) to yield NaN.  This
    commit forces the correlation into the valid range, fixing the problem.
    
    Thanks to Matej Cepl <address@hidden> for reporting the problem.
    Thanks to John Darrington for suggesting the fix.

commit 324b25ac025d75a164ba4506175be6d265681108
Author: Jason Stover <address@hidden(none)>
Date:   Fri Jul 17 16:02:02 2009 -0400

    pspp_linreg(): Use cache->n_coeffs to set the dimensions of sw, instead of
               cache->n_indeps, which may give incorrect dimension in the case
               of categorical variables. Fixes bug referenced in bug report
               26861.

commit 569e7caed79685e25c6a78ae0d836945df276fd5
Author: Ben Pfaff <address@hidden>
Date:   Thu Jul 16 20:36:20 2009 -0700

    Release PSPP 0.6.2-pre5.

commit 753a10715505febc38abbbc72ed5ed5172eb4266
Author: Ben Pfaff <address@hidden>
Date:   Thu Jul 16 20:58:51 2009 -0700

    Fix reversed logic in when to append "/" to path in previous commit.

commit 10ac8c99bd7a4155216e9bc3e48dd30e63b11642
Author: Ben Pfaff <address@hidden>
Date:   Thu Jul 16 20:48:18 2009 -0700

    Fix failure to write output file in GUI on Windows when HOMEPATH is "\".
    
    Thanks to Michel Boaventura for reporting this problem:
        http://lists.gnu.org/archive/html/pspp-dev/2009-07/msg00064.html

commit f11afbea340755c9d13a668b56b7041b988a10fb
Author: Ben Pfaff <address@hidden>
Date:   Thu Jul 16 20:27:45 2009 -0700

    REGRESSION: Fix access beyond end of allocated region.
    
    From Jason Stover, with modification for stable since the
    design_matrix_get_n_cols function does not exist on this branch.
    
    Bug #26861.

commit de4081e6d843a1e3b2a2a4c563ad6434c626377a
Author: Jason Stover <address@hidden(none)>
Date:   Sat Jul 11 15:45:49 2009 -0400

    Return 0.0 for mean of a categorical variable. Fixes bug mentioned in bug 
report 26861.

commit 8801412c9d32e74bdf21aee0bb3b29f8e877acef
Author: John Darrington <address@hidden>
Date:   Thu Jul 16 02:25:42 2009 +0800

    Fixed bug reporting the significance of paired value t-test.
    
    Due to a cut and paste error, the significance of paired
    t-tests was wrong when the value of T was positive.
    Thanks to Mike Griffiths for reporting this problem.

commit 93eecdad1d3cd857c042cb5d50ff2f984d1aed20
Author: Ben Pfaff <address@hidden>
Date:   Thu Jul 9 20:13:16 2009 -0700

    Use Harry Thijssen's real name instead of his nick "unknown-1", at his 
request.

commit 1ffd154192ce2b658adf6cfa2e9242a9f7b6504c
Author: Ben Pfaff <address@hidden>
Date:   Wed Jul 8 20:21:01 2009 -0700

    Release PSPP 0.6.2-pre4.

commit 3e56dcc3dc3ff159db8f6d9f008636c30b2866ce
Author: Ben Pfaff <address@hidden>
Date:   Wed Jul 8 20:17:28 2009 -0700

    Update to latest nl.po.
    
    Thanks to unknown-1 and the coordinators at translationproject.org.

commit ade732396061ccf4707fae15ec562f8cd58fbc83
Author: Ben Pfaff <address@hidden>
Date:   Wed Jul 8 20:12:11 2009 -0700

    gui: Fix brown-paper-bag bug in output file name selection.
    
    Thanks to address@hidden for reporting the bug and the fix.

commit a033ea7414c527f0ab3fddac78ba7b8fe58d6785
Author: Ben Pfaff <address@hidden>
Date:   Tue Jul 7 19:44:20 2009 -0700

    CROSSTABS: Handle long string variables without crashing (bug #26131).

commit 9691c54c1a51792e21c10bbee7a66f5934b96349
Author: Ben Pfaff <address@hidden>
Date:   Fri Jul 3 11:43:09 2009 -0700

    Release PSPP 0.6.2-pre3.

commit ffb6a71f427165be82eefacf044298f2970652aa
Author: Ben Pfaff <address@hidden>
Date:   Fri Jul 3 11:40:27 2009 -0700

    Add Dutch translation.
    
    Thanks to unknown-1 and the coordinators at translationproject.org.

commit 49a428e6e922f86b94f8559347d3fb90031b119a
Author: Ben Pfaff <address@hidden>
Date:   Fri Jul 3 11:34:26 2009 -0700

    Fix segfault drawing pie charts with old versions of libplot.
    
    If chart_create returned null, we dereferenced a null pointer just below.
    Avoid doing this.
    
    Also add similar fixes to other code that calls chart_create.  It may not
    be necessary in every case.
    
    Reported by Jason Stover.

commit f1bfc8bb1d477a04388b9e41b3f36af6bb598771
Author: Ben Pfaff <address@hidden>
Date:   Fri Jul 3 11:03:27 2009 -0700

    Release PSPP 0.6.2-pre2.

commit 83ad7b20e856a24691074042c29ac0b56431dc26
Author: John Darrington <address@hidden>
Date:   Thu May 14 06:48:17 2009 +0800

    Correct default_output_path function on Windows.

commit 37f8a4cc05e3e99f0219ed2765ed242e63464857
Author: John Darrington <address@hidden>
Date:   Thu May 14 06:54:56 2009 +0800

    Ensure that windows opens the right file for output.
    
    Thanks to Michel Boaventura for reporting this problem.
    Fixes bug #26542

commit 4d70434db549461d1391db27a165f36be5a39378
Author: Ben Pfaff <address@hidden>
Date:   Fri Jul 3 10:48:26 2009 -0700

    Relocate the locale directory.
    
    Based on commit 31e674bbb in master, but stable refers to locale_dir from
    different files.
    
    Thanks to Michel Boaventura for reporting the problem.

commit 6b0b63b2d1be5ba575705ad07988aec21aa09699
Author: Ben Pfaff <address@hidden>
Date:   Thu Jul 2 10:17:13 2009 -0700

    Release PSPP 0.6.2 prerelease 1.

commit 44dab63eeb3b50a9939d58005e63b2bfae0f846f
Author: Ben Pfaff <address@hidden>
Date:   Wed Jul 1 20:56:17 2009 -0700

    chart: Fix format string issues in draw_tick callers.
    
    The 'label' argument to draw_tick is used as a printf-type format string,
    so callers must pass "%s" to safely use an arbitrary string as a label.
    
    Also, hist_draw_bar was doing its own snprintf, but this commit changes it
    to take advantage of that provided by draw_tick.

commit f9bad53e96e50abef183e84ccf6964dba67b3ca5
Author: Ben Pfaff <address@hidden>
Date:   Wed Jul 1 20:50:33 2009 -0700

    chart: Fix format string issues in chart_write_title callers.
    
    The 'title' argument to chart_write_title is used as a printf-type format
    string, so callers must pass "%s" to safely use an arbitrary string as a
    title.

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

Summary of changes:
 AUTHORS                         |    2 +
 NEWS                            |   91 +-
 configure.ac                    |    2 +-
 po/LINGUAS                      |    2 +
 po/{en_GB.po => nl.po}          | 3977 +++++++++++++++++++--------------------
 po/{en_GB.po => pt_BR.po}       | 3612 +++++++++++++++++-------------------
 src/data/file-name.c            |   51 +-
 src/language/stats/crosstabs.q  |   28 +-
 src/language/stats/examine.q    |    7 +-
 src/language/stats/regression.q |    7 +-
 src/language/stats/t-test.q     |    8 +-
 src/math/linreg.c               |   12 +-
 src/output/charts/barchart.c    |    6 +-
 src/output/charts/box-whisker.c |    4 +-
 src/output/charts/piechart.c    |   30 +-
 src/output/charts/plot-chart.h  |    9 +-
 src/output/charts/plot-hist.c   |   13 +-
 src/ui/gui/output-viewer.c      |    2 +-
 src/ui/gui/psppire.c            |    4 +-
 src/ui/gui/psppire.h            |    3 +-
 src/ui/terminal/main.c          |    5 +-
 21 files changed, 3884 insertions(+), 3991 deletions(-)
 copy po/{en_GB.po => nl.po} (53%)
 copy po/{en_GB.po => pt_BR.po} (58%)


hooks/post-receive
-- 
GNU PSPP




reply via email to

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