pspp-commits
[Top][All Lists]
Advanced

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

[Pspp-commits] [SCM] GNU PSPP branch, psppsheet, updated. v0.7.9-485-gfa


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, psppsheet, updated. v0.7.9-485-gfa1fffd
Date: Sun, 02 Dec 2012 03:39:32 +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, psppsheet has been updated
       via  fa1fffd5c789d9c7875fc3bdf556eaf017cf524e (commit)
       via  f548196d5cc509d19ba0f7c67da513e9dd4f996d (commit)
       via  319a66b560b7ca7144b88ced1982ba5e490e6e57 (commit)
       via  e394f90199ff33404224bb3acfbfec860827c155 (commit)
       via  8d97f848e3452e0d013d15f6e20b1dcc089caa41 (commit)
       via  ea27d9b8293639b4311fd6bd65b8a88fc335cd7b (commit)
       via  02b9b37698eb0b483fe0338f3b28d8f784a7af9a (commit)
       via  2c0ddcd27c6e5afa944f9eca6f5cf6e7f6e32f98 (commit)
       via  f2aff95d14f40f128475cb39e47b7b3333ecc436 (commit)
       via  407aabda7c2d395e521b7e003e8e12d9822f3ce0 (commit)
       via  142e7fd7a625e9686f8d14b54b20cf8aff696720 (commit)
       via  6210ff2b5eaf45b5c30ff5105e1ae06bbb4acbaf (commit)
       via  95d530fc232f438089bb65d2ae6330a9712d2f4f (commit)
       via  f0eacba971be04bd52971a8a23263d38cde0e661 (commit)
       via  c3dd7acbbaca2931e601b6327a39a209f6cc0d9e (commit)
       via  55740f362a5218c87e61858a672540f4909d5e06 (commit)
       via  00175c601a93d7adba981851860fdf9d72ec9119 (commit)
       via  55418b678b801a77c7e43eec3dcf2d6c890c80d1 (commit)
       via  897c1977501bad5b68f7cc6248a8b950fe15048a (commit)
       via  7b51bc9abbb6ed4a34cf396883d1dc8479b1e554 (commit)
       via  b565df6228649a16c13039309978ab921aeb565c (commit)
       via  39a8ab70a29700e1b0c943c5e8a6856b18f0b951 (commit)
       via  c79b359c221a3bb046492c589a8c82af06f09cc0 (commit)
       via  b0fd056eedc6872d45541c1ee0eb43e909bbc8b1 (commit)
       via  788e5989aa575b8b8f576a5489f4972d59f6507b (commit)
       via  4ad4b27b32995ab6d61167029b66c80411c25962 (commit)
      from  ea17c5b225557fc0760810861451a84dc241d462 (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 fa1fffd5c789d9c7875fc3bdf556eaf017cf524e
Merge: ea17c5b f548196
Author: Ben Pfaff <address@hidden>
Date:   Sat Dec 1 19:39:07 2012 -0800

    Merge 'master' into 'psppsheet'.

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

Summary of changes:
 NEWS                                               |    3 +
 configure.ac                                       |    2 +-
 doc/invoking.texi                                  |    5 +-
 src/data/data-out.c                                |    1 +
 src/data/file-handle-def.h                         |    2 +-
 src/language/data-io/data-list.c                   |   25 +-
 src/language/data-io/data-parser.c                 |   30 +-
 src/language/data-io/inpt-pgm.c                    |    4 +-
 src/language/lexer/format-parser.c                 |    9 +-
 src/language/stats/crosstabs.q                     |    3 +-
 src/language/stats/descriptives.c                  |   83 +++-
 src/language/stats/npar.c                          |    3 +-
 src/language/utilities/set.q                       |   11 +-
 src/libpspp/assertion.h                            |    3 +
 src/math/histogram.c                               |   19 +-
 src/output/ascii.c                                 |    6 +-
 src/output/cairo.c                                 |    9 +-
 src/output/csv.c                                   |    4 +-
 src/output/driver-provider.h                       |    8 +-
 src/output/driver.c                                |   20 +-
 src/output/html.c                                  |    5 +-
 src/output/journal.c                               |   33 +-
 src/output/journal.h                               |    4 +-
 src/output/measure.c                               |    7 +-
 src/output/odt.c                                   |    5 +-
 src/ui/automake.mk                                 |    1 -
 src/ui/debugger.c                                  |   72 ---
 src/ui/debugger.h                                  |   26 -
 src/ui/gui/aggregate-dialog.c                      |   11 +-
 src/ui/gui/automake.mk                             |   12 +-
 src/ui/gui/binomial-dialog.c                       |  195 -------
 src/ui/gui/binomial-dialog.h                       |   24 -
 src/ui/gui/chi-square-dialog.c                     |   14 +-
 src/ui/gui/crosstabs-dialog.h                      |   24 -
 src/ui/gui/data-editor.ui                          |   13 +-
 src/ui/gui/dialog-common.c                         |   27 +
 src/ui/gui/dialog-common.h                         |    8 +
 src/ui/gui/frequencies-dialog.c                    |  578 --------------------
 src/ui/gui/frequencies-dialog.h                    |   24 -
 src/ui/gui/psppire-data-window.c                   |   27 +-
 src/ui/gui/psppire-dialog-action-binomial.c        |  179 ++++++
 ...var-info.h => psppire-dialog-action-binomial.h} |   51 +-
 ...-dialog.c => psppire-dialog-action-crosstabs.c} |  372 ++++++-------
 src/ui/gui/psppire-dialog-action-crosstabs.h       |  102 ++++
 src/ui/gui/psppire-dialog-action-frequencies.c     |  486 ++++++++++++++++
 src/ui/gui/psppire-dialog-action-frequencies.h     |  151 +++++
 src/ui/gui/psppire-dialog-action-logistic.c        |   10 -
 src/ui/gui/psppire-val-chooser.c                   |    9 +-
 src/ui/gui/runs-dialog.c                           |   11 +-
 src/ui/gui/select-cases-dialog.c                   |   21 -
 src/ui/gui/widgets.c                               |    7 +
 src/ui/terminal/main.c                             |    6 +-
 tests/language/data-io/data-list.at                |   32 ++
 tests/language/expressions/evaluate.at             |   47 ++-
 tests/language/lexer/variable-parser.at            |   16 +-
 tests/language/stats/crosstabs.at                  |  120 ++--
 tests/language/stats/descriptives.at               |   91 +++
 tests/language/stats/npar.at                       |   22 +
 tests/language/stats/rank.at                       |   14 +-
 tests/output/charts.at                             |    3 +-
 tests/ui/terminal/main.at                          |    3 +-
 61 files changed, 1699 insertions(+), 1414 deletions(-)
 delete mode 100644 src/ui/debugger.c
 delete mode 100644 src/ui/debugger.h
 delete mode 100644 src/ui/gui/binomial-dialog.c
 delete mode 100644 src/ui/gui/binomial-dialog.h
 delete mode 100644 src/ui/gui/crosstabs-dialog.h
 delete mode 100644 src/ui/gui/frequencies-dialog.c
 delete mode 100644 src/ui/gui/frequencies-dialog.h
 create mode 100644 src/ui/gui/psppire-dialog-action-binomial.c
 copy src/ui/gui/{psppire-dialog-action-var-info.h => 
psppire-dialog-action-binomial.h} (50%)
 rename src/ui/gui/{crosstabs-dialog.c => psppire-dialog-action-crosstabs.c} 
(51%)
 create mode 100644 src/ui/gui/psppire-dialog-action-crosstabs.h
 create mode 100644 src/ui/gui/psppire-dialog-action-frequencies.c
 create mode 100644 src/ui/gui/psppire-dialog-action-frequencies.h


hooks/post-receive
-- 
GNU PSPP



reply via email to

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