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. v1.2.0-45-gefd31d


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-45-gefd31da
Date: Tue, 25 Dec 2018 14:34:20 -0500 (EST)

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  efd31da83bce99730d0c85cf34e14965126b0f77 (commit)
       via  a77a485ccca5a79be44238d9bd2b00577badb9c8 (commit)
       via  f4bd801640ccaf1d41f45e0206e01e71d3e18604 (commit)
       via  2331dc47df5d45733218e418163f7f5ae99a6324 (commit)
       via  35717813005e999b6b807fc3f4bd6bb2d770f301 (commit)
       via  cea3f4f0364025ca9f9dc7c10cb38b8f534688d9 (commit)
       via  46d36a11d006a565caf073f825016360cd74f5a4 (commit)
      from  190685bbb443e47d40d64247f4893c15edd99ad1 (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 efd31da83bce99730d0c85cf34e14965126b0f77
Author: Ben Pfaff <address@hidden>
Date:   Sun Dec 16 08:59:47 2018 -0800

    CROSSTABS: Make treatment of crosstab variables and values more uniform.

commit a77a485ccca5a79be44238d9bd2b00577badb9c8
Author: Ben Pfaff <address@hidden>
Date:   Sat Dec 15 14:40:44 2018 -0800

    CROSSTABS: Rename pivot_table to crosstabulation.
    
    This will make things easier later when real pivot tables are introduced at
    a higher level.

commit f4bd801640ccaf1d41f45e0206e01e71d3e18604
Author: Ben Pfaff <address@hidden>
Date:   Thu Nov 29 21:04:55 2018 -0800

    output: Factor common code for command name tracking out of all drivers.
    
    This reduces redundancy.

commit 2331dc47df5d45733218e418163f7f5ae99a6324
Author: Ben Pfaff <address@hidden>
Date:   Mon Dec 24 20:51:53 2018 -0800

    message: Refactor initializations for struct msg throughout the tree.
    
    A new member will be added in an upcoming commit, and the new style of
    initialization ensures that the member will always be initialized

commit 35717813005e999b6b807fc3f4bd6bb2d770f301
Author: Ben Pfaff <address@hidden>
Date:   Tue Dec 25 09:58:42 2018 -0800

    variable: Make property function return untranslated versions.
    
    This makes it possible for the callers to do the translation at the time
    it is needed.  It will be particularly useful in an upcoming commit.

commit cea3f4f0364025ca9f9dc7c10cb38b8f534688d9
Author: Ben Pfaff <address@hidden>
Date:   Mon Dec 24 21:46:11 2018 -0800

    missing-values: New function mv_to_string().
    
    This seems like something that should be handled by the missing value code,
    not by SYSFILE INFO.

commit 46d36a11d006a565caf073f825016360cd74f5a4
Author: Ben Pfaff <address@hidden>
Date:   Mon Dec 24 19:32:17 2018 -0800

    bt, abt: Add initialization and iteration macros.

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

Summary of changes:
 src/data/missing-values.c               |   40 +
 src/data/missing-values.h               |    3 +
 src/data/pc+-file-reader.c              |   16 +-
 src/data/por-file-reader.c              |   30 +-
 src/data/sys-file-reader.c              |   15 +-
 src/data/variable.c                     |   15 +-
 src/language/data-io/data-parser.c      |   22 +-
 src/language/dictionary/sys-file-info.c |   43 +-
 src/language/lexer/lexer.c              |   19 +-
 src/language/stats/crosstabs.q          | 1285 ++++++++++++++++---------------
 src/language/stats/kruskal-wallis.c     |   13 +-
 src/libpspp/abt.h                       |   50 +-
 src/libpspp/bt.h                        |   47 +-
 src/libpspp/message.c                   |   52 +-
 src/libpspp/range-map.c                 |    2 +-
 src/libpspp/range-set.h                 |    2 +-
 src/libpspp/range-tower.c               |    4 +-
 src/libpspp/range-tower.h               |    4 +-
 src/libpspp/tower.c                     |    2 +-
 src/output/ascii.c                      |    7 +-
 src/output/cairo.c                      |    5 +-
 src/output/csv.c                        |    5 +-
 src/output/driver-provider.h            |    4 +-
 src/output/driver.c                     |   55 +-
 src/output/html.c                       |    6 +-
 src/output/journal.c                    |   11 +-
 src/output/message-item.c               |    2 +
 src/output/message-item.h               |    1 +
 src/output/msglog.c                     |    7 +-
 src/output/odt.c                        |    8 +-
 tests/libpspp/abt-test.c                |    2 +-
 tests/libpspp/bt-test.c                 |    2 +-
 tests/libpspp/range-tower-test.c        |    2 +-
 33 files changed, 930 insertions(+), 851 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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