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-713-g0a214


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, output, updated. v0.6.1-713-g0a214c1
Date: Wed, 22 Jul 2009 04:45:55 +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  0a214c1f9ca0132a6bdc36c538a0f77964672847 (commit)
       via  41df2767aa78e928e50c59f05db2051f687355d4 (commit)
       via  2b2c54ca5fdb93e994671ee31aefd2f07db38245 (commit)
      from  d844266ecd4aebd32f55ab22d6ca4266d4a0c4e1 (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 0a214c1f9ca0132a6bdc36c538a0f77964672847
Author: Ben Pfaff <address@hidden>
Date:   Tue Jul 21 21:46:02 2009 -0700

    output: Make building without libplot possible again.
    
    This fixes the remaining known functional regression versus the situation
    before refactoring the charts implementation.

commit 41df2767aa78e928e50c59f05db2051f687355d4
Author: Ben Pfaff <address@hidden>
Date:   Wed Jul 8 21:52:06 2009 -0700

    output: Use macro HAVE_CHARTS instead of NO_CHARTS.
    
    Double negatives make my brain hurt, so don't use them.

commit 2b2c54ca5fdb93e994671ee31aefd2f07db38245
Author: Ben Pfaff <address@hidden>
Date:   Tue Jul 21 21:12:53 2009 -0700

    output: Remove barchart implementation, which is unused.
    
    No procedure has ever output barcharts.  This code can be revived from the
    history if we do add support for barcharts later.

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

Summary of changes:
 configure.ac                      |    1 -
 src/language/automake.mk          |    3 -
 src/output/automake.mk            |   30 ++-
 src/output/chart.c                |    3 +-
 src/output/chart.h                |    8 +-
 src/output/charts/automake.mk     |   34 ---
 src/output/charts/barchart.c      |  252 --------------------
 src/output/charts/barchart.h      |   31 ---
 src/output/charts/cartesian.h     |    4 +-
 src/output/charts/dummy-chart.c   |  112 ---------
 src/output/charts/libplot-dummy.c |  232 ++++++++++++++++++
 src/output/charts/libplot-dummy.h |  465 +++++++++++++++++++++++++++++++++++++
 src/output/charts/plot-chart.c    |    1 -
 src/output/charts/plot-hist.c     |    1 -
 14 files changed, 725 insertions(+), 452 deletions(-)
 delete mode 100644 src/output/charts/automake.mk
 delete mode 100644 src/output/charts/barchart.c
 delete mode 100644 src/output/charts/barchart.h
 delete mode 100644 src/output/charts/dummy-chart.c
 create mode 100644 src/output/charts/libplot-dummy.c
 create mode 100644 src/output/charts/libplot-dummy.h


hooks/post-receive
-- 
GNU PSPP




reply via email to

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