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-673-g1cc38


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, output, updated. v0.6.1-673-g1cc38c8
Date: Fri, 12 Jun 2009 04:57:07 +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  1cc38c81dfaffff382575e71109b79423d3f5bea (commit)
       via  cd39e3af11eb9537e6e6ac2db2ee90fd3c01cb08 (commit)
       via  6a3df478c6eb1999a1c5c5e05abe724e50086533 (commit)
       via  4d58a563b1d21eb1aaa8b6ab28003cc0d7fd6c10 (commit)
       via  caa52b88528ff004e47e7b77d7ed96293e3fbc5a (commit)
       via  36b2d5046477c00e7a2e3faf7ff64e04ff65b879 (commit)
       via  942369e2c5a4ccb387dddb479e95c8ea7a60e7db (commit)
      from  3f7a411a6ca4f8c1bfe5c07d69af3bddb11699fc (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 1cc38c81dfaffff382575e71109b79423d3f5bea
Author: Ben Pfaff <address@hidden>
Date:   Wed Jun 10 22:49:47 2009 -0700

    Get rid of most global variables in outputting tables.

commit cd39e3af11eb9537e6e6ac2db2ee90fd3c01cb08
Author: Ben Pfaff <address@hidden>
Date:   Thu Jun 11 21:54:15 2009 -0700

    cairo: Fix values of prop_em_width, fixed_width.
    
    For some reason prop_em_width and fixed_width were getting very small
    values, e.g. 5 and 7, when they were being pulled from the font metrics.
    These values should be more like 1024 times larger and  I can't figure
    why they aren't.  But this works around the problem for now.

commit 6a3df478c6eb1999a1c5c5e05abe724e50086533
Author: Ben Pfaff <address@hidden>
Date:   Tue Jun 9 20:00:15 2009 -0700

    output: Get rid of unused SOM_ROW, SOM_COLUMN enums.

commit 4d58a563b1d21eb1aaa8b6ab28003cc0d7fd6c10
Author: Ben Pfaff <address@hidden>
Date:   Tue Jun 9 19:48:50 2009 -0700

    output: Get rid of unused members of struct som_table_class.
    
    I planned to use these at one point, but no longer do.

commit caa52b88528ff004e47e7b77d7ed96293e3fbc5a
Author: Ben Pfaff <address@hidden>
Date:   Mon Jun 8 22:27:15 2009 -0700

    output: Remove static variables from manager code.

commit 36b2d5046477c00e7a2e3faf7ff64e04ff65b879
Author: Ben Pfaff <address@hidden>
Date:   Mon Jun 8 22:19:33 2009 -0700

    table: Replace macros by inline functions, to improve type safety.

commit 942369e2c5a4ccb387dddb479e95c8ea7a60e7db
Author: Ben Pfaff <address@hidden>
Date:   Thu Jun 11 20:25:49 2009 -0700

    Fix type mismatch between value_hash prototype and definition.
    
    Thanks to michel <address@hidden> for pointing out the problem.

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

Summary of changes:
 src/data/value.h                        |    2 +-
 src/language/dictionary/sys-file-info.c |   28 +-
 src/language/stats/crosstabs.q          |   15 +-
 src/language/stats/frequencies.q        |   42 +-
 src/output/cairo.c                      |   30 +-
 src/output/manager.c                    |  213 ++++++----
 src/output/manager.h                    |   51 +--
 src/output/table.c                      |  701 ++++++++++++++-----------------
 src/output/table.h                      |   51 ++-
 9 files changed, 571 insertions(+), 562 deletions(-)


hooks/post-receive
--
GNU PSPP




reply via email to

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