pspp-commits
[Top][All Lists]
Advanced

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

[Pspp-commits] [SCM] GNU PSPP branch, output, updated. v0.6.1-734-gb46b7


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, output, updated. v0.6.1-734-gb46b794
Date: Thu, 06 Aug 2009 04:40:20 +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, output has been updated
       via  b46b794dfb9f0758aafec83f50993d1930894099 (commit)
       via  1fc57714adfb36009ad22e2a164263b90548bf11 (commit)
       via  5cc88fdabd7f3bd107052538f9f1b961f4914385 (commit)
       via  bacaebbe84aa9004efa7cbe583a521edd10b524e (commit)
      from  d3feb1895e6a233b23b92fb154f6f5fea415ea88 (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 b46b794dfb9f0758aafec83f50993d1930894099
Author: Ben Pfaff <address@hidden>
Date:   Wed Aug 5 21:27:25 2009 -0700

    Eliminate casts that can be replaced by uses of the & operator.
    
    This increases type safety and so it's hard to see any downside.

commit 1fc57714adfb36009ad22e2a164263b90548bf11
Author: Ben Pfaff <address@hidden>
Date:   Wed Aug 5 21:34:42 2009 -0700

    output: Always use helper functions to access struct tab_table members.
    
    The implementation of "struct tab_table" will be changing, so by always
    using the helper functions we can reduce the amount of code that has to
    change later to support those changes.

commit 5cc88fdabd7f3bd107052538f9f1b961f4914385
Author: Ben Pfaff <address@hidden>
Date:   Tue Aug 4 20:46:33 2009 -0700

    output: Remove write-only "col_group' member from struct tab_table.
    
    It probably makes sense to revive support for this feature at some point,
    but that time has not yet arrived.  Instead, since it's currently not used
    and not implemented, just remove it.

commit bacaebbe84aa9004efa7cbe583a521edd10b524e
Author: Ben Pfaff <address@hidden>
Date:   Tue Aug 4 20:01:44 2009 -0700

    output: Get rid of write-only "hit" member in struct tab_joined_cell.
    
    This member used to be used, but that use was eliminated in commit
    1cc38c81df "Get rid of most global variables in outputting tables."

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

Summary of changes:
 src/language/data-io/data-parser.c      |    4 +-
 src/language/data-io/print.c            |    2 +-
 src/language/dictionary/sys-file-info.c |    8 +-
 src/language/stats/aggregate.c          |   10 +-
 src/language/stats/binomial.c           |    2 +-
 src/language/stats/chisquare.c          |   10 +-
 src/language/stats/crosstabs.q          |   14 +-
 src/language/stats/descriptives.c       |    2 +-
 src/language/stats/examine.q            |   63 ++++-----
 src/language/stats/frequencies.q        |   18 ++--
 src/language/stats/npar-summary.c       |    2 +-
 src/language/stats/npar.q               |   36 +++---
 src/language/stats/sign.c               |   14 +-
 src/language/stats/t-test.q             |    4 +-
 src/language/stats/wilcoxon.c           |   18 ++--
 src/math/box-whisker.c                  |    6 +-
 src/math/box-whisker.h                  |    4 +-
 src/math/histogram.c                    |   11 +-
 src/math/histogram.h                    |    4 +-
 src/math/np.c                           |    8 +-
 src/math/np.h                           |    4 +-
 src/math/order-stats.c                  |    2 +-
 src/math/percentiles.c                  |   10 +-
 src/math/percentiles.h                  |    4 +-
 src/math/trimmed-mean.c                 |   12 +-
 src/math/trimmed-mean.h                 |    4 +-
 src/math/tukey-hinges.c                 |   10 +-
 src/math/tukey-hinges.h                 |    4 +-
 src/output/html.c                       |   12 +-
 src/output/odt.c                        |   16 ++--
 src/output/table.c                      |  207 +++++++++++++++----------------
 src/output/table.h                      |    4 +-
 src/ui/gui/find-dialog.c                |    6 +-
 src/ui/gui/syntax-editor-source.c       |    4 +-
 src/ui/terminal/read-line.c             |    4 +-
 35 files changed, 269 insertions(+), 274 deletions(-)


hooks/post-receive
-- 
GNU PSPP




reply via email to

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