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.4.1-359-g5ce9c


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-359-g5ce9c6b
Date: Mon, 8 Mar 2021 21:21:24 -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  5ce9c6ba1502e623ec6723a8273da77e5858b8d4 (commit)
       via  478f1bffcdec0b01391b8297e2df1a1f6aa7d4cf (commit)
       via  eeb5800b97c3d4e768fb3f7cbdabf54b3bd162b4 (commit)
       via  da67dbb8a63ee516a6ae69c6099fde077dc20dcc (commit)
      from  37f29caf8a75a4eb9d2059814786dad10edb13fc (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 5ce9c6ba1502e623ec6723a8273da77e5858b8d4
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Mon Mar 8 18:18:48 2021 -0800

    pivot-table: Reduce size of struct pivot_value from 80 bytes to 40.

commit 478f1bffcdec0b01391b8297e2df1a1f6aa7d4cf
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Sun Mar 7 22:52:43 2021 -0800

    pivot-table: Reduce size of struct pivot_value from 96 bytes to 80.

commit eeb5800b97c3d4e768fb3f7cbdabf54b3bd162b4
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Sun Mar 7 21:55:01 2021 -0800

    format: Reduce size of struct fmt_spec from 6 bytes to 4.

commit da67dbb8a63ee516a6ae69c6099fde077dc20dcc
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Sun Mar 7 21:39:19 2021 -0800

    format: Reduce size of struct fmt_spec from 12 bytes to 6.

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

Summary of changes:
 src/data/format.c                    |  26 ++---
 src/data/format.h                    |   6 +-
 src/data/psql-reader.c               |   2 +-
 src/data/settings.c                  |   2 +-
 src/data/settings.h                  |   3 +-
 src/language/data-io/get-data.c      |   3 +-
 src/language/data-io/matrix-reader.c |   2 +-
 src/language/lexer/format-parser.c   |   4 +-
 src/language/lexer/format-parser.h   |   2 +-
 src/language/stats/aggregate.c       |  32 +++---
 src/language/stats/autorecode.c      |   2 +-
 src/language/stats/rank.c            |  16 +--
 src/language/utilities/output.c      |   6 +-
 src/output/ascii.c                   |   2 +-
 src/output/cairo-fsm.c               |  18 ++--
 src/output/html.c                    |  14 +--
 src/output/odt.c                     |   4 +-
 src/output/output-item.c             |  16 +--
 src/output/pivot-output.c            |   5 +-
 src/output/pivot-table.c             | 190 ++++++++++++++++++++++-------------
 src/output/pivot-table.h             |  72 +++++++++----
 src/output/spv/spv-legacy-decoder.c  |  19 ++--
 src/output/spv/spv-light-decoder.c   |  21 ++--
 src/output/spv/spv-writer.c          |  28 ++++--
 src/output/spv/spv.c                 |   5 +-
 src/output/table.c                   |   7 +-
 src/output/tex.c                     |  14 +--
 src/ui/gui/var-type-dialog.c         |  64 ++++++------
 tests/output/pivot-table-test.c      |  44 ++++----
 29 files changed, 359 insertions(+), 270 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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